/* Foley — a true sibling of the Whoever homepage.
   The global site owns navigation, type, buttons, phones, FAQ and footer.
   This sheet owns Foley's narrative, product proof and responsive rhythm. */

.link { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.link:hover { text-decoration: none; }

/* Hero */
.fhold { min-height: calc(100svh - 88px); display: flex; flex-direction: column; }
.fhero {
  position: relative;
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 650px;
  padding: 28px var(--pad) 24px;
  overflow: clip;
  text-align: center;
}
.burst--fhero-l,
.burst--fhero-r { position: absolute; z-index: 0; width: clamp(190px, 22vw, 360px); }
.burst--fhero-l { left: max(-86px, -6vw); top: 11%; fill: var(--pink); transform: rotate(-9deg); }
.burst--fhero-r { right: max(-92px, -6vw); bottom: 5%; fill: var(--marigold); transform: rotate(12deg); }
.fhero__inner { position: relative; z-index: 1; width: min(1120px, 100%); margin-inline: auto; }
.fhero__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.fhero__h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(28px, 2.4vw, 40px);
  color: var(--ink);
  font: 400 clamp(5.2rem, 10.3vw, 9.4rem)/.86 var(--serif);
  letter-spacing: -.025em;
}
.fhero__h1 span { display: block; white-space: nowrap; }
.fhero__h1 span + span { margin-top: -.01em; }
.fhero__h1 em { display: inline-block; color: var(--cobalt); font-style: italic; line-height: .82; }
.fhero__lede { max-width: 68ch; margin: 0 auto 22px; color: var(--ink-soft); font-size: clamp(1.03rem, 1.45vw, 1.2rem); }
.fhero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.fhero__cta,
.fhero__secondary { min-height: 62px; padding: 15px 34px; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; font: 400 1.35rem/1 var(--serif); box-shadow: 5px 5px 0 var(--ink); }
.fhero__cta { background: var(--cobalt); color: var(--cream); }
.fhero__cta:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 rgb(30 27 22 / .24); background: var(--cobalt); color: var(--cream); }
.fhero__secondary { background: var(--cream); }
.fhero__secondary:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); background: #fff; }
.fhero__proof { width: min(760px, 100%); margin: 23px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1.5px solid var(--ink); background: var(--cream); box-shadow: 5px 5px 0 var(--ink); text-align: left; }
.fhero__proof span { padding: 13px 16px; color: var(--ink-soft); font-size: .79rem; border-right: 1.5px solid var(--ink); }
.fhero__proof span:last-child { border-right: 0; }
.fhero__proof b { display: block; margin-bottom: 3px; color: var(--ink); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.crewband { display: grid; grid-template-columns: repeat(6, 1fr); height: clamp(46px, 6vh, 64px); border-block: 1.5px solid var(--ink); }
.crewband span { background: var(--c); border-right: 1.5px solid var(--ink); }
.crewband span:last-child { border-right: 0; }
.crewband span:nth-child(1) { background: var(--marigold); }
.crewband span:nth-child(2) { background: var(--kelly); }
.crewband span:nth-child(3) { background: var(--lilac); }
.crewband span:nth-child(4) { background: var(--cobalt); }
.crewband span:nth-child(5) { background: var(--pink); }
.crewband span:nth-child(6) { background: var(--tomato); }

/* Full visual moment */
.fscene { min-height: clamp(570px, 50vw, 720px); display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-bottom: 1.5px solid var(--ink); background: var(--ink); color: var(--cream); }
.fscene picture { display: block; min-height: 0; order: 2; overflow: hidden; }
.fscene img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; transform: scale(1.015); }
.fscene__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 104px) var(--pad); }
.fscene__copy .section-kicker { margin-bottom: 18px; color: var(--marigold); }
.fscene__copy .h2 { max-width: none; margin: 0; color: var(--cream); font-size: clamp(3.25rem, 4.7vw, 5.1rem); text-align: left; }
.fscene__copy > p:last-child { max-width: 43ch; margin-top: 24px; color: var(--cream); font-size: clamp(1rem, 1.4vw, 1.14rem); opacity: .78; }

