/* ============================================================
   Skiff Craft — classic wooden boats
   Style: clean, editorial, Riva-quality. Ivory base, mahogany ink,
   sparing brass. Bodoni Moda for display, Cormorant for prose
   italics, Inter for utility.
   ============================================================ */

:root {
  --sc-ink:        #1a140d;   /* near-black ink */
  --sc-ink-2:      #3a2c1e;
  --sc-mahog:      #4a1c0a;   /* deep mahogany accent */
  --sc-brass:      #9c7530;
  --sc-brass-2:    #c69a4a;
  --sc-paper:      #f6f0e3;   /* warm ivory */
  --sc-paper-2:    #ece2cd;   /* alt ivory band */
  --sc-paper-3:    #fbf6ea;
  --sc-line:       #d2c69e;
  --sc-line-2:     #b29c63;
  --sc-grey:       #6a5d49;
  --sc-grey-2:     #8a7d68;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.sc-body {
  margin: 0;
  background: var(--sc-paper);
  color: var(--sc-ink);
  font: 16px/1.65 'Inter', system-ui, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .005em;
  overflow-x: hidden;
}
.sc-body img { display: block; max-width: 100%; }
.sc-body a { color: inherit; }

/* Typography scale */
.sc-body h1,
.sc-body h2,
.sc-body h3,
.sc-body h4 {
  font-family: 'Bodoni Moda', 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  margin: 0 0 .4em;
  color: var(--sc-ink);
  letter-spacing: -0.005em;
  line-height: 1.08;
}
.sc-body h1 { font-size: clamp(4.4rem, 11vw, 9.4rem); font-weight: 400; }
.sc-body h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 500; }
.sc-body h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 500; }
.sc-body h4 { font-size: 1.2rem; font-weight: 600; }
.sc-body p  { margin: 0 0 1em; color: var(--sc-ink-2); }

/* ===== Nav ===== */
.sc-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  padding: 1.4rem clamp(1.5rem, 5vw, 3.5rem);
  display: flex; align-items: center; gap: 2rem;
  background: rgba(246, 240, 227, 0);
  transition: background .35s ease, backdrop-filter .35s ease, padding .35s ease, box-shadow .35s ease;
}
.sc-nav.is-stuck {
  background: rgba(246, 240, 227, .94);
  backdrop-filter: blur(14px);
  padding-top: .9rem; padding-bottom: .9rem;
  box-shadow: 0 1px 0 rgba(178, 156, 99, .25);
}
.sc-brand {
  text-decoration: none;
  margin-right: auto;
}
.sc-wordmark {
  font-family: 'Bodoni Moda', 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--sc-ink);
  letter-spacing: .002em;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.sc-nav-links {
  display: flex;
  gap: clamp(1.2rem, 2.2vw, 2rem);
}
.sc-nav-links a {
  font: 600 .75rem/1 'Inter', sans-serif;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--sc-ink);
  text-decoration: none;
  padding: .5em 0;
  position: relative;
  transition: color .25s ease;
}
.sc-nav-links a::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--sc-brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.sc-nav-links a:hover { color: var(--sc-mahog); }
.sc-nav-links a:hover::after { transform: scaleX(1); }

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

