/* ============================================================
   Midwest Boat Appeal — modern redesign
   Palette: navy + dark red + white + grey
   ============================================================ */

:root {
  /* Primary brand */
  --navy:       #0c2340;       /* deep navy — headlines, buttons, accents */
  --navy-2:     #173962;       /* lighter navy hover/secondary */
  --navy-3:     #1f4a7f;       /* tertiary navy */
  --red:        #8a1d2a;       /* dark brand red — CTAs, accents */
  --red-2:      #b22833;       /* hover red */
  --red-3:      #5f1018;       /* deep red shadow */

  /* Neutrals */
  --white:      #ffffff;
  --paper:      #f7f7f5;       /* page bg — warm near-white */
  --paper-2:    #ececea;       /* alt section bg */
  --grey-1:     #d8d8d6;       /* hairlines */
  --grey-2:     #9a9a98;       /* muted text */
  --grey-3:     #4a4a48;       /* secondary text */

  /* Legacy aliases (so old rules keep compiling) */
  --ink:        var(--navy);
  --ink-2:      var(--navy-2);
  --teak:       var(--navy);
  --mahog:      var(--red);
  --brass:      var(--red);
  --brass-2:    var(--red);
  --cream:      var(--white);
  --cream-2:    var(--white);
  --line:       var(--grey-1);
  --lake-1:     var(--navy-3);
  --lake-2:     var(--navy-2);
  --lake-3:     var(--navy);
  --shadow:     0 24px 60px -28px rgba(12, 35, 64, .28);
}

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

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.6 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 .4em;
  color: var(--ink);
}
h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.4rem; }
p  { margin: 0 0 1em; }
a  { color: inherit; }

img, svg { display: block; max-width: 100%; }

.section-tag {
  display: inline-block;
  font: 700 .78rem/1 'Inter', sans-serif;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #ffffff;
  padding: .7em 1.1em;
  border: 1px solid transparent;
  border-radius: 3px;
  background: var(--red);
  margin-bottom: 1.3rem;
  box-shadow: 0 8px 22px -10px rgba(138, 29, 42, .45);
}
.section-tag.light {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 8px 22px -10px rgba(12, 35, 64, .55);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  padding: .95em 1.5em;
  border-radius: 999px;
  font-weight: 600;
  font-size: .98rem;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  border: 0;
  cursor: pointer;
}
.btn { padding: 1.05em 1.7em; font-size: 1rem; border-radius: 3px; letter-spacing: .04em; }
.btn-primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 14px 30px -14px rgba(138, 29, 42, .55);
}
.btn-primary:hover { background: var(--red-2); transform: translateY(-2px); box-shadow: 0 22px 36px -16px rgba(138, 29, 42, .65); }
.btn-ghost {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--navy);
}
.btn-ghost:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }

/* =========================================================
   NAV
========================================================= */
.nav {
  position: fixed; inset: 0 0 auto 0;
  z-index: 50;
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 2.4rem);
  background: rgba(251,247,238,0);
  backdrop-filter: blur(0px);
  transition: background .35s ease, backdrop-filter .35s ease, box-shadow .35s ease, padding .35s ease;
}
.nav.is-stuck {
  background: rgba(251,247,238,.86);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(15,31,44,.06);
  padding-top: .6rem; padding-bottom: .6rem;
}
.brand {
  display: inline-flex; align-items: center;
  text-decoration: none;
  margin-right: auto;
  padding: .55rem .9rem;
  border-radius: 6px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px -10px rgba(12,35,64,.35);
  transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
  color: var(--navy);
}
.brand:hover { transform: translateY(-1px); }
.brand-wordmark {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 1px;
  text-align: left;
  line-height: 1;
}
.brand-row {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--navy);
}
.brand-row-1 { font-size: 13px; }
.brand-row-2 { font-size: 13px; color: var(--red); }
.brand-row-3 {
  font-size: 9px;
  letter-spacing: .28em;
  font-weight: 600;
  color: var(--grey-3);
  margin-top: 2px;
}
.brand-rule {
  height: 1px;
  background: linear-gradient(90deg, var(--red), var(--navy));
  margin: 4px 0 3px;
  opacity: .85;
}
.nav.is-stuck .brand {
  background: rgba(255,255,255,.96);
  box-shadow: 0 4px 14px -6px rgba(12,35,64,.18);
}
@media (max-width: 640px) {
  .brand-row-1, .brand-row-2 { font-size: 11px; }
  .brand-row-3 { font-size: 8px; }
}

.nav-links { display: flex; gap: 1.6rem; }
.nav-links a {
  text-decoration: none;
  color: var(--white);
  opacity: 1;
  font-weight: 700; font-size: .98rem;
  letter-spacing: .02em;
  position: relative; padding: .3em 0;
  text-shadow: 0 1px 10px rgba(0,0,0,.55), 0 2px 2px rgba(0,0,0,.3);
  transition: opacity .2s ease, color .25s ease, text-shadow .25s ease;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  height: 2px; width: 0; background: var(--brass);
  transition: width .25s ease;
}
.nav-links a:hover { opacity: 1; }
.nav-links a:hover::after { width: 100%; }
.nav.is-stuck .nav-links a {
  color: var(--ink);
  opacity: .78;
  text-shadow: none;
}

.nav-cta {
  display: inline-flex; align-items: center; gap: .5em;
  padding: .6em 1em;
  background: var(--ink);
  color: var(--cream-2);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: .9rem;
  box-shadow: 0 6px 18px -8px rgba(0,0,0,.5);
  transition: transform .2s ease, background .25s ease;
}
.nav-cta:hover { transform: translateY(-1px); background: var(--teak); }

@media (max-width: 780px) {
  .nav-links { display: none; }
}

