html{visibility:visible;opacity:1;font-size:17px;scroll-behavior:smooth;background:var(--cream)}:root{--cream:#F5F0E8;--cream-dark:#EDE5D0;--cream-deeper:#E0D5BE;--ink:#1C1710;--ink-soft:#3D3528;--sepia:#7A6040;--sepia-light:#A8885A;--gold:#C9973A;--gold-light:#E4B96A;--gold-pale:#F0D9A8;--rust:#8B3A2A;--sage:#4A5C45;--white:#FDFAF4;--font-display:'Playfair Display', Georgia, serif;--font-serif:'EB Garamond', Georgia, serif;--font-sans:'Cormorant Garamond', Georgia, serif;--font-label:'Cinzel', serif;--shadow-sm:0 2px 8px rgba(28,23,16,0.08);--shadow-md:0 4px 20px rgba(28,23,16,0.12);--shadow-lg:0 8px 40px rgba(28,23,16,0.18);--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--transition:0.3s ease;--max-width:1340px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}body,h1,h2,h4{color:var(--ink)}body{font-family:var(--font-serif);background:var(--cream);line-height:1.75;-webkit-font-smoothing:antialiased;background-image:radial-gradient(ellipse at 20%0,rgb(201 151 58/.06)0,transparent 50%),radial-gradient(ellipse at 80% 100%,rgb(122 96 64/.05)0,transparent 50%)}body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}img{max-width:100%;height:auto;display:block}a{color:var(--ink-soft);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--sepia)}h1,h2,h4{font-family:var(--font-display);font-weight:600;line-height:1.2}p{margin-bottom:1.2em}p:last-child{margin-bottom:0}.hero{position:relative;min-height:72vh;display:flex;align-items:center;overflow:hidden;background:var(--ink)}.hero-eyebrow{font-family:var(--font-label);font-size:.72rem;letter-spacing:.16em;color:var(--gold-light);text-transform:uppercase;margin-bottom:1.5rem;display:block}.hero h1{font-size:clamp(2.8rem,6vw,5.5rem);color:var(--cream);font-weight:700;line-height:1.08;margin-bottom:1.5rem;text-shadow:0 2px 20px rgb(0 0 0/.3)}.hero h1 em{color:var(--gold-light);font-style:italic}@media (max-width:768px){:root{font-size:16px}}@media (max-width:480px){.hero h1{font-size:2.4rem}}a:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}a:focus:not(:focus-visible){outline:0}