/* ===== Hero ===== */
.sc-hero {
  position: relative;
  min-height: 115vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.sc-hero-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.sc-hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
}
.sc-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,5,2,.45) 0%, rgba(10,5,2,.2) 50%, rgba(10,5,2,.55) 100%);
}
.sc-hero-center {
  position: relative; z-index: 2;
  padding: clamp(7rem, 12vh, 10rem) 1.5rem 4rem;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sc-hero-eyebrow {
  display: inline-block;
  font: 600 .82rem/1 'Inter', sans-serif;
  letter-spacing: .55em;
  text-transform: uppercase;
  color: var(--sc-ivory);
  margin-bottom: 2rem;
  padding: .55em 1em;
  border-left: 1px solid rgba(246,240,227,.5);
  border-right: 1px solid rgba(246,240,227,.5);
}
.sc-hero-title {
  font-family: 'Alex Brush', 'Bodoni Moda', Georgia, serif;
  font-style: normal;
  font-weight: 400;
  color: #f6f0e3;
  margin: 0 0 .25em;
  font-size: clamp(5rem, 14vw, 13rem);
  line-height: .95;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.sc-hero-sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  color: rgba(246,240,227,.88);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.4;
}
.sc-hero-scroll {
  position: absolute;
  bottom: 2.4rem; left: 50%;
  transform: translateX(-50%);
  width: 22px; height: 36px;
  border: 1px solid var(--sc-ink);
  border-radius: 12px;
  opacity: .55;
  z-index: 3;
}
.sc-hero-scroll span {
  position: absolute;
  top: 6px; left: 50%;
  width: 2px; height: 6px;
  background: var(--sc-ink);
  transform: translateX(-50%);
  animation: scWheel 1.8s ease-in-out infinite;
}
@keyframes scWheel {
  0%   { transform: translate(-50%, 0); opacity: 1; }
  100% { transform: translate(-50%, 14px); opacity: 0; }
}

/* ===== Sections ===== */
.sc-section {
  padding: clamp(5rem, 11vw, 9rem) clamp(1.5rem, 5vw, 4rem);
  position: relative;
}
.sc-section:nth-of-type(odd) { background: var(--sc-paper-3); }
.sc-section:nth-of-type(even) { background: var(--sc-paper); }
.sc-section-head {
  max-width: 880px;
  margin: 0 auto 4rem;
  text-align: center;
}
.sc-tag {
  display: inline-block;
  font: 600 .72rem/1 'Inter', sans-serif;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--sc-mahog);
  margin-bottom: 1.2rem;
  padding: .55em 0;
  border-top: 1px solid var(--sc-brass);
  border-bottom: 1px solid var(--sc-brass);
  padding: .55em 1.2em;
}
.sc-prose { max-width: 580px; }
.sc-lede {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  color: var(--sc-ink);
  line-height: 1.45;
  margin-bottom: 1.2rem;
}
.sc-prose p { color: var(--sc-ink-2); }

.sc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 820px) { .sc-grid { grid-template-columns: 1fr; } }

/* ===== Photo frames (placeholders + real photos) ===== */
.sc-photo-frame {
  position: relative;
  background: linear-gradient(135deg, #b59868 0%, #6a5034 100%);
  border: 1px solid var(--sc-line-2);
  overflow: hidden;
  min-height: 280px;
  display: flex; align-items: center; justify-content: center;
}
.sc-photo-frame::after {
  content: "";
  position: absolute; inset: 8px;
  border: 1px solid rgba(255, 255, 255, .15);
  pointer-events: none;
}
.sc-photo-placeholder {
  font: 600 .68rem/1 'Inter', sans-serif;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(246, 240, 227, .75);
}
.sc-heritage-photo { aspect-ratio: 4 / 5; }

/* ===== Models ===== */
.sc-models { padding-bottom: clamp(7rem, 14vw, 11rem); }
.sc-model {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto clamp(4rem, 8vw, 7rem);
}
.sc-model:last-child { margin-bottom: 0; }
.sc-model-reverse { grid-template-columns: 1fr 1.2fr; }
.sc-model-reverse .sc-model-photo { order: 2; }
.sc-model-reverse .sc-model-copy  { order: 1; }
@media (max-width: 820px) {
  .sc-model, .sc-model-reverse { grid-template-columns: 1fr; }
  .sc-model-reverse .sc-model-photo, .sc-model-reverse .sc-model-copy { order: initial; }
}
.sc-model-photo { aspect-ratio: 4 / 3; }
.sc-model-number {
  display: block;
  font: 600 .72rem/1 'Inter', sans-serif;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--sc-brass);
  margin-bottom: 1rem;
}
.sc-model-copy h3 { margin-bottom: .5em; }
.sc-model-copy p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--sc-ink-2);
  max-width: 460px;
  margin-bottom: 1.8rem;
  line-height: 1.45;
}
.sc-spec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem 2rem;
  margin: 0;
  max-width: 460px;
}
.sc-spec > div {
  display: flex; flex-direction: column;
  padding: .55rem 0;
  border-top: 1px solid var(--sc-line);
}
.sc-spec dt {
  font: 600 .68rem/1 'Inter', sans-serif;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--sc-grey);
  margin-bottom: .3rem;
}
.sc-spec dd {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--sc-ink);
}

