/* single-service.html page design (2026-07-18 beautify pass).
   Page-scoped: everything here hangs off ss-* / spin-* hooks, so the file is
   inert on every other page. Shared flow vocabulary (fl-*, gd-*, ct, fade-in,
   rev-stars) comes from css/patterns.css; only this page's composition and
   its overrides live here.
   Composition map: full-bleed dark hero (photo column to the right viewport
   edge, uppercase + italic display h1, rotating badge on the seam) →
   cream spec sheet (count-ups) → dark chapter player (stage left, autoplay
   progress) → stone ledger (sticky title rail) → cream occasion rows →
   dark printed-strip reviews closed by the serif ticker → stone FAQ
   accordion. */

/* ---------- hero ---------- */
.ss-hero { position: relative; background: var(--black); color: var(--cream-text); }
.ss-hero-wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 44%);
  min-height: 720px; }
.ss-hero-copy { align-self: center; padding: 150px 68px 90px;
  padding-left: calc(var(--gutter) + 60px); max-width: calc(var(--gutter) + 720px); }
.ss-kicker { margin: 0; font-family: var(--font-pop); font-weight: 300;
  font-size: 13px; letter-spacing: .24em; text-transform: uppercase; opacity: .8; }
.ss-h1 { margin: 22px 0 0; font-family: var(--font-serif); font-weight: 400;
  font-size: 68px; line-height: 1.08; }
.ss-h1-a { text-transform: uppercase; letter-spacing: .02em; }
.ss-h1-b { display: block; font-family: var(--font-italic); font-style: normal;
  font-size: 72px; }
.ss-lede { margin: 26px 0 0; font-family: var(--font-pop); font-weight: 300;
  font-size: 16px; line-height: 1.6; letter-spacing: .02em; max-width: 540px; }
