:root {
  --paper: #f4eee5;
  --cream: #fffaf4;
  --ink: #27211e;
  --muted: #786d66;
  --terracotta: #bb654e;
  --sage: #78866a;
  --butter: #e2c783;
  --wine: #6f4448;
  --line: rgba(39, 33, 30, 0.16);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; color: inherit; }

body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; z-index: 1000; left: 50%; transform: translateX(-50%); top: 20px;
  width: min(94%, 1440px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 13px 18px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px;
  background: rgba(244,238,229,.72); backdrop-filter: blur(18px); box-shadow: 0 8px 35px rgba(54,44,39,.08);
}
.brand { font-family: "Italiana", serif; font-size: 1.2rem; letter-spacing: .04em; }
.brand span { font-family: "DM Sans", sans-serif; font-size: .64em; letter-spacing: .18em; }
.main-nav { display: flex; gap: 28px; font-size: .88rem; }
.main-nav a { position: relative; }
.main-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-4px; height:1px; background:var(--terracotta); transition:.25s; }
.main-nav a:hover::after { right:0; }
.header-cta { justify-self: end; border: 1px solid var(--ink); border-radius: 999px; padding: 10px 16px; font-size: .82rem; transition: .25s; }
.header-cta:hover { background: var(--ink); color: var(--cream); }
.nav-toggle { display:none; background:none; border:0; width:40px; height:40px; place-items:center; gap:5px; }
.nav-toggle span { width:20px; height:1px; background:currentColor; display:block; }

.section-pad { padding-left: clamp(24px, 5vw, 82px); padding-right: clamp(24px, 5vw, 82px); }
.eyebrow { margin:0 0 18px; text-transform:uppercase; letter-spacing:.17em; font-size:.72rem; font-weight:600; }

.hero { min-height: 100svh; padding-top: 126px; padding-bottom: 54px; display:grid; grid-template-columns: minmax(280px,.78fr) minmax(520px,1.45fr); gap: clamp(30px, 5vw, 78px); align-items:center; position:relative; }
.hero-copy { max-width:600px; padding-bottom: 8vh; }
h1,h2,h3 { margin-top:0; font-weight:400; }
h1, h2 { font-family:"Italiana", serif; }
.hero h1 { font-size: clamp(4.2rem, 7.6vw, 9rem); line-height:.84; letter-spacing:-.035em; margin-bottom:28px; }
.hero h1 em, .manifesto h2 em { color: var(--terracotta); font-style:italic; }
.hero-intro { max-width:520px; font-size:clamp(1rem,1.25vw,1.18rem); line-height:1.65; color:var(--muted); }
.hero-actions { display:flex; align-items:center; gap:24px; margin-top:34px; flex-wrap:wrap; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 20px; border-radius:999px; font-size:.9rem; transition: transform .22s, background .22s, color .22s; }
.btn:hover { transform:translateY(-2px); }
.btn-dark { color:var(--cream); background:var(--ink); }
.btn-dark:hover { background:var(--terracotta); }
.btn-light { background:var(--cream); }
.text-link { font-size:.9rem; border-bottom:1px solid currentColor; padding-bottom:4px; }
.text-link span { color:var(--terracotta); }

.hero-visual { position:relative; height:min(76vh,760px); min-height:560px; }
.hero-visual > img { height:100%; object-fit:cover; border-radius: 180px 28px 28px 28px; }
.hero-badge { position:absolute; right:18px; top:18px; width:118px; height:118px; display:grid; place-content:center; text-align:center; border-radius:50%; background:var(--butter); font-family:"Italiana",serif; font-size:2rem; }
.hero-badge span { font-family:"DM Sans",sans-serif; font-size:.62rem; line-height:1.2; text-transform:uppercase; letter-spacing:.08em; }
.color-card { position:absolute; left:-56px; bottom:32px; width:205px; padding:18px; border-radius:18px; background:rgba(255,250,244,.92); backdrop-filter:blur(12px); box-shadow:0 16px 40px rgba(30,23,20,.15); }
.color-card > span { font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; }
.swatches { display:flex; gap:7px; margin-top:12px; }
.swatches i { flex:1; height:32px; border-radius:999px; }
.swatches i:nth-child(1){background:var(--terracotta)} .swatches i:nth-child(2){background:var(--sage)} .swatches i:nth-child(3){background:var(--butter)} .swatches i:nth-child(4){background:var(--wine)}
.hero-note { position:absolute; left:clamp(24px,5vw,82px); bottom:48px; font-size:.72rem; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); }