/* ===== Materials grid ===== */
.sc-materials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  max-width: 1240px;
  margin: 0 auto;
  background: var(--sc-line);
  border: 1px solid var(--sc-line);
}
.sc-material {
  padding: 2.4rem 2rem;
  background: var(--sc-paper);
}
.sc-material h4 {
  color: var(--sc-mahog);
  margin-bottom: .6em;
  font-family: 'Bodoni Moda', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.4rem;
}
.sc-material p {
  font-size: .95rem;
  color: var(--sc-ink-2);
  margin: 0;
  line-height: 1.55;
}

/* ===== Gallery ===== */
.sc-gallery {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 10px;
}
.sc-gallery-tile { margin: 0; min-height: auto; height: 100%; overflow: hidden; border-radius: 4px; }
.sc-gallery-tile img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .4s ease; }
.sc-gallery-tile:hover img { transform: scale(1.04); }
/* Layout: tile 1 is tall, tiles 5 and 9 span 2 cols so detail shots are bigger */
.sc-tile-1  { grid-row: span 2; }
.sc-tile-5  { grid-column: span 2; }
.sc-tile-8  { grid-column: span 2; }   /* teak interior — wide so you can see it */
.sc-tile-11 { grid-column: span 2; }   /* cockpit — wide */
@media (max-width: 900px) {
  .sc-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .sc-tile-1 { grid-row: auto; }
  .sc-tile-5, .sc-tile-8, .sc-tile-11 { grid-column: span 2; }
}
@media (max-width: 520px) {
  .sc-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .sc-tile-5, .sc-tile-8, .sc-tile-11 { grid-column: span 2; }
}

/* ===== Contact ===== */
.sc-contact-section { background: var(--sc-ink); color: var(--sc-paper); }
.sc-contact-section .sc-tag {
  color: var(--sc-brass-2);
  border-color: var(--sc-brass);
}
.sc-contact-section h2 { color: var(--sc-paper); }
.sc-contact-section p { color: #f6f0e3; }
.sc-contact {
  max-width: 1180px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
@media (max-width: 820px) { .sc-contact { grid-template-columns: 1fr; } }
.sc-contact-copy h2 { font-size: clamp(1.8rem, 3.2vw, 2.8rem); margin-bottom: .6em; }
.sc-contact-copy p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 1.8rem;
  max-width: 460px;
  line-height: 1.45;
}
.sc-btn {
  display: inline-block;
  font: 600 .78rem/1 'Inter', sans-serif;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--sc-paper);
  text-decoration: none;
  padding: 1.05em 0;
  border-bottom: 1px solid var(--sc-brass);
  transition: color .2s ease, border-color .2s ease;
}
.sc-btn:hover { color: var(--sc-brass-2); border-color: var(--sc-brass-2); }
.sc-contact-list {
  list-style: none;
  padding: 0; margin: 0;
  display: grid; gap: 0;
}
.sc-contact-list > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(198, 154, 74, .6);
}
.sc-contact-list > div:last-child { border-bottom: 1px solid rgba(198, 154, 74, .6); }
.sc-contact-list dt {
  font: 700 .72rem/1 'Inter', sans-serif;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #f0c97a;
  align-self: center;
}
.sc-contact-list dd {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500;
}
.sc-contact-list a { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .2s ease, color .2s ease; }
.sc-contact-list a:hover { color: var(--sc-brass-2); border-color: var(--sc-brass-2); }

