@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

@font-face {
  font-family: 'Millik';
  src: url('Millik.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #2E3544;
  --gold: #B68247;
  --cream: #DFDECE;
  --warm: #F5F2EC;
  --sage: #8A9180;
  --walnut: #3A2A1A;
  --char: #4A4540;
  --white: #FDFAF6;
}

html { scroll-behavior: smooth; }
body { background: var(--white); color: var(--navy); font-family: 'Jost', sans-serif; overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px; height: 80px;
  background: var(--white); border-bottom: 1px solid var(--cream);
}
.nav-logo { text-decoration: none; display: flex; flex-direction: column; line-height: 1.2; }
.nav-brand { font-family: 'Millik', serif; font-size: 18px; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); font-weight: normal; }
.nav-sub { font-family: 'Jost', sans-serif; font-size: 8px; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); font-weight: 400; }
.nav-links { list-style: none; display: flex; gap: 36px; align-items: center; }
.nav-links a { text-decoration: none; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--char); font-weight: 400; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-etsy { color: var(--gold) !important; font-weight: 500 !important; }
.hamburger { display: none; background: none; border: none; font-size: 22px; cursor: pointer; color: var(--navy); }

/* ── HERO ── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; padding-top: 80px;
  z-index: 1; box-shadow: 0 20px 80px rgba(0,0,0,0.35);
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--navy) 0%, #3d4a5c 60%, #2a3020 100%);
}
.hero-texture {
  position: absolute; inset: 0; opacity: .06;
  background-image: repeating-linear-gradient(45deg, #fff 0, #fff 1px, transparent 1px, transparent 20px),
    repeating-linear-gradient(-45deg, #fff 0, #fff 1px, transparent 1px, transparent 20px);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto; padding: 80px 48px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.hero-left {}
.hero-eyebrow { font-size: 14px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; font-weight: 400; }
.hero-headline { font-family: 'Playfair Display', serif; font-size: clamp(52px, 7vw, 88px); color: var(--cream); font-weight: 400; line-height: 1.05; margin-bottom: 16px; }
.hero-headline em { font-style: italic; color: var(--gold); }
.hero-body { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: rgba(223,222,206,.75); line-height: 1.75; font-weight: 300; margin-bottom: 44px; max-width: 480px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  display: inline-block; text-decoration: none;
  background: var(--gold); color: var(--white);
  font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500;
  padding: 18px 40px; transition: background .2s, transform .15s;
}
.btn-primary:hover { background: #c9904f; transform: translateY(-1px); }
.btn-outline {
  display: inline-block; text-decoration: none;
  border: none; color: var(--navy);
  background: var(--cream);
  font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500;
  padding: 18px 40px; transition: background .2s, transform .15s;
}
.btn-outline:hover { background: #ccc9b8; transform: translateY(-1px); }

.hero-right { display: flex; flex-direction: column; gap: 20px; }
.hero-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(182,130,71,.25);
  padding: 28px 32px;
}
.hero-card-label { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.hero-card-text { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--cream); font-style: italic; font-weight: 300; line-height: 1.4; }

/* ── SECTION BASE ── */
.section { max-width: 1100px; margin: 0 auto; padding: 100px 48px; }
.section-label { font-size: 12px; letter-spacing: .25em; text-transform: uppercase; color: var(--sage); margin-bottom: 20px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4vw, 48px); font-weight: 400; color: var(--navy); line-height: 1.15; margin-bottom: 20px; }
.section-title em { font-style: italic; color: var(--gold); }
.section-body { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--char); line-height: 1.8; font-weight: 400; max-width: 560px; }

/* ── SPLIT SECTIONS ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 100px 48px; max-width: 1100px; margin: 0 auto; }
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split-visual {
  aspect-ratio: 4/5; position: relative; overflow: hidden;
}
.wood-swatch-1 { background: linear-gradient(160deg, #5C3D1E 0%, #7A5230 40%, #3A2010 100%); }
.wood-swatch-2 { background: linear-gradient(160deg, #8A7050 0%, #6B5535 50%, #4A3520 100%); }
.split-visual-label {
  position: absolute; bottom: 20px; left: 20px;
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.6);
  font-family: 'Jost', sans-serif;
}
.grain-overlay {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0, transparent 3px, rgba(0,0,0,.03) 3px, rgba(0,0,0,.03) 4px);
}

/* ── CATEGORIES ── */
.categories-bg { background: var(--navy); }
.categories { max-width: 1100px; margin: 0 auto; padding: 100px 48px; }
.categories .section-label { color: rgba(182,130,71,.7); }
.categories .section-title { color: var(--cream); }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 48px; }
.cat-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(182,130,71,.15);
  padding: 40px 32px; text-decoration: none;
  transition: background .25s, border-color .25s;
  display: flex; flex-direction: column;
}
.cat-card:hover { background: rgba(182,130,71,.08); border-color: rgba(182,130,71,.4); }
.cat-num { font-size: 10px; letter-spacing: .25em; color: var(--gold); margin-bottom: 20px; }
.cat-name { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--cream); font-weight: 400; margin-bottom: 12px; }
.cat-desc { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: rgba(223,222,206,.6); line-height: 1.65; font-weight: 300; flex: 1; }
.cat-link { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-top: 24px; font-weight: 400; }

