:root {
  --ivory: #faf7f1;
  --linen: #efe7da;
  --olive: #59644f;
  --olive-dark: #46513f;
  --walnut: #4d3b30;
  --terracotta: #b66f4d;
  --brass: #c6a56b;
  --charcoal: #383735;
  --muted: #716e68;
  --white: #ffffff;
  --line: #ded6ca;
  --shadow: 0 22px 60px rgba(77,59,48,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;color:var(--charcoal);background:var(--ivory);line-height:1.65}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.skip-link{position:absolute;left:-999px;top:8px;background:white;padding:10px;z-index:9999}
.skip-link:focus{left:8px}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(250,247,241,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(222,214,202,.9)}
.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-flex;align-items:center;gap:12px}
.monogram{display:grid;place-items:center;width:49px;height:49px;border-radius:50%;background:var(--olive);color:var(--ivory);font:700 13px/1 "Libre Baskerville",serif;letter-spacing:.08em}
.brand-copy{display:flex;flex-direction:column;line-height:1.1}
.brand-copy strong{font:700 17px "Libre Baskerville",serif;color:var(--walnut);letter-spacing:.08em}
.brand-copy small{text-transform:uppercase;letter-spacing:.16em;color:#8a8177;font-size:9px;margin-top:5px}
.site-nav{display:flex;align-items:center;gap:27px;font-weight:600;font-size:14px}
.site-nav a:hover{color:var(--terracotta)}
.nav-cta{background:var(--olive);color:white!important;padding:12px 18px;border-radius:999px}
.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:var(--walnut);margin:5px 0}
.hero{position:relative;overflow:hidden;padding:104px 0 90px;background:linear-gradient(135deg,#f8f1e8 0%,#efe3d3 100%)}
.hero::before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:rgba(198,165,107,.15);right:-180px;top:-170px}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;position:relative}
.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.15em;font-weight:700;font-size:12px;color:var(--terracotta)}
h1,h2,h3{font-family:"Libre Baskerville",serif;color:var(--walnut);line-height:1.18}
h1{font-size:clamp(43px,6vw,70px);letter-spacing:-.035em;margin:0 0 24px}
h2{font-size:clamp(31px,4vw,46px);letter-spacing:-.025em;margin:0 0 22px}
h3{font-size:20px;margin:0 0 10px}
.hero-text{font-size:19px;color:#645e58;max-width:680px;margin-bottom:31px}
.hero-actions{display:flex;flex-wrap:wrap;gap:13px}
.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 22px;font-weight:700;font-size:14px;cursor:pointer;transition:.2s ease}
.button:hover{transform:translateY(-2px)}
.primary{background:var(--terracotta);color:white;box-shadow:0 12px 30px rgba(182,111,77,.2)}
.secondary{background:transparent;border:1px solid var(--olive);color:var(--olive)}
.hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:33px}
.hero-points span{font-size:13px;color:#756f68;position:relative;padding-left:15px}
.hero-points span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--olive);position:absolute;left:0;top:8px}
.hero-visual{position:relative;min-height:470px}
.visual-card{position:absolute;border-radius:28px;background:#fdfaf5;border:1px solid #e6dbcc;box-shadow:var(--shadow)}
.visual-card.tall{width:78%;height:420px;right:0;top:0;padding:28px}
.visual-card.mini{width:54%;height:180px;left:0;bottom:0;padding:24px;background:#d9c6ad}
.visual-label{font-family:"Libre Baskerville",serif;color:var(--walnut);font-size:16px}
.shelf{height:95px;border-bottom:8px solid #9a7556;margin-top:38px;display:flex;align-items:flex-end;gap:18px;padding:0 16px}
.shelf.lower{margin-top:22px}
.jar,.basket,.bottle,.box{background:#c9b59b;border-radius:12px 12px 4px 4px;width:62px;height:72px}
.jar.short{height:52px;background:#a7b09b}
.basket{width:95px;height:58px;background:#b98562}
.bottle{width:38px;height:78px;background:#7e8d76;border-radius:14px 14px 4px 4px}
.box{width:80px;height:65px;background:#d9c6ad}
.box.small{width:50px;height:48px;background:#b98562}
.mini-shapes{display:flex;align-items:end;gap:13px;margin-top:28px}
.mini-shapes div{width:42px;height:68px;border-radius:18px;background:#f3eadf}
.mini-shapes div:nth-child(2){height:92px;background:#7e8d76}
.mini-shapes div:nth-child(3){height:55px;background:#b66f4d}
.trust-bar{background:var(--olive);color:white}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid div{display:flex;gap:12px;align-items:center;padding:23px 18px;border-right:1px solid rgba(255,255,255,.15)}
.trust-grid div:last-child{border-right:0}
.trust-grid strong{color:#e5cfaa}
.trust-grid span{font-size:13px}
.section{padding:94px 0}
.split-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:86px}
.body-copy{font-size:17px;color:var(--muted)}
.lead-copy{font:700 21px/1.5 "Libre Baskerville",serif;color:var(--walnut);margin-top:0}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:52px}
.values-grid article{padding:25px;border:1px solid var(--line);border-radius:18px;background:#fffdf9}
.values-grid span{color:var(--terracotta);font-weight:700}
.values-grid p{color:var(--muted);font-size:14px;margin-bottom:0}
.section-alt{background:var(--linen)}
.section-heading p:not(.eyebrow){color:var(--muted);max-width:700px}
.centered{text-align:center;max-width:790px;margin:0 auto 40px}
.centered p:not(.eyebrow){margin-left:auto;margin-right:auto}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.category-grid article{background:#fffdf9;border:1px solid #dfd4c5;border-radius:22px;padding:18px 18px 25px;box-shadow:0 10px 30px rgba(77,59,48,.06)}
.category-art{height:155px;border-radius:16px;margin-bottom:20px;position:relative;overflow:hidden}
.category-art::before,.category-art::after{content:"";position:absolute;border-radius:50%}
.art-one{background:#d7c8b4}.art-one::before{width:110px;height:70px;background:#8b9a82;left:24px;bottom:20px;border-radius:14px}.art-one::after{width:75px;height:95px;background:#f3eadf;right:24px;bottom:20px;border-radius:18px}
.art-two{background:#e4d5c3}.art-two::before{width:86px;height:86px;background:#b56f4d;left:36px;bottom:26px}.art-two::after{width:90px;height:44px;background:#7e8d76;right:25px;bottom:28px;border-radius:10px}
.art-three{background:#cfd6c8}.art-three::before{width:45px;height:105px;background:#f4eee5;left:45px;bottom:20px;border-radius:20px}.art-three::after{width:78px;height:65px;background:#b98562;right:35px;bottom:20px;border-radius:16px}
.art-four{background:#dfcdb7}.art-four::before{width:115px;height:80px;background:#fffaf3;left:25px;bottom:20px;border-radius:22px}.art-four::after{width:65px;height:95px;background:#75816e;right:28px;bottom:20px;border-radius:18px}
.art-five{background:#d8d4c8}.art-five::before{width:65px;height:105px;background:#b66f4d;left:35px;bottom:20px;border-radius:28px}.art-five::after{width:95px;height:55px;background:#f2e8dc;right:24px;bottom:20px;border-radius:16px}
.art-six{background:#c8b59d}.art-six::before{width:100px;height:55px;background:#7e8d76;left:28px;bottom:25px;border-radius:14px}.art-six::after{width:60px;height:100px;background:#f7efe6;right:30px;bottom:20px;border-radius:18px}
.category-grid p{color:var(--muted);font-size:14px;margin-bottom:0}
.supplier-section{background:var(--olive);color:white}
.supplier-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}
.supplier-section h2,.supplier-section h3{color:white}
.supplier-section p{color:#e2e7df}
.light{color:#f2d7b1}
.light-button{background:#f7efe5;color:var(--olive);margin-top:8px}
.supplier-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.supplier-list article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:22px}
.supplier-list span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--brass);color:var(--olive-dark);font-weight:700;margin-bottom:15px}
.supplier-list p{font-size:14px;margin:0}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-grid article{background:#fffdf9;border-top:4px solid var(--terracotta);padding:25px;border-radius:0 0 18px 18px}
.process-grid span{color:var(--terracotta);font-weight:700}
.process-grid p{color:var(--muted);font-size:14px}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px}
.accordion details{background:#fffdf9;border:1px solid #ddd2c5;border-radius:14px;padding:0 20px;margin-bottom:13px}
.accordion summary{cursor:pointer;list-style:none;padding:20px 32px 20px 0;font-weight:700;color:var(--walnut);position:relative}
.accordion summary::after{content:"+";position:absolute;right:0;top:13px;font-size:25px;color:var(--terracotta)}
.accordion details[open] summary::after{content:"−"}
.accordion p{color:var(--muted);padding:0 0 20px;margin:0}
.contact-section{background:#f7f1e8}
.contact-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;background:#fffdf9;border:1px solid var(--line);border-radius:26px;padding:48px;box-shadow:var(--shadow)}
.contact-copy>p:not(.eyebrow):not(.fine-print){color:var(--muted);font-size:17px}
.contact-info{display:grid;gap:13px;margin-top:28px}
.contact-info div{border-bottom:1px solid var(--line);padding-bottom:11px}
.contact-info small{display:block;text-transform:uppercase;letter-spacing:.12em;color:#958c83;font-size:10px}
.contact-info strong{color:var(--walnut)}
.contact-info a{color:var(--terracotta)}
.fine-print,.form-note{font-size:11px;color:#958f88}
.supplier-form{display:grid;gap:15px}
.field-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.supplier-form label{font-size:13px;font-weight:700;color:var(--walnut)}
.supplier-form input,.supplier-form textarea{width:100%;margin-top:7px;padding:12px 13px;border:1px solid #d7cdc0;border-radius:12px;background:#fffefa;color:var(--charcoal)}
.supplier-form input:focus,.supplier-form textarea:focus{outline:2px solid rgba(182,111,77,.22);border-color:var(--terracotta)}
.check-label{display:flex;align-items:flex-start;gap:10px;font-weight:500!important;color:var(--muted)!important}
.check-label input{width:auto;margin-top:4px}
.full-width{width:100%}
.form-note{text-align:center;margin:0}
footer{background:#3f4a3a;color:#e7ece4;padding:32px 0}
.footer-grid{display:grid;grid-template-columns:1.1fr 1fr auto;gap:25px;align-items:center;font-size:12px}
.footer-brand .monogram{background:#d9bd8c;color:#3f4a3a}
.footer-brand .brand-copy strong{color:white}
.footer-brand .brand-copy small{color:#c6d0c2}
.footer-links{display:flex;gap:18px}
.copyright{grid-column:1/-1;margin:0;color:#c6d0c2}
@media(max-width:920px){
  .menu-toggle{display:block}
  .site-nav{display:none;position:absolute;top:82px;left:0;right:0;background:var(--ivory);padding:22px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .site-nav.open{display:flex}
  .hero-grid,.split-layout,.supplier-grid,.faq-grid,.contact-card{grid-template-columns:1fr;gap:44px}
  .hero-visual{min-height:420px}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .values-grid,.process-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid div:nth-child(2){border-right:0}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1160px)}
  .hero,.section{padding:68px 0}
  h1{font-size:42px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-visual{min-height:350px}
  .visual-card.tall{height:320px;width:84%}
  .visual-card.mini{height:145px;width:58%}
  .trust-grid,.category-grid,.values-grid,.supplier-list,.process-grid,.field-row{grid-template-columns:1fr}
  .trust-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
  .contact-card{padding:27px 21px}
}

.category-photo{
  width:100%;
  height:185px;
  display:block;
  object-fit:cover;
  border-radius:16px;
  margin-bottom:20px;
  filter:saturate(.88) contrast(.96);
  transition:transform .35s ease, filter .35s ease;
}
.category-grid article{
  overflow:hidden;
}
.category-grid article:hover .category-photo{
  transform:scale(1.025);
  filter:saturate(1) contrast(1);
}
@media(max-width:620px){
  .category-photo{height:210px}
}

.header-phone{color:var(--olive);font-weight:700;white-space:nowrap}
.header-phone:hover{color:var(--terracotta)!important}
.contact-info a{transition:color .2s ease}
.contact-info a:hover, footer a:hover{color:var(--brass)}
@media(max-width:920px){.header-phone{font-size:15px}}
