:root{--cream:#f6f2ec;--stone:#e6e0d7;--charcoal:#1c1f23;--ink:#3a3d40;--sage:#8a9279;--deep-blue:#1f2c3f;--accent:#c7a66a;--shadow:rgba(15,18,20,.15);--max-width:1180px;--transition:240ms ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Cormorant Garamond,Garamond,Times New Roman,serif;background:radial-gradient(circle at 20% 20%,#fff 0,var(--cream) 50%,#f2eee8 100%);color:var(--ink);line-height:1.6}a{color:inherit;text-decoration:none}button,input{font-family:inherit;font-size:1rem}.page{display:flex;flex-direction:column;min-height:100vh}.hero{background:linear-gradient(180deg,hsla(0,0%,100%,.85),hsla(36,36%,95%,.92));padding:32px 6vw 60px}.top-bar{font-size:.85rem;text-transform:uppercase;letter-spacing:.12em}.nav,.top-bar{display:flex;justify-content:space-between;align-items:center}.nav{margin-top:32px;border-top:1px solid var(--stone);border-bottom:1px solid var(--stone);padding:18px 0}.logo{font-size:1.2rem;letter-spacing:.35em;text-transform:uppercase;display:flex;flex-direction:column;gap:4px}.logo small{font-size:.6rem;letter-spacing:.3em}.nav-links{display:flex;gap:20px;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em}.nav-link{transition:color var(--transition)}.nav-link:hover{color:var(--deep-blue)}.hero-media{margin-top:40px;background:linear-gradient(120deg,rgba(31,44,63,.2),hsla(39,45%,60%,.2)),url(/hero-placeholder.svg);background-size:cover;background-position:50%;min-height:55vh;position:relative;border-radius:6px;box-shadow:0 30px 60px var(--shadow);overflow:hidden}.hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;background:rgba(15,18,20,.25);padding:20px;animation:fadeUp .8s ease forwards}.eyebrow{letter-spacing:.2em;font-size:.75rem;margin-bottom:12px}.eyebrow,.hero h1{text-transform:uppercase}.hero h1{font-size:clamp(2.4rem,4vw,3.6rem);letter-spacing:.08em}.subtitle{max-width:520px;margin-top:14px;font-size:1.1rem}.cta-row{margin-top:26px;display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.ghost-button,.primary-button{padding:10px 24px;border-radius:999px;border:1px solid transparent;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}.primary-button{background:var(--accent);color:#1d1f23;box-shadow:0 12px 30px hsla(39,45%,60%,.3)}.primary-button:hover{transform:translateY(-2px)}.ghost-button{background:transparent;border-color:hsla(0,0%,100%,.6);color:#fff}main{padding:60px 6vw 80px;display:flex;flex-direction:column;gap:80px}section{max-width:var(--max-width);margin:0 auto;width:100%}.intro{text-align:center;font-size:1.1rem;color:var(--ink)}.section-title{text-align:center;margin-bottom:32px}.section-title span{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:var(--sage)}.section-title h2{margin-top:10px;font-size:clamp(1.8rem,3vw,2.6rem)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.card{background:#fff;border-radius:10px;box-shadow:0 20px 40px rgba(28,31,35,.08);overflow:hidden;display:flex;flex-direction:column;min-height:320px;animation:fadeUp .9s ease forwards}.card-media{background:linear-gradient(135deg,rgba(31,44,63,.4),hsla(39,45%,60%,.3));min-height:160px}.card-body{padding:20px;display:flex;flex-direction:column;gap:10px}.tag{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:var(--sage)}.feature{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:40px;gap:40px;align-items:center}.feature-media{background:linear-gradient(160deg,rgba(31,44,63,.4),hsla(79,10%,52%,.4));min-height:320px;border-radius:8px;box-shadow:0 24px 50px rgba(28,31,35,.12)}.feature-copy{display:flex;flex-direction:column;gap:16px}.feature-copy .ghost-button{align-self:flex-start;border-color:var(--deep-blue);color:var(--deep-blue)}.stories{display:flex;flex-direction:column;gap:20px}.story-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.story{background:#fff;border-radius:8px;padding:16px;display:grid;grid-gap:16px;gap:16px;box-shadow:0 16px 30px rgba(28,31,35,.08)}.story-media{background:linear-gradient(120deg,rgba(31,44,63,.35),hsla(39,45%,60%,.35));min-height:140px;border-radius:6px}.newsletter{background:var(--deep-blue);color:#fff;padding:50px;border-radius:12px;display:grid;grid-gap:24px;gap:24px}.newsletter-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.newsletter-form input{padding:12px 14px;border-radius:8px;border:none}.newsletter .primary-button{border-radius:8px;width:100%}.footer{margin-top:auto;background:#fff;border-top:1px solid var(--stone);padding:28px 6vw;display:flex;justify-content:space-between;gap:24px;font-size:.9rem}.footer a{margin-right:16px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.nav{flex-direction:column;gap:16px}.nav-links{flex-wrap:wrap;justify-content:center}.hero-media{min-height:45vh}.newsletter{padding:32px}.footer{flex-direction:column}}@media (max-width:600px){.top-bar{gap:12px}.cta-row,.top-bar{flex-direction:column}.hero-overlay{padding:16px}}