*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--sand: #f0ebe0;--clay: #b85c28;--turquoise: #0d8c8c;--sage: #7a9e72;--ink: #1a1a14;--muted: #6b6e60;--border: #d8d2c2;--surface: #2c2418;--surface-muted: #a09070;--max-w: 1200px;--font-sans: system-ui, -apple-system, sans-serif}html{font-family:var(--font-sans);color:var(--ink);background:var(--sand);font-size:17px}h1,h2,h3{font-family:Rye,serif;font-weight:400}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:var(--turquoise);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}header{background:var(--sand);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}header nav{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem;height:100px;display:flex;align-items:center;gap:2rem}.logo{display:flex;align-items:center;flex-shrink:0}.logo img{height:78px;width:auto;display:block}.nav-links{list-style:none;display:flex;gap:clamp(.75rem,1.2vw,1.5rem);margin-left:auto;align-items:center}header nav a{color:var(--ink);font-size:clamp(.8rem,.9vw,.9rem)}header nav a.cta{background:var(--turquoise);color:#fff;padding:.4rem 1rem;border-radius:4px;font-weight:600}header nav a.cta:hover{background:#0a7070;text-decoration:none}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;background:none;border:none;cursor:pointer;padding:.5rem;width:40px;height:40px;flex-shrink:0}.nav-toggle span{display:block;height:2px;background:var(--ink);border-radius:2px;transition:transform .22s ease,opacity .22s ease;transform-origin:center}header.nav-open .nav-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}header.nav-open .nav-toggle span:nth-child(2){opacity:0;transform:scaleX(0)}header.nav-open .nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;background:var(--ink);border-top:2px solid var(--turquoise);padding:1.5rem;overflow:hidden}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem}.mobile-menu ul li a{display:block;padding:.85rem 0;color:var(--sand);font-size:1.05rem;font-weight:500;border-bottom:1px solid #2e2820;text-decoration:none}.mobile-menu ul li a:hover{color:#fff;text-decoration:none}.mobile-cta{display:block;margin-top:.25rem;background:var(--turquoise);color:#fff!important;text-align:center;padding:.85rem 1rem;border-radius:6px;font-weight:700;font-size:1rem;text-decoration:none}.mobile-cta:hover{background:#0a7070;text-decoration:none}header.nav-open .mobile-menu{display:block}footer{background:var(--ink);color:#ccc;padding:3rem 1.5rem 1.5rem}.footer-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid #333}.footer-logo-wrap{display:block;background:var(--sand);border-radius:8px;padding:1rem;margin-bottom:.75rem}.footer-logo{display:block;width:100%;height:auto}footer strong{color:#fff;display:block;margin-bottom:.75rem}footer ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}footer a{color:#aaa;font-size:.875rem}footer a:hover{color:#fff}footer p{font-size:.875rem;color:#888;line-height:1.5}.email-capture{border-top:1px solid #333;padding:2rem 0}.email-capture-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.email-capture-text strong{color:#fff;display:block;margin-bottom:.3rem}.email-capture-text p{font-size:.85rem;color:#888;margin:0}.email-form{display:flex;gap:.5rem;flex-shrink:0}.email-form input[type=email]{padding:.55rem .85rem;border-radius:5px;border:1px solid #444;background:#2a2018;color:#fff;font-size:.875rem;min-width:220px}.email-form input[type=email]::placeholder{color:#666}.email-form input[type=email]:focus{outline:2px solid var(--turquoise);border-color:transparent}.email-form button{padding:.55rem 1.25rem;background:var(--turquoise);color:#fff;border:none;border-radius:5px;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap}.email-form button:hover{background:#0a7070}.subscribe-msg{font-size:.85rem;margin-top:.5rem;min-height:1.2em}.footer-copy{text-align:center;margin-top:1.5rem;font-size:.8rem;color:#555;max-width:var(--max-w);margin-left:auto;margin-right:auto}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.page-header{background:var(--sand);padding:3rem 1.5rem}.page-header h1{font-size:2rem;font-weight:700}.page-header p{color:var(--muted);margin-top:.5rem;max-width:600px}@media(max-width:1024px){.nav-links{display:none}.nav-toggle{display:flex}header nav{height:68px}.logo img{height:52px}}@media(max-width:768px){.footer-inner{grid-template-columns:1fr 1fr}}
