@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Playfair+Display:ital,wght@0,600;1,600;1,700&display=swap');*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#443c38;background:#fff8ef;font-family:'DM Sans',sans-serif}header{position:sticky;top:0;z-index:5;height:72px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:#fff8efdd;backdrop-filter:blur(12px);border-bottom:1px solid #eadccd}.brand{font:700 27px 'Playfair Display';color:#564942;text-decoration:none}.brand span{color:#e49a79;margin-left:8px}nav{display:flex;align-items:center;gap:25px}nav a{color:#675850;text-decoration:none;font-size:14px}nav a:hover{color:#c77959}.x{font:bold 20px Arial;color:#fff;background:#1e1e1e;padding:8px 12px;border-radius:50%}nav button{border:1px solid #d88b70;background:#f4c1a7;color:#5d4034;border-radius:22px;padding:10px 15px;font-weight:700;cursor:pointer}.hero,.story,.tribute{max-width:1200px;margin:auto;padding:100px 6vw;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.hero{min-height:calc(100vh - 72px);background:radial-gradient(circle at 80% 20%,#f9d9c4,transparent 38%)}.eyebrow{letter-spacing:.16em;font-size:11px;color:#c77959;font-weight:700}.hero h1,h2{font:600 clamp(42px,6vw,78px)/1.08 'Playfair Display';margin:22px 0;color:#493e39}.hero em,h2 em{color:#d27e63;font-style:italic}.hero p,.story p,.tribute p{font-size:17px;line-height:1.85;max-width:520px}.cta{display:inline-block;margin-top:18px;background:#d98869;color:white;text-decoration:none;padding:16px 23px;border-radius:30px;font-weight:700}.cta b{margin-left:22px}.hero-art{position:relative}.hero-art img{width:100%;border-radius:45% 45% 18px 18px;box-shadow:20px 25px 0 #f1c7ac;transform:rotate(2deg)}.stamp{position:absolute;bottom:15px;left:-25px;background:#f6dfc8;border:2px solid #d88b70;border-radius:50%;width:118px;height:118px;display:grid;place-content:center;text-align:center;color:#ba6e53;font-size:10px;transform:rotate(-13deg)}.stamp strong{font:700 18px 'Playfair Display'}.story{background:#f5e9df}.story figure{margin:0;transform:rotate(2deg)}figure img{width:100%;display:block;border-radius:9px}figcaption{padding:14px 4px;color:#a67562;font-size:13px}.source{color:#b8664b;font-weight:700}.gallery{padding:100px 6vw;background:#e9f0df}.heading{text-align:center;margin-bottom:38px}.heading h2{font-size:55px}.grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.grid figure{background:#fff;padding:12px;box-shadow:0 10px 30px #87966d33}.grid figure:nth-child(2){transform:translateY(28px) rotate(-2deg)}.grid figure:nth-child(3){transform:rotate(2deg)}.tribute{background:#f8d6c5}.quote{font:italic 24px 'Playfair Display';color:#bd6e54}.chain{background:#fff8ef;border-radius:24px;padding:35px;box-shadow:0 15px 40px #bd765533;text-align:center}.chain>span{color:#d88b70;font-size:35px}.chain p{font-size:11px;letter-spacing:.14em;color:#c77959}.chain strong{display:block;font:24px 'Playfair Display';margin:15px}.chain code{display:block;padding:13px;background:#f4e8dc;border-radius:10px;color:#a67562}.chain button{margin-top:17px;padding:12px 18px;border:0;border-radius:20px;background:#ddd;color:#999}footer{display:flex;justify-content:space-between;padding:28px 6vw;background:#604d45;color:#f9e8dc;font-size:13px}footer a{color:#f9c3a9;text-decoration:none}@media(max-width:760px){header{height:62px;padding:0 4vw}.brand{font-size:22px}nav{gap:8px}nav a:not(.x){display:none}.hero,.story,.tribute{grid-template-columns:1fr;padding:65px 7vw;gap:45px}.hero h1,h2{font-size:47px}.grid{grid-template-columns:1fr}.grid figure:nth-child(2){transform:none}footer{display:block;text-align:center}footer a{display:block;margin-top:10px}}
