:root {
  --green: #39b54a;
  --green-dark: #006838;
  --green-mid: #1c8450;
  --mint: #b9eabe;
  --mint-soft: #eff8f0;
  --ink: #10231a;
  --ink-soft: #486056;
  --paper: #fbfcf9;
  --white: #ffffff;
  --line: rgba(16, 35, 26, 0.14);
  --shadow: 0 24px 70px rgba(0, 62, 34, 0.13);
  --radius: 20px;
  --container: 1200px;
  --header-height: 84px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

h2 { font-size: clamp(2.45rem, 5vw, 4.85rem); }
h3 { line-height: 1.2; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: clamp(88px, 10vw, 144px) 0; }
.section--tint { background: var(--mint-soft); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--white);
  color: var(--green-dark);
  font-weight: 800;
  transition: top .2s ease;
}

.skip-link:focus { top: 16px; }

.eyebrow {
  margin-bottom: 20px;
  color: var(--green-mid);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow--light { color: #9be8a4; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .93rem;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #86e695;
  outline-offset: 3px;
}

.button--primary { background: var(--green); color: #07170d; }
.button--primary:hover { background: #57ca65; }
.button--ghost { border-color: rgba(255, 255, 255, .5); color: var(--white); background: rgba(0, 0, 0, .12); backdrop-filter: blur(6px); }
.button--ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, .12); }
.button--full { width: 100%; border: 0; cursor: pointer; }

.topbar { background: var(--green-dark); color: #dff8e3; }
.topbar__inner { display: flex; min-height: 38px; align-items: center; justify-content: center; gap: 20px; font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.topbar p { display: flex; align-items: center; gap: 9px; margin: 0; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #6df07c; box-shadow: 0 0 0 5px rgba(109, 240, 124, .12); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  background: rgba(251, 252, 249, .94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.site-header.scrolled { border-color: var(--line); box-shadow: 0 12px 34px rgba(5, 50, 28, .07); }
.header__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 218px; flex: 0 0 auto; }
.brand img { height: 58px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); font-size: .88rem; font-weight: 750; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 28px 0; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--green); transition: right .2s ease; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 19px; border-radius: 999px; background: var(--green-dark); color: var(--white); }
.nav-cta:hover { background: var(--green-mid); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: calc(100vh - 122px);
  min-height: 700px;
  overflow: hidden;
  background: #0a2a1a;
  color: var(--white);
}

.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media { background: url("assets/hero-ship.jpg") center 50% / cover no-repeat; transform: scale(1.02); }
.hero__shade { background: linear-gradient(90deg, rgba(2, 28, 16, .95) 0%, rgba(2, 28, 16, .78) 42%, rgba(2, 28, 16, .26) 70%, rgba(2, 28, 16, .08) 100%), linear-gradient(0deg, rgba(0,0,0,.44), transparent 58%); }
.hero__inner { position: relative; z-index: 1; display: grid; min-height: inherit; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); align-items: end; gap: 64px; padding-top: 110px; padding-bottom: 76px; }
.hero__copy { max-width: 780px; align-self: center; padding-top: 32px; }
.hero h1 { margin-bottom: 28px; font-size: clamp(3.7rem, 7.3vw, 7.6rem); }
.hero h1 em { color: #8bea95; font-weight: 400; }
.hero__lead { max-width: 680px; margin-bottom: 34px; color: #e6efe9; font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.6; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { align-self: end; padding: 24px 0 4px 30px; border-left: 1px solid rgba(255,255,255,.35); }
.proof__label { margin-bottom: 13px; color: #91e99b; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero__proof ul { margin: 0; padding: 0; list-style: none; }
.hero__proof li { padding: 5px 0; color: #eef7f0; font-size: .92rem; }

.intro__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: clamp(50px, 9vw, 140px); }
.section-heading h2 { max-width: 850px; margin: 0; }
.intro__copy { padding-top: 45px; }
.intro__copy p { color: var(--ink-soft); font-size: 1.13rem; line-height: 1.8; }
.intro__copy p:last-child { margin-bottom: 0; }

.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 56px; }
.section-heading--split > p { max-width: 360px; margin: 0 0 8px; color: var(--ink-soft); font-size: 1.05rem; }
.section-heading--split h2 { max-width: 720px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 1px 0 var(--line); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card__image { position: relative; height: 290px; overflow: hidden; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:nth-child(1) .service-card__image img { object-position: 48% center; }
.service-card:nth-child(2) .service-card__image img { object-position: center 44%; }
.service-card:nth-child(3) .service-card__image img { object-position: center 36%; }
.service-card:hover .service-card__image img { transform: scale(1.035); }
.service-card__number { position: absolute; right: 18px; bottom: 18px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--green); color: #092312; font-size: .78rem; font-weight: 900; }
.service-card__body { padding: 30px 30px 34px; }
.service-card h3 { margin-bottom: 13px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.service-card p { color: var(--ink-soft); }
.check-list { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.check-list li { position: relative; padding: 5px 0 5px 22px; color: #315043; font-size: .9rem; }
.check-list li::before { content: ""; position: absolute; left: 1px; top: 13px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.process__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.process__image { position: relative; min-height: 680px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.process__image > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 55% center; }
.image-note { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 22px 24px; border-radius: 14px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); }
.image-note strong, .image-note span { display: block; }
.image-note strong { color: var(--green-dark); font-family: Georgia, serif; font-size: 1.32rem; font-weight: 500; }
.image-note span { color: var(--ink-soft); font-size: .87rem; }
.process__content h2 { margin-bottom: 38px; }
.process-list { margin: 0 0 32px; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green-dark); font-size: .76rem; font-weight: 900; }
.process-list h3 { margin-bottom: 6px; font-size: 1.05rem; }
.process-list p { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.gallery { display: grid; min-height: 580px; grid-template-columns: 1.15fr .85fr .65fr; background: var(--green-dark); }
.gallery__item { min-height: 580px; overflow: hidden; }
.gallery__item img { height: 100%; object-fit: cover; }
.gallery__item--wide img { object-position: 40% center; }
.gallery__statement { display: flex; align-items: flex-end; padding: 50px 38px; color: var(--white); background: var(--green-dark); }
.gallery__statement p { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.8vw, 4rem); letter-spacing: -.035em; line-height: 1.12; }
.gallery__statement em { color: #8fea9a; }

.section--dark { color: var(--white); background: #062d1b; }
.section-heading--light > p { color: #c3d8ca; }
.location-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.location-card { position: relative; min-height: 390px; padding: clamp(32px, 5vw, 58px); overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); }
.location-card--active { background: radial-gradient(circle at 88% 20%, rgba(93, 222, 108, .22), transparent 28%), linear-gradient(135deg, rgba(57,181,74,.24), rgba(0,104,56,.14)); }
.location-card::after { content: ""; position: absolute; right: -100px; bottom: -120px; width: 290px; height: 290px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.025), 0 0 0 80px rgba(255,255,255,.02); }
.location-card__status { display: flex; align-items: center; gap: 9px; margin-bottom: 62px; color: #9de8a7; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.location-card__status span { width: 8px; height: 8px; border-radius: 50%; background: #6ee77a; box-shadow: 0 0 0 5px rgba(110,231,122,.13); }
.location-card__state { margin-bottom: 2px; color: #9db2a5; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.location-card h3 { margin-bottom: 16px; font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -.045em; }
.location-card > p:not(.location-card__state) { position: relative; z-index: 1; max-width: 500px; color: #c9d9cf; }
.location-card__services { position: absolute; z-index: 2; top: 58px; right: clamp(32px, 5vw, 58px); display: grid; gap: 10px; width: min(310px, 32%); margin: 0; padding: 0; list-style: none; }
.location-card__services li { padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.055); color: #d9eadf; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; backdrop-filter: blur(8px); }
.location-card a { position: absolute; z-index: 2; bottom: 42px; left: clamp(32px, 5vw, 58px); color: #a7efaf; font-size: .9rem; font-weight: 800; }

.about__grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.about__portrait { position: relative; min-height: 610px; overflow: hidden; border-radius: var(--radius); background: var(--mint-soft); }
.about__portrait img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 55% center; }
.about__badge { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 20px 24px; border-radius: 14px; background: rgba(0,104,56,.93); color: var(--white); }
.about__badge span, .about__badge small { display: block; }
.about__badge span { font-family: Georgia, serif; font-size: 1.4rem; }
.about__badge small { color: #bcefc2; }
.about__content > p:not(.eyebrow) { max-width: 720px; color: var(--ink-soft); font-size: 1.08rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; }
.values > div { padding: 20px 18px; border: 1px solid var(--line); border-radius: 14px; }
.values strong, .values span { display: block; }
.values strong { margin-bottom: 6px; color: var(--green-dark); font-size: .9rem; }
.values span { color: var(--ink-soft); font-size: .78rem; line-height: 1.5; }

.contact { color: var(--white); background: var(--green-dark); }
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(60px, 9vw, 130px); }
.contact__intro h2 { margin-bottom: 24px; }
.contact__intro > p:not(.eyebrow) { max-width: 580px; color: #c9e0d0; font-size: 1.05rem; }
.contact-links { display: grid; gap: 13px; margin-top: 38px; }
.contact-links a { display: flex; align-items: center; gap: 15px; width: fit-content; }
.contact-links__icon { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #aaf0b3; font-weight: 900; }
.contact-links small, .contact-links strong { display: block; }
.contact-links small { margin-bottom: 1px; color: #8fba9d; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-links strong { font-size: .95rem; }
.contact-form { padding: clamp(26px, 4vw, 46px); border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 17px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: #2f483d; font-size: .78rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cfdcd3; border-radius: 10px; background: #fbfdfb; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { min-height: 50px; padding: 0 14px; }
.contact-form textarea { min-height: 128px; padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(57,181,74,.11); outline: 0; }
.form-note { margin: 12px 0 0; color: #6c8177; font-size: .73rem; text-align: center; }
.form-note.is-ready { color: var(--green-dark); font-weight: 700; }

.site-footer { padding: 70px 0 24px; background: #f4f8f3; }
.footer__main { display: grid; grid-template-columns: 1.5fr .6fr .9fr; gap: 60px; padding-bottom: 55px; }
.footer__brand { width: min(300px, 100%); }
.footer__nav, .footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer__nav p, .footer__contact p { margin-bottom: 8px; color: var(--green-dark); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer__nav a, .footer__contact a, .footer__contact span { color: var(--ink-soft); font-size: .88rem; }
.footer__nav a:hover, .footer__contact a:hover { color: var(--green-dark); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #667a70; font-size: .78rem; }
.footer__bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  :root { --header-height: 76px; }
  .primary-nav { gap: 17px; }
  .brand { width: 190px; }
  .hero__inner { grid-template-columns: 1fr; align-content: end; gap: 28px; }
  .hero__copy { align-self: end; }
  .hero__proof { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .service-card:last-child .service-card__image { height: 100%; min-height: 360px; }
  .process__grid, .about__grid, .contact__grid { gap: 54px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery__statement { grid-column: 1 / -1; min-height: 280px; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { backdrop-filter: none; }
  .topbar__inner { justify-content: center; }
  .brand { width: 170px; }
  .brand img { height: 51px; }
  .menu-toggle { display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 2px; background: var(--green-dark); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: calc(38px + var(--header-height)) 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 24px; background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .primary-nav > a:not(.nav-cta) { padding: 18px 4px; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 24px; padding: 17px 22px; text-align: center; }
  .hero { min-height: 720px; }
  .hero__media { background-position: 58% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(2,28,16,.94), rgba(2,28,16,.55)), linear-gradient(0deg, rgba(0,0,0,.48), transparent 60%); }
  .hero__inner { padding-top: 82px; padding-bottom: 48px; }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 5.5rem); }
  .intro__grid, .process__grid, .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .intro__copy { padding-top: 0; }
  .section-heading--split { display: block; }
  .section-heading--split > p { margin-top: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; display: block; }
  .service-card:last-child .service-card__image { height: 290px; min-height: 0; }
  .process__image { min-height: 560px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 0; }
  .location-card__services { position: relative; top: auto; right: auto; width: 100%; margin-top: 28px; }
  .location-card a { position: relative; bottom: auto; left: auto; display: inline-flex; margin-top: 28px; }
  .about__portrait { min-height: 550px; }
  .footer__main { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .section { padding: 78px 0; }
  .topbar__inner { min-height: 34px; font-size: .66rem; }
  .primary-nav { inset: calc(34px + var(--header-height)) 0 0; }
  .hero { min-height: calc(100svh - 34px); }
  .hero__inner { padding-bottom: 36px; }
  .hero__actions { display: grid; }
  .button { width: 100%; }
  .service-card__image { height: 250px; }
  .service-card__body { padding: 26px 24px 30px; }
  .process__image { min-height: 470px; }
  .process__image > img { object-position: 62% center; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item { min-height: 420px; }
  .gallery__statement { grid-column: auto; min-height: 250px; padding: 38px 24px; }
  .location-card { min-height: 0; padding: 30px 25px; }
  .location-card a { right: auto; bottom: auto; left: auto; }
  .about__portrait { min-height: 430px; }
  .values { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-links strong { font-size: .83rem; }
  .footer__main { grid-template-columns: 1fr; gap: 35px; }
  .footer__brand { grid-column: auto; }
  .footer__bottom { display: block; }
  .footer__bottom p + p { margin-top: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