/* =========================================================
   HERO (cinematic photo, name + year + 3 buttons)
========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 0;
  overflow: visible;
  color: var(--cream-2);
  isolation: isolate;
  background: #050b12;
  text-align: center;
  /* z-index so open dropdowns float above next section */
  z-index: 1;
}
.hero-media {
  position: absolute; inset: 0;
  z-index: -1;
  overflow: hidden;
}
.hero-bg {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transform: scale(1.04);
  transform-origin: center center;
  animation: kenBurns 28s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes kenBurns {
  0%   { transform: scale(1.04) translate3d(0,0,0); }
  100% { transform: scale(1.10) translate3d(0, -2%, 0); }
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    /* deeper band right behind the centered title */
    radial-gradient(ellipse 80% 50% at 50% 48%, rgba(6,15,30,.55) 0%, rgba(6,15,30,.1) 80%),
    /* uniform dim across the whole photo */
    linear-gradient(180deg, rgba(6,15,30,.38) 0%, rgba(6,15,30,.30) 40%, rgba(6,15,30,.38) 100%);
}

.hero-center {
  position: relative; z-index: 2;
  padding: clamp(5rem, 12vh, 9rem) clamp(1rem, 3vw, 2rem) clamp(5rem, 10vh, 8rem);
  max-width: 1480px;
  width: 100%;
  display: flex; flex-direction: column; align-items: center;
}
/* Hero title — Playfair Display, high-contrast editorial serif */
.hero-title {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .04em;
  line-height: .9;
  text-align: center;
  color: var(--white);
  text-shadow:
    0 2px 0 rgba(8,20,38,.45),
    0 6px 32px rgba(0,0,0,.65),
    0 20px 70px rgba(0,0,0,.5);
}
.hero-line {
  display: block;
  font-size: clamp(3.4rem, 9.5vw, 9rem);
}
.hero-line + .hero-line {
  margin-top: .04em;
}
.hero-est {
  margin-top: 1.6rem;
  font: 700 .82rem/1 'Inter', sans-serif;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--white);
  padding: .75em 1.6em;
  background: var(--red);
  border-radius: 2px;
  box-shadow: 0 12px 26px -14px rgba(0,0,0,.55);
}

/* Hero dropdowns — three big buttons that expand inline */
.hero-dropdowns {
  display: flex;
  gap: clamp(.6rem, 1.2vw, 1rem);
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.8rem;
  width: 100%;
  max-width: 1080px;
}
.hero-dd {
  position: relative;
  flex: 1 1 280px;
  max-width: 340px;
  display: flex; flex-direction: column;
}
.hero-dd-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  width: 100%;
  padding: 1.25em 1.8em;
  border: 2px solid var(--white);
  border-radius: 4px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  color: var(--white);
  font: 700 1.05rem/1 'Inter', sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease, box-shadow .25s ease;
  box-shadow: 0 10px 26px -14px rgba(0,0,0,.5);
}
.hero-dd-btn:hover,
.hero-dd-btn[aria-expanded="true"] {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
  transform: translateY(-2px);
}
.hero-dd-btn .caret { transition: transform .25s ease; }
.hero-dd-btn[aria-expanded="true"] .caret { transform: rotate(180deg); }

.hero-dd-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0; right: 0;
  background: var(--white);
  color: var(--navy);
  border-radius: 6px;
  padding: 1.4rem 1.4rem 1.2rem;
  text-align: left;
  box-shadow: 0 30px 60px -20px rgba(12,35,64,.55);
  z-index: 4;
  animation: ddIn .25s ease both;
  border-top: 4px solid var(--red);
}
@keyframes ddIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-dd-panel h3 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  color: var(--navy);
  font-size: 1.15rem;
  margin: 0 0 .5rem;
}
.hero-dd-panel p {
  color: var(--grey-3);
  font-size: .95rem;
  line-height: 1.55;
  margin: 0 0 1rem;
}
.hero-dd-cta {
  display: inline-flex; align-items: center; gap: .35em;
  background: var(--red);
  color: var(--white);
  padding: .7em 1.2em;
  border-radius: 3px;
  font: 700 .82rem/1 'Inter', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.hero-dd-cta:hover { background: var(--red-2); transform: translateY(-1px); }

@media (max-width: 720px) {
  .hero-dd { flex: 1 1 100%; max-width: none; }
  .hero-dd-panel { position: relative; top: 0; margin-top: 8px; }
}

/* legacy classes (no longer rendered, kept as no-ops) */
.hero-inner,.hero-copy,.eyebrow,.serif-italic,.lede,.hero-ctas,.hero-vignette,
.hero-stats-band,.hero-stats-band b,.hero-stats-band .lbl,.hero-stats-band .div,.scroll-hint {
  /* intentionally empty — old hero markup removed */
}
.hero-stats-band-LEGACY-DO-NOT-USE {
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(245,236,219,.65);
}
.hero-stats-band .div {
  width: 1px; height: 36px; background: rgba(245,236,219,.18);
}
@media (max-width: 880px) {
  .hero-stats-band { grid-template-columns: 1fr 1fr; gap: 1.4rem; }
  .hero-stats-band .div { display: none; }
}

/* Boat scene */
.hero-scene {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 52vh;
  min-height: 320px;
  z-index: 1;
  pointer-events: none;
}

/* Distant tree-line above water */
.treeline {
  position: absolute;
  left: 0; right: 0;
  bottom: 60%;
  width: 100%;
  height: 50px;
  z-index: 1;
}
.treeline path { fill: #0a1f2e; opacity: .65; }

.boat-hero {
  position: absolute;
  bottom: 18%;
  left: 50%;
  width: clamp(420px, 50vw, 740px);
  transform: translateX(-50%);
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.55));
  z-index: 3;
  /* very subtle bob - realistic, not cartoony */
  animation: heroBob 7s ease-in-out infinite;
}
@keyframes heroBob {
  0%,100% { transform: translateX(-50%) translateY(0) rotate(-0.4deg); }
  50%     { transform: translateX(-50%) translateY(-3px) rotate(0.4deg); }
}
.boat-rock { transform-origin: 50% 60%; }

/* subtle wake foam pulse */
.wake-foam { animation: foamPulse 4.5s ease-in-out infinite; }
@keyframes foamPulse {
  0%,100% { opacity: 1; }
  50%     { opacity: .72; }
}

.water {
  position: absolute; inset: auto 0 0 0;
  height: 60%;
  background:
    /* sun reflection column near horizon */
    radial-gradient(ellipse 220px 18px at 78% 6%, rgba(255,210,140,.55), transparent 70%),
    /* deep water gradient */
    linear-gradient(180deg, #2c5774 0%, #143a55 32%, #0a2740 70%, #051826 100%);
  overflow: hidden;
}
.water::before {
  /* subtle vertical sun shaft on the surface */
  content: "";
  position: absolute;
  left: 64%; right: 12%; top: 4%;
  height: 70%;
  background: linear-gradient(180deg, rgba(255,210,140,.18), transparent 80%);
  filter: blur(8px);
  pointer-events: none;
}

/* horizontal light streaks on water */
.glint {
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 10%, rgba(255,255,255,.32) 50%, transparent 90%);
  opacity: .55;
  filter: blur(.4px);
  animation: glintShift 9s ease-in-out infinite;
}
.glint.g1 { top: 18%; animation-duration: 11s; opacity: .35; }
.glint.g2 { top: 28%; animation-duration: 13s; animation-direction: reverse; opacity: .45; }
.glint.g3 { top: 42%; animation-duration: 10s; opacity: .55; }
.glint.g4 { top: 58%; animation-duration: 14s; animation-direction: reverse; opacity: .35; }
.glint.g5 { top: 74%; animation-duration: 12s; opacity: .25; }
@keyframes glintShift {
  0%,100% { transform: translateX(-3%); }
  50%     { transform: translateX(3%); }
}

