:root {
  --cream: #F2EBE1;
  --brown: #3F352A;
  --orange: #E8663E;
  --yellow: #FFD151;
  --text: #1A1A1A;
  --white: #ffffff;
  --border: rgba(63,53,42,0.15);
  --shadow: 0 20px 60px rgba(26,26,26,0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--cream);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 40; background: rgba(242,235,225,0.96); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(63,53,42,0.06);
}
.nav-row { display:flex; align-items:center; justify-content:space-between; gap: 24px; min-height: 82px; }
.brand { font-weight:800; font-style:italic; letter-spacing:-0.04em; font-size:1.6rem; }
.brand span { color: var(--orange); }
.desktop-nav { display:flex; gap: 28px; align-items:center; }
.desktop-nav a { font-size: .77rem; text-transform: uppercase; letter-spacing: .18em; font-weight:700; padding-bottom:6px; }
.desktop-nav a.active, .desktop-nav a:hover { border-bottom: 2px solid var(--brown); }
.cta-button, .primary-btn, .hero-buttons a.primary, .contact-form button {
  background: var(--yellow); color: var(--text); font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 14px 22px; border-radius: 0; border: none; cursor: pointer;
}
.mobile-toggle { display:none; background:none; border:1px solid var(--border); padding:10px 14px; }
.mobile-nav { display:none; padding: 0 16px 16px; }
.mobile-nav a { display:block; padding: 10px 0; border-bottom:1px solid var(--border); font-weight:600; }
.hero { padding: 20px 0 10px; }
.hero-card {
  min-height: 660px; background: var(--brown); border-radius: 4px; overflow:hidden; position: relative;
  display:grid; grid-template-columns: 1.25fr .75fr; align-items:stretch;
}
.hero-media { position:relative; min-height:100%; }
.hero-media::before { content:''; position:absolute; inset:0; background: linear-gradient(90deg, rgba(63,53,42,0.25), rgba(63,53,42,0)); z-index:1; }
.hero-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero-content { position:relative; z-index:2; padding: 48px 44px 40px; display:flex; flex-direction:column; }
.eyebrow { font-size:.8rem; text-transform: uppercase; letter-spacing: .16em; font-weight:700; color: var(--orange); margin: 0 0 16px; }
.hero-dark .eyebrow, .hero-dark p, .hero-dark h1, .hero-dark h2 { color: var(--white); }
.hero h1, .page-hero h1 { font-size: clamp(3rem, 8vw, 6.5rem); line-height: .92; letter-spacing:-.05em; margin: 0 0 26px; font-weight:800; }
.hero p.lead, .page-hero p.lead { font-size: 1.1rem; line-height:1.7; max-width: 660px; }
.hero-buttons { display:flex; gap: 16px; flex-wrap:wrap; margin: 10px 0 32px; }
.hero-buttons a.secondary, .secondary-btn {
  padding:14px 22px; border:1px solid rgba(255,255,255,.35); color: var(--white); font-weight:800; text-transform: uppercase; letter-spacing: .08em; background: transparent;
}
.stat-row { display:flex; gap: 28px; flex-wrap:wrap; align-items:center; margin-top:auto; }
.stat-box { color:var(--white); }
.stat-box strong { display:block; font-size:1.6rem; }
.float-card {
  background: var(--white); padding: 20px; max-width: 290px; position:absolute; right:40px; bottom:40px; box-shadow: var(--shadow); z-index:2;
}
.float-card h3 { margin:0 0 14px; font-size:1.45rem; line-height:1.15; color: var(--brown); }
.section { padding: 90px 0; }
.section.alt { background:#f8f3ec; }
.two-col, .cards-3, .contact-grid, .story-grid, .feature-grid { display:grid; gap: 28px; }
.two-col { grid-template-columns: 1.3fr .7fr; align-items:start; }
.feature-grid, .cards-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card, .story-card, .contact-panel, .faq-item {
  background: rgba(255,255,255,.74); border:1px solid rgba(63,53,42,.08); padding: 28px; box-shadow: 0 10px 30px rgba(26,26,26,.05);
}
.card h3, .story-card h3, .contact-panel h3, .faq-item h3 { margin-top:0; font-size:1.35rem; color: var(--brown); }
.section h2 { font-size: clamp(2.3rem, 5vw, 4.6rem); line-height: .95; letter-spacing:-.04em; margin: 0 0 22px; color: var(--brown); }
.section p.large { font-size:1.08rem; line-height:1.8; max-width: 700px; }
.badge-row { display:flex; gap: 12px; flex-wrap:wrap; margin-top: 24px; }
.badge { padding: 10px 14px; border:1px solid var(--border); background: var(--white); font-weight: 700; font-size:.92rem; }
.page-hero { padding: 72px 0 40px; }
.page-hero .wrap { max-width: 880px; }
.breadcrumbs { font-size: .88rem; color: rgba(26,26,26,.7); margin-bottom: 18px; }
.list-check { padding-left: 1.2rem; line-height: 1.8; }
.contact-grid { grid-template-columns: 1.05fr .95fr; }
.contact-form label { display:block; font-size:.95rem; font-weight:600; margin-bottom: 8px; }
.contact-form input, .contact-form textarea {
  width:100%; padding:14px 16px; border:1px solid rgba(63,53,42,.18); background:#fff; font:inherit; margin-bottom: 18px;
}
.contact-form textarea { min-height: 160px; resize: vertical; }
.notice { background:#fff; border-left:4px solid var(--orange); padding: 14px 16px; margin-bottom: 20px; }
.site-footer { background: var(--brown); color: var(--white); margin-top: 30px; }
.footer-grid { display:grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 30px; padding: 70px 0; }
.site-footer h2 { margin:0 0 14px; font-size: 2.4rem; }
.site-footer h3 { margin:0 0 14px; font-size:1rem; text-transform:uppercase; letter-spacing:.12em; }
.site-footer ul { list-style:none; padding:0; margin:0; }
.site-footer li { margin: 10px 0; color: rgba(255,255,255,.82); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); }
.bottom-row { display:flex; justify-content:space-between; gap: 18px; padding: 18px 0; font-size:.92rem; color: rgba(255,255,255,.78); }
.cookie-overlay { position:fixed; inset:0; background: rgba(0,0,0,.58); z-index:999; display:grid; place-items:center; padding:20px; }
.cookie-modal { width:min(620px, 100%); background:var(--cream); padding:30px; position:relative; box-shadow:var(--shadow); border:1px solid rgba(63,53,42,.15); }
.cookie-modal h2 { margin:0 0 10px; font-size:2rem; color: var(--brown); }
.cookie-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top: 24px; }
.cookie-close { position:absolute; top:10px; right:10px; border:none; background:none; font-size: 1.8rem; cursor:pointer; }
.secondary-btn { color:var(--brown); border-color:rgba(63,53,42,.35); }
.strip { display:flex; height:12px; }
.strip div:first-child { background: var(--yellow); flex:1; }
.strip div:last-child { background: var(--orange); flex:1; }
.table { width:100%; border-collapse: collapse; }
.table th, .table td { text-align:left; border-bottom:1px solid var(--border); padding: 14px 8px; }
.muted { color: rgba(26,26,26,.72); }
@media (max-width: 980px) {
  .desktop-nav, .cta-button { display:none; }
  .mobile-toggle { display:block; }
  .hero-card, .two-col, .feature-grid, .cards-3, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 340px; order: -1; }
  .float-card { position: static; margin: 0 20px 20px auto; }
}
@media (max-width: 640px) {
  .hero-content { padding: 32px 22px 28px; }
  .section { padding: 68px 0; }
  .cookie-modal { padding:22px; }
  .bottom-row { flex-direction:column; }
}

body.cookie-locked { overflow: hidden; }
body.cookie-locked .site-shell { pointer-events: none; user-select: none; }
.cookie-overlay { display: none; align-items: center; justify-content: center; pointer-events: auto; }
.cookie-overlay.is-visible { display: flex; }
.cookie-overlay[hidden] { display: none !important; }
.cookie-modal { pointer-events: auto; z-index: 1001; max-height: calc(100vh - 40px); overflow: auto; }
.cookie-actions .primary-btn, .cookie-actions .secondary-btn { min-width: 140px; }
.cookie-modal a { text-decoration: underline; }