/* ===== Footer ===== */
.sc-footer {
  background: #0c0a06;
  color: rgba(246, 240, 227, .6);
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  font-size: .85rem;
}
.sc-footer-inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.4rem; flex-wrap: wrap;
}
.sc-footer-mark {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--sc-paper);
}
.sc-footer-note {
  margin: 0;
  color: rgba(246, 240, 227, .55);
  font-size: .82rem;
  text-align: center;
}
.sc-footer-note a {
  color: var(--sc-brass-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(198, 154, 74, .5);
  padding-bottom: 1px;
}
.sc-footer-note a:hover { color: var(--sc-paper); border-color: var(--sc-paper); }
.sc-footer-year { color: rgba(246, 240, 227, .4); }

/* Photo placeholder color tweak for light backgrounds (gallery, models) */
.sc-section:nth-of-type(even) .sc-photo-frame { background: linear-gradient(135deg, #a4895e 0%, #5a4530 100%); }

/* ===== History timeline ===== */
.sc-history { background: var(--sc-paper); }
.sc-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 920px;
  display: grid;
  gap: 2.4rem;
  position: relative;
}
.sc-timeline::before {
  /* vertical brass rule */
  content: "";
  position: absolute;
  left: 160px;
  top: .8rem;
  bottom: .8rem;
  width: 1px;
  background: var(--sc-line-2);
}
.sc-tl-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2.4rem;
  align-items: start;
  position: relative;
}
.sc-tl-item::before {
  content: "";
  position: absolute;
  left: 156px;
  top: 1.1rem;
  width: 9px; height: 9px;
  background: var(--sc-brass);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--sc-paper);
}
.sc-tl-year {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--sc-mahog);
  text-align: right;
  padding-top: .3rem;
  letter-spacing: .005em;
  line-height: 1.1;
}
.sc-tl-body h3 {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.35rem;
  margin-bottom: .35em;
  color: var(--sc-ink);
}
.sc-tl-body p {
  margin: 0;
  color: var(--sc-ink-2);
  line-height: 1.55;
  font-size: .98rem;
  max-width: 580px;
}
.sc-history-source {
  max-width: 920px;
  margin: 3.2rem auto 0;
  text-align: center;
  font-size: .82rem;
  color: var(--sc-grey);
  font-style: italic;
}
.sc-history-source a {
  color: var(--sc-mahog);
  text-decoration: none;
  border-bottom: 1px solid var(--sc-brass);
}
.sc-history-source a:hover { color: var(--sc-ink); }

@media (max-width: 720px) {
  .sc-timeline::before { left: 90px; }
  .sc-tl-item { grid-template-columns: 90px 1fr; gap: 1.4rem; }
  .sc-tl-item::before { left: 86px; }
  .sc-tl-year { font-size: 1.15rem; }
  .sc-tl-body h3 { font-size: 1.15rem; }
}

/* =========================================================
   Photo frames hosting real <img> elements
========================================================= */
.sc-photo-frame {
  background: #0e0a06; /* dark fallback if image fails */
}
.sc-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.sc-photo-frame:has(img)::after {
  content: "";
  position: absolute; inset: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  pointer-events: none;
  z-index: 2;
}
.sc-photo-frame img + .sc-photo-placeholder,
.sc-photo-frame:has(img) .sc-photo-placeholder { display: none; }

/* Hero photo */
.sc-hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 55%;
  transform: scale(1.04);
  animation: scKenBurns 30s ease-in-out infinite alternate;
}
@keyframes scKenBurns {
  0%   { transform: scale(1.04) translate3d(0,0,0); }
  100% { transform: scale(1.10) translate3d(-1%, -1.5%, 0); }
}
.sc-hero-overlay {
  background:
    radial-gradient(ellipse 70% 50% at 50% 45%, rgba(246, 240, 227, .15) 0%, rgba(246, 240, 227, .55) 90%),
    linear-gradient(180deg, rgba(246, 240, 227, .35) 0%, rgba(246, 240, 227, .55) 100%);
}
.sc-hero-title, .sc-hero-eyebrow, .sc-hero-sub {
  text-shadow: 0 2px 22px rgba(255, 255, 255, .35);
}

/* =========================================================
   v2 — Craftsmanship banner photo
========================================================= */
.sc-craft-banner {
  max-width: 1240px;
  margin: 0 auto 3rem;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  position: relative;
  background: #1a140d;
  border: 1px solid var(--sc-line-2);
}
.sc-craft-banner img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%;
  display: block;
  transform: scale(1.02);
  transition: transform 1.2s ease;
}
.sc-craft-banner:hover img { transform: scale(1.05); }
.sc-craft-banner::after {
  content: "";
  position: absolute; inset: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  pointer-events: none;
}