.sun-column {
  position: absolute;
  left: 64%; right: 14%; top: 2%;
  height: 92%;
  background: linear-gradient(180deg,
    rgba(255,220,150,.45) 0%,
    rgba(255,200,120,.18) 30%,
    rgba(255,180,100,.05) 70%,
    transparent 100%);
  filter: blur(1px);
  pointer-events: none;
  animation: sunFlicker 5s ease-in-out infinite;
}
@keyframes sunFlicker {
  0%,100% { opacity: .85; transform: scaleY(1); }
  50%     { opacity: 1;    transform: scaleY(1.02); }
}

.scroll-hint {
  position: absolute; left: 50%; bottom: 26px;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 2px solid rgba(245,236,219,.6);
  border-radius: 999px;
  z-index: 3;
}
.scroll-hint span {
  position: absolute;
  top: 8px; left: 50%;
  width: 3px; height: 8px;
  margin-left: -1.5px;
  background: var(--cream-2);
  border-radius: 2px;
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0%   { transform: translateY(0); opacity: 1; }
  60%  { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* =========================================================
   INTRO BAND (cool → warm transition)
========================================================= */
.intro {
  background: linear-gradient(180deg, #050b12 0%, var(--paper) 32%);
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
}
.intro-grid {
  max-width: 1240px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.intro-copy h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.intro-copy p { color: rgba(15,31,44,.7); font-size: 1.08rem; max-width: 520px; }
.intro-media {
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  box-shadow: var(--shadow);
}
.intro-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.link-arrow {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: var(--teak);
  position: relative;
  padding-bottom: 2px;
  margin-top: .6rem;
  transition: color .2s ease;
}
.link-arrow::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: currentColor;
}
.link-arrow.light { color: var(--brass-2); }
.link-arrow:hover { color: var(--mahog); }
.link-arrow.light:hover { color: #fff; }

@media (max-width: 820px) {
  .intro-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   FOUR-SEASON SECTION
========================================================= */
.four-season {
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
  background: var(--navy);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.four-season::before {
  content: "";
  position: absolute; inset: -10% -10% auto -10%; height: 55%;
  background: radial-gradient(800px 300px at 30% 0%, rgba(138,29,42,.22), transparent 70%);
  pointer-events: none;
}
.fs-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  position: relative;
}
@media (max-width: 820px) { .fs-inner { grid-template-columns: 1fr; } }
.fs-text h2 {
  color: var(--white);
  font-size: clamp(2rem, 3.4vw, 3rem);
  margin-bottom: .8rem;
}
.fs-text > p {
  color: rgba(255,255,255,.78);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 1.8rem;
}
.fs-list {
  list-style: none;
  padding: 0; margin: 0;
  display: grid; gap: .65rem;
}
.fs-list li {
  position: relative;
  padding: .7rem .9rem .7rem 2.6rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  font-size: .96rem;
  color: rgba(255,255,255,.9);
  line-height: 1.4;
}
.fs-list li::before {
  content: "✓";
  position: absolute; left: .85rem; top: .72rem;
  color: var(--red);
  font-weight: 700;
  font-size: 1rem;
}
.fs-photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 40px 70px -30px rgba(0,0,0,.6);
  border: 1px solid rgba(255,255,255,.1);
}
.fs-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.fs-badge {
  position: absolute;
  bottom: 1rem; left: 1rem;
  background: var(--red);
  color: var(--white);
  font: 700 .72rem/1 'Inter', sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .6em .9em;
  border-radius: 3px;
}

/* =========================================================
   CRAFT SECTION (cinematic photo split)
========================================================= */
.craft {
  position: relative;
  min-height: 80vh;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #0a1822;
  color: var(--cream-2);
  overflow: hidden;
}
.craft-media {
  position: relative;
  overflow: hidden;
  min-height: 60vh;
}
.craft-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  transform-origin: center;
  will-change: transform;
  transition: transform .1s linear;
}
.craft-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,24,34,0) 60%, rgba(10,24,34,.7) 100%);
}
.craft-text {
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4.5rem);
  display: flex; flex-direction: column; justify-content: center;
}
.craft-text h2 {
  color: var(--cream-2);
  font-size: clamp(2rem, 3.4vw, 3rem);
  margin-bottom: .8rem;
}
.craft-text p {
  color: rgba(245,236,219,.78);
  font-size: 1.1rem;
  max-width: 460px;
  line-height: 1.6;
}

@media (max-width: 880px) {
  .craft { grid-template-columns: 1fr; min-height: auto; }
  .craft-media { min-height: 50vh; }
  .craft-overlay { background: linear-gradient(180deg, rgba(10,24,34,0) 50%, rgba(10,24,34,.85) 100%); }
}

/* =========================================================
   SERVICES
========================================================= */
.services {
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
  background: var(--paper);
  position: relative;
  z-index: 0;
}
.section-head {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}
.section-head p {
  color: rgba(15,31,44,.7);
  font-size: 1.1rem;
  margin: .4rem auto 0;
}
.section-head.light { color: var(--cream-2); }
.section-head.light h2 { color: var(--cream-2); }
.section-head.light p { color: rgba(245,236,219,.8); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  max-width: 1180px;
  margin: 0 auto;
}
.svc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.8rem 1.6rem;
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.svc::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teak), var(--brass));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}
.svc:hover {
  transform: translateY(-6px);
  border-color: var(--brass-2);
  box-shadow: 0 30px 50px -32px rgba(15,31,44,.35);
}
.svc:hover::before { transform: scaleX(1); }
.svc-icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: var(--cream);
  color: var(--teak);
  border-radius: 16px;
  margin-bottom: 1rem;
}
.svc h3 { font-size: 1.2rem; margin-bottom: .45rem; color: var(--navy); }
.svc p { color: var(--grey-3); font-size: .96rem; margin: 0 0 .8rem; line-height: 1.55; }
.svc-list {
  list-style: none; padding: 0; margin: .8rem 0 0;
  border-top: 1px solid var(--grey-1);
  padding-top: .8rem;
}
.svc-list li {
  position: relative;
  padding: .3rem 0 .3rem 1.2rem;
  font-size: .9rem;
  color: var(--grey-3);
  line-height: 1.4;
}
.svc-list li::before {
  content: ""; position: absolute;
  left: 0; top: .65em;
  width: 6px; height: 6px;
  background: var(--red);
  border-radius: 1px;
}

