:root {
  --bg: #f7f4ee;
  --surface: #fffdf9;
  --ink: #25251f;
  --muted: #6b6a61;
  --olive: #667348;
  --olive-dark: #343c26;
  --line: #ddd5c8;
  --gold: #a98b5b;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(54, 50, 40, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.78); }
.eyebrow.dark { color: var(--olive); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: "Playfair Display", serif; font-weight: 500; }
h1 { font-size: clamp(46px, 6vw, 82px); line-height: 1.03; letter-spacing: -.025em; }
h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.12; margin-bottom: 0; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; width: max-content; }
.brand-name { font-family: "Playfair Display", serif; font-size: 28px; }
.brand-subtitle { margin-top: 3px; font-size: 9px; letter-spacing: .34em; opacity: .78; }
.main-nav { display: flex; justify-content: center; gap: 30px; font-size: 14px; }
.main-nav a { position: relative; padding: 12px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 6px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { position: relative; width: 42px; height: 42px; display: grid; place-items: center; color: inherit; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.06); cursor: pointer; }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.cart-count { position: absolute; right: -2px; top: -2px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 99px; background: #d8c28e; color: #242419; font-size: 10px; }
.menu-toggle { display: none; }
.hero { min-height: 760px; position: relative; display: flex; align-items: center; color: white; background: linear-gradient(90deg, rgba(25,29,18,.25), rgba(25,29,18,.02)), url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=88') center/cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,34,20,.88) 0%, rgba(29,34,20,.57) 42%, rgba(29,34,20,.05) 75%); }
.hero-content { position: relative; z-index: 1; padding-top: 70px; }
.hero-content h1 { max-width: 780px; margin-bottom: 24px; }
.hero-text { max-width: 620px; font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; font-weight: 600; border: 1px solid transparent; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #778254; color: white; }
.button-primary:hover { background: #697448; }
.button-secondary { color: white; border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.03); }
.button-outline-dark { border-color: var(--olive); color: var(--olive-dark); }
.trust-strip { background: #fffaf3; border-bottom: 1px solid #e7dfd3; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 42px 26px; display: flex; gap: 20px; align-items: flex-start; border-right: 1px solid #e7dfd3; }
.trust-item:last-child { border-right: 0; }
.line-icon { flex: 0 0 46px; color: var(--gold); }
.line-icon svg { width: 46px; fill: none; stroke: currentColor; stroke-width: 1.45; }
.trust-item h3 { margin-bottom: 8px; font-size: 15px; }
.trust-item p { margin: 0; font-size: 12px; line-height: 1.6; color: var(--muted); }
.section-heading { margin-bottom: 48px; }
.centered { text-align: center; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-intro { max-width: 620px; margin: -25px 0 35px; color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.feature-card { min-height: 230px; padding: 30px 24px; border: 1px solid #e7dfd2; border-radius: 16px; background: rgba(255,255,255,.55); }
.feature-card span { display: inline-block; margin-bottom: 28px; font-family: "Playfair Display", serif; font-size: 28px; color: var(--gold); }
.feature-card h3 { font-size: 16px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.audience-section { padding-top: 20px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card { min-height: 520px; display: grid; grid-template-columns: 42% 58%; border-radius: var(--radius); overflow: hidden; background: #efe9df; box-shadow: var(--shadow); }
.designer-card { grid-template-columns: 58% 42%; background: #e8e2d9; }
.audience-image { min-height: 520px; background-size: cover; background-position: center; }
.audience-private { background-image: url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1100&q=85'); }
.audience-designer { background-image: url('https://images.unsplash.com/photo-1524758631624-e2822e304c36?auto=format&fit=crop&w=1100&q=85'); }
.audience-content { padding: 56px 44px; align-self: center; }
.audience-content h2 { font-size: 36px; margin-bottom: 18px; }
.audience-content > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 28px; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -2px; width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid var(--olive); border-radius: 50%; color: var(--olive); font-size: 11px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 600; color: var(--olive-dark); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.colors-section { background: #fffaf3; }
.carousel-controls { display: flex; gap: 10px; }
.carousel-controls button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid #cfc5b6; color: var(--olive-dark); background: transparent; cursor: pointer; }
.carousel { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 5 * 18px) / 6); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 8px 2px 18px; }
.carousel::-webkit-scrollbar { display: none; }
.color-card { scroll-snap-align: start; min-width: 0; }
.swatch { height: 240px; border-radius: 14px; background: var(--swatch); box-shadow: inset 0 0 0 1px rgba(0,0,0,.04); }
.color-card h3 { margin: 16px 0 4px; font-family: "Playfair Display", serif; font-size: 18px; }
.color-card p { margin: 0; color: var(--muted); font-size: 13px; }
.center-action { text-align: center; margin-top: 28px; }
.inspiration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.inspiration-card { overflow: hidden; border-radius: 18px; background: var(--surface); box-shadow: 0 12px 35px rgba(45,40,30,.08); }
.inspiration-photo { aspect-ratio: 4/3; background-size: cover; background-position: center; transition: transform .5s ease; }
.inspiration-card:hover .inspiration-photo { transform: scale(1.03); }
.photo-bedroom { background-image: url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1200&q=85'); }
.photo-kitchen { background-image: url('https://images.unsplash.com/photo-1556911220-bff31c812dba?auto=format&fit=crop&w=1200&q=85'); }
.photo-living { background-image: url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1200&q=85'); }
.inspiration-copy { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.inspiration-copy h3 { margin-bottom: 6px; font-size: 18px; }
.inspiration-copy p { margin: 0; color: var(--muted); font-size: 13px; }
.inspiration-copy > span { font-size: 25px; color: var(--olive); }
.products-section { background: #f1ede6; }
.product-carousel { grid-auto-columns: calc((100% - 3 * 22px) / 4); gap: 22px; }
.product-card { overflow: hidden; scroll-snap-align: start; border-radius: 18px; background: var(--surface); box-shadow: 0 12px 30px rgba(45,40,30,.07); }
.product-image { height: 280px; display: grid; place-items: center; background: linear-gradient(180deg,#f8f5ef,#eee8de); }
.paint-can { width: 148px; height: 176px; padding: 24px 16px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 8px 8px 14px 14px; color: #f3eee5; background: linear-gradient(90deg,#1c211a,#3d4934 48%,#1a1e18); box-shadow: 0 26px 30px rgba(0,0,0,.25); text-align: center; }
.paint-can::before { content: ""; position: absolute; left: -5px; right: -5px; top: -8px; height: 14px; border-radius: 50%; background: #242a20; box-shadow: inset 0 2px 2px rgba(255,255,255,.16); }
.paint-can span { font-family: "Playfair Display", serif; font-size: 20px; }
.paint-can small { margin-top: 4px; font-size: 7px; letter-spacing: .18em; }
.paint-can b { margin-top: 30px; padding: 8px 10px; color: #34352f; background: #ded6c6; font-size: 10px; }
.paint-can.light-can { color: #303028; background: linear-gradient(90deg,#c8c2b6,#eee8dc 48%,#b5afa4); }
.sample-pot { width: 116px; height: 108px; padding: 20px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 8px 8px 18px 18px; border-top: 10px solid #1f251d; background: #f4f1ea; box-shadow: 0 20px 26px rgba(0,0,0,.16); text-align: center; }
.sample-pot span { font-family: "Playfair Display", serif; font-size: 16px; }
.sample-pot b { margin-top: 15px; font-size: 10px; }
.product-body { padding: 24px; }
.product-body h3 { min-height: 44px; margin-bottom: 10px; font-size: 17px; }
.product-body > p { min-height: 62px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-options { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px; }
.product-options span { padding: 7px 10px; border-radius: 99px; border: 1px solid #ddd4c7; font-size: 11px; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-footer strong { font-size: 18px; }
.add-to-cart { min-height: 40px; padding: 0 16px; border: 0; border-radius: 7px; color: white; background: var(--olive); cursor: pointer; }
.add-to-cart:hover { background: var(--olive-dark); }
.process-section { background: #fffaf3; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid #e4dccf; border-radius: 18px; background: #e4dccf; }
.process-grid article { position: relative; padding: 38px 30px; background: #fffdf9; }
.process-grid span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; color: white; background: var(--olive); font-weight: 700; }
.process-grid h3 { font-size: 17px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.cta-section { padding: 0 0 70px; background: #fffaf3; }
.cta-inner { min-height: 430px; padding: 62px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; overflow: hidden; border-radius: 24px; color: white; background: linear-gradient(120deg,#303923,#596344); }
.cta-copy { position: relative; z-index: 2; }
.cta-copy h2 { font-size: clamp(38px,4vw,60px); }
.cta-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.76); line-height: 1.7; }
.cta-visual { position: relative; min-height: 300px; }
.cta-visual .large { position: absolute; right: 90px; bottom: 10px; transform: scale(1.3); }
.book { position: absolute; right: 235px; bottom: 20px; width: 180px; height: 230px; padding: 42px 22px; border-radius: 5px; color: #ddd7c7; background: #48513d; box-shadow: -14px 22px 35px rgba(0,0,0,.26); font-family: "Playfair Display", serif; text-align: center; }
.book small { font-family: Inter, sans-serif; font-size: 8px; letter-spacing: .12em; }
.vase { position: absolute; right: -10px; bottom: 0; width: 120px; height: 150px; border-radius: 45% 45% 20% 20%; border: 2px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.vase i { position: absolute; left: 55px; bottom: 120px; width: 2px; height: 150px; background: #88956f; transform-origin: bottom; }
.vase i:nth-child(1){transform:rotate(-28deg)} .vase i:nth-child(2){transform:rotate(-12deg)} .vase i:nth-child(3){transform:rotate(15deg)} .vase i:nth-child(4){transform:rotate(32deg)}
.vase i::after { content:""; position:absolute; top:0; left:-22px; width:44px; height:20px; border-radius:50%; background:#7f8b68; transform:rotate(20deg); }
.site-footer { padding: 70px 0 26px; background: #eae4d9; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; }
.footer-brand { color: var(--ink); }
.footer-grid p { max-width: 320px; color: var(--muted); line-height: 1.7; }
.footer-grid h3 { font-size: 14px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid a:not(.brand) { color: var(--muted); font-size: 13px; }
.footer-grid a:hover { color: var(--olive-dark); }
.footer-bottom { margin-top: 55px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #d5ccbe; color: #777267; font-size: 11px; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 100; padding: 15px 20px; border-radius: 10px; color: white; background: #303923; box-shadow: var(--shadow); transform: translateY(120px); opacity: 0; transition: .3s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .carousel { grid-auto-columns: calc((100% - 3 * 18px) / 4); }
  .product-carousel { grid-auto-columns: calc((100% - 2 * 22px) / 3); }
}
@media (max-width: 820px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .menu-toggle { width: 44px; height: 44px; padding: 10px; display: grid; align-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.06); }
  .menu-toggle span { height: 1px; background: white; }
  .main-nav { position: fixed; inset: 0; padding: 120px 35px 40px; display: flex; flex-direction: column; justify-content: flex-start; gap: 14px; background: rgba(35,40,27,.98); transform: translateX(100%); transition: transform .3s ease; }
  body.menu-open .main-nav { transform: translateX(0); }
  .main-nav a { font-family: "Playfair Display", serif; font-size: 34px; }
  .hero { min-height: 720px; background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(29,34,20,.9), rgba(29,34,20,.55)); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-card,.designer-card { grid-template-columns: 1fr; }
  .designer-card .audience-image { order: -1; }
  .audience-image { min-height: 340px; }
  .inspiration-grid { grid-template-columns: 1fr; }
  .carousel { grid-auto-columns: calc((100% - 2 * 16px) / 3); gap: 16px; }
  .product-carousel { grid-auto-columns: calc((100% - 1 * 18px) / 2); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-visual { margin-top: 30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .header-actions .icon-button:first-child { display: none; }
  .menu-toggle { grid-column: 2; grid-row: 1; }
  .header-actions { position: absolute; right: 68px; }
  .brand-name { font-size: 23px; }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 80px; }
  .hero-text { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid #e7dfd3; }
  .trust-item:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .audience-content { padding: 38px 28px; }
  .split-heading { align-items: center; }
  .carousel { grid-auto-columns: 76%; }
  .swatch { height: 230px; }
  .product-carousel { grid-auto-columns: 86%; }
  .process-grid { grid-template-columns: 1fr; }
  .cta-inner { padding: 42px 28px; }
  .cta-visual { min-height: 250px; transform: scale(.82); transform-origin: center bottom; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