/* Say it → read it back → ledger moves */
.fsay { padding: 94px var(--pad) 102px; border-bottom: 1.5px solid var(--ink); background: var(--cream); }
.fsay__head { max-width: 900px; margin-inline: auto; text-align: center; }
.fsay__head .section-kicker { margin-bottom: 15px; }
.fsay__head .h2 { margin-inline: auto; }
.fsay__head .h2 em { font-style: italic; }
.fsay__head .lede { margin-inline: auto; }
.fsay__flow { width: min(1160px, 100%); margin: 46px auto 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); gap: clamp(10px, 2vw, 24px); align-items: center; list-style: none; }
.fsay__moment { min-width: 0; min-height: 330px; padding: 22px; display: flex; flex-direction: column; border: 1.5px solid var(--ink); border-radius: 18px; box-shadow: 7px 7px 0 var(--ink); }
.fsay__moment--say { background: var(--marigold); }
.fsay__moment--back { background: var(--pink); }
.fsay__moment--book { background: var(--cobalt); }
.fsay__step { width: fit-content; padding: 6px 10px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--cream); font-size: .69rem; font-weight: 600; letter-spacing: .1em; }
.fsay__moment blockquote,
.fsay__moment--back > p { margin: auto 0; padding: 21px; border: 1.5px solid var(--ink); background: #fff; font: 400 clamp(1.55rem, 2.5vw, 2.1rem)/1.12 var(--serif); }
.fsay__moment blockquote { border-radius: 23px 23px 23px 5px; }
.fsay__moment--back > p { border-radius: 23px 23px 5px 23px; }
.fsay__ledger { margin: auto 0; border: 1.5px solid var(--ink); background: var(--cream); transform: rotate(-1deg); }
.fsay__ledger b { display: block; padding: 12px 14px; border-bottom: 1.5px solid var(--ink); font-size: .72rem; letter-spacing: .1em; }
.fsay__ledger span { display: flex; justify-content: space-between; padding: 11px 14px; border-bottom: 1px solid rgb(30 27 22 / .2); font-size: .87rem; }
.fsay__ledger em { display: block; padding: 13px 14px; color: var(--cobalt); font-style: normal; font-weight: 600; text-align: right; }
.fsay__arrow { font: 400 clamp(2.5rem, 4vw, 3.8rem)/1 var(--serif); }
.fsay__examples { width: min(1060px, 100%); margin: 42px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.fsay__examples p { margin: 0; padding: 19px 21px 20px; border: 1.5px solid var(--ink); border-radius: 15px; background: #fff; box-shadow: 5px 5px 0 var(--c); font: italic 400 clamp(1.18rem, 2vw, 1.55rem)/1.15 var(--serif); }
.fsay__examples b { display: block; margin-bottom: 8px; color: var(--ink); font: 600 .65rem/1 var(--sans); letter-spacing: .12em; }

/* Actual product */
.fbook { padding: 104px var(--pad) 106px; border-bottom: 1.5px solid var(--ink); background: var(--cream); }
.fbook__inner { width: min(1160px, 100%); margin-inline: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 7vw, 94px); align-items: center; }
.fbook__copy .h2 { max-width: 9ch; margin: 0 0 20px; text-align: left; font-size: clamp(3.6rem, 6vw, 6rem); }
.fbook__copy .h2 em { font-style: italic; }
.fbook__copy .lede { margin: 0; }
.fbook__eyebrow { margin-bottom: 16px; color: var(--cobalt); }
.fbook__facts { margin: 32px 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1.5px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.fbook__facts div { min-width: 0; padding: 16px 13px; border-right: 1.5px solid var(--ink); background: var(--cream); }
.fbook__facts div:last-child { border-right: 0; }
.fbook__facts span { display: block; margin-bottom: 9px; font: 600 .61rem/1 ui-monospace, "SF Mono", Menlo, monospace; letter-spacing: .1em; }
.fbook__facts strong { display: block; font: 400 clamp(1.6rem, 2.3vw, 2.2rem)/1 var(--serif); white-space: nowrap; }
.fbook__facts small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .7rem; }
.fbook__open { display: inline-flex; }
.fbook__visual { position: relative; width: min(100%, 650px); margin: 0; justify-self: end; }
.fbook__visual > a { display: block; max-height: 790px; overflow: hidden; border: 1.5px solid var(--ink); border-radius: 20px; background: var(--cream); box-shadow: 10px 11px 0 var(--ink); }
.fbook__visual img { display: block; width: 100%; height: auto; }
.fbook__visual figcaption { position: absolute; right: 17px; bottom: 17px; padding: 9px 13px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--marigold); color: var(--ink); font-size: .76rem; font-weight: 600; }
.fbook__visual figcaption span { display: inline-block; width: 9px; height: 9px; margin-right: 5px; border: 1px solid var(--ink); border-radius: 50%; background: var(--kelly); }
.fbook__truth { width: min(1160px, 100%); margin: 74px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1.5px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); }
.fbook__truth > div { padding: 28px 26px 30px; border-right: 1.5px solid var(--ink); background: var(--cream); }
.fbook__truth > div:nth-child(2) { background: #fff; }
.fbook__truth > div:last-child { border-right: 0; background: var(--pink); color: var(--ink); }
.fbook__truth > div:last-child p { color: var(--ink); }
.fbook__truth span,
.fcap__card > span,
.fdoors__card > span { display: block; margin-bottom: 13px; font: 600 .68rem/1.25 ui-monospace, "SF Mono", Menlo, monospace; letter-spacing: .13em; }
.fbook__truth h3,
.fcap__card h3 { margin-bottom: 10px; font: 400 clamp(1.65rem, 2.4vw, 2.05rem)/1.02 var(--serif); }
.fbook__truth p,
.fcap__card > p { color: var(--ink-soft); font-size: .94rem; }

/* Capability bento */
.fcap { padding: 100px var(--pad) 110px; background: var(--cream); }
.fcap__head { max-width: 840px; margin-inline: auto; text-align: center; }
.fcap__head .section-kicker { margin-bottom: 15px; color: var(--cobalt); }
.fcap__head .h2,
.fcap__head .lede { margin-inline: auto; }
.fcap__grid { width: min(1160px, 100%); margin: 48px auto 0; display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.fcap__card { position: relative; min-height: 410px; padding: 27px; overflow: hidden; border: 1.5px solid var(--ink); border-radius: 18px; box-shadow: 7px 7px 0 var(--ink); }
.fcap__card::before { content: ""; display: block; width: 48px; height: 10px; margin-bottom: 23px; border: 1.5px solid var(--ink); background: var(--c); }
.fcap__card--ledger { grid-column: span 4; background: #fff; }
.fcap__card--ops { grid-column: span 4; }
.fcap__card--ops { background: var(--pink); color: var(--ink); }
.fcap__card--recall { grid-column: span 4; background: var(--marigold); color: var(--ink); }
.fcap__card--ops > p,
.fcap__card--recall > p,
.fcap__card--recall .fcap__sync small { color: var(--ink); }
.fcap__ledger { width: min(430px, 100%); margin-top: 27px; border: 1.5px solid var(--ink); background: #fff; transform: rotate(-.7deg); }
.fcap__ledger b { display: block; padding: 11px 13px; border-bottom: 1.5px solid var(--ink); font-size: .68rem; letter-spacing: .1em; }
.fcap__ledger span { display: flex; justify-content: space-between; padding: 11px 13px; border-bottom: 1px solid rgb(30 27 22 / .2); font-size: .84rem; }
.fcap__ledger span:last-child { border-bottom: 0; }
.fcap__checks { margin: 26px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.fcap__checks li { padding: 10px 12px; border: 1.5px solid var(--ink); border-radius: 999px; background: #fff; font-size: .82rem; }
.fcap__checks i { display: inline-grid; width: 23px; height: 23px; margin-right: 7px; place-items: center; border-radius: 50%; background: var(--c); color: var(--ink); font-style: normal; font-weight: 700; }
.fcap__sync { margin-top: 28px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; text-align: center; }
.fcap__sync b { padding: 12px 6px; border: 1.5px solid var(--ink); background: #fff; font-size: .62rem; }
.fcap__sync i { font: 400 1.8rem/1 var(--serif); }
.fcap__sync small { grid-column: 1 / -1; color: var(--ink-soft); }
.fcap__closeout { width: min(1160px, 100%); margin: 25px auto 0; display: grid; grid-template-columns: .9fr 1.1fr; border: 1.5px solid var(--ink); background: var(--cobalt); color: var(--ink); box-shadow: 7px 7px 0 var(--ink); }
.fcap__closeout > div,
.fcap__closeout > p { padding: clamp(24px, 3.4vw, 40px); }
.fcap__closeout > div { border-right: 1.5px solid var(--ink); }
.fcap__closeout span { display: block; margin-bottom: 13px; font: 600 .68rem/1.25 ui-monospace, "SF Mono", Menlo, monospace; letter-spacing: .13em; }
.fcap__closeout h3 { margin: 0; font: 400 clamp(2.2rem, 3.5vw, 3.5rem)/.96 var(--serif); }
.fcap__closeout > p { margin: 0; align-self: center; color: var(--ink); font-size: .96rem; }
.fcap__closeout strong { color: var(--ink); }

/* Six o'clock */
.fsix { padding: 96px var(--pad) 104px; border-block: 1.5px solid var(--ink); background: var(--ink); }
.fsay__inner { width: min(1040px, 100%); margin-inline: auto; display: grid; grid-template-columns: 1fr 390px; gap: clamp(40px, 7vw, 90px); align-items: center; }
.fsay__inner--flip { grid-template-columns: 390px 1fr; }
.fsix .boss__phone { transform: rotate(-1.2deg); }
.fsix .fsay__copy .h2 { margin: 0 0 20px; color: var(--cream); font-size: clamp(3.4rem, 5.5vw, 5.4rem); text-align: left; }
.fsix .fsay__copy .h2 em { font-style: italic; color: var(--pink); }
.fsix__kicker { margin-bottom: 15px; color: var(--marigold); }
.fsay__p { max-width: 55ch; margin: 0 0 15px; color: var(--cream); font-size: 1.03rem; opacity: .84; }
.fsay__p strong { color: var(--cream); }

/* Closing narrative */
.fjournal { overflow: hidden; border-bottom: 1.5px solid var(--ink); background: var(--ink); color: var(--cream); text-align: center; }
.fjournal__marquee { display: flex; width: max-content; border-bottom: 1px solid #4b4740; color: #514c44; font: 400 clamp(4.6rem, 9vw, 8.5rem)/.85 var(--serif); letter-spacing: -.03em; white-space: nowrap; }
.fjournal__marquee span { padding: 24px 22px 18px; }
.fjournal__inner { max-width: 900px; margin-inline: auto; padding: 82px var(--pad) 94px; }
.fjournal .section-kicker { margin-bottom: 15px; color: var(--marigold); }
.fjournal .h2 { margin-inline: auto; color: var(--cream); font-size: clamp(3.7rem, 6.7vw, 6.4rem); }
.fjournal .h2 em { font-style: italic; color: var(--pink); }
.fjournal__p { max-width: 67ch; margin: 23px auto 0; color: var(--cream); font-size: 1.08rem; opacity: .78; }
.fdoors { width: min(1160px, calc(100% - 2 * var(--pad))); margin: 0 auto; padding: 94px 0 104px; }
.fdoors__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fdoors__card { min-height: 390px; padding: clamp(28px, 4vw, 48px); border: 1.5px solid var(--ink); border-radius: 20px; box-shadow: 8px 8px 0 var(--ink); }
.fdoors__card--leak { background: var(--cream); }
.fdoors__card--relief { background: var(--pink); color: var(--ink); }
.fdoors__h { max-width: none; margin: 0 0 20px; font-size: clamp(2.6rem, 4.5vw, 4.4rem); text-align: left; }
.fdoors__card p { color: rgb(30 27 22 / .77); }
.fdoors__card--relief p { color: var(--ink); }
.fdoors__card i { color: var(--ink); }

/* Hire */
.fhire { position: relative; padding: 96px var(--pad) 104px; overflow: clip; border-top: 1.5px solid var(--ink); background: var(--ink); text-align: center; }
.burst--fhire { position: absolute; z-index: 0; left: -32px; top: 12%; width: clamp(130px, 16vw, 240px); fill: var(--tomato); transform: rotate(-12deg); }
.fhire__inner { position: relative; z-index: 1; max-width: 920px; margin-inline: auto; }
.fhire__kicker { margin-bottom: 15px; color: var(--marigold); }
.fhire .h2 { margin-inline: auto; color: var(--cream); font-size: clamp(4rem, 7vw, 6.7rem); }
.fprice { width: min(670px, 100%); margin: 36px auto 0; padding: 30px; border: 1.5px solid var(--ink); background: var(--cream); box-shadow: 8px 8px 0 var(--ink); text-align: left; }
.fprice__number { font: 400 clamp(4.2rem, 8vw, 6.3rem)/.87 var(--serif); letter-spacing: -.03em; }
.fprice__number > span { vertical-align: top; font: 600 .78rem/1 var(--sans); letter-spacing: .08em; }
.fprice__number small { margin-left: 7px; color: var(--ink-soft); font: 500 .9rem/1 var(--sans); }
.fprice > p { margin: 19px 0 24px; color: var(--ink-soft); }
.fprice ul { margin: 0; padding: 0; border-top: 1.5px solid var(--ink); list-style: none; }
.fprice li { position: relative; padding: 12px 0 12px 25px; border-bottom: 1px solid rgb(30 27 22 / .2); font-size: .94rem; }
.fprice li::before { content: "↳"; position: absolute; left: 0; color: var(--cobalt); font-weight: 700; }
.fhire__cta { margin-top: 34px; padding: 17px 42px; background: var(--marigold); box-shadow: 5px 5px 0 var(--ink); font: 400 1.5rem/1 var(--serif); }
.fhire__cta:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); background: var(--marigold); }
.fhire__audition { display: block; margin: 23px auto 0; padding: 0; border: 0; background: none; color: var(--cream); cursor: pointer; font: 600 .9rem/1.4 var(--sans); text-decoration: underline; text-underline-offset: 4px; }
.fhire__audition:hover { text-decoration: none; }
.fhire__hint { margin-top: 18px; color: var(--cream); font-size: .92rem; opacity: .82; }
.ticker--foley .shape:nth-child(6n+1),
.ticker--footer .shape:nth-child(6n+1) { --s: var(--marigold) !important; }
.ticker--foley .shape:nth-child(6n+2),
.ticker--footer .shape:nth-child(6n+2) { --s: var(--kelly) !important; }
.ticker--foley .shape:nth-child(6n+3),
.ticker--footer .shape:nth-child(6n+3) { --s: var(--lilac) !important; }
.ticker--foley .shape:nth-child(6n+4),
.ticker--footer .shape:nth-child(6n+4) { --s: var(--cobalt) !important; }
.ticker--foley .shape:nth-child(6n+5),
.ticker--footer .shape:nth-child(6n+5) { --s: var(--pink) !important; }
.ticker--foley .shape:nth-child(6n),
.ticker--footer .shape:nth-child(6n) { --s: var(--tomato) !important; }
.fhire__unavailable { width: min(560px, 100%); margin: 20px auto 0; padding: 13px 16px; border: 1.5px solid var(--cream); color: var(--cream); font-size: .9rem; line-height: 1.45; }

@media (hover: hover) and (pointer: fine) {
  .fsay__moment,
  .fcap__card,
  .fdoors__card,
  .fbook__visual > a { transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
  .fsay__moment:hover,
  .fcap__card:hover,
  .fdoors__card:hover { transform: translateY(-4px); box-shadow: 10px 11px 0 var(--ink); }
  .fbook__visual:hover > a { transform: translateY(-4px) rotate(-.25deg); box-shadow: 13px 14px 0 var(--ink); }
}

@media (max-width: 900px) {
  .fscene { grid-template-columns: 1fr; }
  .fscene picture { order: 0; height: 600px; }
  .fscene__copy { order: 1; }
  .fscene__copy .h2 { max-width: none; }
  .fsay__flow { grid-template-columns: 1fr; max-width: 520px; gap: 14px; }
  .fsay__arrow { justify-self: center; transform: rotate(90deg); }
  .fsay__examples { max-width: 720px; }
  .fbook__inner { grid-template-columns: 1fr; }
  .fbook__copy .h2 { max-width: 12ch; }
  .fbook__visual { justify-self: center; }
  .fbook__truth { grid-template-columns: 1fr; }
  .fbook__truth > div { border-right: 0; border-bottom: 1.5px solid var(--ink); }
  .fbook__truth > div:last-child { border-bottom: 0; }
  .fcap__card--ledger,
  .fcap__card--ops,
  .fcap__card--recall { grid-column: 1 / -1; }
  .fcap__closeout { grid-template-columns: 1fr; }
  .fcap__closeout > div { border-right: 0; border-bottom: 1.5px solid var(--ink); }
  .fsay__inner,
  .fsay__inner--flip { grid-template-columns: 1fr; }
  .fsix .boss__phone { justify-self: center; order: 2; }
  .fsix .fsay__copy { order: 1; text-align: center; }
  .fsix .fsay__copy .h2 { text-align: center; }
  .fsay__p { margin-inline: auto; }
  .fdoors__cols { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 620px) {
  .fhold { min-height: calc(100svh - 78px); }
  .fhero { min-height: 690px; padding: 24px 20px 20px; }
  .burst--fhero-l { width: 125px; left: -66px; top: 5%; }
  .burst--fhero-r { width: 125px; right: -66px; bottom: 5%; }
  .fhero__eyebrow { margin-bottom: 12px; }
  .fhero__h1 { font-size: clamp(3.45rem, 17vw, 4.35rem); line-height: .86; }
  .fhero__h1 span { white-space: nowrap; }
  .fhero__lede { margin: 16px auto 18px; }
  .fhero__actions { flex-direction: column; }
  .fhero__cta,
  .fhero__secondary { width: min(340px, 100%); }
  .fhero__proof { grid-template-columns: repeat(3, 1fr); width: min(350px, 100%); margin-top: 16px; }
  .fhero__proof span { min-width: 0; padding: 10px 8px; border-right: 1.5px solid var(--ink); font-size: .67rem; line-height: 1.25; text-align: center; }
  .fhero__proof span:last-child { border-right: 0; }
  .fhero__proof b { font-size: .61rem; letter-spacing: .045em; }
  .crewband { height: 48px; }
  .fscene picture { height: 520px; }
  .fscene__copy { padding: 54px 24px 62px; }
  .fscene__copy .h2 { font-size: clamp(3.15rem, 15vw, 4.3rem); }
  .fsay,
  .fbook,
  .fcap,
  .fsix { padding: 72px 20px 78px; }
  .fsay__moment { min-height: 280px; }
  .fsay__examples { grid-template-columns: 1fr; }
  .fbook__copy .h2 { font-size: clamp(3.1rem, 14vw, 4.4rem); }
  .fbook__facts { grid-template-columns: 1fr; }
  .fbook__facts div { border-right: 0; border-bottom: 1.5px solid var(--ink); }
  .fbook__facts div:last-child { border-bottom: 0; }
  .fbook__open { width: 100%; justify-content: center; }
  .fbook__visual > a { max-height: 650px; border-radius: 14px; box-shadow: 7px 8px 0 var(--ink); }
  .fbook__visual figcaption { right: 10px; bottom: 10px; max-width: calc(100% - 20px); }
  .fbook__truth { margin-top: 54px; }
  .fcap__grid { gap: 14px; }
  .fcap__card { min-height: 0; padding: 24px 21px 26px; }
  .fsix .boss__phone { width: min(340px, 100%); }
  .fsix .fsay__copy .h2 { font-size: clamp(3.2rem, 14vw, 4.4rem); }
  .fjournal__inner { padding: 66px 20px 76px; }
  .fjournal .h2 { font-size: clamp(3.3rem, 15vw, 4.6rem); }
  .fdoors { width: calc(100% - 40px); padding: 72px 0 80px; }
  .fdoors__card { min-width: 0; min-height: 0; padding: 28px 23px 32px; }
  .fdoors__h { font-size: clamp(2.8rem, 13vw, 4rem); }
  .fhire { padding: 76px 20px 84px; }
  .burst--fhire { width: 100px; left: -50px; top: auto; bottom: 8%; }
  .fprice { padding: 24px 20px 26px; }
  .fhire__cta { width: 100%; padding-inline: 16px; font-size: 1.22rem; }
}

@media (prefers-reduced-motion: reduce) {
  .fsay__moment,
  .fcap__card,
  .fdoors__card,
  .fbook__visual > a { transition: none; }
}