.manifesto { padding-top:120px; padding-bottom:120px; display:grid; grid-template-columns:.4fr 1.45fr .65fr; gap:clamp(30px,5vw,90px); border-top:1px solid var(--line); }
.manifesto-label { font-size:.76rem; text-transform:uppercase; letter-spacing:.15em; }
.manifesto h2 { font-size:clamp(2.7rem,5vw,5.7rem); line-height:.98; max-width:960px; margin-bottom:30px; }
.manifesto-copy p { color:var(--muted); max-width:660px; font-size:1.06rem; line-height:1.7; }
.manifesto-copy .text-link { display:inline-block; margin-top:18px; }
.stats { display:grid; align-content:end; gap:0; }
.stats div { padding:16px 0; border-bottom:1px solid var(--line); display:grid; grid-template-columns:46px 1fr; align-items:center; }
.stats strong { font-family:"Italiana",serif; font-size:1.45rem; color:var(--terracotta); }
.stats span { font-size:.84rem; }

.projects { padding-top:105px; padding-bottom:115px; background:var(--cream); }
.section-heading { display:grid; grid-template-columns:1fr auto; align-items:end; margin-bottom:44px; }
.section-heading .eyebrow { grid-column:1 / -1; }
.section-heading h2 { font-size:clamp(3rem,5.7vw,6.2rem); line-height:.95; max-width:800px; margin-bottom:0; }
.slider-controls { display:flex; gap:8px; }
.slider-controls button { width:48px; height:48px; border-radius:50%; border:1px solid var(--line); background:transparent; cursor:pointer; transition:.2s; }
.slider-controls button:hover { background:var(--ink); color:var(--cream); }
.project-track { display:flex; gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; padding-bottom:6px; }
.project-track::-webkit-scrollbar { display:none; }
.project-card { flex:0 0 min(36vw,500px); scroll-snap-align:start; }
.image-wrap { overflow:hidden; border-radius:18px; background:#ddd; aspect-ratio: .78; }
.image-wrap img { height:100%; object-fit:cover; transition:transform .55s ease; }
.project-card:hover img { transform:scale(1.025); }
.project-meta { display:flex; justify-content:space-between; text-transform:uppercase; letter-spacing:.1em; font-size:.66rem; color:var(--muted); margin-top:14px; }
.project-card h3 { font-family:"Italiana",serif; font-size:2rem; margin:8px 0 0; }

.feature-banner { position:relative; height:min(86vh,860px); min-height:620px; margin:0; overflow:hidden; }
.feature-banner > img { height:100%; object-fit:cover; }
.feature-banner::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(35,24,20,.66), rgba(35,24,20,.08) 72%); }
.feature-overlay { position:absolute; z-index:2; left:clamp(24px,7vw,120px); bottom:clamp(36px,8vw,110px); color:white; max-width:730px; }
.feature-overlay h2 { font-size:clamp(3rem,5.8vw,6.3rem); line-height:.96; margin-bottom:24px; }
.feature-overlay p:last-child { max-width:540px; line-height:1.65; color:rgba(255,255,255,.82); }

