:root{--ink:#202326;--muted:#6d746f;--paper:#fbfaf7;--panel:#fff;--line:#e7e0d7;--accent:#a6773e;--accent-dark:#6b4724;--charcoal:#151719;--shadow:0 24px 70px #17171726;--radius:24px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit}img{max-width:100%;display:block}.skip-link{z-index:10;background:#fff;padding:.75rem 1rem;position:absolute;top:1rem;left:-999px}.skip-link:focus{left:1rem}.site-header{z-index:20;color:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:1rem clamp(1rem,4vw,3rem);transition:all .25s;display:flex;position:fixed;inset:0 0 auto}.site-header.is-scrolled{backdrop-filter:blur(18px);background:#151719e6;box-shadow:0 10px 30px #00000026}.brand{letter-spacing:.02em;align-items:center;gap:.75rem;text-decoration:none;display:flex}.brand-mark{color:#fff;border:1px solid #ffffff73;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.brand small{color:#ffffffbf;margin-top:-.2rem;font-size:.75rem;display:block}.site-nav{align-items:center;gap:.35rem;display:flex}.site-nav a{color:#ffffffe6;border-radius:999px;padding:.7rem .85rem;font-size:.92rem;text-decoration:none}.site-nav a:hover{background:#ffffff1f}.menu-toggle{color:#fff;background:#ffffff14;border:1px solid #ffffff59;border-radius:999px;padding:.7rem 1rem;display:none}.section-wrap{max-width:var(--max);margin:0 auto;padding:clamp(4rem,8vw,7rem) clamp(1rem,4vw,2rem)}.hero{color:#fff;background-image:var(--hero-image);background-position:50%;background-size:cover;align-items:end;min-height:94vh;display:flex;position:relative}.hero-overlay{background:linear-gradient(90deg,#000000b8,#00000042 55%,#0000002e),linear-gradient(#0000 58%,#000000b8);position:absolute;inset:0}.hero-content{width:100%;padding-top:12rem;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin:0 0 1rem;font-size:.77rem;font-weight:700}.hero .eyebrow{color:#e7c08b}h1,h2,h3{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.05}h1{max-width:900px;font-size:clamp(3.1rem,7vw,6.6rem)}h2{font-size:clamp(2.2rem,4vw,4.25rem)}h3{font-size:clamp(1.45rem,2vw,2rem)}.hero-lede{color:#ffffffdb;max-width:720px;font-size:clamp(1.08rem,1.8vw,1.35rem)}.hero-actions,.actions{flex-wrap:wrap;gap:.9rem;margin-top:1.7rem;display:flex}.button{background:var(--accent);color:#fff;border:1px solid var(--accent);border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.button:hover{background:var(--accent-dark)}.button.ghost{background:#ffffff14;border-color:#ffffff73}.button.secondary{background:var(--charcoal);border-color:var(--charcoal)}.section-header{max-width:800px;margin-bottom:2rem}.section-header p:not(.eyebrow){color:var(--muted);font-size:1.08rem}.split{grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.25rem,3vw,2rem);box-shadow:0 10px 35px #32281e0f}.stats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:18px;padding:1.2rem}.stat strong{font-family:Georgia,serif;font-size:1.7rem;line-height:1;display:block}.stat span{color:var(--muted);font-size:.9rem}.grid{gap:1rem;display:grid}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.feature-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:1.3rem}.feature-card p{color:var(--muted);margin-bottom:0}.image-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#ddd;overflow:hidden}.image-card img{object-fit:cover;width:100%;height:100%;min-height:360px}.dark-band{background:var(--charcoal);color:#fff}.dark-band .section-header p,.dark-band .feature-card p{color:#ffffffb8}.dark-band .feature-card{background:#ffffff0f;border-color:#ffffff1f}.check-list{columns:2;column-gap:2rem;margin:0;padding:0;list-style:none}.check-list li{break-inside:avoid;margin:0 0 .75rem;padding-left:1.5rem;position:relative}.check-list li:before{content:"✓";color:var(--accent);font-weight:800;position:absolute;left:0}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.gallery-item{text-align:left;background:#fff;border:0;border-radius:20px;padding:0;overflow:hidden;box-shadow:0 10px 35px #00000014}.gallery-item img{aspect-ratio:16/10;object-fit:cover;width:100%}.gallery-item div{padding:1rem}.gallery-item span{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700;display:block}.cta{color:#fff;background:linear-gradient(135deg,#2b2d2f,#111);border-radius:34px;justify-content:space-between;align-items:center;gap:2rem;padding:clamp(2rem,5vw,4rem);display:flex}.cta p{color:#ffffffc2;max-width:620px}.site-footer{color:#fff;background:#0f1011;justify-content:space-between;gap:1rem;padding:2rem clamp(1rem,4vw,3rem);display:flex}.site-footer h2{font-size:1.5rem}.site-footer p{color:#ffffffad;margin:.25rem 0}.site-footer a{color:#fff}@media (width<=820px){.menu-toggle{display:block}.site-nav{background:#151719fa;border-radius:18px;flex-direction:column;align-items:stretch;padding:.75rem;display:none;position:absolute;top:72px;left:1rem;right:1rem}.site-nav.is-open{display:flex}.split,.grid.three,.grid.two,.stats,.gallery-grid{grid-template-columns:1fr}.check-list{columns:1}.cta,.site-footer{flex-direction:column;align-items:flex-start}h1{font-size:clamp(2.7rem,14vw,4.2rem)}}.hero.compact{min-height:58vh}.hero.compact .hero-content{padding-top:10rem}.hero.compact h1{max-width:980px}.flush-top{padding-top:0}.preview-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.preview-card{border:1px solid var(--line);background:#fff;border-radius:22px;text-decoration:none;overflow:hidden;box-shadow:0 10px 35px #32281e12}.preview-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.preview-card div{padding:1rem}.preview-card span{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.35rem;font-size:.78rem;font-weight:700;display:block}.preview-card strong{font-family:Georgia,Times New Roman,serif;font-size:1.25rem;line-height:1.2}.gallery-grid-large{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-grid-large .gallery-item:first-child,.gallery-grid-large .gallery-item:nth-child(4),.gallery-grid-large .gallery-item:nth-child(9){grid-column:span 2}.gallery-grid-large .gallery-item img{aspect-ratio:4/3}.gallery-grid-large .gallery-item:first-child img,.gallery-grid-large .gallery-item:nth-child(4) img,.gallery-grid-large .gallery-item:nth-child(9) img{aspect-ratio:16/9}@media (width<=980px){.preview-grid,.gallery-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid-large .gallery-item:first-child,.gallery-grid-large .gallery-item:nth-child(4),.gallery-grid-large .gallery-item:nth-child(9){grid-column:span 1}}@media (width<=620px){.preview-grid,.gallery-grid-large{grid-template-columns:1fr}}