.ss-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.ss-cta .btn { min-height: 48px; padding: 14px 26px; }
.ss-btn-solid { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.ss-btn-solid:hover { background: var(--accent); border-color: var(--accent); color: var(--cream-text); }
.ss-note { margin: 24px 0 0; font-family: var(--font-pop); font-weight: 300;
  font-size: 14px; line-height: 1.6; opacity: .9; }
.ss-note a { color: inherit; }
.ss-hero-photo { position: relative; margin: 0; }
.ss-hero-photo img,
.ss-hero-photo video { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; max-width: 100%; }
.ss-badge { position: absolute; left: -62px; top: 54%; width: 132px; height: 132px;
  background: var(--black); border-radius: 50%; display: block;
  box-shadow: 0 0 0 1px rgba(245,245,245,.22); }
.ss-badge svg { width: 100%; height: 100%; }

/* hero load rise (page-scoped; guarded below) */
@keyframes ss-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.ss-rise { animation: ss-rise .85s ease both; }
.ss-hero-copy .ss-rise:nth-child(1) { animation-delay: .05s; }
.ss-hero-copy .ss-rise:nth-child(2) { animation-delay: .15s; }
.ss-hero-copy .ss-rise:nth-child(3) { animation-delay: .25s; }
.ss-hero-copy .ss-rise:nth-child(4) { animation-delay: .35s; }
.ss-hero-copy .ss-rise:nth-child(5) { animation-delay: .45s; }
.ss-hero-photo.ss-rise { animation-delay: .3s; }

/* serif ticker closing the reviews band (marquee machinery from style.css) */
.ss-tick { border-top: 1px solid rgba(245,245,245,.22); padding: 26px 0;
  margin-top: 72px; }
.ss-tick .marq-track { gap: 3rem; }
.ss-tick span { font-family: var(--font-serif); font-size: 26px; line-height: 1;
  text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; opacity: .9; }
.ss-tick i { font-style: normal; font-size: 13px; align-self: center; opacity: .55; }

/* ---------- spec sheet (count-up band) ---------- */
.spin-stats .fl-wrap { padding: 76px 60px 84px; }
.ss-specs { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 40px; }
.ss-specs .ct { border-top: 0; padding: 10px 0 6px 34px;
  border-left: 1px solid var(--line); }
.ss-specs .ct:first-child { border-left: 0; padding-left: 0; }
.ss-specs .ct b { font-size: 96px; }
.ss-specs .ct span { margin-top: 14px; font-family: var(--font-italic);
  font-size: 17px; letter-spacing: 0; text-transform: none; opacity: .8; }

/* ---------- chapter player ---------- */
.ss-film-head { display: grid; grid-template-columns: 7fr 5fr; gap: 44px;
  align-items: end; }
.ss-film-head .fl-lede { margin-bottom: 6px; }
.spin-film .ss-film-grid { grid-template-columns: 7fr 5fr; margin-top: 58px; }
.spin-film .gd-stage { min-height: 620px; margin-bottom: 34px; }
.spin-film .gd-list { padding-top: 6px; }
.spin-film .gd-item { position: relative; padding: 24px 6px; }
.spin-film .gd-item.is-on { padding-left: 16px; }
.ss-chnum { position: absolute; top: 26px; left: 30px; z-index: 1;
  font-family: var(--font-italic); font-size: 30px; color: var(--cream-text);
  text-shadow: 0 0 24px rgba(17,17,17,.55); opacity: 0; transition: opacity .9s ease; }
.ss-chnum.is-on { opacity: 1; }
.spin-film .gd-card { left: 34px; right: 26%; bottom: -34px; }
/* autoplay progress hairline on the active chapter */
.ss-prog { position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: transparent; overflow: hidden; }
.ss-prog i { display: block; width: 0; height: 100%; background: var(--cream-text);
  opacity: .8; }
.gd-item.is-on .ss-prog i.run { animation: ss-prog 5s linear both; }
@keyframes ss-prog { from { width: 0; } to { width: 100%; } }

/* ---------- #whats-included: the package's inclusions as a photo card -------
   Full-bleed photo on the left with a caption chip, and on the right the
   featured package's own copy: kicker, display line with an italic accent, a
   lede, the inclusions as a ruled list, and a foot row carrying the price and
   the CTA. Replaced the sticky-head numbered ledger 2026-08-06: the ledger's
   own descriptions duplicated the page's spin section, and the list carries a
   real reconciliation mark now.
   The bullet is a ::before, not a child element, because site_prices.js
   replaces a data-bc-pkg-inc list's <li> children WHOLESALE and would drop
   any markup nested inside them. */
.ss-carries { display: grid; grid-template-columns: 38% 1fr; align-items: stretch; }
.ss-carries-media { position: relative; min-height: 620px; overflow: hidden; }
.ss-carries-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ss-carries-cap { position: absolute; left: 0; bottom: 40px;
  background: var(--black); color: var(--cream-text);
  font-family: var(--font-pop); font-weight: 300; font-size: 12px;
  letter-spacing: .2em; text-transform: uppercase; padding: 14px 26px; }
.ss-carries-body { display: flex; flex-direction: column; justify-content: center;
  padding: clamp(52px, 7vh, 92px) clamp(30px, 4.6vw, 84px); }
.ss-carries-title { margin: 14px 0 0; font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(27px, 3.1vw, 44px); line-height: 1.08; text-transform: uppercase; }
.ss-carries-title em { font-family: var(--font-italic); font-style: normal;
  text-transform: none; }
.ss-carries-lede { margin: 20px 0 0; max-width: 58ch; font-family: var(--font-pop);
  font-weight: 300; font-size: 15px; line-height: 1.7; }
.ss-carries-list { list-style: none; margin: 32px 0 0; padding: 0;
  border-top: 1px solid var(--line); }
.ss-carries-list li { position: relative; padding: 15px 0 15px 32px;
  border-bottom: 1px solid var(--line); font-family: var(--font-serif);
  font-weight: 400; font-size: clamp(14px, 1.15vw, 18px); line-height: 1.3;
  letter-spacing: .04em; text-transform: uppercase; }
.ss-carries-list li::before { content: "\2022"; position: absolute; left: 8px;
  top: 15px; color: var(--accent); font-size: 15px; line-height: 1.3; }
.ss-carries-foot { display: flex; align-items: baseline; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; margin-top: 32px; }
.ss-carries-price { margin: 0; display: flex; align-items: baseline; gap: 14px;
  font-family: var(--font-serif); font-weight: 400; font-size: clamp(23px, 2.2vw, 31px); }
.ss-carries-price small { font-family: var(--font-pop); font-weight: 300; font-size: 11px;
  letter-spacing: .22em; text-transform: uppercase; opacity: .65; }
.ss-carries-cta { font-family: var(--font-pop); font-weight: 300; font-size: 12.5px;
  letter-spacing: .18em; text-transform: uppercase; color: inherit;
  text-decoration: none; border-bottom: 1px solid var(--line);
  padding-bottom: 6px; transition: border-color .4s ease; }
.ss-carries-cta:hover { border-color: currentColor; }

/* ---------- occasion rows ---------- */
.ss-oc-list { margin-top: 56px; }
.ss-oc { display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  align-items: center; padding: 46px 0; border-top: 1px solid var(--line); }
.ss-oc:last-child { border-bottom: 1px solid var(--line); }
.ss-oc-img,
.ss-oc-video { margin: 0; overflow: hidden; }
.ss-oc-img img,
.ss-oc-video video { display: block; width: 100%; max-width: 100%; height: 380px;
  object-fit: cover; transition: transform .7s ease; }
.ss-oc:hover .ss-oc-img img,
.ss-oc:hover .ss-oc-video video { transform: scale(1.04); }
.ss-oc.is-flip .ss-oc-img,
.ss-oc.is-flip .ss-oc-video { order: 2; }
.ss-oc.is-flip .ss-oc-copy { order: 1; }
.ss-oc-copy .fl-num { display: block; }
.ss-oc-copy h3 { margin: 10px 0 0; font-family: var(--font-serif);
  font-weight: 400; font-size: 38px; line-height: 1.1; }
.ss-oc-copy p { margin: 16px 0 0; font-family: var(--font-pop); font-weight: 300;
  font-size: 15px; line-height: 1.65; max-width: 460px; }
.ss-oc-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 24px;
  margin-top: 28px; }