.process { padding-top:115px; padding-bottom:120px; background:var(--sage); color:#fbf7ef; }
.process .section-heading { display:block; }
.process .section-heading h2 { max-width:900px; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(255,255,255,.35); }
.process-step { padding:28px 24px 8px 0; min-height:260px; border-right:1px solid rgba(255,255,255,.35); }
.process-step:not(:first-child){ padding-left:24px; }
.process-step:last-child{ border-right:0; }
.process-step > span { font-family:"Italiana",serif; font-size:2rem; opacity:.65; }
.process-step h3 { font-family:"Italiana",serif; font-size:2.1rem; margin:48px 0 10px; }
.process-step p { color:rgba(255,255,255,.8); font-size:.9rem; line-height:1.65; }

.shop { padding-top:120px; padding-bottom:120px; display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(40px,7vw,110px); background:var(--wine); color:#fff7ee; }
.shop-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.shop-copy h2 { font-size:clamp(3.2rem,5.5vw,6rem); line-height:.95; }
.shop-copy p:not(.eyebrow) { max-width:520px; line-height:1.7; color:rgba(255,247,238,.78); }
.shop-copy .btn { margin-top:20px; color:var(--ink); }
.shop-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; align-items:end; }
.shop-grid img { height:520px; object-fit:cover; border-radius:180px 18px 18px 18px; }
.shop-grid img:nth-child(2){ height:620px; border-radius:18px 18px 180px 18px; }

.journal { padding-top:110px; padding-bottom:120px; background:var(--paper); }
.journal .section-heading { display:block; }
.journal-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.journal-card img { aspect-ratio:1.05; object-fit:cover; border-radius:18px; margin-bottom:18px; }
.journal-card > span { text-transform:uppercase; letter-spacing:.12em; color:var(--terracotta); font-size:.66rem; }
.journal-card h3 { font-family:"Italiana",serif; font-size:2rem; line-height:1.04; margin:10px 0 18px; }
.journal-card a { font-size:.85rem; border-bottom:1px solid currentColor; }

.contact { min-height:620px; display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:center; background:var(--butter); position:relative; overflow:hidden; }
.contact-copy { max-width:760px; }
.contact-copy h2 { font-size:clamp(3.2rem,6vw,6.8rem); line-height:.92; }
.contact-copy > p:not(.eyebrow) { max-width:560px; color:rgba(39,33,30,.73); line-height:1.7; }
.contact-copy .btn { margin-top:16px; }
.contact-art { position:relative; height:420px; }
.contact-art span { position:absolute; border-radius:50% 50% 45% 55%; mix-blend-mode:multiply; }
.contact-art span:nth-child(1){ width:330px; height:330px; background:var(--terracotta); left:4%; top:2%; }
.contact-art span:nth-child(2){ width:260px; height:260px; background:var(--sage); right:8%; bottom:0; }
.contact-art span:nth-child(3){ width:220px; height:330px; background:var(--wine); left:38%; top:60px; border-radius:50% 50% 10% 10%; }

.site-footer { padding:42px clamp(24px,5vw,82px); background:var(--ink); color:rgba(255,250,244,.76); display:grid; grid-template-columns:1fr auto; gap:28px; align-items:center; }
.footer-brand { color:var(--cream); font-size:1.5rem; }
.footer-links { display:flex; gap:22px; font-size:.82rem; }
.site-footer p { grid-column:1 / -1; margin:0; padding-top:22px; border-top:1px solid rgba(255,255,255,.15); font-size:.72rem; }

.reveal { opacity:0; transform:translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns:1fr auto; }
  .main-nav { position:absolute; top:64px; left:0; right:0; display:none; padding:18px; flex-direction:column; gap:0; border-radius:24px; background:rgba(255,250,244,.97); box-shadow:0 18px 35px rgba(30,20,17,.14); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:14px 6px; border-bottom:1px solid var(--line); }
  .nav-toggle { display:grid; justify-self:end; }
  .header-cta { display:none; }
  .hero { grid-template-columns:1fr; min-height:auto; padding-top:120px; }
  .hero-copy { padding-bottom:0; }
  .hero-visual { min-height:500px; height:65vh; }
  .hero-note { display:none; }
  .color-card { left:18px; }
  .manifesto { grid-template-columns:1fr; }
  .stats { grid-template-columns:repeat(3,1fr); }
  .stats div { grid-template-columns:1fr; }
  .project-card { flex-basis:58vw; }
  .process-grid { grid-template-columns:1fr 1fr; }
  .process-step:nth-child(2){ border-right:0; }
  .shop { grid-template-columns:1fr; }
  .journal-grid { grid-template-columns:1fr 1fr; }
  .contact { grid-template-columns:1fr; padding-top:80px; padding-bottom:80px; }
  .contact-art { height:300px; order:2; }
}

@media (max-width: 640px) {
  .section-pad { padding-left:20px; padding-right:20px; }
  .site-header { top:10px; width:calc(100% - 20px); }
  .hero { padding-top:102px; }
  .hero h1 { font-size:clamp(3.5rem,18vw,5.4rem); }
  .hero-visual { min-height:440px; height:60vh; }
  .hero-visual > img { border-radius:110px 20px 20px 20px; }
  .hero-badge { width:92px; height:92px; font-size:1.5rem; }
  .color-card { width:175px; }
  .manifesto { padding-top:82px; padding-bottom:82px; }
  .manifesto h2, .section-heading h2, .feature-overlay h2, .shop-copy h2, .contact-copy h2 { font-size:clamp(2.65rem,13vw,4.1rem); }
  .stats { grid-template-columns:1fr; }
  .section-heading { grid-template-columns:1fr; gap:24px; }
  .slider-controls { justify-self:start; }
  .project-card { flex-basis:82vw; }
  .feature-banner { min-height:580px; }
  .process-grid { grid-template-columns:1fr; }
  .process-step, .process-step:not(:first-child) { padding-left:0; border-right:0; border-bottom:1px solid rgba(255,255,255,.35); }
  .shop-grid { gap:8px; }
  .shop-grid img, .shop-grid img:nth-child(2) { height:360px; border-radius:100px 14px 14px 14px; }
  .shop-grid img:nth-child(2){ border-radius:14px 14px 100px 14px; }
  .journal-grid { grid-template-columns:1fr; }
  .contact-art span:nth-child(1){ width:230px; height:230px; }
  .contact-art span:nth-child(2){ width:190px; height:190px; }
  .contact-art span:nth-child(3){ width:150px; height:240px; }
  .site-footer { grid-template-columns:1fr; }
  .footer-links { flex-wrap:wrap; }
}
