* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 19px; line-height: 1.62; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1100px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--dark-blue); }
.skip-link:focus { top: 15px; }

.site-header { background: var(--dark-blue); color: var(--white); }
.header-main { min-height: 112px; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.logo-area { min-width: 0; display: flex; align-items: center; gap: 20px; color: var(--white); text-decoration: none; }
.logo-area img { width: 220px; max-height: 95px; object-fit: contain; object-position: left center; }
.company-words { display: flex; flex-direction: column; line-height: 1.15; }
.company-words strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.company-words small { margin-top: 6px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.header-contact { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.25; }
.header-contact span { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.header-contact a { color: var(--white); text-decoration: none; font-size: 25px; font-weight: 800; }
.header-contact .header-email { margin-top: 7px; font-size: 22px; font-weight: 800; }
nav { border-top: 1px solid rgba(255,255,255,.2); border-bottom: 5px solid var(--gold); }
.nav-inner { display: flex; gap: 42px; min-height: 58px; align-items: center; }
.nav-inner a { color: var(--white); text-decoration: none; font-size: 20px; font-weight: 700; }
.nav-inner a:hover, .nav-inner a:focus { text-decoration: underline; text-underline-offset: 5px; }

.hero { background: var(--white); }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: center; padding-block: 65px; }
.overline, .section-label { margin: 0 0 13px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-label.light { color: var(--white); }
h1, h2 { margin: 0; color: var(--dark-blue); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { max-width: 700px; font-size: clamp(48px, 6vw, 76px); }
h2 { font-size: clamp(34px, 4vw, 50px); }
.hero-text { max-width: 690px; margin: 24px 0 0; color: var(--grey); font-size: 20px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border: 2px solid var(--gold); border-radius: 2px; background: var(--gold); color: var(--dark-blue); text-decoration: none; font-weight: 800; cursor: pointer; }
.button:hover, .button:focus { background: #B18B43; border-color: #B18B43; }
.button-white { background: var(--white); color: var(--dark-blue); border-color: var(--dark-blue); }
.hero-photo { position: relative; background: var(--blue); border: 9px solid var(--warm-white); }
.hero-photo img { width: 100%; height: 410px; object-fit: cover; }
.hero-photo span { position: absolute; left: 18px; bottom: 18px; padding: 7px 10px; background: var(--dark-blue); color: var(--white); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.experience { padding: 42px 0; background: var(--blue); color: var(--white); border-top: 5px solid var(--gold); }
.experience-inner { display: grid; grid-template-columns: 125px 1fr 290px; gap: 34px; align-items: center; }
.experience-inner > strong { color: var(--gold); font-family: Georgia, serif; font-size: 92px; line-height: .9; text-align: center; border-right: 4px solid var(--gold); }
.experience h2 { color: var(--white); font-size: 31px; }
.experience p { max-width: 780px; margin: 6px 0 0; color: #D8D8D8; }
.experience-photo { position: relative; border: 2px solid var(--gold); background: var(--dark-blue); }
.experience-photo img { width: 100%; height: 165px; object-fit: cover; }
.experience-photo span, .area-map span { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 6px 8px; background: rgba(48,68,94,.9); color: var(--white); font-size: 10px; text-align: center; text-transform: uppercase; letter-spacing: .07em; }

.section { padding: 82px 0; }
.gold-rule { width: 70px; height: 5px; margin-top: 21px; background: var(--gold); }
.services { background: var(--warm-white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.service-card { min-height: 360px; display: flex; flex-direction: column; padding: 24px; border-top: 5px solid var(--blue); background: var(--white); box-shadow: 0 2px 10px rgba(48,68,94,.12); }
.service-card:nth-child(2), .service-card:nth-child(5) { border-top-color: var(--gold); }
.service-heading { color: var(--dark-blue); text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.service-heading h3 { margin: 0 0 18px; color: inherit; font-family: Georgia, serif; font-size: 22px; }
.service-heading:hover, .service-heading:focus { color: #806126; }
.service-photo { display: block; margin: 0 -24px; border-top: 1px solid #E2DDD3; border-bottom: 1px solid #E2DDD3; background: var(--blue); }
.service-photo img { width: 100%; height: 220px; object-fit: contain; }
.service-card p { margin: 18px 0 16px; color: var(--grey); font-size: 18px; }
.service-link { margin-top: auto; color: #755820; font-size: 13px; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.about { background: var(--white); }
.two-columns { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.about-copy > p { margin: 0; color: var(--grey); font-size: 21px; }
.about-copy ul { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid #D8D3C9; }
.about-copy li { padding: 12px 0; border-bottom: 1px solid #D8D3C9; font-weight: 700; }
.about-copy li::before { content: "✓"; margin-right: 12px; color: var(--gold); }

.service-area { background: var(--dark-blue); color: var(--white); }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.service-area h2 { color: var(--white); }
.service-area p { color: #D8D8D8; }
.service-area address { margin-top: 28px; padding: 25px; border: 1px solid #8596AA; border-left: 7px solid var(--gold); background: var(--blue); font-style: normal; }
.service-area address strong { font-family: Georgia, serif; font-size: 23px; }
.service-area address a { color: var(--white); }
.area-map { position: relative; border: 3px solid var(--gold); background: var(--blue); }
.area-map img { width: 100%; height: 430px; object-fit: cover; }

.contact { background: var(--warm-white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: start; }
.contact-copy > p:not(.section-label) { color: var(--grey); }
.direct-contact { margin-top: 30px; border-top: 2px solid var(--blue); }
.direct-contact a { display: flex; flex-direction: column; padding: 15px 0; border-bottom: 1px solid #D8D3C9; color: var(--dark-blue); text-decoration: none; }
.direct-contact span { color: #806126; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.direct-contact strong { margin-top: 2px; font-size: 24px; overflow-wrap: anywhere; }
.contact-form { position: relative; padding: 37px; border-top: 7px solid var(--gold); background: var(--white); box-shadow: 0 4px 18px rgba(0,0,0,.12); }
.contact-form label { display: block; margin: 0 0 6px; color: var(--dark-blue); font-size: 14px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin: 0 0 18px; padding: 12px; border: 1px solid #8B8B8B; border-radius: 0; background: var(--white); color: var(--text); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid #E9D8B6; border-color: var(--gold); }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-button { width: 100%; }
.form-note { margin: 10px 0 0; color: var(--grey); text-align: center; font-size: 12px; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

footer { padding: 42px 0; background: var(--dark-blue); color: var(--white); border-top: 5px solid var(--gold); }
.footer-inner { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 40px; align-items: center; }
.footer-logo { display: flex; align-items: center; gap: 16px; }
.footer-logo img { width: 120px; max-height: 55px; object-fit: contain; }
.footer-logo > div, .footer-contact { display: flex; flex-direction: column; }
.footer-logo strong { font-family: Georgia, serif; font-size: 19px; }
.footer-logo span, .footer-contact, .footer-inner > p { font-size: 12px; }
.footer-contact a { color: var(--white); }
.footer-inner > p { margin: 0; }

.form-result-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--dark-blue); }
.result-box { width: min(650px, 100%); }
.result-box > img { width: 180px; max-height: 70px; margin: 0 auto 25px; object-fit: contain; }
.result-card { padding: 45px; border-top: 8px solid var(--gold); background: var(--white); text-align: center; }
.result-mark { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--blue); color: var(--gold); font-size: 28px; font-weight: 800; }
.result-card h1 { font-size: 39px; }
.result-card > p { color: var(--grey); }
.error-list { margin: 20px auto; padding: 15px 30px; background: var(--warm-white); color: var(--text); text-align: left; }
.result-contact { font-size: 13px; }
.result-contact a { color: #755820; font-weight: 700; }

@media (max-width: 800px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 28px, 1100px); }
  .header-main { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 18px; }
  .header-contact { align-items: flex-start; }
  .nav-inner { justify-content: space-between; gap: 12px; overflow-x: auto; }
  .hero-grid, .two-columns, .area-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-grid { min-height: 0; padding-block: 50px; }
  .hero-photo { order: -1; }
  .hero-photo img { height: 270px; }
  .experience-inner { grid-template-columns: 85px 1fr; gap: 22px; }
  .experience-inner > strong { font-size: 70px; }
  .experience-photo { grid-column: 1 / 3; }
  .experience-photo img { height: 240px; }
  .services-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 27px 20px; }
  .area-map img { height: 320px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .result-card { padding: 35px 22px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Island Tank final photo/logo adjustments */
.logo-area img { width: 330px; max-height: 120x; object-fit: contain; }
.company-words { display: none; }
.hero-photo img { object-position: 50% 30%; }
.experience-photo img, .area-map img, .service-photo img { object-position: center; }
.hero-photo, .experience-photo, .area-map { overflow: hidden; }
@media (max-width: 800px) {
  .logo-area img { width: min(290px, 78vw); }
}