.service-callouts {
  display: flex; flex-wrap: wrap; gap: .7rem;
  justify-content: center;
  max-width: 980px;
  margin: 3rem auto 0;
}
.service-callouts span {
  font-size: .85rem; font-weight: 600;
  background: var(--cream);
  color: var(--teak);
  padding: .6em 1em;
  border-radius: 999px;
  border: 1px solid rgba(110,58,28,.18);
}

/* =========================================================
   RESTORATION SEQUENCE (sticky scroll)
========================================================= */
.restore {
  position: relative;
  background: linear-gradient(180deg, var(--paper) 0%, #ede1c8 100%);
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
}
.restore {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}
.restore-text { padding-top: 2rem; }
.restore-text h2 { margin-bottom: .8rem; }
.restore-text p { color: rgba(15,31,44,.7); font-size: 1.08rem; }

.restore-steps {
  list-style: none; padding: 0; margin: 1.6rem 0 0;
  counter-reset: stp;
  display: grid; gap: 1rem;
}
.restore-steps li {
  position: relative;
  padding: 1rem 1rem 1rem 3.2rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
  transition: border-color .3s ease, transform .3s ease;
}
.restore-steps li::before {
  counter-increment: stp;
  content: counter(stp);
  position: absolute;
  left: .9rem; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px;
  background: var(--ink);
  color: var(--brass-2);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Fraunces', serif;
  font-weight: 700; font-size: 1rem;
}
.restore-steps li.active {
  border-color: var(--brass);
  transform: translateX(4px);
}
.restore-steps li.active::before { background: var(--teak); color: #fff; }

.restore-stage {
  position: sticky;
  top: 14vh;
  min-height: 60vh;
}
.restore-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.4rem;
  box-shadow: var(--shadow);
}
.restore-art {
  position: relative;
  aspect-ratio: 5 / 3.4;
  background: #1a1209;
  border-radius: 18px;
  overflow: hidden;
}
.r-photo {
  position: absolute; inset: 0;
  transition: opacity .8s cubic-bezier(.4,.6,.2,1), transform 1.2s ease;
  opacity: 0;
  transform: scale(1.06);
}
.r-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.r-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.7) 100%);
}
.r-1 { opacity: 1; transform: scale(1); }
.restore-stage[data-step="2"] .r-1 { opacity: 0; transform: scale(1.04); }
.restore-stage[data-step="2"] .r-2 { opacity: 1; transform: scale(1); }
.restore-stage[data-step="3"] .r-1,
.restore-stage[data-step="3"] .r-2 { opacity: 0; transform: scale(1.04); }
.restore-stage[data-step="3"] .r-3 { opacity: 1; transform: scale(1); }

.r-caption {
  position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.2rem;
  z-index: 2;
  color: var(--cream-2);
  display: flex; align-items: baseline; gap: .8rem;
  flex-wrap: wrap;
}
.r-num {
  font-family: 'Fraunces', serif;
  font-size: 1.6rem; font-weight: 600;
  color: var(--brass-2);
  font-feature-settings: "lnum";
}
.r-title {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem; font-weight: 600;
  letter-spacing: -0.01em;
}
.r-caption small {
  width: 100%;
  font-size: .85rem;
  color: rgba(245,236,219,.78);
  margin-top: .15rem;
}
.r-placeholder-hint {
  position: absolute; right: .9rem; top: .9rem;
  z-index: 3;
  font: 600 .65rem/1 'Inter', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(245,236,219,.78);
  background: rgba(0,0,0,.5);
  padding: .45em .7em;
  border-radius: 999px;
  border: 1px solid rgba(245,236,219,.18);
  backdrop-filter: blur(6px);
}

/* Listing gallery */
.listing-gallery {
  display: flex; flex-direction: column;
  background: #0a3047;
}
.listing-main {
  position: relative;
  background: #0a3047;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.listing-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .25s ease;
}
.listing-thumbs {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
  padding: 4px;
  background: #0a2535;
}
.listing-thumbs .thumb {
  position: relative;
  aspect-ratio: 1;
  background: transparent;
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  transition: border-color .2s ease, transform .2s ease;
}
.listing-thumbs .thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  opacity: .6;
  transition: opacity .2s ease;
}
.listing-thumbs .thumb:hover img { opacity: .9; }
.listing-thumbs .thumb.is-active { border-color: var(--brass-2); }
.listing-thumbs .thumb.is-active img { opacity: 1; }
@media (max-width: 820px) {
  .listing-thumbs { grid-template-columns: repeat(8, 1fr); }
}

/* Spec list inside listing body */
.spec-list {
  list-style: none; padding: 0;
  margin: 1.2rem 0 1.6rem;
  display: grid; gap: .5rem;
}
.spec-list li {
  display: grid; grid-template-columns: 130px 1fr;
  gap: 1rem;
  padding: .55rem 0;
  border-top: 1px solid rgba(245,236,219,.12);
  font-size: .95rem;
}
.spec-list li:last-child { border-bottom: 1px solid rgba(245,236,219,.12); }
.spec-list span {
  font: 600 .72rem/1 'Inter', sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(245,236,219,.55);
  align-self: center;
}
.spec-list strong { color: var(--cream-2); font-weight: 500; }
.listing-ctas { display: flex; gap: .8rem; flex-wrap: wrap; }
.listing-ctas .btn-ghost { color: var(--cream-2); border-color: rgba(245,236,219,.35); }
.listing-ctas .btn-ghost:hover { background: rgba(245,236,219,.08); }

/* Sell-your-boat callout under listing */
.sell-cta {
  max-width: 1100px;
  margin: 2.4rem auto 0;
  display: flex; align-items: center; gap: 2rem;
  justify-content: space-between; flex-wrap: wrap;
  padding: 1.8rem 2rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  backdrop-filter: blur(8px);
}
.sell-cta h3 {
  color: var(--cream-2);
  font-size: 1.5rem;
  margin: 0 0 .3rem;
}
.sell-cta h3 em { color: var(--brass-2); font-style: italic; font-weight: 400; }
.sell-cta p { color: rgba(245,236,219,.78); margin: 0; max-width: 580px; }

/* Brands strip */
.brands {
  max-width: 1180px;
  margin: 3rem auto 0;
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; gap: .9rem;
}
.brands-label {
  font: 600 .75rem/1 'Inter', sans-serif;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--teak);
}
.brands-list {
  display: flex; flex-wrap: wrap; gap: 1.4rem 2.4rem;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-size: clamp(.95rem, 1.4vw, 1.15rem);
  font-weight: 500;
  color: rgba(15,31,44,.62);
}
.brands-list span {
  position: relative;
  padding: .3em .2em;
  letter-spacing: .01em;
  transition: color .2s ease;
}
.brands-list span:hover { color: var(--ink); }

