
:root {
  --ink: #211c18;
  --muted: #706861;
  --cream: #fbf7ef;
  --cream-2: #f5eddf;
  --sand: #efe2cf;
  --stone: #d6c0a6;
  --coffee: #7d5b43;
  --clay: #a66f4f;
  --charcoal: #34302c;
  --white: #fffdfa;
  --line: rgba(33, 28, 24, .13);
  --shadow: 0 24px 70px rgba(52, 48, 44, .12);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 6vw; background: rgba(251,247,239,.94); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand { display:flex; align-items:center; gap:12px; }
.brand-mark { width:46px; height:46px; border-radius:50%; object-fit:cover; box-shadow:0 8px 20px rgba(52,48,44,.13); }
.brand-text { display:block; }
.brand-text strong { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 1.65rem; letter-spacing: .035em; line-height:1; }
.brand-text small { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.site-header nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; font-size: .92rem; font-weight: 700; color: var(--charcoal); }
.site-header nav a:hover { color: var(--coffee); }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); padding: 9px 13px; font-weight: 900; box-shadow: 0 10px 28px rgba(52,48,44,.08); }
.hero { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.95fr); gap: 44px; align-items: center; padding: 76px 6vw 52px; }
.page-hero { padding: 72px 6vw 30px; max-width: 1060px; }
.eyebrow { margin: 0 0 14px; font-size: .76rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; color: var(--coffee); }
h1,h2,h3 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.06; margin: 0 0 18px; color: var(--ink); }
h1 { font-size: clamp(2.75rem, 6vw, 6.25rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 3.8vw, 3.55rem); letter-spacing: -.035em; }
h3 { font-size: 1.48rem; letter-spacing: -.02em; }
p { margin: 0 0 16px; }
.lead { font-size: 1.13rem; color: var(--muted); max-width: 720px; }
.muted { color: var(--muted); }
.tiny { font-size: .86rem; color: var(--muted); }
.hero-card,.card,.feature,.source-card,.article-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.hero-card { min-height: 540px; background: linear-gradient(145deg,rgba(125,91,67,.08),rgba(239,228,212,.26)), url('assets/hero-interior.svg') center/cover; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 13px 21px; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 800; border: 1px solid var(--ink); }
.btn.secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.btn:hover { transform: translateY(-1px); }
section { padding: 58px 6vw; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 28px; }
.section-head > p { max-width: 520px; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: 28px; }
.card:hover,.article-card:hover,.source-card:hover { transform: translateY(-2px); transition: transform .2s ease; }
.tag { display: inline-block; margin-bottom: 12px; font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; color: var(--coffee); font-weight: 900; }
.visual-thumb { min-height: 210px; border-radius: 20px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(125,91,67,.08), rgba(255,253,250,.2)), url('assets/entryway-mirror.svg') center/cover; position: relative; overflow: hidden; }
.visual-thumb:after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 20px; box-shadow: inset 0 0 0 999px rgba(255,253,250,.04); }
.thumb-lamp { background-image: linear-gradient(135deg, rgba(125,91,67,.05), rgba(255,253,250,.18)), url('assets/decor-lamp.svg'); }
.thumb-chair { background-image: linear-gradient(135deg, rgba(125,91,67,.05), rgba(255,253,250,.18)), url('assets/room-living.svg'); }
.thumb-host { background-image: linear-gradient(135deg, rgba(125,91,67,.05), rgba(255,253,250,.18)), url('assets/hosting-table.svg'); }
.thumb-storage { background-image: linear-gradient(135deg, rgba(125,91,67,.05), rgba(255,253,250,.18)), url('assets/storage-bedroom.svg'); }
.feature { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.feature-copy { padding: clamp(30px, 4vw, 52px); align-self: center; }
.visual-block { min-height: 420px; background: linear-gradient(135deg,rgba(125,91,67,.05),rgba(255,253,250,.14)), url('assets/hero-interior.svg') center/cover; position: relative; overflow: hidden; }
.visual-block:before { content: ''; position: absolute; width: 55%; height: 44%; left: 14%; top: 32%; border-radius: 30px; background: rgba(255,255,255,.35); box-shadow: 120px -100px 0 rgba(125,91,67,.14); }
.signup { background: var(--charcoal); color: var(--white); border-radius: 34px; padding: clamp(30px,4vw,48px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: center; }
.signup h2 { color: var(--white); }
.signup p { color: #e5dcd1; }
.email-box { display: flex; gap: 10px; background: rgba(255,255,255,.1); padding: 10px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); }
.email-box input { flex: 1; border: 0; background: transparent; color: white; padding: 10px 12px; min-width: 130px; outline: none; }
.email-box input::placeholder { color: rgba(255,255,255,.72); }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.article-card { display: block; padding: 24px; min-height: 235px; }
.article-meta { color: var(--coffee); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.article { max-width: 860px; margin: 0 auto; padding: 56px 6vw; }
.article h1 { font-size: clamp(2.4rem,5vw,4.5rem); }
.article h2 { margin-top: 42px; font-size: 2rem; }
.article li + li { margin-top: 10px; }
.note { padding: 18px 20px; border: 1px solid var(--line); background: var(--cream-2); border-radius: 18px; color: var(--muted); }
.source-list { display: grid; gap: 16px; }
.source-card { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 18px; padding: 18px; }
.swatch { width: 110px; height: 86px; border-radius: 18px; background: linear-gradient(135deg,#efe2cf,#9c7b62); }
.badge-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.badge { border:1px solid var(--line); border-radius:999px; padding:7px 11px; font-weight:800; font-size:.84rem; background:rgba(255,255,255,.55); }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 44px 6vw; border-top: 1px solid var(--line); background: #f4eadc; color: var(--muted); }
.site-footer strong { color: var(--ink); font-family:'Playfair Display', Georgia, serif; font-size:1.45rem; }
.footer-links a { display: block; margin: 4px 0; color: var(--ink); font-weight: 700; }
@media (max-width: 980px) { .grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); } .article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 820px) {
  body { overflow-x: hidden; }
  .site-header { align-items: center; flex-wrap: wrap; gap: 12px; padding: 12px 5vw; }
  .brand { min-width: 0; flex: 1 1 auto; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-text strong { font-size: 1.28rem; }
  .brand-text small { font-size: .58rem; letter-spacing: .1em; white-space: nowrap; }
  .nav-toggle { display:block; margin-left:auto; cursor:pointer; }
  .site-header nav { display:none; order:3; width:100%; flex-direction:column; align-items:stretch; gap:0; padding:8px; margin-top:6px; background:var(--white); border:1px solid var(--line); border-radius:22px; box-shadow:0 18px 44px rgba(52,48,44,.12); }
  .site-header nav a { display:block; padding:13px 14px; border-radius:15px; }
  .site-header nav a:hover { background:var(--cream-2); }
  body.nav-open .site-header nav { display:flex; }
  .hero,.feature,.signup { grid-template-columns: 1fr; }
  .hero { padding-top: 42px; gap: 28px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .grid,.grid.two,.grid.four,.article-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 330px; }
  .section-head { display:block; }
  section { padding: 42px 5vw; }
  .site-footer { flex-direction:column; }
  .source-card { grid-template-columns:1fr; }
  .swatch { width:100%; }
  .email-box { border-radius:22px; flex-direction:column; }
}

@media (max-width: 430px) {
  .brand-text small { display:none; }
  .nav-toggle { padding: 8px 11px; }
  .actions .btn { width: 100%; }
}
