@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --navy: #14283b;
  --blue: #3f5cf2;
  --cream: #fff8ed;
  --paper: #f6ecdf;
  --coral: #ff7b73;
  --yellow: #ffd166;
  --mint: #5eead4;
  --lavender: #a78bfa;
  --berry: #ed5d7a;
  --muted: #5c6c76;
  --line: #d8d0c3;
  --progress: 0%;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--navy); font-family: "Space Grotesk", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.director-site { overflow: hidden; background: var(--cream); }
.progress-line { position: fixed; z-index: 60; top: 0; left: 0; width: var(--progress); height: 5px; background: var(--berry); box-shadow: 0 0 18px #ed5d7a88; }
.director-header { position: relative; z-index: 30; display: flex; align-items: center; justify-content: space-between; height: 91px; padding: 0 5.6vw; border-bottom: 1px solid #14283b1c; background: #fff8ede9; backdrop-filter: blur(15px); }
.director-logo img { width: 146px; display: block; }
.director-nav { display: flex; align-items: center; gap: 32px; color: #536572; font-size: 12px; font-weight: 700; }
.director-nav a { transition: color .2s ease; }.director-nav a:hover { color: var(--blue); }
.director-nav-cta { padding: 13px 18px; border-radius: 999px; background: var(--navy); color: var(--cream) !important; }.director-nav-cta span { color: var(--yellow); margin-left: 7px; font-size: 17px; }
.director-menu { display: none; border: 0; background: transparent; color: var(--navy); cursor: pointer; font-size: 12px; font-weight: 700; }
.sound-button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid #14283b33; border-radius: 999px; background: transparent; color: var(--navy); cursor: pointer; font-size: 10px; font-weight: 700; }.sound-button:hover { border-color: var(--berry); }.sound-wave { display: flex; align-items: center; gap: 2px; width: 14px; height: 13px; }.sound-wave i { width: 2px; height: 7px; border-radius: 2px; background: currentColor; }.sound-wave i:nth-child(2) { height: 12px; }.sound-wave i:nth-child(3) { height: 9px; }.sound-button[aria-pressed="true"] { border-color: var(--berry); background: var(--berry); }.sound-button[aria-pressed="true"] .sound-wave i { animation: pulse .7s ease-in-out infinite alternate; }.sound-button[aria-pressed="true"] .sound-wave i:nth-child(2) { animation-delay: .18s; }.sound-button[aria-pressed="true"] .sound-wave i:nth-child(3) { animation-delay: .33s; }
@keyframes pulse { to { transform: scaleY(.4); opacity: .55; } }

.director-hero { min-height: 825px; display: grid; grid-template-columns: 43% 57%; align-items: center; gap: 1vw; padding: 80px 5.6vw 92px; position: relative; background: radial-gradient(circle at 74% 22%, #d7f7ef 0, transparent 25%), radial-gradient(circle at 15% 86%, #ffe7a5 0, transparent 22%), var(--cream); }
.hero-copy { position: relative; z-index: 3; max-width: 570px; }.hero-kicker, .section-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 23px; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .04em; }.hero-kicker::before, .section-kicker::before { content: "✦"; color: var(--berry); font-size: 19px; }
.hero-copy h1, h2, h3 { font-family: "Fraunces", serif; font-weight: 400; letter-spacing: -.06em; line-height: .88; margin: 0; }.hero-copy h1 { font-size: clamp(78px, 9vw, 146px); }.hero-copy em, h2 em, h3 em { color: var(--berry); font-style: italic; }
.hero-deck { max-width: 420px; margin: 34px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.55; }.hero-actions { display: flex; align-items: center; gap: 24px; }.director-button { display: inline-flex; align-items: center; border: 0; border-radius: 999px; cursor: pointer; padding: 16px 21px; font-size: 12px; font-weight: 700; transition: transform .22s ease, box-shadow .22s ease; }.director-button:hover { transform: translateY(-4px); box-shadow: 0 15px 30px #14283b2b; }.director-button.dark { background: var(--navy); color: var(--cream); }.director-button span { color: var(--yellow); font-size: 18px; margin-left: 8px; }
.hero-tiny-win { border: 0; border-bottom: 1px solid #14283b66; padding: 0 0 6px; background: transparent; color: var(--navy); cursor: pointer; font-size: 12px; font-weight: 700; }.hero-tiny-win b { display: block; color: var(--berry); font-family: "Fraunces", serif; font-size: 17px; font-weight: 400; margin-top: 5px; }
.hero-scene { --rx: 0deg; --ry: 0deg; --px: 0px; --py: 0px; --hero-scale: 1; min-height: 665px; position: relative; cursor: crosshair; perspective: 1600px; }.hero-scene::before { content: ""; position: absolute; inset: 8% 4% 5% 5%; border: 1px dashed #14283b45; border-radius: 48% 52% 43% 57%; transform: rotate(-8deg); }
.hero-depth { will-change: transform; }.scene-back, .scene-photo, .scene-frame, .scene-token, .scene-note { position: absolute; transform-style: preserve-3d; transition: transform .14s linear; }.scene-back { inset: 7% 0 5% 0; transform: translate3d(var(--px), var(--py), -100px) rotateX(var(--rx)) rotateY(var(--ry)) scale(var(--hero-scale)); }.scene-photo { width: 95%; right: 1%; top: 9%; transform: translate3d(var(--px), var(--py), 30px) rotateX(var(--rx)) rotateY(var(--ry)) scale(var(--hero-scale)); }.scene-photo img { width: 100%; display: block; aspect-ratio: 1.64; object-fit: cover; border: 14px solid var(--cream); border-radius: 46% 54% 45% 55% / 50% 43% 57% 50%; box-shadow: 21px 27px 0 #14283b22, 0 40px 65px #14283b1c; }.scene-frame { inset: 11% 3% 7% 12%; border: 10px solid var(--yellow); border-radius: 46% 54% 45% 55%; transform: translate3d(var(--px), var(--py), 3px) rotateX(var(--rx)) rotateY(var(--ry)) rotate(4deg) scale(var(--hero-scale)); pointer-events: none; }.back-blob { position: absolute; display: block; border-radius: 50%; }.blob-one { width: 64%; aspect-ratio: 1; right: 9%; top: 4%; background: var(--mint); }.blob-two { width: 35%; aspect-ratio: 1; left: 2%; bottom: 8%; background: var(--lavender); }.scene-token { display: flex; align-items: center; gap: 8px; padding: 14px 19px; border: 3px solid var(--navy); border-radius: 50%; box-shadow: 6px 8px 0 #14283b20; font-family: "Fraunces", serif; font-size: 28px; line-height: .8; }.scene-token b { color: var(--berry); font-family: "Space Grotesk", sans-serif; font-size: 14px; }.token-hi { left: 2%; top: 17%; background: var(--yellow); transform: translate3d(var(--px), var(--py), 125px) rotate(-11deg); }.token-more { right: 0; top: 59%; background: var(--mint); transform: translate3d(var(--px), var(--py), 150px) rotate(8deg); }.scene-note { left: 3%; bottom: 10%; color: var(--navy); font-family: "Fraunces", serif; font-size: 28px; line-height: .83; transform: translate3d(var(--px), var(--py), 165px) rotate(-8deg); }.scene-note em { color: var(--berry); }.scene-depth-label { position: absolute; right: 2%; bottom: 2%; color: #536e78; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-align: right; text-transform: uppercase; }.scene-depth-label em { color: var(--berry); font-size: 20px; letter-spacing: 0; text-transform: none; }.hero-scroll { position: absolute; bottom: 29px; left: 50%; color: #60737b; font-size: 11px; font-weight: 700; letter-spacing: .05em; }.hero-scroll span { color: var(--berry); font-size: 22px; margin-left: 10px; }

.journey { padding: 155px 7vw 145px; background: var(--navy); color: var(--cream); }.journey-heading { max-width: 1160px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: end; margin: 0 auto 66px; }.journey-heading .section-kicker { grid-column: 1 / -1; color: var(--yellow); }.journey-heading h2 { font-size: clamp(74px, 9vw, 139px); }.journey-heading h2 em { color: var(--coral); }.journey-deck { max-width: 380px; color: #b9c9d2; font-size: 17px; line-height: 1.5; margin: 0; }
.journey-slider { max-width: 1160px; overflow: hidden; margin: 0 auto; }.journey-track { display: flex; transition: transform .72s cubic-bezier(.2,.8,.2,1); }.journey-slide { min-width: 100%; min-height: 575px; display: grid; grid-template-columns: 1.04fr .96fr; overflow: hidden; border-radius: 25px; box-shadow: 15px 19px 0 #0716224a; }.journey-image { min-height: 575px; position: relative; overflow: hidden; }.journey-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(1.08); }.journey-number { position: absolute; right: 7%; bottom: 4%; color: #fff8edc9; font-family: "Fraunces", serif; font-size: 155px; line-height: .7; }.journey-sun { position: absolute; width: 145px; aspect-ratio: 1; right: 11%; top: 11%; border-radius: 50%; background: var(--accent, var(--yellow)); mix-blend-mode: screen; opacity: .75; }.journey-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px 67px; color: var(--navy); background: var(--yellow); }.journey-slide.mint .journey-copy { background: var(--mint); }.journey-slide.coral .journey-copy { background: var(--coral); }.journey-slide.lavender .journey-copy { background: var(--lavender); }.journey-step { font-size: 12px; font-weight: 700; letter-spacing: .14em; }.journey-copy h3 { font-size: clamp(73px, 8vw, 123px); margin: 24px 0; }.journey-copy p { max-width: 370px; color: #263f4b; font-size: 18px; line-height: 1.43; margin: 0 0 32px; }.journey-link { align-self: flex-start; border-bottom: 1px solid #14283b88; padding-bottom: 6px; font-size: 12px; font-weight: 700; }.journey-link span { font-size: 18px; margin-left: 8px; }.journey-controls { display: flex; align-items: center; gap: 14px; padding-top: 24px; }.journey-controls > button { width: 49px; height: 49px; border: 0; border-radius: 50%; background: var(--cream); color: var(--navy); cursor: pointer; font-size: 22px; transition: transform .2s ease, background .2s ease; }.journey-controls > button:hover { transform: translateY(-3px); background: var(--coral); }.journey-dots { display: flex; gap: 7px; }.journey-dots button { width: 52px; height: 34px; border: 1px solid #b9c9d2; border-radius: 999px; background: transparent; color: #b9c9d2; cursor: pointer; font-size: 10px; font-weight: 700; }.journey-dots button.active { border-color: var(--cream); background: var(--cream); color: var(--navy); }.journey-controls > span { margin-left: auto; color: #9fb4bf; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.support { padding: 150px 7vw 155px; background: var(--cream); }.support-heading { max-width: 1160px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; margin: 0 auto 62px; }.support-heading .section-kicker { grid-column: 1 / -1; }.support-heading h2 { font-size: clamp(74px, 8.5vw, 131px); }.support-heading h2 em { color: var(--blue); }.support-heading > p:last-child { max-width: 380px; color: var(--muted); font-size: 17px; margin: 0; }.service-list { max-width: 1160px; margin: 0 auto; }.service-row { min-height: 142px; display: grid; grid-template-columns: 8% 29% 1fr 50px; gap: 18px; align-items: center; padding: 23px 25px; border-top: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }.service-row:last-child { border-bottom: 1px solid var(--line); }.service-row:hover { padding-left: 39px; }.service-row.coral:hover { background: #ffe0d8; }.service-row.yellow:hover { background: #fff1b7; }.service-row.mint:hover { background: #d4faf2; }.service-row.lavender:hover { background: #e8e1ff; }.service-index { color: #87949a; font-size: 11px; font-weight: 700; }.service-row h3 { font-size: clamp(30px, 3.2vw, 48px); }.service-row p { max-width: 350px; color: var(--muted); font-size: 14px; margin: 0; }.service-arrow { font-size: 28px; }

.storybook { padding: 150px 9vw 155px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: center; position: relative; overflow: hidden; background: var(--coral); color: var(--navy); }.storybook::before { content: ""; position: absolute; width: 680px; aspect-ratio: 1; right: -240px; top: -390px; border: 2px solid #fff8ed66; border-radius: 50%; }.storybook-intro { position: relative; z-index: 1; }.storybook-intro .section-kicker { color: #fff8ed; }.storybook-intro h2 { font-size: clamp(75px, 8vw, 125px); }.storybook-intro h2 em { color: var(--yellow); }.storybook-intro > p:last-child { max-width: 300px; color: #6b353e; font-size: 17px; margin: 27px 0 0; }.storybook-wrap { position: relative; z-index: 1; perspective: 1500px; }.storybook-page { min-height: 480px; padding: 55px 62px; position: relative; overflow: hidden; border-radius: 8px 28px 18px 8px; background: var(--yellow); box-shadow: 19px 23px 0 #6b353e35, 0 35px 70px #6b353e25; transform-origin: left center; animation: pageTurn .72s cubic-bezier(.2,.75,.2,1) both; }.storybook-page::after { content: ""; position: absolute; inset: 16px; border: 1px dashed #14283b55; border-radius: 3px 20px 11px 3px; pointer-events: none; }.book-page-number { position: relative; z-index: 1; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.storybook-page h3 { max-width: 620px; position: relative; z-index: 1; font-size: clamp(64px, 7vw, 112px); margin: 75px 0 23px; }.storybook-page p { max-width: 380px; position: relative; z-index: 1; color: #263f4b; font-size: 18px; line-height: 1.45; margin: 0; }.book-note { position: absolute; right: 10%; bottom: 11%; color: #263f4b99; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; rotate: -8deg; }.book-note b { color: var(--berry); font-size: 18px; margin-left: 6px; }.book-glyph { position: absolute; right: 10%; top: 17%; color: #fff8edaa; font-family: "Fraunces", serif; font-size: 160px; line-height: .7; rotate: 7deg; }.book-controls { display: flex; align-items: center; gap: 12px; margin-top: 24px; }.book-controls button { border: 0; border-radius: 999px; padding: 14px 19px; background: var(--navy); color: var(--cream); cursor: pointer; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease; }.book-controls button:hover { transform: translateY(-3px); background: var(--blue); }.book-controls button:first-child { width: 47px; padding: 14px 0; background: #fff8edaa; color: var(--navy); font-size: 20px; }.book-controls span { font-size: 18px; margin-left: 8px; }@keyframes pageTurn { from { opacity: 0; transform: rotateY(-88deg) translateX(-40px); } to { opacity: 1; transform: rotateY(0) translateX(0); } }

.kim { padding: 160px 11vw; display: grid; grid-template-columns: 1fr 1fr; gap: 11vw; align-items: center; background: var(--paper); }.kim-image { position: relative; }.kim-image img { display: block; width: 92%; aspect-ratio: 1.1; object-fit: cover; object-position: 70% center; border: 12px solid var(--cream); border-radius: 38% 62% 56% 44% / 48% 42% 58% 52%; box-shadow: 17px 19px 0 #14283b17; filter: saturate(1.05); }.kim-polaroid { position: absolute; right: 0; bottom: 2%; padding: 18px 20px; background: var(--yellow); color: var(--navy); font-family: "Fraunces", serif; font-size: 24px; line-height: .86; rotate: 8deg; box-shadow: 6px 8px 0 #14283b21; }.kim-polaroid em { color: var(--berry); }.kim-copy h2 { font-size: clamp(68px, 7vw, 112px); }.kim-copy h2 em { color: var(--blue); }.kim-copy > p { max-width: 450px; color: var(--muted); font-size: 17px; margin: 30px 0; }
.quote { padding: 145px 14vw; background: var(--mint); text-align: center; }.quote-mark { display: block; color: var(--berry); font-family: "Fraunces", serif; font-size: 108px; line-height: .35; }.quote blockquote { max-width: 950px; margin: 30px auto 25px; font-family: "Fraunces", serif; font-size: clamp(39px, 4.7vw, 72px); letter-spacing: -.05em; line-height: .96; }.quote p { color: #2d655f; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact { padding: 150px 11vw; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--cream); }.contact-copy h2 { font-size: clamp(72px, 8vw, 130px); }.contact-copy h2 em { color: var(--berry); }.contact-copy > p { max-width: 390px; color: var(--muted); font-size: 17px; margin: 32px 0; }.contact-details { display: flex; align-items: center; gap: 15px; }.contact-details > span { color: var(--berry); font-size: 29px; }.contact-details strong { display: block; font-family: "Fraunces", serif; font-size: 24px; font-weight: 400; }.contact-details small { display: block; color: #6c7a83; font-size: 11px; letter-spacing: .08em; margin-top: 4px; }.contact-form { padding: 37px 39px 33px; border: 1px solid var(--line); border-radius: 25px; background: #fffdf9; box-shadow: 12px 14px 0 #14283b0e; }.contact-form label { display: block; color: #637680; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; margin-bottom: 22px; }.contact-form input, .contact-form textarea { display: block; width: 100%; padding: 11px 0 13px; border: 0; border-bottom: 1px solid #cfdad7; outline: 0; background: transparent; color: var(--navy); resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }.contact-form .director-button { margin-top: 5px; }
.director-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; padding: 45px 7vw 27px; background: var(--navy); color: #dce8eb; }.director-footer p { color: #a9bdc4; font-size: 12px; line-height: 1.6; margin: 0; }.director-footer small { grid-column: 1 / -1; border-top: 1px solid #fff8ed25; color: #8fa7af; font-size: 10px; padding-top: 19px; }.director-footer .director-logo img { width: 140px; filter: brightness(0) invert(1); }

[data-reveal] { opacity: 0; transform: translateY(32px); }.revealed { animation: reveal .85s cubic-bezier(.2,.7,.2,1) both; }@keyframes reveal { to { opacity: 1; transform: none; } }
.director-hero { min-height: 230vh; display: block; padding: 0; }
.hero-sticky { height: 100vh; min-height: 760px; display: grid; grid-template-columns: 43% 57%; gap: 1vw; align-items: center; padding: 80px 5.6vw 92px; position: sticky; top: 0; overflow: hidden; background: radial-gradient(circle at 74% 22%, #d7f7ef 0, transparent 25%), radial-gradient(circle at 15% 86%, #ffe7a5 0, transparent 22%), var(--cream); }
.hero-copy h1 { font-size: clamp(88px, 10vw, 164px); }
.hero-scene { min-height: 690px; }
.scene-photo img { aspect-ratio: 1.53; object-position: 68% center; }
.scroll-card { position: absolute; display: flex; flex-direction: column; gap: 8px; width: 178px; min-height: 148px; padding: 18px 19px; border: 8px solid var(--cream); border-radius: 9px 46% 10px 46%; color: var(--navy); box-shadow: 10px 13px 0 #14283b21; opacity: 0; transition: opacity .15s linear; }
.scroll-card span { font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.scroll-card strong { font-family: "Fraunces", serif; font-size: 36px; font-weight: 400; line-height: .8; letter-spacing: -.05em; }
.scroll-card small { margin-top: auto; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.scroll-card-one { left: 6%; top: 24%; background: var(--yellow); opacity: var(--beat-one, 0); transform: translateZ(180px) rotate(-12deg); }
.scroll-card-two { right: 4%; top: 19%; background: var(--mint); opacity: var(--beat-two, 0); transform: translateZ(190px) rotate(9deg); }
.scroll-card-three { left: 8%; bottom: 19%; background: var(--lavender); opacity: var(--beat-three, 0); transform: translateZ(210px) rotate(-7deg); }
.scene-depth-label { bottom: 4%; }
.journey-heading h2 { font-size: clamp(84px, 10vw, 151px); }
.support-heading h2 { font-size: clamp(82px, 9vw, 145px); }
.service-row h3 { font-size: clamp(34px, 3.6vw, 56px); }

@media (max-width: 950px) {
  .director-hero { min-height: 205vh; }.hero-sticky { min-height: 700px; height: 100svh; grid-template-columns: 1fr; display: block; padding: 68px 7vw 98px; }.hero-copy { max-width: 640px; }.hero-scene { min-height: 510px; margin: 15px -3vw 0; }.scroll-card { width: 150px; min-height: 125px; }.scroll-card-two { right: 0; }.scroll-card-three { left: 5%; bottom: 10%; }
}
@media (max-width: 620px) {
  .director-hero { min-height: 205vh; }.hero-sticky { min-height: 640px; padding: 54px 6vw 88px; }.hero-copy h1 { font-size: 78px; }.hero-scene { min-height: 370px; margin: 3px -5vw 0; }.scroll-card { width: 112px; min-height: 100px; padding: 12px; border-width: 5px; }.scroll-card strong { font-size: 25px; }.scroll-card small { font-size: 8px; }.scroll-card-one { left: 2%; top: 25%; }.scroll-card-two { right: 0; top: 14%; }.scroll-card-three { left: 4%; bottom: 6%; }.journey-heading h2, .support-heading h2 { font-size: 72px; }
}

@media (max-width: 950px) {
  .director-header { padding: 0 6vw; }.director-menu { display: block; }.director-nav { display: none; position: absolute; top: 91px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 22px; padding: 26px 6vw 30px; background: var(--cream); border-bottom: 1px solid var(--line); }.director-nav.open { display: flex; }
  .director-hero { display: block; padding: 69px 7vw 105px; }.hero-scene { min-height: 570px; margin: 30px -3vw 0; }.journey, .support, .kim, .contact { padding-left: 8vw; padding-right: 8vw; }.journey-heading, .support-heading { display: block; }.journey-heading h2, .support-heading h2 { margin-bottom: 27px; }.journey-slide { grid-template-columns: 1fr; }.journey-image { min-height: 390px; }.journey-copy { min-height: 400px; padding: 53px; }.journey-copy h3 { font-size: 85px; }.journey-controls > span { display: none; }.storybook { display: block; padding: 110px 8vw 120px; }.storybook-intro { margin-bottom: 52px; }.storybook-page { min-height: 425px; }
}
@media (max-width: 620px) {
  .director-header { height: 79px; }.director-logo img { width: 116px; }.director-nav { top: 79px; }.sound-button { padding: 9px 11px; font-size: 9px; }
  .director-hero { padding: 55px 6vw 94px; }.hero-copy h1 { font-size: 70px; }.hero-deck { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.hero-scene { min-height: 360px; margin: 10px -5vw 0; }.scene-photo { width: 98%; right: -3%; }.scene-photo img { border-width: 8px; }.scene-token { padding: 10px 14px; font-size: 21px; }.scene-note { font-size: 22px; }.hero-scroll { left: 6vw; bottom: 22px; }
  .journey, .support, .kim, .contact { padding: 88px 6vw; }.journey-heading h2, .support-heading h2 { font-size: 68px; }.journey-deck, .support-heading > p:last-child { font-size: 15px; }.journey-image { min-height: 275px; }.journey-number { font-size: 100px; }.journey-copy { min-height: 355px; padding: 39px 29px; }.journey-copy h3 { font-size: 68px; }.journey-copy p { font-size: 16px; }.journey-controls { gap: 8px; }.journey-controls > button { width: 42px; height: 42px; }.journey-dots { gap: 5px; }.journey-dots button { width: 40px; height: 30px; }
  .support-heading { margin-bottom: 46px; }.service-row { grid-template-columns: 38px 1fr 32px; gap: 8px 12px; padding: 25px 0; }.service-row h3 { grid-column: 2; }.service-row p { grid-column: 2 / -1; }.service-arrow { grid-column: 3; grid-row: 1; }.service-row:hover { padding-left: 8px; }
  .storybook { padding: 88px 6vw 98px; }.storybook-intro h2 { font-size: 68px; }.storybook-page { min-height: 385px; padding: 38px 28px; }.storybook-page h3 { font-size: 60px; margin-top: 59px; }.storybook-page p { font-size: 16px; }.book-glyph { font-size: 105px; }.book-controls { margin-top: 19px; }
  .kim { display: block; }.kim-image { margin-bottom: 61px; }.kim-image img { width: 100%; }.kim-copy h2, .contact-copy h2 { font-size: 68px; }.quote { padding: 88px 7vw; }.quote blockquote { font-size: 39px; }.contact-form { padding: 28px 23px; margin-top: 10px; }.director-footer { grid-template-columns: 1fr; padding: 39px 6vw 24px; }.director-footer small { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.revealed { animation: none; opacity: 1; transform: none; }.director-button, .journey-track, .journey-controls button, .book-controls button, .service-row { transition: none; }.hero-stage, .hero-depth { transition: none; transform: none !important; }
}
@media (max-width: 620px) {
  .hero-copy h1 { font-size: 78px; }
  .hero-sticky { height: 100svh; min-height: 650px; }
  .hero-scene { min-height: 380px; }
}
.hero-follow { min-height: 130vh; display: flex; flex-direction: column; justify-content: flex-end; gap: 70px; padding: 90px 8vw 125px; background: var(--navy); color: var(--cream); position: relative; overflow: hidden; }
.hero-follow::before { content: ""; position: absolute; width: 65vw; aspect-ratio: 1; right: -24vw; top: -28vw; border: 2px solid #fff8ed22; border-radius: 50%; box-shadow: 0 0 0 70px #fff8ed0b, 0 0 0 140px #fff8ed08; }
.hero-follow .section-kicker { color: var(--yellow); position: relative; z-index: 1; }
.hero-follow h2 { position: relative; z-index: 1; font-size: clamp(78px, 10vw, 154px); }
.hero-follow h2 em { color: var(--coral); }
.hero-follow-steps { position: relative; z-index: 1; display: flex; gap: 11px; flex-wrap: wrap; }
.hero-follow-steps span { display: inline-flex; align-items: center; gap: 10px; padding: 14px 17px; border: 1px solid #fff8ed55; border-radius: 999px; color: #b9c9d2; font-size: 12px; font-weight: 700; }
.hero-follow-steps span:nth-child(2) { background: var(--mint); border-color: var(--mint); color: var(--navy); }.hero-follow-steps span:nth-child(3) { background: var(--yellow); border-color: var(--yellow); color: var(--navy); }
.hero-follow-steps b { color: var(--berry); font-size: 10px; letter-spacing: .1em; }

@media (max-width: 950px) {
  .hero-follow { min-height: 105vh; padding: 75px 8vw 100px; }.hero-follow h2 { font-size: 84px; }
}
@media (max-width: 620px) {
  .hero-follow { min-height: 100vh; gap: 43px; padding: 68px 6vw 88px; }.hero-follow h2 { font-size: 67px; }.hero-follow-steps { display: grid; gap: 8px; }.hero-follow-steps span { justify-content: flex-start; }
}
.film-hero { min-height: calc(100svh - 91px); height: 880px; max-height: 980px; position: relative; overflow: hidden; background: radial-gradient(circle at 68% 35%, #274566 0, #14283b 44%, #0c1a28 100%); color: var(--cream); isolation: isolate; }
.film-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #0c1a28d9 0, #0c1a28a8 32%, transparent 64%), repeating-linear-gradient(90deg, transparent 0 14vw, #fff8ed08 14vw calc(14vw + 1px)); }
.film-copy { position: absolute; z-index: 20; left: 5.7vw; top: 12%; width: min(42vw, 630px); pointer-events: none; }
.film-copy .hero-kicker { color: var(--yellow); }
.film-copy h1 { color: var(--cream); font-family: "Fraunces", serif; font-size: clamp(77px, 8.4vw, 138px); font-weight: 400; letter-spacing: -.065em; line-height: .8; margin: 0; }
.film-copy h1 span, .film-copy h1 em { display: inline-block; animation: filmTitle .55s cubic-bezier(.2,.75,.2,1) both; }
.film-copy h1 em { color: var(--coral); }
.film-copy > p:last-child { max-width: 410px; margin: 30px 0 0; color: #c3d2d9; font-size: 16px; line-height: 1.55; }
.film-stage { --rx: 0deg; --ry: 0deg; --px: 0px; --py: 0px; position: absolute; z-index: 5; inset: 0; perspective: 1800px; transform-style: preserve-3d; cursor: grab; touch-action: pan-y; transform: rotateX(var(--rx)) rotateY(var(--ry)); transition: transform .14s linear; }
.film-stage:active { cursor: grabbing; }
.film-orbit { position: absolute; width: 68vw; height: 54vh; left: 50%; top: 52%; border: 1px dashed #fff8ed28; border-radius: 50%; transform: translate(-50%,-50%) rotateX(68deg); box-shadow: 0 0 80px #5eead422; }
.film-frame { position: absolute; left: 65%; top: 50%; width: clamp(275px, 27vw, 430px); height: clamp(420px, 59vh, 620px); overflow: hidden; border: 10px solid #fff8ed; border-radius: 7px; background: #fff8ed; box-shadow: 0 28px 55px #0008; opacity: var(--film-opacity); transform-style: preserve-3d; transform: translate(-50%,-50%) translate3d(var(--film-x), var(--py), var(--film-z)) rotateY(var(--film-rotate)) rotateZ(var(--film-roll)) scale(var(--film-scale)); transition: transform .82s cubic-bezier(.16,.84,.22,1), opacity .55s ease, filter .55s ease; filter: saturate(.72) brightness(.72) blur(1px); will-change: transform; }
.film-frame.active { filter: none; box-shadow: 0 38px 85px #0009, 0 0 0 1px #fff8ed33; }
.film-frame img { width: 100%; height: 100%; display: block; object-fit: cover; user-select: none; }
.film-perf { position: absolute; right: 13px; bottom: 12px; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 10px; font-weight: 700; box-shadow: 4px 5px 0 #14283b28; }
.film-drag-hint { position: absolute; right: 4vw; top: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #aec0c8; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; }
.film-drag-hint span { color: var(--yellow); font-size: 26px; writing-mode: horizontal-tb; }
.film-controls { position: absolute; z-index: 24; left: 5.7vw; bottom: 6.5%; display: flex; align-items: center; gap: 13px; }
.film-controls button { width: 46px; height: 46px; border: 1px solid #fff8ed66; border-radius: 50%; background: #fff8ed0c; color: var(--cream); cursor: pointer; font-size: 20px; transition: background .2s ease, transform .2s ease; }
.film-controls button:hover { background: var(--coral); border-color: var(--coral); transform: translateY(-3px); }
.film-controls > span { min-width: 65px; color: #9fb3bd; font-size: 11px; text-align: center; }.film-controls b { color: var(--cream); font-size: 16px; }
.film-actions { position: absolute; z-index: 24; left: 25vw; bottom: 5.8%; display: flex; align-items: center; gap: 22px; }
.film-actions .director-button.dark { background: var(--yellow); color: var(--navy); }.film-actions .director-button span { color: var(--berry); }
.film-actions .hero-tiny-win { color: var(--cream); border-color: #fff8ed66; }.film-actions .hero-tiny-win b { color: var(--coral); }
.film-scroll { position: absolute; z-index: 24; right: 4vw; bottom: 6.7%; color: #aebfc7; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.film-scroll span { color: var(--yellow); font-size: 20px; margin-left: 8px; }
@keyframes filmTitle { from { opacity: 0; transform: translateY(22px) rotateX(-35deg); } to { opacity: 1; transform: none; } }

@media (max-width: 950px) {
  .film-hero { height: 900px; min-height: 860px; }.film-copy { top: 8%; width: 70vw; }.film-copy h1 { font-size: 88px; }.film-copy > p:last-child { max-width: 370px; }.film-stage { top: 14%; height: 72%; }.film-frame { left: 58%; width: 330px; height: 470px; }.film-actions { left: auto; right: 7vw; }.film-scroll { display: none; }
}
@media (max-width: 620px) {
  .film-hero { height: 820px; min-height: 820px; }.film-copy { left: 6vw; top: 5.5%; width: 88vw; }.film-copy .hero-kicker { margin-bottom: 15px; font-size: 10px; }.film-copy h1 { font-size: 62px; }.film-copy > p:last-child { max-width: 92%; margin-top: 17px; font-size: 13px; }.film-stage { top: 21%; height: 61%; }.film-orbit { width: 110vw; }.film-frame { left: 50%; width: 235px; height: 350px; border-width: 7px; }.film-drag-hint { display: none; }.film-controls { left: 6vw; bottom: 4.5%; }.film-controls button { width: 42px; height: 42px; }.film-actions { right: 6vw; bottom: 4.2%; }.film-actions .hero-tiny-win { display: none; }.film-actions .director-button { padding: 14px 16px; font-size: 10px; }
}

/* Claymorphism chapter carousel: tactile cards, inflated shadows, and a deep center snap. */
.journey { padding-top: 145px; padding-bottom: 128px; background: radial-gradient(circle at 12% 18%, #ffffffb8 0 10%, transparent 33%), linear-gradient(135deg, #eaf0ff 0%, #d8e3fb 52%, #c7d5f3 100%); color: var(--navy); }
.journey-heading .section-kicker { color: var(--berry); }
.journey-heading h2 em { color: var(--blue); }
.journey-deck { color: #536b7e; }
.clay-carousel { overflow: visible; position: relative; touch-action: pan-y; user-select: none; }
.journey-track { position: relative; height: 575px; display: block; perspective: 1500px; transform: none !important; }
.journey-slide { position: absolute; left: 50%; top: 0; width: min(930px, 82vw); height: 575px; min-height: 0; display: grid; grid-template-columns: 1.04fr .96fr; border: 1px solid #ffffffb8; border-radius: 42px; background: #edf3ff; box-shadow: 0 28px 35px #5c729544, 0 12px 0 #b3c7ec, inset 0 1px 0 #ffffffcc; opacity: var(--journey-opacity); transform: translateX(calc(-50% + var(--journey-x))) translateZ(var(--journey-z)) rotateY(var(--journey-rotate)) scale(var(--journey-scale)); transform-style: preserve-3d; transition: transform .82s cubic-bezier(.16,.84,.22,1), opacity .55s ease, filter .55s ease, box-shadow .55s ease; filter: saturate(.75) blur(1px); will-change: transform; }
.journey-slide::before { content: ""; position: absolute; z-index: 3; inset: 10px; border-radius: 34px; border: 1px solid #ffffff55; pointer-events: none; }
.journey-slide.active { filter: none; box-shadow: 0 36px 58px #536b7e55, 0 16px 0 #a9bee9, inset 0 1px 0 #ffffffee; }
.journey-image { min-height: 0; margin: 18px 0 18px 18px; border-radius: 30px; box-shadow: inset 8px 8px 18px #17283b18, inset -8px -8px 18px #ffffff38, 0 10px 18px #536b7e26; }
.journey-image img { border-radius: 30px; filter: saturate(1.15) contrast(.96); }
.journey-number { right: 8%; bottom: 7%; color: #ffffffc9; font-size: 132px; text-shadow: 5px 8px 0 #14283b1f; }
.journey-sun { width: 124px; right: 9%; top: 10%; box-shadow: inset -8px -8px 13px #14283b1e, inset 8px 8px 14px #fff8ed8a; }
.journey-copy { position: relative; z-index: 2; min-height: 0; margin: 18px 18px 18px 0; padding: 51px 53px; border-radius: 30px; background: var(--yellow); box-shadow: inset 9px 9px 18px #fff8ed38, inset -10px -10px 19px #14283b1b; }
.journey-slide.mint .journey-copy { background: var(--mint); }.journey-slide.coral .journey-copy { background: var(--coral); }.journey-slide.lavender .journey-copy { background: var(--lavender); }
.journey-step { color: #304958; font-size: 11px; letter-spacing: .18em; }
.journey-copy h3 { font-size: clamp(64px, 6.5vw, 102px); line-height: .84; letter-spacing: -.06em; margin: 30px 0 24px; text-wrap: balance; }
.journey-copy p { color: #2d4654; font-size: 16px; }
.journey-link { border-bottom-color: #14283b66; }
.journey-controls { position: relative; z-index: 20; padding-top: 34px; }
.journey-controls > button { background: #eef4ff; box-shadow: 0 6px 0 #b3c7ec, inset 2px 2px 7px #ffffffcc; }
.journey-controls > button:hover { background: var(--coral); box-shadow: 0 6px 0 #cf625e; }
.journey-dots button { border-color: #7f98bb; color: #5b7392; box-shadow: inset 1px 1px 3px #ffffffaa; }
.journey-dots button.active { border-color: var(--navy); background: var(--navy); color: var(--cream); box-shadow: 0 5px 0 #7f98bb; }
.journey-controls > span { color: #5b7392; }

@media (max-width: 950px) {
  .journey-track { height: 540px; }
  .journey-slide { width: 84vw; height: 540px; grid-template-columns: 1fr 1fr; }
  .journey-copy { padding: 43px 37px; }
  .journey-copy h3 { font-size: 68px; }
}
@media (max-width: 620px) {
  .journey { padding-top: 92px; padding-bottom: 88px; }
  .journey-track { height: 610px; }
  .journey-slide { width: 88vw; height: 610px; display: block; border-radius: 31px; }
  .journey-slide:not(.active) { pointer-events: none; }
  .journey-image { height: 255px; margin: 12px 12px 0; border-radius: 22px; }
  .journey-image img { border-radius: 22px; }
  .journey-number { font-size: 89px; }
  .journey-sun { width: 80px; }
  .journey-copy { min-height: 320px; margin: 12px; padding: 30px 27px; border-radius: 22px; }
  .journey-copy h3 { font-size: 57px; margin: 20px 0 16px; }
  .journey-copy p { font-size: 15px; margin-bottom: 21px; }
  .journey-controls { padding-top: 28px; }
  .journey-controls > span { display: none; }
}

/* Keep the chapter section airy, not empty: the title and deck start together. */
.journey { padding-top: 94px; padding-bottom: 104px; }
.journey-heading { grid-template-columns: 1.22fr .78fr; column-gap: 5vw; row-gap: 25px; align-items: start; margin-bottom: 42px; }
.journey-heading h2 { max-width: 700px; font-size: clamp(68px, 7vw, 120px); line-height: .82; }
.journey-deck { align-self: end; margin-bottom: 5px; }
.clay-carousel:focus-visible { outline: 3px solid var(--berry); outline-offset: 8px; }
.journey-sr-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Apply the same compact heading rhythm to the support section. */
.support { padding-top: 104px; padding-bottom: 118px; }
.support-heading { grid-template-columns: 1.22fr .78fr; column-gap: 5vw; row-gap: 25px; align-items: start; margin-bottom: 46px; }
.support-heading h2 { max-width: 700px; font-size: clamp(68px, 7vw, 120px); line-height: .82; }
.support-heading > p:last-child { align-self: end; margin-bottom: 5px; }

@media (max-width: 620px) {
  .journey { padding-top: 70px; padding-bottom: 78px; }
  .journey-heading { row-gap: 20px; margin-bottom: 30px; }
  .journey-heading h2 { font-size: 68px; }
  .journey-deck { margin-bottom: 0; }
  .support { padding-top: 78px; padding-bottom: 92px; }
  .support-heading { row-gap: 20px; margin-bottom: 36px; }
  .support-heading h2 { font-size: 68px; }
  .support-heading > p:last-child { margin-bottom: 0; }
}

/* Parent testimonial carousel: wide center card, cropped neighbors, portrait panel. */
.testimonials { position: relative; overflow: hidden; scroll-margin-top: 91px; padding: 120px 0 128px; background: linear-gradient(135deg, #eaf8fb 0%, #d9f0f5 55%, #c9e8ef 100%); color: var(--navy); }
.testimonials-heading { max-width: 1160px; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 0 auto 45px; padding: 0 7vw; }
.testimonials-heading .section-kicker { margin-bottom: 17px; color: var(--berry); }
.testimonials-heading h2 { font-size: clamp(62px, 7vw, 112px); line-height: .84; }
.testimonials-heading h2 em { color: var(--blue); }
.testimonials-link { align-self: center; border-bottom: 2px solid #30a9c5; padding: 0 0 12px; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.testimonials-link span { color: #30a9c5; font-size: 18px; margin-left: 8px; }
.testimonial-carousel { position: relative; touch-action: pan-y; user-select: none; }
.testimonial-carousel:focus-visible { outline: 3px solid var(--blue); outline-offset: -5px; }
.testimonial-track { position: relative; height: 560px; perspective: 1500px; }
.testimonial-card { position: absolute; left: 50%; top: 0; width: min(1100px, 82vw); height: 560px; display: grid; grid-template-columns: 1.22fr .58fr; overflow: hidden; border: 1px solid #ffffff; background: #fff; box-shadow: 0 28px 45px #60879633; opacity: var(--testimonial-opacity); transform: translateX(calc(-50% + var(--testimonial-x))) translateZ(var(--testimonial-z)) rotateY(var(--testimonial-rotate)) scale(var(--testimonial-scale)); transform-style: preserve-3d; transition: transform .82s cubic-bezier(.16,.84,.22,1), opacity .55s ease, box-shadow .55s ease, filter .55s ease; filter: saturate(.78) blur(1px); will-change: transform; }
.testimonial-card.active { opacity: 1; box-shadow: 0 35px 65px #60879642; filter: none; transform: translateX(-50%) translateZ(0) rotateY(0deg) scale(1); }
.testimonial-copy { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: 74px 76px 63px; background: #fff; }
.testimonial-stars { color: #101820; font-size: 27px; letter-spacing: 7px; line-height: 1; }
.testimonial-copy blockquote { max-width: 675px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(23px, 2vw, 34px); font-weight: 400; letter-spacing: -.035em; line-height: 1.55; }
.testimonial-author strong { display: block; font-size: 24px; letter-spacing: -.04em; }.testimonial-author span { display: block; margin-top: 8px; color: #667984; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.testimonial-photo { position: relative; overflow: hidden; background: #bcecf1; }
.testimonial-photo img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(1.1) contrast(.96); }
.testimonial-quote-mark { position: absolute; left: -40px; bottom: 55px; display: grid; place-items: center; width: 110px; height: 110px; border-radius: 50%; background: #30a9c5; color: #fff; font-family: "Fraunces", serif; font-size: 91px; line-height: .7; box-shadow: 0 9px 0 #168aa5; }
.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 42px; margin-top: 43px; }
.testimonial-controls > button { width: 50px; height: 36px; border: 0; border-bottom: 2px solid #263743; background: transparent; color: #263743; cursor: pointer; font-size: 30px; line-height: 1; transition: transform .2s ease, color .2s ease; }
.testimonial-controls > button:hover { color: #30a9c5; transform: translateY(-3px); }
.testimonial-dots { display: flex; align-items: center; gap: 14px; }
.testimonial-dots button { width: 22px; height: 22px; border: 0; border-radius: 50%; background: #b4c7cc; cursor: pointer; transition: transform .2s ease, background .2s ease; }.testimonial-dots button.active { background: #30a9c5; transform: scale(1.15); box-shadow: 0 3px 0 #168aa5; }

@media (max-width: 950px) {
  .testimonials { padding: 96px 0 104px; }.testimonials-heading { padding: 0 8vw; }.testimonial-track { height: 500px; }.testimonial-card { width: 84vw; height: 500px; }.testimonial-copy { padding: 53px 48px 44px; }.testimonial-copy blockquote { font-size: 24px; }.testimonial-quote-mark { width: 87px; height: 87px; left: -29px; bottom: 42px; font-size: 73px; }
}
@media (max-width: 620px) {
  .testimonials { padding: 76px 0 84px; }.testimonials-heading { display: block; margin-bottom: 31px; padding: 0 6vw; }.testimonials-heading h2 { font-size: 65px; }.testimonials-link { display: inline-block; margin-top: 25px; }.testimonial-track { height: 610px; }.testimonial-card { width: 88vw; height: 610px; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr 205px; }.testimonial-copy { padding: 34px 27px 31px; }.testimonial-stars { font-size: 21px; letter-spacing: 4px; }.testimonial-copy blockquote { font-size: 20px; line-height: 1.4; }.testimonial-author strong { font-size: 19px; }.testimonial-author span { font-size: 9px; letter-spacing: .12em; }.testimonial-quote-mark { left: auto; right: 20px; bottom: 169px; width: 58px; height: 58px; font-size: 48px; box-shadow: 0 5px 0 #168aa5; }.testimonial-controls { gap: 22px; margin-top: 29px; }.testimonial-dots { gap: 8px; }.testimonial-dots button { width: 16px; height: 16px; }
}

/* Professional footer with a visible wordmark, clear navigation, and one focused CTA. */
.director-footer { display: grid; grid-template-columns: 1.2fr .65fr 1fr; gap: 7vw; padding: 82px 7vw 28px; background: #0d2030; color: #eef7f4; }
.footer-brand .director-logo { display: inline-flex; align-items: center; min-height: 70px; }
.director-footer .director-logo img { width: 210px; height: auto; filter: none; }
.footer-brand p { max-width: 310px; margin: 23px 0 20px; color: #b2c9ce; font-size: 15px; line-height: 1.55; }
.footer-location { display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-size: 12px; font-weight: 700; }.footer-location span { color: var(--coral); font-size: 17px; }
.footer-nav, .footer-connect { display: flex; flex-direction: column; align-items: flex-start; }
.footer-nav h3, .footer-connect h3 { margin: 0 0 18px; color: var(--cream); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav a { padding: 5px 0; color: #b2c9ce; font-size: 15px; transition: color .2s ease, transform .2s ease; }.footer-nav a:hover { color: var(--yellow); transform: translateX(4px); }
.footer-connect p { max-width: 290px; margin: 0 0 22px; color: #b2c9ce; font-size: 15px; line-height: 1.55; }
.footer-cta { display: inline-flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 999px; background: var(--yellow); color: var(--navy); font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease; }.footer-cta span { color: var(--berry); font-size: 18px; }.footer-cta:hover { transform: translateY(-3px); background: var(--cream); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin-top: 31px; padding-top: 19px; border-top: 1px solid #eef7f426; color: #86a4ad; font-size: 11px; }

/* The service index labels were removed; let the title, description, and arrow use their own tracks. */
.service-row { grid-template-columns: minmax(260px, 32%) minmax(0, 1fr) 50px; }
.service-row h3 { min-width: 0; line-height: .9; }
.service-row p { min-width: 0; }

@media (max-width: 950px) {
  .director-footer { grid-template-columns: 1fr 1fr; gap: 48px 8vw; padding: 66px 8vw 25px; }.footer-brand { grid-column: 1 / -1; }.footer-connect { justify-self: end; }
}
@media (max-width: 620px) {
  .director-footer { display: block; padding: 56px 6vw 24px; }.footer-brand, .footer-nav, .footer-connect { margin-bottom: 40px; }.director-footer .director-logo img { width: 185px; }.footer-bottom { display: block; margin-top: 12px; }.footer-bottom span { display: block; margin-top: 8px; }
  .service-row { grid-template-columns: minmax(0, 1fr) 32px; gap: 8px 12px; }
  .service-row h3 { grid-column: 1; }
  .service-row p { grid-column: 1 / -1; }
  .service-arrow { grid-column: 2; grid-row: 1; }
}