/* =========================================================
   v2 — New History Timeline (zigzag + scroll-reveal)
========================================================= */
.sc-history .sc-tl2 {
  list-style: none;
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 1180px;
  position: relative;
}
/* Central rule */
.sc-history .sc-tl2::before {
  content: "";
  position: absolute;
  top: 1rem; bottom: 1rem;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg,
    transparent 0%,
    var(--sc-line-2) 8%,
    var(--sc-line-2) 92%,
    transparent 100%);
}
.sc-tl2-item {
  position: relative;
  width: 50%;
  padding: 2.6rem 4.5rem 2.6rem 0;
  margin-bottom: -.8rem;
  display: flex;
  justify-content: flex-end;
  /* hidden initial state for reveal */
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity .85s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1);
}
.sc-tl2-item[data-side="right"] {
  margin-left: 50%;
  padding: 2.6rem 0 2.6rem 4.5rem;
  justify-content: flex-start;
  transform: translateX(32px);
}
.sc-tl2-item.is-in {
  opacity: 1;
  transform: translateX(0);
}

/* Faint background year (decorative) */
.sc-tl2-year {
  position: absolute;
  font-family: 'Bodoni Moda', Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(5rem, 8vw, 8.5rem);
  line-height: 1;
  color: var(--sc-line-2);
  opacity: .25;
  top: 2.2rem;
  pointer-events: none;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.sc-tl2-item[data-side="left"] .sc-tl2-year {
  right: 4.5rem;
  text-align: right;
}
.sc-tl2-item[data-side="right"] .sc-tl2-year {
  left: 4.5rem;
}

/* Card itself */
.sc-tl2-card {
  position: relative;
  width: 100%;
  max-width: 460px;
  background: var(--sc-paper);
  border: 1px solid var(--sc-line);
  padding: 1.6rem 1.8rem 1.8rem;
  z-index: 2;
  box-shadow: 0 24px 50px -28px rgba(74, 28, 10, .25);
}
/* Brass pin connecting to central rule */
.sc-tl2-pin {
  position: absolute;
  top: 1.9rem;
  width: 10px; height: 10px;
  background: var(--sc-brass);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--sc-paper-3);
  z-index: 3;
}
.sc-tl2-item[data-side="left"] .sc-tl2-pin {
  right: -4.95rem;
}
.sc-tl2-item[data-side="right"] .sc-tl2-pin {
  left: -4.95rem;
}
/* Connector line from card to central rule */
.sc-tl2-card::before {
  content: "";
  position: absolute;
  top: calc(1.9rem + 4px);
  width: 4.5rem;
  height: 1px;
  background: var(--sc-line-2);
}
.sc-tl2-item[data-side="left"] .sc-tl2-card::before { right: -4.5rem; }
.sc-tl2-item[data-side="right"] .sc-tl2-card::before { left: -4.5rem; }

.sc-tl2-year-lg {
  display: block;
  font: 700 .72rem/1 'Inter', sans-serif;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--sc-mahog);
  margin-bottom: .7rem;
}
.sc-tl2-card h3 {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--sc-ink);
  margin: 0 0 .5em;
  line-height: 1.15;
}
.sc-tl2-card p {
  margin: 0;
  color: var(--sc-ink-2);
  font-size: .96rem;
  line-height: 1.55;
}

/* Final card — highlighted */
.sc-tl2-card.sc-tl2-final {
  background: var(--sc-ink);
  border-color: var(--sc-brass);
}
.sc-tl2-card.sc-tl2-final h3 { color: var(--sc-paper); }
.sc-tl2-card.sc-tl2-final p { color: rgba(246, 240, 227, .82); }
.sc-tl2-card.sc-tl2-final .sc-tl2-year-lg { color: var(--sc-brass-2); }

/* Hide old timeline rule */
.sc-timeline::before { display: none; }

/* Mobile collapse — single column */
@media (max-width: 880px) {
  .sc-history .sc-tl2::before { left: 20px; }
  .sc-tl2-item, .sc-tl2-item[data-side="right"] {
    width: 100%;
    margin-left: 0;
    padding: 2rem 0 2rem 3rem;
    justify-content: flex-start;
    transform: translateX(20px);
  }
  .sc-tl2-item[data-side="left"] .sc-tl2-year,
  .sc-tl2-item[data-side="right"] .sc-tl2-year {
    left: 3rem; right: auto; text-align: left;
    top: 1.6rem;
    font-size: 4rem;
    opacity: .18;
  }
  .sc-tl2-item[data-side="left"] .sc-tl2-pin,
  .sc-tl2-item[data-side="right"] .sc-tl2-pin {
    left: -1.35rem; right: auto;
  }
  .sc-tl2-item[data-side="left"] .sc-tl2-card::before,
  .sc-tl2-item[data-side="right"] .sc-tl2-card::before {
    left: -1rem; right: auto;
    width: 1rem;
  }
}