/* ── PROCESS STRIP ── */
.process-strip { background: var(--cream); padding: 72px 48px; }
.process-inner { max-width: 1100px; margin: 0 auto; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; margin-top: 40px; }
.process-step {}
.step-num { font-family: 'Playfair Display', serif; font-size: 48px; color: var(--gold); opacity: .35; font-weight: 400; margin-bottom: 12px; line-height: 1; }
.step-title { font-family: 'Playfair Display', serif; font-size: 17px; color: var(--navy); margin-bottom: 8px; font-weight: 400; }
.step-desc { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--char); line-height: 1.65; font-weight: 400; }

/* ── CTA BAND ── */
.cta-band { background: var(--gold); padding: 72px 48px; text-align: center; }
.cta-band h2 { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--white); font-weight: 400; margin-bottom: 12px; }
.cta-band p { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: rgba(255,255,255,.8); font-weight: 300; margin-bottom: 32px; }
.btn-white { display: inline-block; text-decoration: none; background: var(--white); color: var(--gold); font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; padding: 16px 36px; transition: transform .15s; }
.btn-white:hover { transform: translateY(-2px); }

/* ── FOOTER ── */
footer { background: var(--walnut); padding: 56px 48px 32px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 18px; letter-spacing: .1em; text-transform: uppercase; color: var(--cream); font-weight: 600; margin-bottom: 12px; }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: rgba(223,222,206,.6); font-style: italic; font-weight: 300; line-height: 1.6; }
.footer-col h4 { font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { text-decoration: none; font-size: 13px; color: rgba(223,222,206,.6); font-family: 'Cormorant Garamond', serif; transition: color .2s; }
.footer-col ul li a:hover { color: var(--cream); }
.footer-bottom { border-top: 1px solid rgba(223,222,206,.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 10px; letter-spacing: .15em; color: rgba(223,222,206,.35); text-transform: uppercase; }

/* ── GALLERY PAGE ── */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.gallery-grid .wide { grid-column: span 2; }
.gallery-item { aspect-ratio: 1; overflow: hidden; position: relative; cursor: pointer; }
.gallery-item.tall { aspect-ratio: 2/3; }
.gallery-item.wide { aspect-ratio: 2/1; }
.g-wood-1 { background: linear-gradient(135deg, #5C3D1E, #8A6030, #3A2010); }
.g-wood-2 { background: linear-gradient(160deg, #3A2A1A, #6B4A2A); }
.g-wood-3 { background: linear-gradient(120deg, #7A6040, #4A3520); }
.g-wood-4 { background: linear-gradient(150deg, #2E3544, #5C3D1E); }
.g-wood-5 { background: linear-gradient(135deg, #8A9180, #4A4540); }
.g-wood-6 { background: linear-gradient(160deg, #6B5535, #3A2A1A); }
.g-wood-7 { background: linear-gradient(120deg, #B68247, #5C3D1E); }
.g-wood-8 { background: linear-gradient(150deg, #4A4540, #2E3544); }
.g-wood-9 { background: linear-gradient(140deg, #7A5230, #2E3544); }
.gallery-overlay {
  position: absolute; inset: 0; background: rgba(46,53,68,0);
  display: flex; align-items: flex-end; padding: 20px;
  transition: background .3s;
}
.gallery-item:hover .gallery-overlay { background: rgba(46,53,68,.55); }
.gallery-caption { font-family: 'Cormorant Garamond', serif; font-size: 14px; font-style: italic; color: var(--cream); opacity: 0; transition: opacity .3s; }
.gallery-item:hover .gallery-caption { opacity: 1; }

/* ── CUSTOM PAGE ── */
.custom-hero { background: var(--navy); padding: 140px 48px 80px; }
.custom-hero-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.custom-hero .section-label { color: rgba(182,130,71,.8); text-align: center; }
.custom-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(40px, 5vw, 64px); color: var(--cream); font-weight: 400; line-height: 1.1; margin-bottom: 20px; }
.custom-hero h1 em { color: var(--gold); font-style: italic; }
.custom-hero p { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: rgba(223,222,206,.7); line-height: 1.75; font-weight: 300; }

.form-section { max-width: 760px; margin: 0 auto; padding: 80px 48px 100px; }
.form-intro { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--char); line-height: 1.8; margin-bottom: 52px; }

form { display: flex; flex-direction: column; gap: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: var(--sage); font-weight: 400; }
.form-group input,
.form-group select,
.form-group textarea {
  background: transparent; border: none; border-bottom: 1px solid var(--cream);
  padding: 12px 0; font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--navy);
  outline: none; transition: border-color .2s; width: 100%;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-bottom-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group select { background: var(--white); cursor: pointer; }
.form-submit { margin-top: 12px; }
.form-note { font-family: 'Cormorant Garamond', serif; font-size: 15px; color: var(--sage); font-style: italic; margin-top: 16px; line-height: 1.6; }

/* ── ABOUT PAGE ── */
.about-hero { background: var(--cream); padding: 140px 48px 80px; }
.about-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.about-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(40px, 5vw, 64px); color: var(--navy); font-weight: 400; line-height: 1.1; }
.about-hero h1 em { font-style: italic; color: var(--gold); }
.about-hero-img { aspect-ratio: 3/4; background: linear-gradient(160deg, #5C3D1E, #3A2A1A); position: relative; }
.about-body-section { max-width: 1100px; margin: 0 auto; padding: 80px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.about-copy p { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--char); line-height: 1.85; margin-bottom: 24px; }
.about-values { display: flex; flex-direction: column; gap: 28px; }
.about-value { border-left: 2px solid var(--gold); padding-left: 24px; }
.about-value h4 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--navy); font-weight: 400; margin-bottom: 6px; }
.about-value p { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--char); line-height: 1.65; }

/* ── CONTACT PAGE ── */
.contact-section { max-width: 900px; margin: 0 auto; padding: 140px 48px 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-left h1 { font-family: 'Playfair Display', serif; font-size: 44px; color: var(--navy); font-weight: 400; line-height: 1.1; margin-bottom: 20px; }
.contact-left h1 em { font-style: italic; color: var(--gold); }
.contact-left p { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--char); line-height: 1.8; margin-bottom: 36px; }
.contact-detail { margin-bottom: 20px; }
.contact-detail-label { font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: var(--sage); margin-bottom: 4px; }
.contact-detail-value { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--navy); }
.contact-detail-value a { color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--cream); transition: border-color .2s; }
.contact-detail-value a:hover { border-color: var(--gold); }

/* ── PAGE HERO (generic) ── */
.page-hero { padding: 140px 48px 60px; background: var(--warm); border-bottom: 1px solid var(--cream); }
.page-hero-inner { max-width: 1100px; margin: 0 auto; }

.materials-inner { max-width: 1100px; margin: 0 auto; padding: 0 48px; }
.materials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 32px 24px; gap: 24px; border-bottom: 1px solid var(--cream); z-index: 99; }
  .nav-links.open { display: flex; }
  .hamburger { display: block; }
  .hero-content { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
  .hero-right { display: none; }
  .split { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; direction: ltr; }
  .split-visual { aspect-ratio: 3/2; }
  .cat-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid .wide { grid-column: span 1; }
  .form-row { grid-template-columns: 1fr; }
  .about-hero-inner { grid-template-columns: 1fr; }
  .about-body-section { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; padding: 120px 24px 60px; }
  .materials-inner { padding: 0 24px; }
  .materials-grid { grid-template-columns: 1fr 1fr; }
  .section, .categories { padding: 60px 24px; }
  .process-strip { padding: 60px 24px; }
  .cta-band { padding: 60px 24px; }
  .custom-hero, .about-hero { padding: 120px 24px 60px; }
  .form-section { padding: 60px 24px; }
}

/* ── UTILS ── */
.mt-8 { margin-top: 8px; }
.mb-32 { margin-bottom: 32px; }
.text-center { text-align: center; }
.divider { width: 40px; height: 2px; background: var(--gold); margin: 24px 0; }