.ss-oc-link { font-family: var(--font-pop); font-weight: 300; font-size: 14px;
  color: inherit; text-decoration: underline; text-underline-offset: 4px; }

/* ---------- printed-strip reviews ---------- */
.ss-strips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
  margin-top: 64px; align-items: start; }
.ss-strip { margin: 0; background: var(--cream); color: var(--ink);
  padding: 30px 28px 26px; display: flex; flex-direction: column;
  transition: transform .5s ease; }
.ss-strip:nth-child(1) { transform: rotate(-1.6deg); }
.ss-strip:nth-child(2) { transform: rotate(1.1deg); margin-top: 42px; }
.ss-strip:nth-child(3) { transform: rotate(-.7deg); }
.ss-strip:hover { transform: rotate(0deg) translateY(-6px); }
.ss-strip .rev-stars { padding-bottom: 18px; border-bottom: 1px solid rgba(22,22,22,.25); }
.ss-strip blockquote { margin: 20px 0 24px; font-family: var(--font-italic);
  font-size: 21px; line-height: 1.4; }
.ss-strip figcaption { margin-top: auto; padding-top: 16px;
  border-top: 1px solid rgba(22,22,22,.25); font-family: var(--font-pop);
  font-weight: 300; font-size: 14px; }
/* .68 not .65: at 12.5px on the cream card, .65 composites to 4.39:1 and
   misses the 4.5 small-text gate. .68 is the lowest step that clears it
   (4.79:1) while keeping the byline visually secondary. */
.ss-strip figcaption span { display: block; opacity: .68; font-size: 12.5px; margin-top: 4px; }

/* ---------- FAQ accordion ---------- */
.ss-qa { margin-top: 52px; }
.ss-qa-item { border-top: 1px solid var(--line); }
.ss-qa-item:last-child { border-bottom: 1px solid var(--line); }
.ss-qa-q { margin: 0; }
.ss-qa-q button { display: grid; grid-template-columns: 96px 1fr 40px;
  gap: 0 44px; align-items: center; width: 100%; padding: 28px 0;
  background: none; border: 0; color: inherit; text-align: left; cursor: pointer; }
.ss-qa-q .fl-num { opacity: .8; }
.ss-qa-t { font-family: var(--font-serif); font-weight: 400; font-size: 27px;
  line-height: 1.2; }
.ss-qa-x { position: relative; width: 18px; height: 18px; justify-self: end;
  transition: transform .45s ease; }
.ss-qa-x::before, .ss-qa-x::after { content: ""; position: absolute;
  background: currentColor; opacity: .7; }