/* =========================================================
   v2 — Call / Service section (replaces commission)
========================================================= */
.sc-call-section,
.sc-section.sc-call-section,
.sc-body .sc-call-section {
  background: var(--sc-ink) !important;
  color: var(--sc-paper);
  text-align: center;
  padding: clamp(6rem, 12vw, 10rem) clamp(1.5rem, 5vw, 4rem);
}
.sc-call {
  max-width: 880px;
  margin: 0 auto;
}
.sc-tag.light {
  color: #e8c97a;
  border-color: rgba(232,201,122,.55);
}
.sc-call-h2 {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.15;
  margin: 1.4rem 0 1.8rem;
}
.sc-call-number {
  display: inline-block;
  font-family: 'Bodoni Moda', Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: .005em;
  color: #ffffff;
  text-decoration: none;
  padding: .35em 0;
  border-top: 1px solid rgba(255,255,255,.35);
  border-bottom: 1px solid rgba(255,255,255,.35);
  margin-bottom: 1.8rem;
  transition: color .25s ease, transform .25s ease, border-color .25s ease;
}
.sc-call-number:hover {
  color: var(--sc-paper);
  border-color: var(--sc-paper);
  transform: translateY(-2px);
}
.sc-call-note {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.2rem;
  color: rgba(246, 240, 227, .92);
  margin: 0;
}

/* ===== Services + Products teasers ===== */
.sc-teasers { background: var(--sc-paper-2); padding-top: clamp(3.5rem, 7vw, 5rem); padding-bottom: clamp(3.5rem, 7vw, 5rem); }
.sc-teasers-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.sc-teaser-card {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  padding: 2.2rem 2rem;
  background: var(--sc-paper);
  border: 1px solid var(--sc-line);
  text-decoration: none;
  color: var(--sc-ink);
  transition: background .25s ease, border-color .25s ease, transform .2s ease, box-shadow .25s ease;
}
.sc-teaser-card:hover {
  background: var(--sc-paper-3);
  border-color: var(--sc-brass);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -20px rgba(74,28,10,.2);
}
.sc-teaser-card h3 {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.55rem;
  color: var(--sc-ink);
  margin: .2rem 0 0;
  line-height: 1.15;
}
.sc-teaser-card p {
  font-size: .95rem;
  color: var(--sc-ink-2);
  margin: 0;
  line-height: 1.55;
  flex: 1;
}
.sc-teaser-link {
  display: inline-block;
  font: 600 .75rem/1 'Inter', sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sc-mahog);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--sc-line-2);
  margin-top: .4rem;
  transition: border-color .2s ease, color .2s ease;
}
.sc-teaser-card:hover .sc-teaser-link { border-color: var(--sc-brass); color: var(--sc-brass); }
@media (max-width: 680px) {
  .sc-teasers-grid { grid-template-columns: 1fr; }
}

/* ===== Full footer ===== */
.sc-footer-full {
  background: #0c0a06;
  color: rgba(246,240,227,.65);
  padding: 3rem clamp(1.5rem, 5vw, 4rem) 1.5rem;
}
.sc-footer-full-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding-bottom: 2rem;
}
.sc-footer-mark {
  font-family: 'Alex Brush', 'Bodoni Moda', Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: var(--sc-paper);
  display: block;
  margin-bottom: .4rem;
}
.sc-footer-h5 {
  font: 600 .72rem/1 'Inter', sans-serif;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--sc-brass-2);
  margin: 0 0 .8rem;
}
.sc-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .4rem;
  font-size: .85rem;
  color: rgba(246,240,227,.65);
}
.sc-footer-list a {
  color: rgba(246,240,227,.75);
  text-decoration: none;
  transition: color .2s ease;
}
.sc-footer-list a:hover { color: var(--sc-brass-2); }
.sc-footer-bar {
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 1rem;
  font-size: .78rem;
  color: rgba(246,240,227,.35);
  text-align: center;
}

/* Hero background is now a real photo img — no override needed */