/* =========================================================
   FAQ
========================================================= */
.faq {
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
  background: linear-gradient(180deg, var(--paper), #ede1c8);
}
.faq-cols {
  max-width: 1180px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
}
@media (max-width: 880px) { .faq-cols { grid-template-columns: 1fr; } }
.faq-cat {
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-bottom: .6rem;
  border-bottom: 1px solid var(--line);
}
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0;
  margin-bottom: .7rem;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq details[open] {
  border-color: var(--brass);
  box-shadow: 0 20px 40px -28px rgba(15,31,44,.25);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.2rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  display: flex; align-items: center; gap: 1rem;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  margin-left: auto;
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--teak);
  transition: transform .25s ease;
  line-height: 1;
}
.faq details[open] summary::after {
  content: "−";
  transform: rotate(0deg);
}
.faq details p {
  margin: 0;
  padding: 0 1.2rem 1.1rem;
  color: rgba(15,31,44,.7);
  font-size: .96rem;
  line-height: 1.55;
}

.restore-progress {
  margin-top: 1rem;
  height: 6px; border-radius: 999px;
  background: var(--cream);
  overflow: hidden;
}
.restore-progress-fill {
  height: 100%;
  width: var(--p, 0%);
  background: linear-gradient(90deg, var(--teak), var(--brass));
  transition: width .15s ease;
}

@media (max-width: 880px) {
  .restore { grid-template-columns: 1fr; }
  .restore-stage { position: relative; top: 0; }
}