.ss-qa-x::before { left: 0; right: 0; top: 8px; height: 1px; }
.ss-qa-x::after { top: 0; bottom: 0; left: 8px; width: 1px; }
.ss-qa-item.is-open .ss-qa-x { transform: rotate(45deg); }
.ss-qa-a { display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .5s ease; }
.ss-qa-item.is-open .ss-qa-a { grid-template-rows: 1fr; }
.ss-qa-inner { overflow: hidden; min-height: 0; }
.ss-qa-inner p { margin: 0; padding: 0 0 30px 140px; font-family: var(--font-pop);
  font-weight: 300; font-size: 15.5px; line-height: 1.6; max-width: 660px; }
.ss-qa-inner a { color: inherit; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .ss-rise { animation: none; }
  .ss-tick .marq-track { animation: none; }
  .ss-badge svg { animation: none; }
  .gd-item.is-on .ss-prog i.run { animation: none; }
  .ss-oc-img img,
  .ss-strip,
  .ss-carries-cta,
  .ss-qa-a,
  .ss-qa-x,
  .ss-oc-video video { transition: none; }
  .ss-strip:nth-child(n) { transform: none; margin-top: 0; }
}

/* ---------- mobile (kit breakpoint) ---------- */
@media (max-width: 900px) {
  .ss-hero-wrap { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .ss-hero-copy { padding: 110px 22px 0; max-width: none; }
  .ss-h1 { font-size: clamp(40px, 10.5vw, 50px); }
  .ss-h1-b { font-size: clamp(42px, 11vw, 53px); }
  .ss-lede { max-width: none; }
  .ss-cta .btn { width: 100%; max-width: 340px; justify-content: center; }
  .ss-hero-photo { margin-top: 44px; aspect-ratio: 4 / 5; }
  .ss-badge { left: auto; right: 14px; top: auto; bottom: 20px;
    width: 104px; height: 104px; }
  .ss-tick { padding: 18px 0; margin-top: 48px; }
  .ss-tick span { font-size: 19px; }

  .spin-stats .fl-wrap { padding: 56px 22px 60px; }
  .ss-specs { grid-template-columns: 1fr 1fr; margin-top: 26px; }
  .ss-specs .ct { border-left: 0; border-top: 1px solid var(--line);
    padding: 18px 0 14px; }
  .ss-specs .ct:first-child { border-top: 1px solid var(--line); }
  .ss-specs .ct b { font-size: 52px; }
  .ss-specs .ct span { font-size: 15px; }

  .ss-film-head { grid-template-columns: 1fr; gap: 0; align-items: start; }
  .spin-film .ss-film-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 36px; }
  .spin-film .gd-stage { min-height: 480px; margin-bottom: 0; }
  .spin-film .gd-card { left: 16px; right: 16px; bottom: 16px; }
  .ss-chnum { top: 16px; left: 18px; font-size: 24px; }

  .ss-carries { grid-template-columns: 1fr; }
  .ss-carries-media { min-height: 360px; }
  .ss-carries-cap { bottom: 24px; padding: 12px 20px; font-size: 11px; }
  .ss-carries-body { padding: 44px 22px 56px; }
  .ss-carries-list li { font-size: 14px; padding-left: 28px; }
  .ss-carries-foot { margin-top: 26px; }

  .ss-oc-list { margin-top: 36px; }
  .ss-oc { grid-template-columns: 1fr; gap: 24px; padding: 34px 0; }
  .ss-oc.is-flip .ss-oc-img,
  .ss-oc.is-flip .ss-oc-video { order: 0; }
  .ss-oc.is-flip .ss-oc-copy { order: 0; }
  .ss-oc-img img,
  .ss-oc-video video { height: 250px; }
  .ss-oc-copy h3 { font-size: 30px; }

  .ss-strips { grid-template-columns: 1fr; gap: 26px; margin-top: 40px; }
  .ss-strip:nth-child(2) { margin-top: 0; }

  .ss-qa-q button { grid-template-columns: 1fr 32px; gap: 0 14px; padding: 22px 0; }
  .ss-qa-q .fl-num { display: none; }
  .ss-qa-t { font-size: 21px; }
  .ss-qa-inner p { padding: 0 0 24px; }
}
