/* Adsaru: light editorial identity, glass controls and tactile paper surfaces.
   Shape system: 24px feature panels, 16px cards, pill buttons.
   Layers: content 0, sticky navigation 10, skip link 30. */
:root {
  --font-display: "EB Garamond", Georgia, serif;
  --font-sans: "Schibsted Grotesk", -apple-system, "Segoe UI", system-ui, sans-serif;
  --bg: #f6f6f2; --surface: #fdfdfb; --surface-2: #e7eddf;
  --ink: #17211b; --ink-2: #4a5350; --accent: #157a52;
  --border: #d4ddcf; --button-ink: #f6faf5;
  --glint: #ffffffd9; --glass-fill: #f7faf2b8; --glass-edge: #ffffffeb;
  --material-shade: #23402b26; --material-deep: #23402b40;
  --raised: inset 0 1px 0 var(--glint), inset 0 -1px 0 var(--material-shade), 0 3px 5px var(--material-shade), 0 16px 32px -14px var(--material-deep);
  --recessed: inset 0 2px 6px var(--material-shade), 0 1px 0 var(--glint);
  --gutter: clamp(22px, 4.5vw, 64px);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0b100e; --surface: #111a15; --surface-2: #1f3024;
    --ink: #e7ede7; --ink-2: #b4c0b7; --accent: #65d6a4;
    --border: #34473b; --button-ink: #0b100e; color-scheme: dark;
    --glint: #d8ffe326; --glass-fill: #13231acf; --glass-edge: #d8ffe338;
    --material-shade: #030c0859; --material-deep: #030c0880;
  }
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.65 var(--font-sans); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2 { text-wrap: balance; }
h2 { font: 500 clamp(2.4rem, 4.4vw, 4.2rem)/1.03 var(--font-display); letter-spacing: -.035em; }
h3 { font-size: 1.12rem; font-weight: 500; line-height: 1.35; }
h4 { font-size: .9rem; font-weight: 500; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { font: inherit; color: inherit; cursor: pointer; }
svg { display: block; flex-shrink: 0; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { color: var(--bg); background: var(--ink); }
.container { width: 100%; max-width: 1400px; padding-inline: var(--gutter); margin-inline: auto; }
.section { padding-block: clamp(64px, 8vw, 120px); }
.section--alt { background: var(--surface); }
.eyebrow { color: var(--accent); font-size: .9rem; font-weight: 500; margin-bottom: 20px; }
.lede { color: var(--ink-2); font-size: clamp(1.05rem, 1.4vw, 1.17rem); line-height: 1.6; max-width: 58ch; }
.section-heading { margin-bottom: 42px; }
.section-heading .lede { margin-top: 24px; }
.section-note { color: var(--ink-2); font-size: .85rem; margin: 24px auto 0; max-width: 85ch; text-align: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 13px 25px; background: var(--accent); color: var(--button-ink); border: 1px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 500; }
.btn:hover { background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; color: var(--accent); font-size: .95rem; font-weight: 500; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--border); }
.text-link:hover { text-decoration-color: currentColor; }
.arrow { width: 18px; height: 18px; }
.brand { display: inline-flex; align-items: baseline; gap: 3px; font: 600 1.85rem/1 var(--font-display); letter-spacing: -.06em; }
.brand-dot { background: var(--accent); width: 6px; height: 6px; margin-left: 2px; }
.nav { position: sticky; top: 12px; z-index: 10; margin: 12px auto 0; width: calc(100% - 40px); max-width: 1320px; background: var(--surface); border: 1px solid var(--border); border-radius: 999px; box-shadow: 0 8px 30px color-mix(in srgb, var(--ink) 4%, transparent); }
.nav__inner { display: flex; align-items: center; gap: 28px; min-height: 68px; padding-inline: 26px 10px; }
.nav__menu { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav__menu a { font-size: .86rem; min-height: 44px; display: inline-flex; align-items: center; }
.nav__menu a:hover { color: var(--accent); }
.nav__cta { min-height: 46px; padding: 9px 20px; font-size: .85rem; }
.nav__toggle { display: none; background: transparent; border: 1px solid var(--border); width: 44px; height: 44px; border-radius: 50%; align-items: center; justify-content: center; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 30; padding: 12px 18px; background: var(--ink); color: var(--bg); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.hero { padding-block: clamp(44px, 5vw, 72px) 32px; }
.hero__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.hero__title { margin: 0 0 24px; text-align: left; }
.hero h1 { font: 500 clamp(2.7rem, 3.8vw, 3.65rem)/1.06 var(--font-sans); letter-spacing: -.065em; }
.hero h1 span { display: block; color: var(--accent); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr); }
.hero__copy { text-align: left; }
.hero__copy .lede { max-width: 65ch; margin-inline: auto; }
.cta-row { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 16px 28px; margin-top: 26px; }
.hero__note { color: var(--ink-2); font-size: .8rem; max-width: 65ch; margin: 18px 0 0; }
.hero__visual { min-width: 0; width: 100%; max-width: 1152px; margin: 48px auto 0; }
/* Art-directed campaign planes, built with native CSS perspective.
   Printed creative retains its own paper/ink palette in either page theme. */
.campaign-showcase { min-width: 0; }
.campaign-stage { perspective: 1100px; padding: 32px 18px 48px; }
.campaign-composition { position: relative; aspect-ratio: 1.07; transform-style: preserve-3d; transform: rotateX(5deg) rotateY(-9deg); }
.campaign-composition::before { content: ""; position: absolute; inset: 80% 5% -12%; border-radius: 50%; background: radial-gradient(ellipse, var(--material-deep), transparent 68%); transform: rotateX(65deg) translateZ(-60px); pointer-events: none; }
.campaign-panel { position: absolute; border: 1px solid #fdfdfb; border-radius: 6px; background: #fdfdfb; box-shadow: 2px 2px 0 #cbd4c8, 4px 4px 0 #aebfac, 16px 28px 36px -12px #23402b40; backface-visibility: hidden; }
.campaign-panel img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.campaign-panel--product { width: 58%; height: 63%; left: 0; top: 18%; transform: rotateY(18deg) rotateZ(-9deg) translateZ(-18px); overflow: hidden; }
.campaign-panel--product img { height: 68%; }
.campaign-panel--product p { padding: 14px 18px; color: #17211b; font: 500 clamp(1.3rem, 2.1vw, 2rem)/1.02 var(--font-sans); letter-spacing: -.05em; }
.campaign-panel--lifestyle { width: 48%; height: 78%; left: 43%; top: 0; padding: 8px; transform: translateZ(35px) rotateZ(5deg); }
.campaign-panel--type { display: flex; flex-direction: column; justify-content: space-between; width: 43%; height: 48%; right: -1%; bottom: 0; padding: 24px; border-color: #5a9877; background: linear-gradient(125deg, #ffffff14, transparent 45%), #155c41; color: #f6faf5; transform: translateZ(85px) rotateY(-16deg) rotateZ(7deg); box-shadow: inset 0 1px 0 #ffffff60, 2px 2px 0 #0c442d, 4px 4px 0 #0c442d, 16px 28px 36px -12px #23402b40; }
.campaign-panel--type > span:first-child { font: 500 clamp(1.7rem, 3vw, 2.9rem)/.96 var(--font-sans); letter-spacing: -.065em; }
.campaign-panel__line { width: 32%; height: 2px; background: #f6faf5; opacity: .6; }
.campaign-showcase figcaption { max-width: 45ch; margin-inline: auto; text-align: center; font-size: .75rem; line-height: 1.5; color: var(--ink-2); }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .campaign-composition { transition: transform 600ms var(--ease-out); }
  .campaign-panel { transition: transform 600ms var(--ease-out); }
  .campaign-stage:hover .campaign-composition { transform: rotateX(0) rotateY(3deg); }
  .campaign-stage:hover .campaign-panel--product { transform: translateX(-10px) rotateY(8deg) rotateZ(-12deg) translateZ(-18px); }
  .campaign-stage:hover .campaign-panel--type { transform: translateZ(95px) rotateY(-7deg) rotateZ(3deg); }
}
.hero__video-placeholder { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-content: center; align-items: center; gap: 12px 32px; width: 100%; min-width: 0; min-height: 240px; padding: clamp(24px, 3.5vw, 48px); border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(120deg, var(--surface-2), var(--surface)); }
.hero__video-placeholder::before { content: ""; position: absolute; z-index: -1; right: -50px; top: -90px; width: 530px; height: 530px; border: 1px solid var(--border); border-radius: 50%; box-shadow: 0 0 0 70px color-mix(in srgb, var(--border) 22%, transparent), 0 0 0 140px color-mix(in srgb, var(--border) 12%, transparent); }
.video-placeholder__status { grid-column: 2; grid-row: 1 / 4; max-width: 12ch; font-size: .85rem; line-height: 1.5; color: var(--ink-2); }
.video-placeholder__title { grid-column: 1; grid-row: 1; font: 500 clamp(2rem, 3.6vw, 3.2rem)/1.04 var(--font-display); letter-spacing: -.04em; }
.video-placeholder__host { grid-column: 1; grid-row: 2; font-size: .9rem; color: var(--accent); }
.hero__video-placeholder > p:last-child { grid-column: 1; max-width: 38ch; color: var(--ink-2); font-size: .9rem; }
.fit-section .section-heading { text-align: center; }
.growth-picker { max-width: 1152px; margin-inline: auto; }
.fit-switch { position: relative; isolation: isolate; display: grid; grid-template-columns: 1fr 1fr; max-width: 700px; padding: 6px; margin: 0 auto 32px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); }
.fit-switch::before { content: ""; position: absolute; z-index: -1; top: 6px; bottom: 6px; left: 6px; width: calc(50% - 6px); border-radius: inherit; background: var(--surface-2); transform: translateX(calc(var(--selected) * 100%)); }
.fit-switch button { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; border: 0; padding: 10px 20px; background: transparent; border-radius: inherit; font-size: .9rem; color: var(--ink-2); }
.fit-switch button[aria-pressed="true"] { color: var(--accent); font-weight: 700; }
.fit-switch button .arrow { width: 16px; transform: rotate(-45deg); }
.stage { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(28px, 6vw, 80px); padding: clamp(28px, 4vw, 56px); border-radius: 24px; background: var(--surface-2); }
.stage__story { display: flex; flex-direction: column; align-items: start; }
.stage__label { color: var(--accent); font-size: .85rem; margin-bottom: 20px; }
.stage h3 { font: 500 clamp(2rem, 3.4vw, 3.2rem)/1.05 var(--font-display); letter-spacing: -.03em; }
.stage__story > p:last-child { margin-top: 24px; color: var(--ink-2); }
.stage__actions { padding-left: 32px; border-left: 1px solid var(--border); }
.stage ul { list-style: none; margin-block: 20px; }
.stage li { padding-block: 12px; border-bottom: 1px solid var(--border); font-size: .94rem; }
.stage li:first-child { padding-top: 0; }
.stage__fit { font-size: .85rem; color: var(--ink-2); }
.stage .text-link { margin-top: 20px; }
.sheet__label, .sheet__foot { color: var(--ink-2); font-size: .8rem; margin-top: 22px; }
.workbench-section .section-heading { text-align: center; }
.workbench-section .lede { margin-inline: auto; }
.workbench { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: clamp(24px, 4vw, 56px); padding: clamp(24px, 4vw, 56px); border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(135deg, var(--surface-2), var(--surface)); box-shadow: inset 0 1px 0 var(--surface), inset 0 -1px 3px color-mix(in srgb, var(--ink) 6%, transparent); }
.data-paper { align-self: center; padding: clamp(24px, 3vw, 40px); border: 1px solid var(--border); border-radius: 16px; background: var(--surface); box-shadow: 0 4px 0 -1px var(--surface), 0 5px 0 -1px var(--border), 0 9px 0 -2px var(--surface), 0 10px 0 -2px var(--border), 0 24px 40px -16px color-mix(in srgb, var(--ink) 22%, transparent); }
.workbench__label { display: flex; justify-content: space-between; gap: 16px; color: var(--ink-2); font-size: .75rem; margin-bottom: 18px; }
.workbench__label span:last-child { color: var(--accent); }
.workbench h3 { font: 500 clamp(1.4rem, 2.2vw, 2rem)/1.15 var(--font-sans); letter-spacing: -.04em; }
.data-overview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-block: 32px; font-variant-numeric: tabular-nums; }
.data-overview span { display: block; color: var(--ink-2); font-size: .75rem; }
.data-overview strong { display: block; font-size: clamp(1.3rem, 2.4vw, 2.1rem); font-weight: 500; letter-spacing: -.05em; }
.cost-control { padding: 18px; border: 1px solid var(--border); border-radius: 16px; background: var(--bg); box-shadow: inset 0 2px 5px color-mix(in srgb, var(--ink) 7%, transparent), 0 1px 0 var(--surface); }
.cost-control label { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 12px; font-size: .8rem; }
.cost-control output { font-variant-numeric: tabular-nums; color: var(--accent); }
.cost-control input { display: block; appearance: none; -webkit-appearance: none; width: 100%; height: 44px; margin: 4px 0; background: transparent; cursor: pointer; accent-color: var(--accent); }
.cost-control input::-webkit-slider-runnable-track { height: 6px; border-radius: 999px; background: var(--border); box-shadow: inset 0 1px 2px color-mix(in srgb, var(--ink) 18%, transparent); }
.cost-control input::-moz-range-track { height: 6px; border-radius: 999px; background: var(--border); box-shadow: inset 0 1px 2px color-mix(in srgb, var(--ink) 18%, transparent); }
.cost-control input::-webkit-slider-thumb { appearance: none; width: 26px; height: 26px; margin-top: -10px; border: 5px solid var(--surface); border-radius: 50%; background: var(--accent); box-shadow: 0 1px 2px color-mix(in srgb, var(--ink) 20%, transparent), 0 4px 8px color-mix(in srgb, var(--ink) 15%, transparent); }
.cost-control input::-moz-range-thumb { width: 16px; height: 16px; border: 5px solid var(--surface); border-radius: 50%; background: var(--accent); box-shadow: 0 2px 8px color-mix(in srgb, var(--ink) 20%, transparent); }
.cost-control p { font-size: .75rem; line-height: 1.5; color: var(--ink-2); }
.cost-breakdown { display: grid; gap: 18px; margin: 28px 0; }
.cost-breakdown > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.cost-breakdown dt, .cost-breakdown dd { margin: 0; color: var(--ink-2); font-size: .8rem; font-variant-numeric: tabular-nums; }
.cost-bar { grid-column: 1 / -1; height: 5px; border-radius: 999px; background: var(--accent); transform: scaleX(var(--amount)); transform-origin: left; }
.cost-breakdown > div:not(:first-child) .cost-bar { background: var(--ink-2); opacity: .6; }
.contribution { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 16px; padding-top: 20px; border-top: 1px dashed var(--border); }
.contribution > span { font-size: .85rem; }
.contribution strong { font-size: 2.4rem; font-weight: 500; line-height: 1.2; letter-spacing: -.05em; color: var(--accent); font-variant-numeric: tabular-nums; }
.contribution .is-negative { color: var(--ink); text-decoration: underline; text-decoration-style: dotted; text-underline-offset: 7px; }
.contribution p { grid-column: 1 / -1; font-size: .73rem; color: var(--ink-2); }
.workbench__foot { margin-top: 22px; font-size: .73rem; line-height: 1.55; color: var(--ink-2); }
.creative-desk { min-width: 0; display: flex; flex-direction: column; padding-block: 12px; }
.creative-prints { position: relative; isolation: isolate; display: grid; place-items: center; padding: 26px 32px 36px; margin-top: 10px; }
/* Printed concepts have a fixed paper/ink palette, like the photographs they contain. */
.creative-print { width: min(100%, 310px); padding: 10px 10px 20px; background: #fdfdfb; color: #17211b; border: 1px solid #d4ddcf; box-shadow: 0 3px 6px #24362814, 8px 18px 28px -12px #24362845; }
.creative-print img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 4.4; object-fit: cover; }
.creative-print figcaption, .creative-print p { padding: 16px 8px 0; font: 500 clamp(1.3rem, 2.2vw, 2rem)/1.1 var(--font-sans); letter-spacing: -.045em; }
.creative-print--front { position: relative; transform: rotate(-4deg); }
.creative-print--back { position: absolute; z-index: -1; top: 26px; width: min(calc(100% - 64px), 310px); transform: translate(24px, 8px) rotate(7deg); }
.creative-switch { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; margin: -14px auto 0; width: min(100%, 360px); border: 1px solid var(--border); border-radius: 999px; background: var(--surface); box-shadow: inset 0 1px 0 var(--surface), 0 8px 24px color-mix(in srgb, var(--ink) 10%, transparent); }
.creative-switch button { min-height: 48px; padding: 10px 12px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: var(--ink-2); font-size: .85rem; }
.creative-switch button[aria-pressed="true"] { background: var(--accent); color: var(--button-ink); box-shadow: inset 0 1px 0 #ffffff30, 0 2px 4px #24362820; }
.creative-switch button:hover { border-color: var(--accent); }
.creative-switch button:active { transform: scale(.97); }
.creative-hypothesis { min-height: 3.3em; max-width: 43ch; margin: 22px auto 0; font-size: .9rem; text-align: center; color: var(--ink-2); }
.creative-desk .workbench__foot { max-width: 52ch; margin-inline: auto; text-align: center; }
#frameworks { background: var(--bg); }
.service-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.service-layout .section-heading { position: sticky; top: 136px; }
.service-list { display: grid; gap: 28px; padding-bottom: 56px; }
.service { position: sticky; top: calc(112px + var(--card-index) * 18px); min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding: 36px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); box-shadow: 0 -10px 30px color-mix(in srgb, var(--ink) 3%, transparent); }
.service:nth-child(even) { background: var(--surface-2); }
.service h3 { max-width: 18ch; font: 500 clamp(1.7rem, 2.5vw, 2.3rem)/1.12 var(--font-sans); letter-spacing: -.045em; }
.service p { color: var(--ink-2); font-size: .95rem; max-width: 48ch; }
#approach { background: var(--surface-2); }
.approach-layout .section-heading { max-width: 720px; }
.timeline { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 64px; }
.timeline li { border-top: 2px solid var(--accent); padding-top: 22px; }
.timeline__when { display: block; color: var(--accent); font-size: .85rem; margin-bottom: 24px; }
.timeline h3 { font: 500 1.65rem/1.12 var(--font-display); }
.timeline p { color: var(--ink-2); margin-top: 18px; font-size: .9rem; }
.working-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 7vw, 100px); align-items: start; }
.contact-person { padding: 36px; border: 1px solid var(--border); border-radius: 24px; }
.contact-person h2 { font-size: clamp(2.3rem, 3.5vw, 3.2rem); }
.contact-person .lede { margin-top: 24px; font-size: 1rem; }
.person-role { color: var(--accent); margin-top: 18px; font-size: .95rem; }
.contact-person .text-link { margin-top: 28px; }
.working-details > h3 { font: 500 2rem/1.15 var(--font-display); max-width: 24ch; }
.working-details dl { margin: 24px 0 0; }
.working-details dl > div { border-top: 1px solid var(--border); padding-block: 22px; }
dt { font-size: .95rem; font-weight: 500; }
dd { margin: 10px 0 0; font-size: .92rem; color: var(--ink-2); }
#pricing .section-heading { text-align: center; }
#pricing .section-heading .lede { margin-inline: auto; }
.engagements { display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px; }
.engagement { border: 1px solid var(--border); border-radius: 24px; padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; align-items: flex-start; background: var(--surface); }
.engagement--managed { background: var(--surface-2); }
.engagement h3 { font: 500 clamp(2rem, 3.3vw, 3.2rem)/1.1 var(--font-display); }
.engagement > p:not(.stage__label) { color: var(--ink-2); margin-top: 24px; }
.engagement ul, .call-note ul { list-style: none; margin-block: 24px; }
.engagement li, .call-note li { margin-top: 12px; font-size: .94rem; }
.engagement .btn, .engagement .text-link { margin-top: auto; }
.engagement ul { margin-bottom: 36px; }
.advisory { display: grid; grid-template-columns: 1fr 1.7fr auto; align-items: start; gap: 28px; margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--border); }
.advisory p { color: var(--ink-2); font-size: .92rem; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq details { border-bottom: 1px solid var(--border); }
.faq details:first-child { border-top: 1px solid var(--border); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-block: 24px; cursor: pointer; font-size: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 1.3rem; color: var(--accent); }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin-bottom: 24px; padding-right: 30px; color: var(--ink-2); font-size: .95rem; }
.closing { margin: 20px; border-radius: 32px; background: var(--surface-2); }
.closing__grid { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 100px; }
.closing h2 { font-size: clamp(3rem, 5.7vw, 5.5rem); }
.closing .lede { margin-top: 28px; }
.closing .btn { margin-top: 28px; }
.booking-calendar { margin-top: 48px; }
.booking-fallback { margin: 12px 0 24px; color: var(--ink-2); font-size: .9rem; }
.booking-fallback a { text-decoration: underline; text-underline-offset: 3px; }
.booking-calendar__frame { display: block; width: 100%; height: 600px; border: 0; border-radius: 16px; background: #fff; color-scheme: light; }
.contact-address { margin-top: 16px; font-size: .9rem; color: var(--ink-2); overflow-wrap: anywhere; }
.call-note { border-left: 1px solid var(--border); padding-left: 38px; }
.call-note p { color: var(--ink-2); font-size: .9rem; margin-top: 16px; }
.footer { padding-block: 35px; }
.footer__inner { display: flex; gap: 30px; align-items: center; }
.footer p { color: var(--ink-2); font-size: .85rem; }
.footer__inner > a:last-child { margin-left: auto; display: inline-flex; align-items: center; gap: 12px; font-size: .85rem; min-height: 44px; }
.fallback { padding-block: 80px; }
.fallback a { text-decoration: underline; }
.fallback p { margin-block: 20px; }
/* Shared materials. Native web glass, not Apple's platform-only Liquid Glass.
   Blur is limited to navigation, selectors and two panels; paper stays opaque. */
.nav, .creative-switch, .fit-switch, .stage, .engagement--managed {
  border: 1px solid var(--glass-edge);
  background: linear-gradient(125deg, var(--glint), transparent 42%), var(--surface);
  box-shadow: inset 0 0 0 1px var(--glint), inset 0 -2px 3px var(--material-shade), 0 2px 0 var(--border), 0 16px 40px -18px var(--material-deep);
}
.nav::after, .stage::after, .engagement--managed::after {
  content: ""; position: absolute; inset: 4px; border: 1px solid var(--glint); border-radius: inherit; pointer-events: none;
}
.nav__toggle, .faq summary span {
  background: linear-gradient(145deg, var(--surface), var(--surface-2));
  box-shadow: var(--raised); border: 1px solid var(--border);
}
.btn, .creative-switch button[aria-pressed="true"] {
  background: linear-gradient(180deg, #ffffff0a, transparent 48%, #08231624), var(--accent);
  border: 1px solid color-mix(in srgb, var(--accent) 75%, var(--ink));
  box-shadow: inset 0 1px 0 #ffffff70, inset 0 -2px 1px #08231638, 0 3px 0 color-mix(in srgb, var(--accent) 65%, var(--ink)), 0 8px 14px -6px var(--material-deep);
}
.btn:hover { background: linear-gradient(180deg, #ffffff0a, transparent), color-mix(in srgb, var(--accent) 90%, var(--ink)); }
.btn:active, .creative-switch button:active, .nav__toggle:active { box-shadow: var(--recessed); }
.hero { background: radial-gradient(ellipse at 82% 72%, color-mix(in srgb, var(--surface-2) 85%, transparent), transparent 60%); }
.hero__video-placeholder {
  border: 8px solid color-mix(in srgb, var(--surface) 90%, var(--border));
  background: linear-gradient(115deg, var(--surface) 25%, color-mix(in srgb, var(--surface-2) 78%, var(--accent)));
  box-shadow: inset 0 2px 10px var(--material-shade), 0 0 0 1px var(--border), 0 2px 0 1px var(--glint), 0 6px 0 -1px var(--border), 0 26px 40px -20px var(--material-deep);
}
.hero__video-placeholder::before {
  right: -110px; top: -150px; width: 580px; height: 580px;
  background: repeating-radial-gradient(circle, transparent 0 23px, var(--glint) 24px 25px, transparent 26px 42px), linear-gradient(145deg, var(--glint), transparent 55%, var(--material-shade));
  border: 12px solid var(--glass-edge);
  box-shadow: inset 3px 4px 12px var(--glint), inset -4px -8px 20px var(--material-shade), 12px 22px 35px var(--material-shade);
}
.hero__video-placeholder::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid var(--glint); border-radius: 16px; background: linear-gradient(115deg, transparent 52%, var(--glint) 52.2%, transparent 68%); opacity: .45; }
.growth-picker { padding: clamp(20px, 4vw, 48px); border: 1px solid var(--border); border-radius: 32px; background: linear-gradient(135deg, var(--surface-2), var(--bg)); box-shadow: var(--recessed); }
.fit-switch { margin-bottom: 28px; }
.fit-switch::before { background: linear-gradient(145deg, var(--surface), var(--surface-2)); border: 1px solid var(--glass-edge); box-shadow: var(--raised); }
.stage, .engagement--managed { position: relative; }
.stage__actions { padding: 28px; border: 1px solid var(--border); border-radius: 16px; background: color-mix(in srgb, var(--surface) 85%, transparent); box-shadow: var(--recessed); }
.service { border-top: 10px solid var(--surface-2); box-shadow: 0 1px 0 var(--glint), 0 5px 0 -1px var(--border), 0 9px 0 -2px var(--surface), 0 10px 0 -2px var(--border), 0 24px 34px -18px var(--material-deep); }
.service::after { content: ""; position: absolute; top: 18px; right: 24px; width: 18px; height: 42px; border: 3px solid color-mix(in srgb, var(--border) 75%, var(--ink-2)); border-radius: 9px; box-shadow: inset 1px 0 0 var(--glint), 1px 1px 0 var(--glint), 1px 2px 2px var(--material-shade); pointer-events: none; }
.service::before { content: ""; position: absolute; top: 21px; right: 29px; width: 8px; height: 30px; border: 2px solid var(--border); border-top: 0; border-radius: 0 0 5px 5px; pointer-events: none; }
.service:nth-child(even) { border-top-color: var(--border); }
.service h3 { padding-right: 22px; }
#approach { background: linear-gradient(160deg, var(--surface-2), var(--bg)); box-shadow: inset 0 1px 0 var(--glint), inset 0 -1px 0 var(--border); }
.timeline li { position: relative; padding: 28px 24px; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); box-shadow: 0 4px 0 -1px var(--border), 0 16px 28px -14px var(--material-deep); }
.timeline__when { padding-bottom: 18px; border-bottom: 1px dashed var(--border); }
.contact-person { background: linear-gradient(145deg, var(--surface) 60%, var(--surface-2)); border: 1px solid var(--glass-edge); box-shadow: inset 0 0 0 5px var(--surface), 0 0 0 1px var(--border), 0 5px 0 var(--border), 0 22px 32px -18px var(--material-deep); }
.contact-person h2 { text-shadow: 0 2px 0 var(--glint); }
.contact-person .text-link { padding: 10px 16px; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); box-shadow: var(--recessed); overflow-wrap: anywhere; }
.engagements { padding: clamp(16px, 2.5vw, 36px); border: 1px solid var(--border); border-radius: 32px; background: linear-gradient(130deg, var(--surface-2), var(--bg)); box-shadow: var(--recessed); }
.engagement:not(.engagement--managed) { box-shadow: 0 4px 0 -1px var(--border), 0 8px 0 -2px var(--surface), 0 9px 0 -2px var(--border), 0 20px 28px -16px var(--material-deep); }
.engagement ul { width: 100%; padding-block: 20px; border-block: 1px dashed var(--border); }
.faq { padding: 8px 24px; border: 1px solid var(--border); border-radius: 24px; background: var(--bg); box-shadow: var(--recessed); }
.faq details:first-child { border-top: 0; }
.faq details:last-child { border-bottom: 0; }
.faq summary span { display: grid; place-items: center; flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; }
.closing { background: linear-gradient(125deg, var(--surface-2), var(--surface)); border: 1px solid var(--glass-edge); box-shadow: inset 0 0 0 5px var(--bg), 0 0 0 1px var(--border), 0 8px 0 -3px var(--border), 0 26px 48px -30px var(--material-deep); }
.call-note { padding: 32px; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); box-shadow: 0 4px 0 -1px var(--border), 0 16px 32px -16px var(--material-deep); }
.call-note h3 { padding-bottom: 20px; border-bottom: 1px dashed var(--border); }
@supports ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))) {
  .nav, .creative-switch, .fit-switch, .stage, .engagement--managed {
    background: linear-gradient(125deg, var(--glint), transparent 42%), var(--glass-fill);
    backdrop-filter: blur(20px) saturate(135%); -webkit-backdrop-filter: blur(20px) saturate(135%);
  }
}
@media (prefers-reduced-transparency: reduce) {
  .nav, .creative-switch, .fit-switch, .stage, .engagement--managed { background: var(--surface); backdrop-filter: none; -webkit-backdrop-filter: none; }
}
/* Share content tracks for readable comparisons without fixed text heights. */
@supports (grid-template-rows: subgrid) {
  @media (min-width: 768px) {
    .engagements { row-gap: 0; }
    .engagement { display: grid; grid-row: span 5; grid-template-rows: subgrid; justify-items: start; }
    .engagement > .text-link { min-height: 54px; }
  }
}
@media (prefers-reduced-motion: no-preference) {
  .stage { animation: detail-in 350ms var(--ease-out); }
  .creative-print--front { animation: print-in 300ms var(--ease-out); }
  .cost-bar { transition: transform 180ms var(--ease-out); }
  .fit-switch::before { transition: transform 300ms var(--ease-out); }
  .growth-picker[data-instant="true"] *, .growth-picker[data-instant="true"] *::before, .workbench[data-instant="true"] *, .workbench:has(:focus-visible) * { animation: none !important; transition: none !important; }
  .btn, .text-link .arrow, .btn .arrow { transition: transform 200ms var(--ease-out), background 200ms ease; }
  .creative-switch button, .fit-switch button { transition: color 180ms ease, background 180ms ease; }
  .faq summary span { transition: transform 200ms var(--ease-out); }
  @keyframes detail-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
  @keyframes print-in { from { opacity: .3; transform: translateY(16px) rotate(0); } to { opacity: 1; transform: rotate(-4deg); } }
  @supports (animation-timeline: view()) {
    .hero__video-placeholder { animation: video-frame linear both; animation-timeline: view(); animation-range: entry 0% entry 100%; }
    @keyframes video-frame { from { transform: scale(.94); } to { transform: scale(1); } }
  }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .btn:hover .arrow, .text-link:hover .arrow { transform: translateX(5px); }
  .btn:active { transform: scale(.97); }
}
@media (max-width: 1050px) {
  .hero__layout { grid-template-columns: minmax(0, 1fr); }
  .hero__message { max-width: 720px; }
  .campaign-showcase { width: min(100%, 660px); margin-inline: auto; }
  .campaign-panel--type > span:first-child { font-size: clamp(2rem, 5vw, 3rem); }
  .nav__menu { gap: 18px; }
  .nav__cta { display: none; }
  .nav__inner { padding-right: 26px; }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
  .service { padding: 28px; min-height: 280px; }
  .working-layout, .faq-layout, .closing__grid { gap: 40px; }
  .advisory { grid-template-columns: 1fr 2fr; }
  .advisory .text-link { grid-column: 2; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 100px; }
  .nav { width: calc(100% - 24px); border-radius: 24px; }
  .nav__inner { min-height: 64px; flex-wrap: wrap; gap: 0; padding-inline: 18px 10px; }
  .nav__toggle { display: inline-flex; margin-left: auto; }
  .nav__menu { display: none; width: 100%; margin: 0; padding-block: 12px 18px; border-top: 1px solid var(--border); }
  .nav__menu.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav__menu a { min-height: 48px; font-size: 1rem; }
  .hero__title, .hero__copy { text-align: left; }
  .hero h1 { font-size: clamp(2.45rem, 8.5vw, 3.7rem); letter-spacing: -.055em; }
  .hero__title { margin-bottom: 24px; }
  .hero__copy .lede { font-size: 1rem; }
  .hero__note { margin-inline: 0; }
  .cta-row { justify-content: flex-start; gap: 12px 20px; }
  .hero__visual { margin-top: 32px; }
  .campaign-stage { padding: 18px 14px 30px; }
  .campaign-panel--product { top: 28%; }
  .campaign-panel--type { padding: 16px; }
  .campaign-panel--type > span:first-child { font-size: clamp(1.4rem, 5.5vw, 2.4rem); }
  .campaign-panel--product p { padding: 6px 10px; font-size: clamp(1rem, 3.7vw, 1.5rem); }
  .campaign-panel--lifestyle { padding: 5px; }
  .campaign-showcase figcaption { font-size: .7rem; margin-inline: 12px; }
  .hero__video-placeholder { min-height: 220px; grid-template-columns: minmax(0, 1fr); gap: 12px; padding: 24px; }
  .video-placeholder__title { font-size: 2.2rem; }
  .video-placeholder__status { grid-column: 1; grid-row: 1; max-width: none; font-size: .8rem; }
  .video-placeholder__title { grid-row: 2; }
  .video-placeholder__host { grid-row: 3; }
  .hero__video-placeholder > p:last-child { grid-column: 1 / -1; }
  .video-placeholder__host { font-size: .78rem; }
  .hero__video-placeholder::before { width: 320px; height: 320px; right: -200px; }
  .stage, .service-layout, .working-layout, .engagements, .faq-layout, .closing__grid { grid-template-columns: 1fr; }
  .workbench { grid-template-columns: minmax(0, 1fr); gap: 42px; padding: 20px 14px; }
  .workbench-section .section-heading { text-align: left; }
  .data-paper { padding: 24px 18px; }
  .creative-desk { padding: 12px 8px; }
  .creative-prints { padding-inline: 22px; }
  .creative-print--back { transform: translate(12px, 8px) rotate(7deg); width: min(calc(100% - 44px), 310px); }
  .creative-switch { gap: 4px; padding: 6px; }
  .creative-switch button { font-size: .8rem; padding-inline: 8px; }
  .contribution { gap: 4px 8px; }
  .contribution > span { font-size: .8rem; }
  .stage__actions { padding: 24px 0 0; border: 0; border-top: 1px solid var(--border); border-radius: 0; background: none; box-shadow: none; }
  .growth-picker { padding: 0; border: 0; background: none; box-shadow: none; }
  .stage { padding: 28px 24px; }
  .fit-switch { border-radius: 16px; grid-template-columns: 1fr; gap: 4px; }
  .fit-switch::before { display: none; }
  .fit-switch button { justify-content: space-between; border-radius: 12px; font-size: .85rem; }
  .fit-switch button[aria-pressed="true"] { background: var(--surface-2); box-shadow: var(--raised); }
  .fit-section .section-heading { text-align: left; }
  .section-note { text-align: left; }
  .service-layout .section-heading { position: static; margin-bottom: 0; }
  .service { position: relative; top: auto; min-height: 250px; gap: 28px; }
  .service-list { padding-bottom: 0; gap: 28px; }
  .timeline { grid-template-columns: 1fr; gap: 0; padding: 0 24px; margin-top: 36px; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 4px 0 -1px var(--border), 0 16px 28px -14px var(--material-deep); }
  .timeline li { padding: 24px 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
  .timeline li + li { border-top: 1px dashed var(--border); }
  .timeline__when { margin-bottom: 12px; padding: 0; border: 0; }
  .contact-person { padding: 24px; }
  .engagements { gap: 28px; padding: 0; border: 0; background: none; box-shadow: none; }
  .engagement { padding: 28px 24px; }
  .faq { padding-inline: 18px; }
  .advisory { grid-template-columns: 1fr; gap: 16px; }
  .advisory .text-link { grid-column: auto; }
  .faq-layout .section-heading { margin-bottom: 0; }
  .closing { margin: 12px; border-radius: 24px; }
  .closing .container { padding-inline: 24px; }
  .call-note { padding: 24px; }
  .footer__inner { flex-wrap: wrap; gap: 14px 26px; }
  .footer p { width: 100%; order: 3; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .service { position: relative; top: auto; }
  .service-layout .section-heading { position: static; }
}
@media (max-height: 650px) {
  .service { position: relative; top: auto; }
  .service-layout .section-heading { position: static; }
}