/* =========================================================
   PLYWOOD
========================================================= */
.plywood {
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
  background: var(--paper);
}
.wood-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  max-width: 1200px; margin: 0 auto;
}
.wood {
  position: relative;
  padding: 0;
  min-height: 200px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease;
  border: 1px solid rgba(0,0,0,.05);
}
.wood summary {
  list-style: none;
  cursor: pointer;
  padding: 1.6rem 1.4rem;
  display: block;
  position: relative;
}
.wood summary::-webkit-details-marker { display: none; }
.wood-more {
  display: inline-block;
  margin-top: .8rem;
  padding: .5em .9em;
  background: rgba(255,255,255,.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 3px;
  font: 700 .72rem/1 'Inter', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  transition: background .2s ease, color .2s ease;
}
.wood:hover .wood-more { background: var(--white); color: var(--navy); }
.wood[open] .wood-more { background: var(--red); border-color: var(--red); color: #fff; }
.wood[open] .wood-more::after { content: " ▴"; }
.wood-body {
  background: var(--white);
  color: var(--grey-3);
  padding: 1.4rem 1.4rem 1.5rem;
  border-top: 4px solid var(--red);
  animation: ddIn .25s ease both;
}
.wood-body p { margin: 0 0 .8rem; line-height: 1.55; font-size: .95rem; }
.wood-body p:last-child { margin-bottom: 0; }
.wood-body strong { color: var(--navy); font-weight: 700; }
.wood::before {
  /* base wood color */
  content: "";
  position: absolute; inset: 0; z-index: -2;
  background: #6b4a2b;
}
.wood::after {
  /* grain texture using repeating gradients */
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    repeating-linear-gradient(92deg,
      rgba(0,0,0,.18) 0 1px,
      transparent 1px 6px,
      rgba(0,0,0,.08) 6px 7px,
      transparent 7px 14px),
    repeating-linear-gradient(88deg,
      rgba(255,255,255,.04) 0 2px,
      transparent 2px 10px);
  mix-blend-mode: overlay;
  opacity: .9;
  transition: transform 8s ease;
}
.wood:hover { transform: translateY(-6px); box-shadow: 0 30px 50px -28px rgba(0,0,0,.4); }
.wood:hover::after { transform: translateX(-30px); }

.wood h3 {
  color: #fff;
  font-size: 1.35rem;
  text-shadow: 0 2px 6px rgba(0,0,0,.45);
}
.wood p {
  color: rgba(255,255,255,.92);
  font-size: .92rem;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0,0,0,.35);
}

/* per-species coloring */
.w-hydrotek::before { background: linear-gradient(135deg,#9c6332,#5a3014); }
.w-aquatek::before  { background: linear-gradient(135deg,#a87245,#693c1a); }
.w-okoume::before   { background: linear-gradient(135deg,#caa06c,#7c4f24); }
.w-meranti::before  { background: linear-gradient(135deg,#a04a25,#4a1c0a); }
.w-keruing::before  { background: linear-gradient(135deg,#7a4a2a,#3a210f); }
.w-teak::before     { background: linear-gradient(135deg,#b6843a,#6a4019); }
.w-teakholly::before{
  background:
    repeating-linear-gradient(90deg,
      #1c1106 0 14px, #f1deb2 14px 18px, #1c1106 18px 32px, #f1deb2 32px 36px),
    #1c1106;
}
.w-teakholly h3, .w-teakholly p { mix-blend-mode: normal; }
.w-teakholly::after { opacity: .4; }
.w-lumber::before   { background: linear-gradient(135deg,#3a1a08,#180700); }

.wood-cta {
  max-width: 1200px;
  margin: 2.4rem auto 0;
  background: var(--ink);
  color: var(--cream-2);
  padding: 1.4rem 1.6rem;
  border-radius: 22px;
  display: flex; align-items: center; gap: 1.2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wood-cta strong {
  font-family: 'Fraunces', serif; font-size: 1.4rem; display: block;
  color: var(--brass-2);
}
.wood-cta p { margin: .2rem 0 0; color: rgba(245,236,219,.8); }

/* =========================================================
   SALES
========================================================= */
.sales {
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
  background: linear-gradient(180deg, #0a2535 0%, var(--lake-3) 100%);
  color: var(--cream-2);
  position: relative;
  overflow: hidden;
}
.sales h2 { color: var(--cream-2); }
.sales::before {
  /* subtle radial highlight */
  content: ""; position: absolute; inset: -10% -10% auto -10%; height: 60%;
  background: radial-gradient(800px 300px at 50% 0%, rgba(255,200,120,.18), transparent 70%);
  pointer-events: none;
}

.listing {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-radius: 28px; overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
}
.listing-img { background: #0a3047; }
.listing-img svg { width: 100%; height: 100%; display: block; }
.cc-boat { animation: bob 5s ease-in-out infinite; transform-origin: 50% 70%; }
.cc-wake { animation: wakeFade 5s ease-in-out infinite; }
@keyframes wakeFade {
  0%,100% { opacity: .35; }
  50%     { opacity: .9; }
}

.listing-body { padding: 2.2rem 2rem; }
.listing-tag {
  display: inline-block;
  font: 600 .72rem/1 'Inter', sans-serif;
  letter-spacing: .2em; text-transform: uppercase;
  color: #0a2535; background: var(--brass-2);
  padding: .5em .8em; border-radius: 999px;
  margin-bottom: 1rem;
}
.listing-body h3 { color: var(--cream-2); font-size: 1.6rem; }
.listing-body .price {
  font-family: 'Fraunces', serif;
  font-size: 2rem; color: var(--brass-2);
  margin: .2rem 0 1rem; font-weight: 700;
}
.listing-body p { color: rgba(245,236,219,.85); }

@media (max-width: 820px) {
  .listing { grid-template-columns: 1fr; }
}

/* =========================================================
   ABOUT / TIMELINE
========================================================= */
.about {
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
  background: var(--paper);
  position: relative;
}
.timeline {
  list-style: none; padding: 0; margin: 0 auto;
  max-width: 920px;
  position: relative;
}
.timeline::before {
  content: ""; position: absolute;
  left: 18px; top: 4px; bottom: 4px;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--brass) 6%, var(--brass) 94%, transparent);
}
.timeline li {
  position: relative;
  padding: .5rem 0 1.8rem 3.4rem;
}
.timeline li::before {
  content: "";
  position: absolute; left: 10px; top: .8rem;
  width: 18px; height: 18px;
  background: var(--cream); border: 3px solid var(--brass);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--paper);
  transition: background .3s ease, transform .3s ease;
}
.timeline li.in::before { background: var(--teak); transform: scale(1.12); }
.timeline .year {
  display: inline-block;
  font: 600 .8rem/1 'Inter', sans-serif;
  letter-spacing: .25em; text-transform: uppercase;
  color: var(--teak);
  margin-bottom: .35rem;
}
.timeline h4 { font-family: 'Fraunces', serif; font-size: 1.3rem; margin: 0 0 .3em; }
.timeline p  { color: rgba(15,31,44,.7); margin: 0; }

.about-credo {
  max-width: 800px;
  margin: 3rem auto 0;
  text-align: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: var(--ink-2);
  padding: 1.6rem 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* =========================================================
   CONTACT
========================================================= */
.contact {
  background: var(--ink);
  color: var(--cream-2);
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
}
.contact h2 { color: var(--cream-2); }
.contact-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-info h2 { margin: .6rem 0 1.4rem; }
.info-list {
  display: grid; gap: 1.4rem; margin: 0;
}
.info-list dt {
  font: 600 .78rem/1 'Inter', sans-serif;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--brass-2);
  margin-bottom: .3rem;
}
.info-list dd { margin: 0; color: rgba(245,236,219,.85); line-height: 1.55; }
.info-list a { color: var(--cream-2); text-decoration: underline; text-decoration-color: rgba(230,194,121,.5); text-underline-offset: 3px; }

.contact-form {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  padding: 1.8rem;
  display: grid; gap: 1rem;
}
.contact-form h3 { color: var(--cream-2); font-size: 1.3rem; margin-bottom: .2rem; }
.contact-form label {
  display: grid; gap: .35rem;
  font: 600 .8rem/1 'Inter', sans-serif;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(245,236,219,.75);
}
.contact-form input,
.contact-form textarea {
  background: rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  color: var(--cream-2);
  font: 400 1rem 'Inter', sans-serif;
  padding: .8rem 1rem;
  outline: none;
  transition: border-color .2s ease, background .2s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--brass-2);
  background: rgba(0,0,0,.34);
}
.contact-form .btn { justify-self: start; background: var(--brass); color: #1a0e02; }
.contact-form .btn:hover { background: var(--brass-2); }
.form-success {
  color: var(--brass-2);
  font-size: .95rem; margin: 0;
}

/* =========================================================
   FOOTER
========================================================= */
.footer {
  background: #0a1822;
  color: rgba(245,236,219,.7);
  padding: 3rem clamp(1rem, 5vw, 4rem) 1.5rem;
}
.footer-inner {
  max-width: 1180px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.footer strong { color: var(--cream-2); display: block; margin: .4rem 0 .4rem; font-family: 'Fraunces', serif; }
.footer h5 {
  color: var(--brass-2);
  font: 600 .78rem/1 'Inter', sans-serif;
  letter-spacing: .22em; text-transform: uppercase;
  margin: 0 0 .8rem;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .4rem; }
.footer a { color: rgba(245,236,219,.75); text-decoration: none; }
.footer a:hover { color: var(--brass-2); }
.footer-bar {
  max-width: 1180px;
  margin: 2.6rem auto 0;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1rem;
  font-size: .85rem;
  color: rgba(245,236,219,.45);
  text-align: center;
}
.footer .brand-mark { color: var(--brass); background: transparent; padding: 0; }

.footer-social {
  display: flex;
  gap: .8rem;
  margin-top: 1rem;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid rgba(245,236,219,.2);
  border-radius: 6px;
  color: rgba(245,236,219,.65);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.footer-social a:hover {
  color: var(--white);
  border-color: rgba(245,236,219,.5);
  background: rgba(255,255,255,.08);
}

/* =========================================================
   Reveal animation utility
========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal.in {
  opacity: 1; transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
   v4 round of overrides — pull-downs, hover steps, gallery arrows, etc.
========================================================= */

/* --- Slightly bolded lede under section heads --- */
.section-head .lede-bold {
  font-weight: 600;
  color: var(--navy);
}

/* --- FAQ: centered, no big heading, just the eyebrow + fallback line --- */
.faq .faq-head {
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: .8rem;
  margin-bottom: 2.4rem;
}
.faq .faq-fallback {
  margin: 0;
  font-size: 1rem;
  color: var(--grey-3);
}
.faq .faq-fallback a {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.faq .faq-fallback a:hover { color: var(--red-2); }

/* --- Service grid: cards are now <details> pull-downs --- */
.services .svc {
  display: block;
  padding: 0;
  cursor: default;
}
.services .svc > summary {
  list-style: none;
  cursor: pointer;
  padding: 1.6rem 1.4rem 1.4rem;
  position: relative;
}
.services .svc > summary::-webkit-details-marker { display: none; }
.services .svc-toggle {
  display: inline-block;
  margin-top: .9rem;
  padding: .5em .9em;
  background: var(--navy);
  color: var(--white);
  border-radius: 3px;
  font: 700 .68rem/1 'Inter', sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: background .2s ease;
}
.services .svc[open] .svc-toggle {
  background: var(--red);
}
.services .svc[open] .svc-toggle::after { content: " ▴"; }
.services .svc .svc-list {
  background: var(--paper-2);
  padding: 1rem 1.4rem 1.4rem;
  margin: 0;
  border-top: 3px solid var(--red);
  border-radius: 0 0 16px 16px;
}

/* --- Service "features" replacement (was the bubble list) --- */
.service-features {
  list-style: none;
  margin: 3rem auto 0;
  padding: 1.6rem 1.4rem;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .55rem 1.4rem;
  border-top: 1px solid var(--grey-1);
  border-bottom: 1px solid var(--grey-1);
}
.service-features li {
  position: relative;
  padding: .25rem 0 .25rem 1.4rem;
  font-size: .95rem;
  color: var(--navy);
  font-weight: 500;
}
.service-features li::before {
  content: "";
  position: absolute; left: 0; top: .65em;
  width: 8px; height: 2px;
  background: var(--red);
}

/* --- Restoration steps: hover pops out + bolds --- */
.restore-steps {
  list-style: none;
  padding: 0;
  counter-reset: rstep;
  margin: 1.4rem 0 0;
}
.restore-steps li {
  counter-increment: rstep;
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  margin-bottom: .8rem;
  border-radius: 6px;
  border: 1px solid var(--grey-1);
  background: var(--white);
  color: var(--grey-3);
  cursor: default;
  transform-origin: left center;
  transition:
    transform .25s cubic-bezier(.34,1.5,.64,1),
    box-shadow .25s ease,
    background .25s ease,
    color .25s ease,
    font-weight .15s ease,
    border-color .25s ease;
}
.restore-steps li::before {
  content: counter(rstep);
  position: absolute; left: 1rem; top: 50%;
  transform: translateY(-50%);
  width: 2rem; height: 2rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--navy);
  color: var(--white);
  font: 700 1rem/1 'Fraunces', serif;
  border-radius: 3px;
  transition: background .25s ease, transform .25s ease;
}
.restore-steps li b {
  color: var(--navy);
  transition: color .2s ease;
}
.restore-steps li:hover {
  transform: translateX(10px) scale(1.02);
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
  box-shadow: 0 20px 38px -18px rgba(12,35,64,.55);
  font-weight: 600;
}
.restore-steps li:hover b { color: var(--white); }
.restore-steps li:hover::before {
  background: var(--red);
  transform: translateY(-50%) scale(1.15);
}

/* --- Plywood card body: darker text, accented headings --- */
.wood-body p { color: #1a1a1a; font-weight: 500; }
.wood-body strong {
  color: var(--red);
  font-weight: 800;
  letter-spacing: .01em;
}

/* --- Plywood CTA trimmed (no description) --- */
.wood-cta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.4rem; flex-wrap: wrap;
  max-width: 980px;
  margin: 2.4rem auto 0;
  padding: 1.4rem 1.6rem;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--grey-1);
}
.wood-cta strong {
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  color: var(--navy);
  font-weight: 700;
}

/* --- Listing main photo: prev/next arrows + counter --- */
.listing-main { position: relative; }
.listing-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(12,35,64,.85);
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.4);
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  backdrop-filter: blur(8px);
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.listing-prev { left: 14px; }
.listing-next { right: 14px; }
.listing-nav:hover {
  background: var(--red);
  border-color: var(--white);
  transform: translateY(-50%) scale(1.08);
}
.listing-counter {
  position: absolute;
  bottom: 14px; right: 14px;
  background: rgba(12,35,64,.78);
  color: var(--white);
  font: 600 .78rem/1 'Inter', sans-serif;
  letter-spacing: .12em;
  padding: .5em .9em;
  border-radius: 999px;
  z-index: 3;
  backdrop-filter: blur(8px);
}
@media (max-width: 640px) {
  .listing-nav { width: 44px; height: 44px; }
  .listing-prev { left: 8px; }
  .listing-next { right: 8px; }
}

/* =========================================================
   v5 overrides — single-arrow toggles, plywood photo layout,
   about-intro grid, brand-strip line dedup, restoration tweaks
========================================================= */

/* Service toggle arrow flips, no extra arrow inserted */
.services .svc-arrow {
  display: inline-block;
  transition: transform .25s ease;
  margin-left: .3em;
}
.services .svc[open] .svc-arrow {
  transform: rotate(180deg);
}
.services .svc[open] .svc-toggle::after { content: none; }  /* kill old appended ▴ */
.services .svc[open] .svc-toggle::before { content: none; }

/* Plywood card: new layout with photo thumbnail at top */
.wood {
  background: var(--white);
  color: var(--navy);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--grey-1);
}
.wood::before, .wood::after { content: none !important; background: none !important; }
.wood:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -22px rgba(12,35,64,.25); }
.wood:hover .wood-thumb { transform: scale(1.04); }

.wood summary {
  padding: 0;
  display: block;
}
.wood .wood-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.wood .wood-summary {
  padding: 1.1rem 1.2rem 1.2rem;
  background: var(--white);
}
.wood h3 {
  color: var(--navy);
  font-size: 1.2rem;
  margin: 0 0 .35rem;
  text-shadow: none;
}
.wood .wood-blurb {
  color: var(--grey-3);
  font-size: .92rem;
  margin: 0 0 .9rem;
  text-shadow: none;
  line-height: 1.45;
}
.wood-more {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  padding: .55em .9em;
  background: var(--navy);
  color: var(--white);
  border-radius: 3px;
  font: 700 .7rem/1 'Inter', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 0;
  transition: background .2s ease;
}
.wood:hover .wood-more { background: var(--navy-2); }
.wood[open] .wood-more { background: var(--red); }
.wood-arrow {
  display: inline-block;
  transition: transform .25s ease;
  font-weight: 400;
}
.wood[open] .wood-arrow { transform: rotate(180deg); }
.wood[open] .wood-more::after { content: none; }  /* kill old appended ▴ */

/* Plywood body: darker text, paragraphs with breathing room */
.wood-body {
  padding: 1.2rem 1.4rem 1.4rem;
  border-top: 4px solid var(--red);
  background: var(--white);
}
.wood-body p {
  margin: 0 0 1rem;
  color: #1a1a1a;
  font-size: .95rem;
  line-height: 1.55;
  font-weight: 500;
}
.wood-body p:last-child { margin-bottom: 0; }
.wood-body strong {
  color: var(--red);
  font-weight: 800;
  letter-spacing: .01em;
  margin-right: .2em;
}

/* Brand strip — remove top border so we don't double-line with .service-features bottom border */
.brands {
  border-top: none;
}

/* About: intro grid with founder photo */
.about-intro {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto 3rem;
}
.about-intro-photo {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 50px -25px rgba(12,35,64,.4);
  aspect-ratio: 4 / 3;
}
.about-intro-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.about-caption {
  position: absolute;
  left: 1rem; bottom: 1rem;
  background: var(--navy);
  color: var(--white);
  font: 700 .72rem/1 'Inter', sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .55em .8em;
  border-radius: 3px;
}
@media (max-width: 820px) {
  .about-intro { grid-template-columns: 1fr; }
}

/* =========================================================
   Hero Skiff Craft button — clean, modern, frosted glass
========================================================= */
.hero-skiftcraft-btn {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.2em 3.2em;
  position: relative;
  text-decoration: none;
  color: var(--white);
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 4px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, .35);
  transition: background .25s ease, transform .2s ease, box-shadow .25s ease, border-color .25s ease;
}
.hero-skiftcraft-btn:hover {
  background: rgba(255, 255, 255, .24);
  border-color: rgba(255, 255, 255, .9);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -14px rgba(0, 0, 0, .45);
}
.skiftcraft-name {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  line-height: 1;
  color: var(--white);
  letter-spacing: .01em;
}
.skiftcraft-divider {
  width: 1px;
  height: 1.4em;
  background: rgba(255, 255, 255, .4);
}
.skiftcraft-go {
  font: 600 .75rem/1 'Inter', sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .88);
}
@media (max-width: 560px) {
  .hero-skiftcraft-btn { padding: .9em 1.8em; gap: .9rem; }
  .skiftcraft-name { font-size: 1.3rem; }
  .skiftcraft-go { font-size: .68rem; letter-spacing: .18em; }
}

/* =========================================================
   PARTS TEASER SECTION
========================================================= */
.parts-teaser {
  background: var(--navy);
  padding: clamp(4rem, 8vw, 6rem) clamp(1rem, 5vw, 4rem);
  color: var(--white);
}
.parts-teaser-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.parts-teaser-text {
  max-width: 680px;
  margin-bottom: 2rem;
}
.parts-teaser-text h2 {
  color: var(--white);
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  margin-bottom: .6rem;
}
.parts-teaser-text p {
  color: rgba(255,255,255,.75);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}
.parts-teaser .section-tag {
  background: var(--red);
}
.parts-teaser-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: .35rem .6rem;
}
.parts-teaser-list li {
  position: relative;
  padding: .3rem 0 .3rem 1.1rem;
  font: 500 .92rem/1.4 'Inter', sans-serif;
  color: rgba(255,255,255,.82);
}
.parts-teaser-list li::before {
  content: "";
  position: absolute; left: 0; top: .6em;
  width: 5px; height: 5px;
  background: var(--red);
  border-radius: 1px;
}
.parts-teaser-cta {
  display: inline-flex;
}

/* =========================================================
   FOUR-SEASON CALLOUT (inside services section)
========================================================= */
.fs-callout {
  max-width: 1180px;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding: 2.4rem 2.4rem 2.4rem 2.6rem;
  background: var(--navy);
  border-radius: 12px;
  border-left: 5px solid var(--red);
}
.fs-callout-text .section-tag {
  background: var(--red);
  margin-bottom: 1rem;
}
.fs-callout-text h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: var(--white);
  margin: 0 0 .6rem;
}
.fs-callout-text p {
  color: rgba(255,255,255,.72);
  font-size: .98rem;
  margin: 0;
  line-height: 1.6;
}
.fs-callout-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .6rem;
  align-self: center;
}
.fs-callout-list li {
  position: relative;
  padding: .35rem 0 .35rem 1.2rem;
  font-size: .93rem;
  color: rgba(255,255,255,.78);
  line-height: 1.45;
}
.fs-callout-list li::before {
  content: "";
  position: absolute; left: 0; top: .62em;
  width: 6px; height: 2px;
  background: var(--red);
}
.fs-callout-list b { color: var(--white); }
@media (max-width: 820px) {
  .fs-callout { grid-template-columns: 1fr; }
}

/* =========================================================
   HIRING NOTICE
========================================================= */
.hiring-notice {
  max-width: 920px;
  margin: 2.8rem auto 0;
}
.hiring-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.8rem 2rem 1.8rem 2.4rem;
  background: var(--white);
  border: 1px solid var(--grey-1);
  border-left: 4px solid var(--navy);
  border-radius: 4px;
  box-shadow: 0 12px 30px -18px rgba(12,35,64,.18);
}
.hiring-eyebrow {
  display: inline-block;
  font: 700 .68rem/1 'Inter', sans-serif;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--navy);
  padding: .45em .8em;
  border-radius: 2px;
  margin-bottom: .65rem;
}
.hiring-copy h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  color: var(--navy);
  margin: 0 0 .4rem;
}
.hiring-copy p {
  color: var(--grey-3);
  font-size: .95rem;
  margin: 0;
  max-width: 560px;
  line-height: 1.55;
}
.hiring-btn {
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .hiring-inner { flex-direction: column; align-items: flex-start; }
}

/* =========================================================
   LISTINGS GRID (multi-boat sale layout)
========================================================= */
.listings-grid {
  max-width: 1100px;
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
/* Featured (first) listing spans full width with the side-by-side layout */
.listing-card-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
}
/* Standard listing cards (2-up grid for non-featured) */
.listing-card:not(.listing-card-featured) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
}
@media (max-width: 820px) {
  .listing-card-featured,
  .listing-card:not(.listing-card-featured) {
    grid-template-columns: 1fr;
  }
}

/* ============ PHOTO GALLERY ============ */
.mba-gallery {
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 3rem);
  background: #0f1620;
}
.mba-gallery .section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.mba-gallery .section-head h2 {
  color: #f0e8d0;
}
.mba-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 10px;
  max-width: 1400px;
  margin: 0 auto;
}
.mba-gal-tile {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #1a2230;
}
.mba-gal-tile.mba-gal-wide {
  grid-column: span 2;
}
.mba-gal-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .45s ease;
}
.mba-gal-tile:hover img {
  transform: scale(1.04);
}
@media (max-width: 900px) {
  .mba-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
}
@media (max-width: 520px) {
  .mba-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .mba-gal-tile.mba-gal-wide { grid-column: span 1; }
}

/* ============ CRAFT SECTION DUO PHOTOS ============ */
.craft-media-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100%;
}
.craft-duo-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
.craft-media-duo .craft-overlay {
  grid-column: 1 / -1;
  grid-row: 1;
}
