:root {
  --paper: #f7f1e7;
  --paper-deep: #eee3d2;
  --ink: #2e352f;
  --muted: #6f756d;
  --terracotta: #d96549;
  --terracotta-dark: #ad4937;
  --coral: #ef9a7f;
  --sage: #879e82;
  --sage-dark: #5e765b;
  --honey: #eeb765;
  --teal: #5f8580;
  --cream: #fffaf1;
  --line: rgba(54, 64, 55, .14);
  --shadow: 0 24px 70px rgba(81, 61, 43, .13);
  --serif: "Iowan Old Style", "Palatino Linotype", "Noto Serif SC", "Songti SC", STSong, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: white; background: var(--ink); border-radius: 999px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(217, 101, 73, .45); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 86px; padding: 0 clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; transition: height .35s ease, background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(247, 241, 231, .88); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; color: var(--cream); background: var(--terracotta); border-radius: 50% 50% 46% 54% / 54% 44% 56% 46%; transform: rotate(-3deg); box-shadow: 0 5px 15px rgba(181, 72, 52, .24); }
.brand-mark svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand-name { font-family: var(--serif); font-size: 22px; font-weight: 700; letter-spacing: -.02em; }
.site-nav { display: flex; align-items: center; gap: 38px; }
.site-nav a { position: relative; color: #505950; font-size: 14px; font-weight: 600; letter-spacing: .02em; text-decoration: none; }
.site-nav a::after { position: absolute; content: ""; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--terracotta); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.login-button { justify-self: end; display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 19px; color: var(--cream); background: var(--ink); border: 1px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease; }
.login-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.login-arrow { margin-left: 3px; opacity: .65; }
.login-button:hover { color: var(--ink); background: var(--cream); box-shadow: 0 10px 28px rgba(42, 49, 43, .15); transform: translateY(-2px); }

.hero { position: relative; min-height: min(900px, 100svh); padding: 126px clamp(24px, 7vw, 112px) 80px; display: grid; grid-template-columns: minmax(360px, .88fr) minmax(460px, 1.12fr); align-items: center; gap: clamp(34px, 7vw, 120px); isolation: isolate; overflow: hidden; }
.hero::before { position: absolute; content: ""; inset: 0; z-index: -4; opacity: .45; background-image: radial-gradient(rgba(62, 73, 63, .11) .7px, transparent .7px); background-size: 15px 15px; mask-image: linear-gradient(to right, #000, transparent 76%); }
.hero-canvas { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .52; }
.hero-glow { position: absolute; z-index: -3; border-radius: 50%; filter: blur(1px); }
.hero-glow-one { width: 520px; height: 520px; right: 14%; top: 13%; background: radial-gradient(circle, rgba(238, 183, 101, .33), transparent 67%); }
.hero-glow-two { width: 380px; height: 380px; left: -130px; bottom: -90px; background: radial-gradient(circle, rgba(135, 158, 130, .23), transparent 70%); }
.hero-copy { position: relative; z-index: 2; padding-top: 14px; max-width: 660px; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--terracotta-dark); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 25px; height: 2px; background: var(--terracotta); border-radius: 9px; }
.hero h1 { margin: 0; max-width: 630px; font-family: var(--serif); font-size: clamp(54px, 6.1vw, 91px); font-weight: 700; line-height: 1.08; letter-spacing: -.065em; text-wrap: balance; }
.hero h1::first-letter { color: var(--terracotta); }
.hero-intro { max-width: 570px; margin: 32px 0 0; color: var(--muted); font-family: var(--serif); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 40px; }
.primary-action, .light-action { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 56px; padding: 0 27px; color: white; background: var(--terracotta); border-radius: 999px; font-size: 15px; font-weight: 750; text-decoration: none; box-shadow: 0 14px 32px rgba(183, 70, 48, .22); transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.primary-action svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.primary-action:hover, .light-action:hover { background: var(--terracotta-dark); box-shadow: 0 18px 42px rgba(183, 70, 48, .3); transform: translateY(-3px); }
.text-action { color: var(--ink); font-size: 14px; font-weight: 700; text-underline-offset: 7px; text-decoration-color: rgba(46, 53, 47, .3); }
.text-action span { display: inline-block; margin-left: 6px; color: var(--terracotta); transition: transform .2s; }
.text-action:hover span { transform: translateY(4px); }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 44px; color: var(--muted); font-size: 12px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack i { width: 26px; height: 26px; margin-left: -8px; border: 2px solid var(--paper); border-radius: 50%; background: var(--sage); }
.avatar-stack i:nth-child(2) { background: var(--honey); }
.avatar-stack i:nth-child(3) { position: relative; background: var(--coral); }
.avatar-stack i:nth-child(3)::before, .avatar-stack i:nth-child(3)::after { position: absolute; content: ""; top: -3px; width: 8px; height: 8px; background: var(--coral); transform: rotate(45deg); }
.avatar-stack i:nth-child(3)::before { left: 2px; } .avatar-stack i:nth-child(3)::after { right: 2px; }

.hero-scene { position: relative; z-index: 1; min-height: 570px; display: grid; place-items: center; perspective: 1000px; }
.sun-disc { position: absolute; top: 0; right: 5%; width: 165px; height: 165px; border-radius: 50%; background: rgba(238, 183, 101, .34); box-shadow: 0 0 0 25px rgba(238, 183, 101, .07); animation: breathe 7s ease-in-out infinite; }
.scene-card { position: relative; width: min(100%, 570px); aspect-ratio: .91; overflow: hidden; background: #d9e1d3; border: 13px solid var(--cream); border-bottom-width: 54px; box-shadow: var(--shadow); transform: rotate(2.5deg); transition: transform .7s cubic-bezier(.2, .8, .2, 1); }
.hero-scene:hover .scene-card { transform: rotate(.5deg) translateY(-7px); }
.scene-card::after { position: absolute; content: ""; inset: 0; pointer-events: none; opacity: .21; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.generated-scene { aspect-ratio: 1.04; overflow: visible; background: var(--cream); }
.generated-scene::after { display: none; }
.generated-image-clip { position: absolute; inset: 0; overflow: hidden; background: #e8d5b5; }
.generated-image-clip::after { position: absolute; content: ""; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(255, 246, 220, .06), rgba(93, 65, 44, .08)); }
.generated-image-clip img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 72% center; transition: transform 1.2s cubic-bezier(.2, .8, .2, 1); }
.hero-scene:hover .generated-image-clip img { transform: scale(1.025); }
.scene-sky { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(#a9c6c1 0 46%, #d7c99f 46% 100%); }
.scene-sky::before { position: absolute; content: ""; width: 125px; height: 125px; top: 45px; right: 55px; border-radius: 50%; background: #f5c675; box-shadow: 0 0 45px rgba(255, 219, 140, .65); }
.cloud { position: absolute; width: 86px; height: 17px; border-radius: 99px; background: rgba(255, 248, 227, .68); }
.cloud::before, .cloud::after { position: absolute; content: ""; bottom: 0; border-radius: 50%; background: inherit; }
.cloud::before { width: 32px; height: 32px; left: 14px; } .cloud::after { width: 42px; height: 42px; right: 12px; }
.cloud-one { top: 95px; left: 60px; animation: drift 11s ease-in-out infinite alternate; }
.cloud-two { top: 170px; right: 25px; transform: scale(.62); opacity: .62; animation: drift 14s -4s ease-in-out infinite alternate-reverse; }
.home-illustration { position: absolute; inset: 0; }
.roof { position: absolute; z-index: 4; width: 330px; height: 165px; left: 97px; top: 181px; background: #b95542; clip-path: polygon(50% 0, 100% 90%, 94% 100%, 50% 26%, 7% 100%, 0 90%); filter: drop-shadow(0 14px 8px rgba(54, 61, 49, .12)); }
.chimney { position: absolute; z-index: 3; width: 42px; height: 105px; top: 174px; right: 134px; background: #8c5544; transform: rotate(1deg); }
.house-wall { position: absolute; z-index: 3; width: 300px; height: 205px; left: 111px; bottom: 38px; background: #f2dfb9; box-shadow: inset 0 -15px rgba(193, 151, 107, .1); }
.window { position: absolute; width: 92px; height: 96px; top: 46px; left: 37px; display: grid; grid-template-columns: 1fr 1fr; background: #f3c96e; border: 8px solid #f8edcf; box-shadow: inset 0 0 25px rgba(190, 90, 53, .2), 0 8px 0 rgba(107, 78, 55, .1); }
.window::after { position: absolute; content: ""; top: 36px; left: 0; right: 0; height: 5px; background: #f8edcf; }
.window span { border-right: 4px solid #f8edcf; }
.window span:last-of-type { border: 0; }
.lamp { position: absolute; z-index: 2; width: 20px; height: 28px; right: 9px; bottom: 0; border-radius: 50% 50% 20% 20%; background: #d16046; box-shadow: 0 0 22px #ffe1a1; }
.door { position: absolute; right: 38px; bottom: 0; width: 75px; height: 127px; background: #66847a; border: 7px solid #e9d1a5; border-bottom: 0; }
.door i { position: absolute; right: 10px; top: 61px; width: 7px; height: 7px; border-radius: 50%; background: #f2bb59; }
.tree { position: absolute; z-index: 5; width: 155px; height: 240px; left: 12px; bottom: 15px; }
.tree > i { position: absolute; width: 22px; height: 145px; left: 72px; bottom: 0; background: #755947; transform: rotate(5deg); border-radius: 50% 50% 3px 3px; }
.tree span { position: absolute; border-radius: 49% 51% 46% 54%; background: #66815f; box-shadow: inset -10px -15px rgba(44, 79, 54, .12); }
.tree span:nth-of-type(1) { width: 110px; height: 105px; left: 5px; top: 34px; transform: rotate(-8deg); }
.tree span:nth-of-type(2) { width: 100px; height: 125px; right: -3px; top: 0; background: #78906e; }
.tree span:nth-of-type(3) { width: 90px; height: 92px; right: 8px; top: 72px; background: #547358; }
.garden { position: absolute; z-index: 6; left: 0; right: 0; bottom: 0; height: 78px; background: #798c62; clip-path: polygon(0 38%, 9% 23%, 19% 38%, 27% 17%, 40% 36%, 52% 21%, 64% 42%, 76% 18%, 88% 36%, 100% 22%, 100% 100%, 0 100%); }
.garden i { position: absolute; bottom: 9px; width: 9px; height: 9px; border-radius: 50%; background: #f3c26d; box-shadow: 13px -11px #e88b75, 25px 3px #faf0bf; }
.garden i:nth-child(1) { left: 30px; } .garden i:nth-child(2) { left: 190px; } .garden i:nth-child(3) { right: 130px; } .garden i:nth-child(4) { right: 28px; }
.scene-caption { position: absolute; z-index: 7; height: 41px; left: 15px; right: 15px; bottom: -48px; display: flex; align-items: center; justify-content: space-between; color: #716c60; font: 700 10px/1 var(--sans); letter-spacing: .2em; }
.scene-caption svg { width: 62px; fill: none; stroke: var(--terracotta); stroke-width: 1.5; stroke-linecap: round; }
.floating-note { position: absolute; z-index: 5; padding: 14px 18px; display: flex; align-items: center; gap: 12px; background: #fff7dc; box-shadow: 0 12px 35px rgba(77, 64, 49, .16); font-family: var(--serif); font-size: 15px; }
.floating-note i { color: var(--terracotta); font-style: normal; }
.note-one { left: -14px; top: 23%; transform: rotate(-8deg); animation: float-one 5s ease-in-out infinite; }
.note-two { right: -5px; bottom: 19%; transform: rotate(7deg); animation: float-two 6s -1s ease-in-out infinite; }
.tape { position: absolute; z-index: 6; width: 83px; height: 25px; top: 35px; left: 46%; background: rgba(238, 207, 144, .62); transform: rotate(-5deg); mix-blend-mode: multiply; }
.scroll-cue { position: absolute; left: 50%; bottom: 25px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); text-decoration: none; transform: translateX(-50%); }
.scroll-cue span { position: relative; width: 21px; height: 34px; border: 1px solid rgba(61, 70, 62, .38); border-radius: 999px; }
.scroll-cue span::after { position: absolute; content: ""; top: 7px; left: 9px; width: 3px; height: 7px; border-radius: 9px; background: var(--terracotta); animation: scroll-dot 1.8s ease infinite; }
.scroll-cue small { font-size: 8px; font-weight: 800; letter-spacing: .22em; }

.section { padding: clamp(90px, 11vw, 160px) clamp(24px, 8vw, 130px); }
.story-section { background: var(--cream); }
.story-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(60px, 10vw, 160px); }
.story-copy h2, .moments-heading h2, .values-intro h2 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(41px, 4.8vw, 70px); line-height: 1.2; letter-spacing: -.045em; }
.story-copy p { max-width: 630px; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 2; }
.story-copy .story-lead { color: var(--ink); font-family: var(--serif); font-size: clamp(20px, 1.8vw, 26px); line-height: 1.75; }
.handwritten-line { margin-top: 40px; color: var(--terracotta-dark); font-family: "Kaiti SC", KaiTi, cursive; font-size: 20px; transform: rotate(-1.5deg); }
.story-collage { position: relative; min-height: 570px; }
.paper-photo { position: absolute; margin: 0; padding: 13px 13px 34px; background: #fffdf7; box-shadow: 0 20px 55px rgba(76, 64, 48, .16); }
.paper-photo figcaption { padding-top: 12px; color: #797166; font-family: "Kaiti SC", KaiTi, cursive; text-align: center; }
.photo-one { width: 62%; top: 20px; left: 0; transform: rotate(-6deg); }
.photo-two { width: 55%; right: 0; bottom: 5px; transform: rotate(8deg); }
.abstract-memory { position: relative; aspect-ratio: 1.12; overflow: hidden; background: #dad7bb; }
.memory-meal { background: linear-gradient(150deg, #d7c5a0, #f0dfbd); }
.memory-meal::before { position: absolute; content: ""; width: 75%; height: 38%; left: 12%; bottom: 12%; border-radius: 50%; background: #9b755b; box-shadow: inset 0 13px #b98f6d; }
.memory-meal i { position: absolute; width: 21%; aspect-ratio: 1; top: 47%; border-radius: 50%; background: #f1e9d4; box-shadow: inset 0 0 0 7px #d99e6a; }
.memory-meal i:nth-child(1) { left: 18%; } .memory-meal i:nth-child(2) { left: 41%; background: #79917b; } .memory-meal i:nth-child(3) { right: 16%; background: #d9795e; }
.memory-walk { background: linear-gradient(#9cb7ae 0 60%, #b8a87c 60%); }
.memory-walk::after { position: absolute; content: ""; left: 20%; right: -20%; height: 40%; bottom: -8%; border-radius: 50% 0 0; border-top: 20px solid #ded0a7; transform: rotate(-9deg); }
.memory-walk i { position: absolute; z-index: 2; width: 13px; height: 64px; left: 42%; bottom: 25%; border-radius: 50% 50% 4px 4px; background: #c76049; }
.memory-walk i::before { position: absolute; content: ""; width: 22px; height: 22px; left: -5px; top: -16px; border-radius: 50%; background: #5c4a40; }
.memory-walk i:nth-child(2) { left: 55%; height: 57px; background: #4f726c; }
.pressed-flower { position: absolute; z-index: 3; top: 5%; right: 0; width: 110px; height: 210px; transform: rotate(18deg); opacity: .75; }
.pressed-flower span { position: absolute; width: 3px; height: 180px; left: 52px; top: 25px; background: #758465; transform: rotate(-11deg); }
.pressed-flower i { position: absolute; z-index: 2; width: 34px; height: 52px; left: 36px; top: 0; border-radius: 80% 10% 70% 20%; background: rgba(205, 113, 86, .75); transform-origin: bottom; }
.pressed-flower i:nth-child(1) { transform: rotate(-35deg); } .pressed-flower i:nth-child(2) { transform: rotate(35deg); } .pressed-flower i:nth-child(3) { top: 22px; transform: rotate(90deg); }
.collage-stamp { position: absolute; z-index: 5; left: 7%; bottom: 5%; width: 94px; height: 94px; display: grid; place-content: center; color: var(--terracotta); border: 2px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 11px; letter-spacing: .12em; line-height: 1.4; text-align: center; transform: rotate(-11deg); }
.collage-stamp b { font-size: 15px; }

.moments-section { background: #e8eee7; }
.moments-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 65px; }
.moments-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.moment-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 22px; }
.moment-card { min-height: 470px; display: flex; flex-direction: column; overflow: hidden; background: var(--cream); border-radius: 4px 4px 28px 4px; box-shadow: 0 18px 45px rgba(59, 82, 62, .08); transition: transform .35s ease, box-shadow .35s ease; }
.moment-card:hover { transform: translateY(-8px) rotate(-.3deg); box-shadow: 0 26px 60px rgba(59, 82, 62, .14); }
.moment-art { position: relative; flex: 1; min-height: 280px; overflow: hidden; }
.moment-copy { padding: 27px 28px 30px; }
.moment-copy > span { color: var(--terracotta); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.moment-copy h3 { margin: 8px 0 8px; font-family: var(--serif); font-size: 25px; }
.moment-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.art-seasons { background: linear-gradient(140deg, #90a687, #e1c580); }
.art-seasons::before { position: absolute; content: ""; width: 210px; height: 210px; top: -35px; right: -35px; border-radius: 50%; background: #f0c572; }
.art-seasons span { position: absolute; left: 22%; bottom: -20%; width: 56%; height: 118%; border: 28px solid #7b5c45; border-top: 0; border-radius: 50% 50% 0 0; transform: perspective(170px) rotateX(28deg); }
.art-seasons i { position: absolute; z-index: 2; width: 28%; height: 42%; bottom: 11%; border-radius: 50%; background: #526f58; }
.art-seasons i:nth-child(1) { left: 5%; } .art-seasons i:nth-child(2) { right: 2%; background: #70865e; } .art-seasons i:nth-child(3) { left: 37%; bottom: 35%; width: 21%; height: 28%; background: #a85640; }
.art-table { background: #e3b482; }
.art-table::before { position: absolute; content: ""; width: 130%; height: 58%; left: -15%; bottom: -19%; border-radius: 50%; background: #956e53; box-shadow: inset 0 20px rgba(116, 77, 55, .2); }
.art-table i { position: absolute; z-index: 2; top: 43%; width: 105px; height: 105px; border-radius: 50%; background: #f3e5c7; box-shadow: inset 0 0 0 17px #bf6952; }
.art-table i:nth-child(1) { left: 6%; } .art-table i:nth-child(2) { right: 2%; background: #81907a; }
.art-table span { position: absolute; z-index: 3; width: 9px; height: 80px; top: 10%; left: 50%; background: #f4e5c6; transform: rotate(-9deg); box-shadow: 14px 4px #f4e5c6; }
.art-road { background: linear-gradient(#7fa3a0 0 58%, #d2b986 58%); }
.art-road::before { position: absolute; content: ""; left: 27%; bottom: -10%; width: 44%; height: 70%; background: #e7d7b7; clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%); }
.art-road i { position: absolute; z-index: 2; bottom: 9%; width: 12px; height: 62px; border-radius: 8px 8px 2px 2px; background: var(--terracotta); }
.art-road i::before { position: absolute; content: ""; width: 20px; height: 20px; left: -4px; top: -14px; border-radius: 50%; background: #493f38; }
.art-road i:nth-child(1) { left: 43%; } .art-road i:nth-child(2) { left: 53%; height: 54px; background: #526e69; }
.art-road span { position: absolute; width: 95px; height: 30px; top: 15%; left: 8%; border-radius: 50%; background: rgba(248, 238, 210, .55); }

.values-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 160px); background: var(--cream); }
.values-intro { position: sticky; top: 130px; align-self: start; }
.value-list { border-top: 1px solid var(--line); }
.value-item { display: grid; grid-template-columns: 72px 1fr; gap: 25px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.value-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--terracotta); border: 1px solid rgba(217, 101, 73, .35); border-radius: 50%; font-family: var(--serif); font-size: 13px; }
.value-item h3 { margin: 0 0 11px; font-family: var(--serif); font-size: 29px; }
.value-item p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.8; }

.welcome-section { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; color: #f9f3e8; background: #344b46; text-align: center; }
.welcome-section::before { position: absolute; content: ""; inset: 0; opacity: .12; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 24px 24px; }
.welcome-orbit { position: absolute; border: 1px solid rgba(255, 244, 222, .15); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; animation: orbit 18s linear infinite; }
.orbit-one::after { position: absolute; content: ""; width: 18px; height: 18px; top: 80px; right: 75px; border-radius: 50%; background: var(--honey); box-shadow: 0 0 22px rgba(238, 183, 101, .55); }
.orbit-two { width: 820px; height: 330px; transform: rotate(-14deg); }
.welcome-content { position: relative; z-index: 2; max-width: 720px; padding: 70px 24px; }
.welcome-mark { width: 60px; height: 60px; margin: 0 auto 30px; display: grid; place-items: center; color: #344b46; background: var(--honey); border-radius: 50% 50% 45% 55%; font-size: 28px; transform: rotate(-4deg); }
.welcome-content > p { margin: 0 0 18px; color: #ebc789; font-size: 11px; font-weight: 800; letter-spacing: .24em; }
.welcome-content h2 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 96px); letter-spacing: -.06em; }
.welcome-content > span { display: block; margin: 22px 0 34px; color: rgba(255, 250, 240, .7); font-family: var(--serif); font-size: 18px; }
.light-action { color: #344b46; background: #f8e7c4; box-shadow: none; }
.light-action:hover { color: #344b46; background: var(--honey); }

.site-footer { min-height: 180px; padding: 45px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: var(--muted); background: #f2e9dc; }
.footer-brand .brand-mark { width: 36px; height: 36px; font-size: 17px; }
.site-footer p { margin: 0; font-family: var(--serif); }
.site-footer small { justify-self: end; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.moment-card.reveal:nth-child(2), .value-item.reveal:nth-child(2) { transition-delay: .08s; }
.moment-card.reveal:nth-child(3), .value-item.reveal:nth-child(3) { transition-delay: .16s; }

@keyframes breathe { 50% { transform: scale(1.06); opacity: .78; } }
@keyframes drift { to { transform: translateX(28px); } }
@keyframes float-one { 50% { transform: rotate(-5deg) translateY(-11px); } }
@keyframes float-two { 50% { transform: rotate(4deg) translateY(10px); } }
@keyframes scroll-dot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 720px; }
  .hero-scene { width: min(100%, 690px); justify-self: center; }
  .scroll-cue { display: none; }
  .story-layout { grid-template-columns: 1fr; }
  .story-collage { width: min(100%, 650px); justify-self: center; }
  .moment-grid { grid-template-columns: 1fr 1fr; }
  .moment-card-large { grid-column: span 2; }
  .moment-card-large .moment-art { min-height: 390px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 75px; }
  .site-header { height: 72px; padding: 0 17px; }
  .brand-name { font-size: 19px; }
  .brand-mark { width: 35px; height: 35px; }
  .login-button { min-height: 42px; padding: 0 15px; }
  .login-button svg, .login-arrow { display: none; }
  .hero { padding: 126px 20px 70px; gap: 55px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-note { margin-top: 32px; }
  .hero-scene { min-height: 440px; }
  .scene-card { width: 92%; border-width: 9px; border-bottom-width: 44px; }
  .home-illustration { transform: scale(.82); transform-origin: bottom center; }
  .note-one { left: 0; top: 18%; } .note-two { right: -2px; }
  .section { padding: 90px 22px; }
  .story-copy h2, .moments-heading h2, .values-intro h2 { font-size: 42px; }
  .story-collage { min-height: 460px; }
  .moments-heading { align-items: start; flex-direction: column; }
  .moment-grid { grid-template-columns: 1fr; }
  .moment-card-large { grid-column: auto; }
  .moment-card, .moment-card-large { min-height: 440px; }
  .moment-card-large .moment-art { min-height: 280px; }
  .values-section { grid-template-columns: 1fr; }
  .values-intro { position: static; }
  .value-item { grid-template-columns: 60px 1fr; }
  .welcome-section { min-height: 540px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .site-footer small { justify-self: center; }
}

@media (max-width: 420px) {
  .login-button span:first-of-type { font-size: 13px; }
  .hero h1 { font-size: 49px; }
  .hero-scene { min-height: 390px; }
  .floating-note { padding: 10px 12px; font-size: 12px; }
  .story-collage { min-height: 400px; }
  .collage-stamp { width: 76px; height: 76px; }
}

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