body.is-locked, body.is-story { overflow: hidden; }

/* Gift gate */
.gate { position: fixed; inset: 0; z-index: 100; min-height: 100svh; overflow: hidden; color: #f7f3eb; background: #15231d; transition: opacity .8s ease, visibility .8s ease; }
.gate::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); pointer-events: none; }
.gate::after { content: ""; position: absolute; top: -34vw; right: -18vw; width: 64vw; aspect-ratio: 1; border: 1px solid rgba(220,202,168,.13); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(255,255,255,.012), 0 0 0 18vw rgba(255,255,255,.009); pointer-events: none; }
.gate.is-opening { opacity: 0; visibility: hidden; pointer-events: none; }
.gate__glow { position: absolute; width: 46vw; height: 46vw; border-radius: 50%; filter: blur(110px); opacity: .28; animation: drift 12s ease-in-out infinite alternate; }
.gate__glow--one { left: -14vw; top: -20vw; background: #a5c7b8; }
.gate__glow--two { right: -18vw; bottom: -26vw; background: #8b657c; animation-delay: -6s; }
.gate__shell { position: relative; z-index: 1; display: grid; grid-template-rows: auto 1fr auto; width: 100%; min-height: 100svh; padding: clamp(24px,4vh,40px) clamp(24px,5vw,74px) 24px; }
.gate__topline, .gate__footer { display: flex; align-items: center; justify-content: space-between; }
.gate__topline { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.gate__brand { display: flex; align-items: center; gap: 15px; }
.gate__mark { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 4px; width: 54px; height: 54px; overflow: hidden; white-space: nowrap; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; font: 400 17px/1 var(--serif); }
.gate__mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(196,154,95,.32); border-bottom-color: transparent; border-left-color: transparent; border-radius: 50%; transform: rotate(-24deg); }
.gate__mark b { position: relative; z-index: 1; font-weight: 400; }
.gate__mark i { position: relative; z-index: 1; color: #e6c992; font-style: normal; }
.gate__brand-note, .gate__edition { color: rgba(255,255,255,.58); font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.gate__edition { display: flex; align-items: center; gap: 12px; }
.gate__edition i, .gate__footer i { display: inline-block; width: 22px; height: 1px; background: rgba(196,154,95,.72); }
.gate__card { align-self: center; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(330px,.82fr); gap: clamp(50px,8vw,128px); width: min(100%,1120px); margin: 24px auto; }
.gate__story { align-self: center; max-width: 680px; }
.gate h1 { max-width: 690px; margin: 0; font: 400 clamp(46px,5vw,72px)/.98 var(--serif); letter-spacing: -.035em; }
.gate h1 em { color: #b9cebf; font-weight: 400; }
.gate__copy { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: clamp(13px,1.15vw,16px); line-height: 1.72; }
.gate__access { position: relative; align-self: center; min-height: 430px; padding: 38px 40px 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035)); box-shadow: 0 30px 90px rgba(4,12,8,.28); backdrop-filter: blur(18px); }
.gate__access::before { content: ""; position: absolute; right: -94px; bottom: -115px; width: 260px; height: 260px; border: 1px solid rgba(196,154,95,.2); border-radius: 50%; }
.gate__orbit { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 32px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.gate__orbit span { color: var(--gold); font: 400 23px/1 var(--serif); }
.gate__access h2 { max-width: 330px; margin: 0; font: 400 30px/1.12 var(--serif); letter-spacing: -.02em; }
.gate__access-copy { margin: 14px 0 20px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.6; }
.gate__field { border-bottom: 1px solid rgba(255,255,255,.38); transition: border-color .2s ease; }
.gate__field:focus-within { border-color: var(--gold); }
.gate__form input { width: 100%; min-width: 0; padding: 13px 0 14px; color: #fff; letter-spacing: .1em; border: 0; outline: none; background: transparent; }
.gate__form input::placeholder { color: rgba(255,255,255,.38); }
.gate__submit { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 52px; margin-top: 14px; padding: 0 19px; color: #fffaf1; border: 1px solid rgba(255,255,255,.32); border-radius: 14px; background: linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.055)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 12px 28px rgba(4,12,8,.12); backdrop-filter: blur(12px); cursor: pointer; font-size: 12px; font-weight: 700; transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.gate__submit span { color: var(--gold); font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.gate__submit:hover { color: #fff; border-color: rgba(216,176,109,.7); background: linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.08)); box-shadow: inset 0 1px 0 rgba(255,255,255,.16),0 15px 32px rgba(4,12,8,.2); transform: translateY(-1px); }
.gate__submit:hover span { transform: translateX(4px); }
.gate__submit:active { transform: translateY(0); }
.gate__submit:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.gate__message { min-height: 36px; margin: 12px 0 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.45; }
.gate__message.is-error { color: #f1bdb5; animation: message-in .3s ease; }
.gate__card.is-shaking { animation: shake .38s ease; }
.gate__footer { padding-top: 18px; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.13); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.gate__footer span:last-child { display: flex; align-items: center; gap: 10px; }

/* Personal story */
.love-story { --story-accent: #adc7b8; --story-haze: rgba(137,177,158,.24); position: fixed; inset: 0; z-index: 95; min-height: 100svh; overflow: hidden; color: #f8f3e9; background: #17271f; opacity: 0; transition: opacity .8s ease, visibility .8s ease; }
.love-story[hidden] { display: none; }
.love-story.is-visible { opacity: 1; }
.love-story.is-closing { opacity: 0; visibility: hidden; pointer-events: none; }
.love-story[data-tone="rose"] { --story-accent: #ddb8b0; --story-haze: rgba(174,111,116,.24); }
.love-story[data-tone="gold"] { --story-accent: #e1bd7d; --story-haze: rgba(196,154,95,.23); }
.love-story[data-tone="blue"] { --story-accent: #a8c4d2; --story-haze: rgba(103,145,166,.24); }
.love-story::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); pointer-events: none; }
.love-story::after { content: ""; position: absolute; top: 50%; left: 50%; width: min(72vw,920px); aspect-ratio: 1; border: 1px solid rgba(233,210,171,.14); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(255,255,255,.012), 0 0 0 18vw rgba(255,255,255,.008); transform: translate(-50%,-50%); pointer-events: none; }
.love-story__glow { position: absolute; width: 48vw; height: 48vw; border-radius: 50%; filter: blur(120px); opacity: .42; transition: background 1.2s ease; animation: story-drift 14s ease-in-out infinite alternate; }
.love-story__glow--one { top: -24vw; left: -15vw; background: var(--story-haze); }
.love-story__glow--two { right: -22vw; bottom: -27vw; background: rgba(173,129,104,.22); animation-delay: -7s; }
.love-story__shell { position: relative; z-index: 1; display: grid; grid-template-rows: auto 1fr auto; width: 100%; min-height: 100svh; padding: clamp(20px,3vh,32px) clamp(22px,4vw,60px) clamp(18px,2.7vh,28px); }
.love-story__topline, .love-story__controls { display: flex; align-items: center; justify-content: space-between; }
.love-story__topline { min-height: 56px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.13); }
.love-story__brand { display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.55); font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.love-story__monogram { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-width: 72px; height: 38px; padding: 0 16px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font: 400 14px/1 var(--serif); letter-spacing: .08em; white-space: nowrap; }
.love-story__monogram i { color: var(--gold); font-style: normal; }
.love-story__stage { position: relative; display: grid; place-items: center; min-height: 0; padding: clamp(20px,3.5vh,42px) 0; }
.love-story__frame { position: relative; display: flex; flex-direction: column; justify-content: center; width: min(100%,900px); min-height: clamp(440px,62vh,590px); padding: clamp(54px,7vw,86px) clamp(38px,9vw,118px) clamp(46px,6vw,72px); overflow: hidden; touch-action: pan-y; user-select: none; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035)); box-shadow: 0 38px 110px rgba(4,12,8,.34); backdrop-filter: blur(18px); }
.love-story__frame::before { content: ""; position: absolute; top: -185px; right: -155px; width: 390px; height: 390px; border: 1px solid color-mix(in srgb,var(--story-accent) 40%,transparent); border-radius: 50%; transition: border-color 1s ease; }
.love-story__frame::after { content: ""; position: absolute; right: 25px; bottom: 25px; width: 78px; height: 78px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.love-story__chapter { position: absolute; top: clamp(25px,4vw,45px); left: clamp(30px,5vw,66px); color: var(--story-accent); font: italic 400 13px/1.2 var(--serif); letter-spacing: .12em; text-transform: uppercase; transition: color .8s ease; }
.love-story__symbol { position: absolute; top: clamp(21px,3.7vw,38px); right: clamp(30px,5vw,66px); color: var(--story-accent); font: 400 44px/1 var(--serif); transition: color .8s ease; }
.love-story__words { position: relative; z-index: 1; transition: opacity .65s ease, transform .65s ease; }
.love-story__frame.is-changing .love-story__words { opacity: 0; transform: translateY(12px); }
.love-story__frame h2 { max-width: 780px; margin: 0; color: #fffaf1; font: italic 400 clamp(44px,5vw,70px)/1.06 var(--serif); letter-spacing: -.025em; }
.love-story__frame p { max-width: 620px; margin: 38px 0 0; color: rgba(255,255,255,.66); font-size: clamp(14px,1.35vw,18px); line-height: 1.72; }
.love-story__date { position: absolute; right: 34px; bottom: 112px; color: rgba(255,255,255,.24); font-size: 7px; font-weight: 600; letter-spacing: .25em; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.love-story__enter { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; width: min(100%,480px); min-height: 58px; margin-top: 34px; padding: 0 22px; color: var(--ink-deep); border: 1px solid #f8f3e9; background: #f8f3e9; cursor: pointer; font-size: 11px; font-weight: 700; transition: color .2s ease, background .2s ease, transform .2s ease; }
.love-story__enter[hidden] { display: none; }
.love-story__enter:hover { color: #fff; background: transparent; transform: translateY(-2px); }
.love-story__enter:focus-visible { outline: 2px solid var(--story-accent); outline-offset: 4px; }
.love-story__controls { display: grid; grid-template-columns: minmax(150px,1fr) auto; gap: clamp(22px,4vw,56px); min-height: 54px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.13); }
.love-story__count { display: flex; align-items: center; gap: 10px; min-width: 92px; color: rgba(255,255,255,.5); font: 400 10px/1 var(--sans); letter-spacing: .12em; }
.love-story__count span:first-child { color: #fff; }
.love-story__count i { width: 24px; height: 1px; background: rgba(255,255,255,.22); }
.love-story__progress { width: 100%; height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.13); }
.love-story__progress span { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--story-accent); transform: scaleX(0); transform-origin: left; transition: background .8s ease; }
.love-story__progress span.is-running { animation: story-timeline var(--story-duration,12000ms) linear forwards; }
.love-story.is-paused .love-story__progress span { animation-play-state: paused; }
.love-story__buttons { display: flex; align-items: center; gap: 8px; }
.love-story__buttons button { display: flex; align-items: center; justify-content: center; min-width: 104px; height: 44px; padding: 0 22px; color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.04); cursor: pointer; font-size: 13px; font-weight: 650; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.love-story__buttons button:first-child, .love-story__buttons button:last-child { color: #fff; }
.love-story__buttons button:hover, .love-story__buttons button:focus-visible { color: #fff; border-color: var(--story-accent); background: rgba(255,255,255,.09); outline: 0; transform: translateY(-1px); }
.love-story__buttons button:disabled { opacity: .28; cursor: default; }

/* Public page */
.site { opacity: 0; transition: opacity .7s ease .2s; }
.site.is-visible { opacity: 1; }
main section[id] { scroll-margin-top: 70px; }
.header { position: fixed; z-index: 10; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 14px 5vw; border-bottom: 1px solid rgba(32,53,45,.11); background: rgba(248,245,238,.92); box-shadow: 0 8px 28px rgba(32,53,45,.035); backdrop-filter: blur(16px); }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; }
.brand__name { font: 600 16px/1 var(--serif); letter-spacing: .17em; }
.brand__note { margin-top: 4px; color: var(--ink-soft); font-size: 7px; letter-spacing: .19em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: clamp(18px,2.5vw,38px); font-size: 11px; }
.nav a { text-decoration: none; }
.nav a:not(.nav__contact):not(.nav__memories) { position: relative; }
.nav a:not(.nav__contact):not(.nav__memories)::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__memories { padding: 9px 13px; color: #8c683c; border: 1px solid rgba(140,104,60,.32); transition: color .2s ease, border-color .2s ease, background .2s ease; }
.nav__memories:hover { color: var(--ink); border-color: rgba(32,53,45,.34); background: rgba(196,154,95,.08); }
.nav__contact { padding: 10px 16px; color: #fff; background: var(--ink); }
.menu-button { display: none; color: inherit; border: 0; background: none; cursor: pointer; }

.hero { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,6vw,100px); min-height: 760px; padding: 112px 6vw 72px; overflow: hidden; background: var(--paper); }
.hero__copy { z-index: 1; align-self: center; max-width: 760px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: #6d8b7c; font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font: 400 clamp(48px,5.3vw,80px)/.98 var(--serif); letter-spacing: -.035em; }
.hero h1 em, .section-heading h2 em, .process h2 em, .education h2 em, .ethics h2 em { color: #7a9b8a; font-weight: 400; }
.hero__lead { max-width: 620px; margin: 32px 0 28px; color: var(--ink-soft); font-size: clamp(16px,1.35vw,19px); line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; padding: 0 20px; text-decoration: none; font-size: 12px; font-weight: 650; }
.button--primary { color: #fff; background: var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.button--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(32,53,45,.18); }
.text-link { text-underline-offset: 5px; font-size: 12px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero__trust li { padding: 8px 11px; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 99px; font-size: 10px; }
.hero__visual { position: relative; display: grid; place-items: center; min-height: 480px; }
.care-card { position: relative; z-index: 2; width: min(100%,420px); padding: 38px; color: #fff; background: var(--ink); box-shadow: 0 35px 80px rgba(32,53,45,.2); }
.care-card__symbol { display: grid; place-items: center; width: 54px; height: 54px; color: var(--gold); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font: 25px/1 var(--serif); }
.care-card__label { margin: 50px 0 15px; color: #c9d9d0; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.care-card blockquote { margin: 0; font: 400 clamp(27px,2.3vw,35px)/1.12 var(--serif); letter-spacing: -.02em; }
.care-card__line { display: flex; align-items: center; gap: 12px; margin-top: 42px; color: rgba(255,255,255,.55); }
.care-card__line span { width: 34px; height: 1px; background: var(--gold); }
.care-card__line small { font-size: 8px; letter-spacing: .11em; }
.hero__orbit { position: absolute; border: 1px solid rgba(118,151,134,.27); border-radius: 50%; }
.hero__orbit--one { width: 72%; aspect-ratio: 1; }
.hero__orbit--two { right: -14%; bottom: 2%; width: 39%; aspect-ratio: 1; background: var(--rose); border: 0; opacity: .65; }

.promise-bar { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.promise-bar p { margin: 0; padding: 23px 5vw; color: var(--ink-soft); border-right: 1px solid var(--line); font-size: 12px; }
.promise-bar p:last-child { border-right: 0; }
.promise-bar span { margin-right: 12px; color: #8aa597; font: 15px/1 var(--serif); }

.section { padding: 105px 6vw; }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(34px,5vw,72px); align-items: end; margin-bottom: 62px; }
.section-index { margin: 0 0 14px; color: #7b9488; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker { margin: 0; }
.section-heading h2, .process h2, .education h2, .ethics h2 { margin: 0; font: 400 clamp(36px,3.8vw,58px)/1.04 var(--serif); letter-spacing: -.025em; }
.situations { background: var(--ivory); }
.situations__grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.situations__grid article { position: relative; min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.situations__grid article > span { color: #86a091; font: 17px/1 var(--serif); }
.situations__grid h3 { max-width: 420px; margin: 45px 0 12px; font: 400 clamp(24px,2.3vw,34px)/1.05 var(--serif); }
.situations__grid p { max-width: 560px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.68; }
.support-note { display: grid; grid-template-columns: .65fr 1.35fr; gap: 45px; margin-top: 28px; padding: 28px 30px; color: #fff; background: var(--ink); }
.support-note p { margin: 0; color: #bdd0c5; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.support-note strong { max-width: 760px; font: 400 clamp(20px,2vw,29px)/1.25 var(--serif); }

.directions { background: var(--paper); }
.section-heading--compact { margin-bottom: 46px; }
.direction-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.direction-card { padding: 26px; border: 1px solid rgba(32,53,45,.08); }
.direction-card--sage { background: var(--sage); }
.direction-card--rose { background: var(--rose); }
.direction-card--sand { background: var(--sand); }
.direction-card__top { display: flex; align-items: center; }
.direction-card__top span { font: 17px/1 var(--serif); }
.direction-card__meta { margin: 36px 0 12px; font-size: 8px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.direction-card h3 { margin: 0 0 15px; font: 400 clamp(26px,2.2vw,34px)/1.08 var(--serif); letter-spacing: -.015em; }
.direction-card > p:not(.direction-card__meta) { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.68; }
.direction-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.direction-card li { padding: 7px 9px; border: 1px solid rgba(32,53,45,.16); border-radius: 99px; font-size: 10px; }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,9vw,140px); padding: 105px 6vw; color: #fff; background: var(--ink-deep); }
.section-index--light { color: #9bb4a7; }
.section-kicker--light { color: #c2d4ca; }
.process h2 em { color: #a8c1b4; }
.process__intro > p:last-child { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.7; }
.process__steps { margin: 0; padding: 0; list-style: none; }
.process__steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.14); }
.process__steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process__steps > li > span { color: var(--gold); font: 17px/1 var(--serif); }
.process__steps h3 { margin: 0 0 8px; font: 400 25px/1.05 var(--serif); }
.process__steps p { margin: 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.65; }

.esdm { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,8vw,120px); align-items: center; background: #eef2ed; }
.esdm__visual { position: relative; min-height: 460px; margin: 0; overflow: hidden; border-radius: 32px; background: #d4e5db; }
.esdm__visual img { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.esdm__visual figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 11px 15px; color: #fff; border: 1px solid rgba(255,255,255,.34); border-radius: 99px; background: rgba(29,52,44,.72); backdrop-filter: blur(12px); text-align: center; font-size: 8px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.esdm__copy h2 { margin: 0 0 24px; font: 400 clamp(34px,3.5vw,52px)/1.04 var(--serif); letter-spacing: -.025em; }
.esdm__copy > p:not(.section-index,.section-kicker,.small-note) { color: var(--ink-soft); font-size: 15px; line-height: 1.72; }
.check-list { display: grid; gap: 0; margin: 26px 0 22px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding: 14px 0 14px 28px; border-bottom: 1px solid var(--line); font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 2px; color: #6e9180; }
.small-note { color: #6f8178; font-size: 11px; line-height: 1.6; }

.education { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px,8vw,120px); background: var(--paper); }
.education__heading { align-self: start; }
.education__heading > p:last-child { max-width: 510px; color: var(--ink-soft); font-size: 14px; line-height: 1.72; }
.credential-list { border-top: 1px solid var(--line); }
.credential-list article { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.credential-list article > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.credential-list h3 { margin: 0 0 4px; font: 400 23px/1.1 var(--serif); }
.credential-list p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.disclosure { border-bottom: 1px solid var(--line); }
.disclosure summary { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; cursor: pointer; list-style: none; font-size: 12px; font-weight: 650; }
.disclosure summary::-webkit-details-marker { display: none; }
.disclosure summary span { font-size: 20px; font-weight: 300; transition: transform .2s ease; }
.disclosure[open] summary span { transform: rotate(45deg); }
.disclosure__body { padding: 0 0 18px; }
.disclosure__body p { margin: 0; padding: 10px 0; color: var(--ink-soft); border-top: 1px dotted var(--line); font-size: 12px; line-height: 1.58; }
.training-list b { display: inline-block; min-width: 92px; color: var(--ink); }
.verification-note { margin: 20px 0 0; color: #718079; font-size: 10px; line-height: 1.58; }

.about { display: grid; grid-template-columns: 100px minmax(0,1.2fr) minmax(280px,.8fr); gap: clamp(32px,4vw,60px); align-items: start; padding: 100px 6vw; background: var(--sage); }
.about__seal { display: flex; align-items: center; justify-content: center; gap: 6px; width: 94px; height: 94px; border: 1px solid rgba(32,53,45,.3); border-radius: 50%; font: 28px/1 var(--serif); }
.about__seal i { color: #9d733d; font-style: normal; }
.about__quote blockquote { max-width: 700px; margin: 34px 0 0; font: 400 clamp(30px,3vw,44px)/1.12 var(--serif); letter-spacing: -.02em; }
.about__text { padding-top: 44px; }
.about__text p { margin: 0 0 18px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.gift-signature { display: flex; align-items: center; justify-content: space-between; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(32,53,45,.18); }
.gift-signature span { font: italic 19px/1 var(--serif); }
.gift-signature strong { font-size: 9px; letter-spacing: .18em; }

.ethics { display: grid; grid-template-columns: .35fr 1fr .65fr; gap: 45px; align-items: start; padding: 70px 6vw; border-bottom: 1px solid var(--line); background: var(--paper); }
.ethics h2 { font-size: clamp(30px,2.8vw,43px); }
.ethics p:last-child { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.72; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px,9vw,140px); padding: 105px 6vw; color: #fff; background: var(--ink); }
.contact h2 { max-width: 620px; margin: 0; font: 400 clamp(42px,4.3vw,64px)/1 var(--serif); letter-spacing: -.03em; }
.contact__copy > p:not(.section-index,.section-kicker) { max-width: 590px; margin: 26px 0 18px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.72; }
.contact__copy > span { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .06em; }
.contact__links { align-self: center; }
.contact__links a { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding: 24px 0; text-decoration: none; border-top: 1px solid rgba(255,255,255,.2); }
.contact__links a:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.contact__links small { color: #a9c0b4; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact__links strong { grid-row: 2; font: 400 clamp(20px,2.1vw,30px)/1.1 var(--serif); overflow-wrap: anywhere; }
.contact__links span { grid-row: 1 / 3; align-self: center; font-size: 20px; transition: transform .2s ease; }
.contact__links a:hover span { transform: translate(4px,-4px); }

.footer { display: grid; grid-template-columns: .7fr 1.6fr .2fr; gap: 35px; align-items: end; padding: 34px 6vw; background: var(--ivory); }
.footer p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.58; }
.footer p:last-child { text-align: right; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-revealed { opacity: 1; transform: none; }

@keyframes drift { to { transform: translate(8vw,4vw) scale(1.12); } }
@keyframes story-drift { to { transform: translate(7vw,3vw) scale(1.1); } }
@keyframes story-timeline { to { transform: scaleX(1); } }
@keyframes shake { 25% { transform: translateX(-7px); } 50% { transform: translateX(7px); } 75% { transform: translateX(-3px); } }
@keyframes message-in { from { opacity: 0; transform: translateY(-4px); } }

@media (max-width: 900px) {
  .gate { overflow-y: auto; }
  .gate__card { grid-template-columns: 1fr; gap: 36px; width: min(100%,680px); margin: 44px auto 34px; }
  .gate__access { justify-self: end; width: min(100%,440px); }
  .love-story__frame { width: min(100%,720px); min-height: 520px; padding-right: clamp(34px,8vw,76px); padding-left: clamp(34px,8vw,76px); }
  .love-story__frame h2 { font-size: clamp(44px,7.4vw,62px); }
  .header { padding: 13px 5vw; background: rgba(248,245,238,.94); backdrop-filter: blur(14px); }
  main section[id] { scroll-margin-top: 64px; }
  .menu-button { display: block; }
  .nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 6px 5vw 18px; background: var(--paper); box-shadow: 0 16px 30px rgba(32,53,45,.08); }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 0; }
  .nav__memories { margin: 5px 0; padding-right: 14px !important; padding-left: 14px !important; text-align: center; }
  .nav__contact { padding-right: 14px !important; padding-left: 14px !important; text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 94px 5vw 68px; }
  .hero h1 { font-size: clamp(46px,8.5vw,66px); }
  .hero__visual { min-height: 480px; }
  .care-card { width: min(88%,430px); }
  .promise-bar { grid-template-columns: 1fr; }
  .promise-bar p { border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-bar p:last-child { border-bottom: 0; }
  .section { padding: 84px 5vw; }
  .section-heading, .process, .esdm, .education, .contact { grid-template-columns: 1fr; }
  .section-heading { gap: 28px; }
  .direction-grid { grid-template-columns: 1fr; }
  .direction-card { display: grid; grid-template-columns: auto 1fr; column-gap: 22px; }
  .direction-card__top { grid-row: 1 / 5; display: block; }
  .direction-card__meta { margin-top: 0; }
  .process { gap: 50px; padding: 84px 5vw; }
  .esdm__visual { width: min(100%,560px); margin: auto; }
  .education { gap: 55px; }
  .about { grid-template-columns: 72px minmax(0,1fr); gap: 30px; padding: 84px 5vw; }
  .about__quote blockquote { font-size: clamp(34px,5vw,42px); }
  .about__text { grid-column: 2; padding-top: 0; }
  .ethics { grid-template-columns: 1fr; gap: 18px; padding: 64px 5vw; }
  .contact { gap: 55px; padding: 84px 5vw; }
  .footer { grid-template-columns: 1fr; }
  .footer p:last-child { text-align: left; }
}

@media (max-width: 560px) {
  .gate__shell { padding: 18px 16px 14px; }
  .gate__topline { padding-bottom: 13px; }
  .gate__mark { width: 44px; height: 44px; font-size: 12px; }
  .gate__brand-note, .gate__edition { font-size: 8px; letter-spacing: .15em; }
  .gate__edition i { display: none; }
  .gate__card { gap: 26px; margin: 28px auto 22px; }
  .gate h1 { font-size: clamp(35px,10.8vw,46px); }
  .gate__copy { margin-top: 17px; font-size: 12px; }
  .gate__access { justify-self: stretch; width: 100%; min-height: 0; padding: 24px 22px 20px; }
  .gate__orbit { display: none; }
  .gate__access h2 { font-size: 26px; }
  .gate__access-copy { margin-bottom: 14px; }
  .gate__submit { min-height: 52px; }
  .gate__footer { gap: 18px; font-size: 7px; line-height: 1.5; }
  .gate__footer i { display: none; }
  .love-story__shell { padding: 14px 16px 12px; }
  .love-story__topline { min-height: 47px; padding-bottom: 10px; }
  .love-story__brand { gap: 9px; font-size: 6px; letter-spacing: .15em; }
  .love-story__monogram { min-width: 64px; height: 32px; padding: 0 12px; gap: 6px; font-size: 12px; }
  .love-story__stage { padding: 11px 0; }
  .love-story__frame { min-height: min(510px,61svh); padding: 58px 34px 38px; }
  .love-story__frame::before { top: -112px; right: -118px; width: 250px; height: 250px; }
  .love-story__frame::after { right: 15px; bottom: 15px; width: 48px; height: 48px; }
  .love-story__chapter { top: 24px; left: 23px; max-width: 220px; font-size: 10px; line-height: 1.3; }
  .love-story__symbol { top: 17px; right: 23px; font-size: 34px; }
  .love-story__frame h2 { font-size: clamp(35px,10.7vw,46px); line-height: 1.04; }
  .love-story__frame p { max-width: 100%; margin-top: 24px; font-size: 14px; line-height: 1.54; }
  .love-story__date { display: none; }
  .love-story__enter { min-height: 54px; margin-top: 25px; padding: 0 16px; font-size: 10px; }
  .love-story__controls { grid-template-columns: 1fr; gap: 9px; min-height: 74px; padding-top: 9px; }
  .love-story__progress { display: block; width: 100%; height: 3px; }
  .love-story__count { min-width: 70px; gap: 7px; font-size: 8px; }
  .love-story__count i { width: 16px; }
  .love-story__buttons { justify-content: space-between; gap: 5px; width: 100%; }
  .love-story__buttons button { min-width: 88px; height: 40px; padding: 0 13px; font-size: 11px; }
  .section { padding: 64px 20px; }
  .hero { gap: 40px; padding: 88px 20px 60px; }
  .hero h1 { font-size: clamp(41px,12.4vw,52px); line-height: 1; }
  .hero__lead { margin: 24px 0; font-size: 15px; line-height: 1.62; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero__trust { gap: 6px; margin-top: 22px; }
  .hero__trust li { padding: 7px 9px; font-size: 9px; }
  .hero__visual { min-height: 385px; }
  .care-card { width: 94%; padding: 27px; }
  .care-card__symbol { width: 45px; height: 45px; }
  .care-card__label { margin-top: 36px; }
  .care-card blockquote { font-size: 26px; }
  .care-card__line { margin-top: 30px; }
  .promise-bar p { padding: 18px 20px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .process h2, .education h2 { font-size: 36px; line-height: 1.08; }
  .situations__grid { grid-template-columns: 1fr; }
  .situations__grid article { min-height: 0; padding: 23px; }
  .situations__grid h3 { margin-top: 25px; font-size: 26px; }
  .support-note { grid-template-columns: 1fr; gap: 14px; padding: 23px; }
  .support-note strong { font-size: 22px; }
  .direction-card { display: block; padding: 23px; }
  .direction-card__top { display: flex; }
  .direction-card__meta { margin-top: 28px; }
  .process { gap: 38px; padding: 64px 20px; }
  .process__steps li { grid-template-columns: 38px 1fr; gap: 13px; }
  .process__steps h3 { font-size: 22px; }
  .esdm { gap: 44px; }
  .esdm__visual { min-height: 285px; }
  .esdm__copy h2 { font-size: 35px; line-height: 1.08; }
  .credential-list article { grid-template-columns: 54px 1fr; }
  .credential-list h3 { font-size: 20px; }
  .disclosure summary { gap: 20px; }
  .about { grid-template-columns: 1fr; gap: 28px; padding: 64px 20px; }
  .about__seal { width: 68px; height: 68px; font-size: 20px; }
  .about__quote blockquote { margin-top: 22px; font-size: 31px; line-height: 1.16; }
  .about__text { grid-column: 1; }
  .gift-signature { align-items: flex-start; flex-direction: column; gap: 14px; }
  .ethics { padding: 52px 20px; }
  .ethics h2 { font-size: 32px; line-height: 1.1; }
  .contact { gap: 42px; padding: 64px 20px; }
  .contact h2 { font-size: 42px; line-height: 1.04; }
  .contact__links strong { font-size: 21px; }
  .footer { padding: 30px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Public page — soft editorial redesign */
body { background: #f8f4ed; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; background: radial-gradient(circle at 8% 10%,rgba(214,231,221,.7),transparent 28%),radial-gradient(circle at 92% 23%,rgba(241,218,214,.56),transparent 25%),linear-gradient(180deg,#fbf8f2 0%,#f7f2ea 100%); pointer-events: none; }

.header { top: 12px; left: 50%; width: min(calc(100% - 32px),1500px); padding: 10px 12px 10px 20px; border: 1px solid rgba(41,70,60,.1); border-radius: 999px; background: rgba(255,252,247,.82); box-shadow: 0 14px 42px rgba(41,70,60,.08); transform: translateX(-50%); }
.brand__name { font-size: 17px; }
.brand__note { margin-top: 5px; font-size: 8px; }
.nav { gap: clamp(8px,1.4vw,24px); }
.nav a { padding: 9px 5px; }
.nav__memories { padding: 9px 14px !important; border-color: rgba(189,149,97,.28); border-radius: 999px; background: rgba(242,231,215,.5); }
.nav__contact { padding: 10px 18px !important; border-radius: 999px; box-shadow: 0 8px 18px rgba(41,70,60,.14); }
.menu-button { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); }

.hero { grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr); gap: clamp(44px,5vw,80px); min-height: 700px; padding: 118px max(5vw,calc((100vw - 1500px)/2)) 70px; background: transparent; }
.hero::before { content: ""; position: absolute; top: 15%; left: 44%; width: 180px; height: 180px; border-radius: 50%; background: rgba(225,236,229,.75); filter: blur(2px); }
.hero__copy { max-width: 790px; }
.eyebrow,.section-kicker { color: #668578; }
.hero h1 { max-width: 790px; font-size: clamp(48px,4.7vw,68px); line-height: 1.03; }
.hero h1 em,.section-heading h2 em,.process h2 em,.education h2 em,.ethics h2 em { color: #789a8a; }
.hero__lead { max-width: 650px; margin: 28px 0 30px; font-size: clamp(16px,1.2vw,19px); line-height: 1.72; }
.button { min-height: 54px; padding: 0 23px; border-radius: 999px; }
.button--primary { background: linear-gradient(135deg,#29463c,#203a31); box-shadow: 0 12px 26px rgba(41,70,60,.16); }
.text-link { padding: 9px 2px; text-decoration-color: rgba(41,70,60,.35); }
.hero__trust li { padding: 8px 13px; background: rgba(255,255,255,.55); backdrop-filter: blur(8px); }
.hero__visual { min-height: 440px; }
.care-card { width: min(100%,425px); padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 32px; background: linear-gradient(145deg,#315247 0%,#254238 100%); box-shadow: 0 28px 66px rgba(41,70,60,.16); }
.care-card::after { content: ""; position: absolute; right: -90px; bottom: -100px; width: 260px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.care-card__symbol { width: 58px; height: 58px; background: rgba(255,255,255,.05); }
.care-card__label { margin-top: 38px; }
.care-card blockquote { font-size: clamp(27px,2.1vw,33px); line-height: 1.16; }
.hero__orbit--one { width: 78%; border-color: rgba(120,154,138,.22); }
.hero__orbit--two { right: -8%; bottom: 0; width: 43%; background: rgba(241,226,223,.9); filter: blur(1px); }

.promise-bar { grid-template-columns: repeat(3,1fr); gap: 12px; margin: 0 4vw 24px; border: 0; background: transparent; }
.promise-bar p { padding: 20px 24px; border: 1px solid rgba(41,70,60,.08); border-radius: 18px; background: rgba(255,255,255,.66); box-shadow: 0 10px 28px rgba(41,70,60,.035); backdrop-filter: blur(10px); }
.promise-bar p:last-child { border: 1px solid rgba(41,70,60,.08); }

.section,.process,.about,.ethics,.contact { margin: 18px 4vw; border: 1px solid rgba(41,70,60,.07); border-radius: 36px; }
.section { padding: 76px clamp(28px,5vw,80px); }
.section-heading { margin-bottom: 40px; }
.section-heading h2,.process h2,.education h2,.ethics h2 { line-height: 1.08; }
.situations { background: rgba(244,238,229,.82); }
.situations__grid { gap: 14px; border: 0; }
.situations__grid article { min-height: 190px; padding: 26px; border: 1px solid rgba(41,70,60,.07); border-radius: 24px; background: rgba(255,255,255,.58); box-shadow: 0 12px 32px rgba(41,70,60,.035); }
.situations__grid article:nth-child(2) { background: rgba(225,236,229,.7); }
.situations__grid article:nth-child(3) { background: rgba(241,226,223,.68); }
.situations__grid article:nth-child(4) { background: rgba(242,231,215,.68); }
.situations__grid h3 { margin-top: 26px; font-size: clamp(24px,2.1vw,30px); line-height: 1.12; }
.support-note { align-items: center; margin-top: 14px; padding: 25px 29px; border-radius: 23px; background: linear-gradient(135deg,#315247,#28483d); box-shadow: 0 18px 42px rgba(41,70,60,.11); }

.directions { background: rgba(255,252,247,.7); }
.direction-grid { gap: 16px; }
.direction-card { padding: 24px; border: 1px solid rgba(41,70,60,.07); border-radius: 24px; box-shadow: 0 12px 30px rgba(41,70,60,.04); }
.direction-card--sage { background: linear-gradient(145deg,#e7f0ea,#dce9e1); }
.direction-card--rose { background: linear-gradient(145deg,#f6e9e7,#eedbd8); }
.direction-card--sand { background: linear-gradient(145deg,#f6edde,#eee0cc); }
.direction-card li { padding: 7px 11px; background: rgba(255,255,255,.3); }

.process { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: clamp(48px,7vw,96px); padding: 76px clamp(28px,5vw,80px); overflow: hidden; background: linear-gradient(145deg,#213d33,#2c4b40); box-shadow: 0 24px 62px rgba(41,70,60,.11); }
.process__steps { padding: 10px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: rgba(255,255,255,.045); }
.process__steps li { padding: 20px 4px; }

.esdm { grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr); background: rgba(229,239,233,.86); }
.esdm__visual { min-height: 380px; border: 1px solid rgba(41,70,60,.08); border-radius: 32px; background: linear-gradient(145deg,#d4e5db,#c6dace); box-shadow: 0 24px 62px rgba(41,70,60,.09); }
.check-list { gap: 8px; border: 0; }
.check-list li { padding: 13px 16px 13px 42px; border: 1px solid rgba(41,70,60,.08); border-radius: 14px; background: rgba(255,255,255,.42); }
.check-list li::before { left: 16px; }
.section-reading-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 24px; padding: 13px 16px; border: 1px solid rgba(41,70,60,.11); border-radius: 14px; background: rgba(255,255,255,.44); text-decoration: none; font-size: 11px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.section-reading-link:hover { background: rgba(255,255,255,.74); transform: translateY(-1px); }

.education { background: rgba(255,252,247,.76); }
.credential-list { display: grid; gap: 10px; border: 0; }
.credential-list article { padding: 17px 18px; border: 1px solid rgba(41,70,60,.07); border-radius: 20px; background: rgba(244,238,229,.48); }
.credential-list article:nth-child(even) { background: rgba(225,236,229,.42); }
.credential-list article > span { background: rgba(255,255,255,.45); }
.disclosure { margin-top: 10px; border: 1px solid rgba(41,70,60,.08); border-radius: 18px; background: rgba(255,255,255,.42); }
.disclosure summary { padding: 17px 18px; }
.disclosure__body { padding: 0 18px 16px; }

.about { padding: 70px clamp(28px,5vw,80px); background: linear-gradient(135deg,#e4eee8,#dce9e1 56%,#f0e1de); }
.about__seal { background: rgba(255,255,255,.38); }
.about__quote blockquote { font-size: clamp(28px,2.7vw,38px); line-height: 1.18; }
.about__identity { display: flex; flex-direction: column; gap: 4px; margin: 0 0 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(41,70,60,.1); }
.about__identity strong { color: var(--ink-deep); font: 400 28px/1.1 var(--serif); }
.about__identity span { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.ethics { padding: 50px clamp(28px,5vw,80px); background: rgba(255,252,247,.72); }

.contact { padding: 72px clamp(28px,5vw,80px); overflow: hidden; background: linear-gradient(135deg,#29483d,#1f382f); box-shadow: 0 24px 62px rgba(41,70,60,.12); }
.section-heading h2,.process h2,.education h2 { font-size: clamp(34px,3.2vw,48px); }
.contact h2 { font-size: clamp(38px,3.7vw,54px); line-height: 1.04; }
.contact__links { display: grid; gap: 12px; }
.contact__links a { padding: 20px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.contact__links a:last-child { border: 1px solid rgba(255,255,255,.13); }
.contact__links a:hover { background: rgba(255,255,255,.095); }
.contact__links a:focus-visible { outline: 2px solid #f0d39c; outline-offset: 3px; }
.contact__links a.contact__messenger--whatsapp { border-color: rgba(202,231,214,.28); background: rgba(202,231,214,.09); }
.contact__links a.contact__messenger--whatsapp:hover { background: rgba(202,231,214,.15); }

.home-reading { margin: 18px 4vw; padding: 72px clamp(28px,5vw,80px); border: 1px solid rgba(41,70,60,.07); border-radius: 36px; background: linear-gradient(145deg,rgba(255,252,247,.78),rgba(229,239,233,.78)); }
.home-pathways { margin: 18px 4vw; padding: 72px clamp(28px,5vw,80px); border: 1px solid rgba(41,70,60,.07); border-radius: 36px; background: linear-gradient(145deg,rgba(229,239,233,.82),rgba(255,252,247,.8)); }
.home-pathways__heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); gap: clamp(30px,6vw,84px); align-items: end; margin-bottom: 34px; }
.home-pathways__heading h2 { max-width: 760px; margin: 0; color: var(--ink-deep); font: 400 clamp(36px,3.5vw,52px)/1.06 var(--serif); letter-spacing: -.025em; }
.home-pathways__heading > p { max-width: 520px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.home-pathways__grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.home-pathways__grid a { grid-column: span 2; display: grid; grid-template-columns: 1fr auto; min-height: 190px; padding: 24px; color: var(--ink-deep); border: 1px solid rgba(41,70,60,.08); border-radius: 23px; background: rgba(255,255,255,.58); text-decoration: none; box-shadow: 0 14px 36px rgba(41,70,60,.04); transition: transform .2s ease,box-shadow .2s ease; }
.home-pathways__grid a:nth-child(4) { grid-column: 2 / span 2; }
.home-pathways__grid a:hover,.home-pathways__grid a:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(41,70,60,.09); outline: 2px solid rgba(41,70,60,.22); outline-offset: 2px; }
.home-pathways__grid span { color: #b96147; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.home-pathways__grid strong { grid-column: 1 / -1; align-self: end; margin-top: 26px; font: 400 clamp(24px,2.1vw,30px)/1.08 var(--serif); }
.home-pathways__grid small { margin-top: 10px; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.home-pathways__grid i { align-self: end; margin-left: 12px; font-size: 20px; font-style: normal; }
.home-reading__heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); gap: clamp(30px,6vw,84px); align-items: end; margin-bottom: 34px; }
.home-reading__heading h2 { max-width: 760px; margin: 0; color: var(--ink-deep); font: 400 clamp(36px,3.5vw,52px)/1.06 var(--serif); letter-spacing: -.025em; }
.home-reading__heading > p { max-width: 520px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.home-reading__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.home-reading-card { min-width: 0; overflow: hidden; border: 1px solid rgba(41,70,60,.08); border-radius: 24px; background: rgba(255,255,255,.58); box-shadow: 0 16px 40px rgba(41,70,60,.05); }
.home-reading-card__image { display: block; overflow: hidden; aspect-ratio: 3 / 2; background: #dfeae3; }
.home-reading-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-reading-card:hover .home-reading-card__image img { transform: scale(1.025); }
.home-reading-card > div { display: flex; flex-direction: column; min-height: 240px; padding: 22px; }
.home-reading-card span { color: #708d7e; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.home-reading-card h3 { margin: 13px 0 18px; font: 400 clamp(24px,2vw,30px)/1.1 var(--serif); letter-spacing: -.018em; }
.home-reading-card h3 a { color: inherit; text-decoration: none; }
.home-reading-card h3 a:focus-visible { outline: 2px solid rgba(41,70,60,.32); outline-offset: 4px; }
.home-reading-card__link { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; color: #31584a; text-decoration: none; font-size: 11px; font-weight: 800; }
.home-reading-card__link i { font-size: 17px; font-style: normal; }
.home-reading__all { display: inline-flex; align-items: center; gap: 28px; min-height: 52px; margin-top: 24px; padding: 0 20px; color: #fff; border-radius: 15px; background: #29483d; text-decoration: none; font-size: 11px; font-weight: 800; }
.home-reading__all:hover,.home-reading__all:focus-visible { background: #35584c; outline: 2px solid rgba(41,70,60,.24); outline-offset: 3px; }

.footer { margin: 8px 4vw 0; padding: 30px 18px 34px; border-radius: 26px 26px 0 0; background: rgba(255,252,247,.58); }
.footer > p { display: flex; align-items: center; gap: 5px; }
.footer a { text-underline-offset: 4px; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0,1fr) minmax(340px,.82fr); gap: 38px; padding-right: 4vw; padding-left: 4vw; }
  .hero h1 { font-size: clamp(50px,5.8vw,68px); }
  .care-card { padding: 34px; }
  .nav { gap: 8px; font-size: 10px; }
  .nav a { padding-right: 3px; padding-left: 3px; }
}

@media (max-width: 900px) {
  .header { padding: 9px 10px 9px 16px; }
  .nav { top: calc(100% + 8px); right: 0; left: 0; padding: 10px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,252,247,.97); box-shadow: 0 20px 46px rgba(41,70,60,.12); }
  .nav a { padding: 11px 14px; border-radius: 14px; }
  .nav a:hover { background: rgba(225,236,229,.6); }
  .hero { grid-template-columns: 1fr; gap: 42px; min-height: auto; padding: 112px 5vw 62px; }
  .hero::before { top: 6%; left: 72%; }
  .hero__copy { max-width: 720px; }
  .hero__visual { min-height: 400px; }
  .care-card { width: min(82%,480px); }
  .promise-bar { grid-template-columns: 1fr; }
  .promise-bar p,.promise-bar p:last-child { border: 1px solid rgba(41,70,60,.08); }
  .section,.process,.about,.ethics,.contact,.home-pathways,.home-reading { margin: 16px 3vw; border-radius: 34px; }
  .section { padding: 64px 5vw; }
  .process,.contact { grid-template-columns: 1fr; padding: 64px 5vw; }
  .esdm,.education { grid-template-columns: 1fr; }
  .direction-card { border-radius: 24px; }
  .about { padding: 62px 5vw; }
  .ethics { padding: 48px 5vw; }
  .home-reading { padding: 64px 5vw; }
  .home-pathways { padding: 64px 5vw; }
  .home-pathways__heading { grid-template-columns: 1fr; gap: 18px; }
  .home-pathways__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-pathways__grid a,.home-pathways__grid a:nth-child(4) { grid-column: auto; }
  .home-pathways__grid a:last-child { grid-column: 1 / -1; }
  .home-reading__heading { grid-template-columns: 1fr; gap: 18px; }
  .home-reading__grid { grid-template-columns: 1fr 1fr; }
  .home-reading-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .header { top: 8px; width: calc(100% - 20px); border-radius: 20px; }
  .brand__name { font-size: 14px; }
  .brand__note { font-size: 7px; }
  .menu-button { font-size: 11px; }
  .hero { gap: 26px; padding: 94px 14px 40px; }
  .hero::before { top: 8%; left: 62%; width: 120px; height: 120px; }
  .eyebrow,.section-kicker { margin-bottom: 14px; font-size: 9px; letter-spacing: .15em; }
  .hero h1 { max-width: 100%; font-size: clamp(34px,9.6vw,39px); line-height: 1.05; letter-spacing: -.028em; }
  .hero__lead { margin: 17px 0 21px; font-size: 14px; line-height: 1.58; }
  .button { min-height: 52px; padding: 0 19px; }
  .hero__trust { margin-top: 20px; }
  .hero__visual { min-height: 290px; }
  .care-card { width: 100%; padding: 22px; border-radius: 24px; }
  .care-card__symbol { width: 48px; height: 48px; }
  .care-card__label { margin-top: 24px; }
  .care-card blockquote { font-size: 24px; }
  .care-card__line { margin-top: 22px; }
  .hero__orbit--one { width: 90%; }
  .hero__orbit--two { display: none; }
  .promise-bar { gap: 8px; margin: 0 10px 14px; }
  .promise-bar p { padding: 16px 18px; border-radius: 15px; }
  .section,.process,.about,.ethics,.contact,.home-pathways,.home-reading { margin: 10px 8px; border-radius: 22px; }
  .section { padding: 44px 15px; }
  .section-heading { gap: 17px; margin-bottom: 28px; }
  .section-heading h2,.process h2,.education h2 { font-size: 30px; line-height: 1.12; }
  .situations__grid { gap: 10px; }
  .situations__grid article { padding: 18px; border-radius: 18px; }
  .situations__grid h3 { margin-top: 18px; font-size: 22px; }
  .support-note { gap: 10px; margin-top: 10px; padding: 20px 18px; border-radius: 18px; }
  .support-note strong { font-size: 19px; }
  .direction-grid { gap: 10px; }
  .direction-card { padding: 18px; border-radius: 18px; }
  .direction-card__meta { margin-top: 20px; }
  .direction-card h3 { font-size: 24px; }
  .process { gap: 28px; padding: 44px 15px; }
  .process__steps { padding: 5px 15px; border-radius: 21px; }
  .process__steps li { padding: 17px 0; }
  .process__steps h3 { font-size: 20px; }
  .esdm { gap: 28px; }
  .esdm__visual { min-height: 235px; border-radius: 21px; }
  .esdm__copy h2 { font-size: 29px; }
  .credential-list article { grid-template-columns: 52px 1fr; padding: 15px; border-radius: 17px; }
  .credential-list h3 { font-size: 19px; }
  .disclosure { border-radius: 16px; }
  .about { gap: 20px; padding: 44px 15px; }
  .about__quote blockquote { font-size: 26px; line-height: 1.18; }
  .ethics { padding: 40px 15px; }
  .ethics h2 { font-size: 27px; }
  .contact { gap: 26px; padding: 44px 15px; }
  .contact h2 { font-size: 31px; line-height: 1.08; }
  .contact__links a { padding: 18px; border-radius: 18px; }
  .contact__links strong { font-size: 19px; }
  .home-reading { padding: 44px 0 0; overflow: hidden; }
  .home-pathways { padding: 44px 15px; }
  .home-pathways__heading { margin-bottom: 24px; }
  .home-pathways__heading h2 { font-size: 30px; line-height: 1.1; }
  .home-pathways__heading > p { font-size: 14px; }
  .home-pathways__grid { grid-template-columns: 1fr; gap: 8px; }
  .home-pathways__grid a,.home-pathways__grid a:last-child { grid-column: auto; min-height: 0; padding: 19px; border-radius: 18px; }
  .home-pathways__grid strong { margin-top: 18px; font-size: 25px; }
  .home-reading__heading { padding: 0 15px; }
  .home-reading__heading h2 { font-size: 30px; line-height: 1.1; }
  .home-reading__heading > p { font-size: 14px; }
  .home-reading__grid { grid-template-columns: 1fr; gap: 10px; }
  .home-reading-card,.home-reading-card:last-child { grid-column: auto; border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
  .home-reading-card > div { min-height: 0; padding: 20px 18px 23px; }
  .home-reading-card h3 { font-size: 28px; }
  .home-reading__all { width: calc(100% - 30px); justify-content: space-between; margin: 18px 15px 24px; }
  .footer { margin: 8px 10px 0; padding: 26px 12px; border-radius: 22px 22px 0 0; }
}

/* Accessibility and consent layer */
.promise-bar span { color: #557267; }
.process__steps > li > span { color: #e2c58e; }
.ethics .section-index { color: #557267; }
.ethics h2 em { color: #557267; }

.cookie-consent { position: fixed; z-index: 250; right: 18px; bottom: 18px; left: 18px; display: none; align-items: flex-end; justify-content: center; pointer-events: none; }
.cookie-consent.is-visible { display: flex; }
.cookie-consent__panel { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px 34px; align-items: end; width: min(100%,980px); padding: 24px 26px; color: #f8f4ed; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(30,54,45,.97); box-shadow: 0 26px 80px rgba(15,30,24,.26); backdrop-filter: blur(18px); pointer-events: auto; }
.cookie-consent__eyebrow { margin: 0 0 8px; color: #d8e4dd; font: 700 8px/1.2 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.cookie-consent h2 { margin: 0; color: #fffaf2; font: 400 25px/1.16 "Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",serif; }
.cookie-consent p { max-width: 690px; margin: 9px 0 0; color: rgba(255,255,255,.78); font: 12px/1.65 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif; }
.cookie-consent p a { color: #fff; text-underline-offset: 4px; }
.cookie-consent__actions { display: flex; gap: 9px; }
.cookie-consent button { min-height: 44px; padding: 0 16px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 13px; background: rgba(255,255,255,.08); cursor: pointer; font: 700 11px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.cookie-consent button[data-cookie-choice="all"] { color: #203a31; border-color: #f8f3e9; background: #f8f3e9; }
.cookie-consent button:hover,.cookie-consent button:focus-visible { background: rgba(255,255,255,.16); outline: 2px solid rgba(255,255,255,.7); outline-offset: 2px; transform: translateY(-1px); }
.cookie-consent button[data-cookie-choice="all"]:hover,.cookie-consent button[data-cookie-choice="all"]:focus-visible { background: #e4eee8; }
.cookie-settings-button { padding: 0; color: inherit; border: 0; background: none; cursor: pointer; font: inherit; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 700px) {
  .cookie-consent { right: 10px; bottom: 10px; left: 10px; }
  .cookie-consent__panel { grid-template-columns: 1fr; gap: 18px; padding: 21px 19px; border-radius: 21px; }
  .cookie-consent h2 { font-size: 23px; }
  .cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-consent button { padding: 0 11px; white-space: normal; }
}
