
:root{
  --green:#24483a;
  --green-2:#315f4d;
  --brown:#4c3022;
  --rattan:#bf8e58;
  --paper:#fffdf9;
  --cream:#f6f0e6;
  --soft:#f7f2ea;
  --line:#e2d7ca;
  --muted:#666660;
  --shadow:0 18px 48px rgba(42,32,24,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:#232320;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-60px;background:#fff;padding:10px 14px;border-radius:8px;z-index:999}.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,253,249,.92);border-bottom:1px solid rgba(36,72,58,.08);backdrop-filter:blur(16px)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:78px}.brand{display:flex;align-items:center;gap:12px}.brand span{display:flex;flex-direction:column;line-height:1.2}.brand strong{color:var(--green);font-size:18px}.brand small{color:var(--muted);font-size:12px}.main-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:650}.main-nav a:hover{color:var(--green)}.nav-cta{padding:11px 16px;background:var(--green);color:#fff;border-radius:999px}.menu-toggle{display:none;background:none;border:0;padding:10px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--green);margin:5px 0}
.hero{padding:84px 0 72px;background:radial-gradient(circle at 12% 8%, #f3eadb 0, transparent 35%), linear-gradient(135deg, #fffdf9, #edf2ee)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:var(--rattan);margin:0 0 14px}.eyebrow-light{color:#dfc39f}.hero h1,.section h2,.location-card h2{font-family:Georgia,"Times New Roman",serif;line-height:1.08;color:var(--brown);margin:0}.hero h1{font-size:clamp(42px,5.8vw,72px)}.hero-lead{font-size:18px;color:#565650;margin:22px 0 30px}.hero-actions,.form-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:750;cursor:pointer}.button-primary{background:var(--green);color:#fff}.button-primary:hover{background:#18372c}.button-secondary{background:#fff;border-color:var(--green);color:var(--green)}.button-light{background:#fff;color:var(--green)}.hero-points{display:flex;flex-wrap:wrap;gap:18px;list-style:none;padding:0;margin:28px 0 0;color:#555851;font-size:13px}.hero-points li:before{content:"✓";color:var(--green);font-weight:900;margin-right:7px}.hero-visual{position:relative}.hero-visual img{border-radius:30px;box-shadow:var(--shadow);object-fit:cover;max-height:620px;width:100%}.hero-card{position:absolute;background:#fff;padding:14px 16px;border-radius:16px;box-shadow:0 12px 28px rgba(0,0,0,.14);line-height:1.35}.hero-card strong{display:block;color:var(--green);font-size:14px}.hero-card span{font-size:12px;color:var(--muted)}.hero-card-one{left:-16px;bottom:78px}.hero-card-two{right:-16px;top:40px}
.trust-strip{background:var(--green);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{padding:24px 22px;border-right:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:auto 1fr;column-gap:12px}.trust-grid span{grid-row:1/3;color:#d7bb95;font-weight:900}.trust-grid strong{font-size:14px}.trust-grid small{font-size:12px;color:rgba(255,255,255,.74)}
.section{padding:92px 0}.soft-bg{background:var(--soft)}.section-heading{max-width:820px;margin-bottom:40px}.section h2,.location-card h2{font-size:clamp(34px,4.3vw,56px)}.section-heading p:last-child,.section-lead{color:var(--muted);font-size:17px}.center-heading{text-align:center;margin-inline:auto}.light h2,.section-dark h2{color:#fff}.light p:last-child{color:rgba(255,255,255,.76)}.dark-text{color:var(--muted)!important}
.product-grid,.cards-grid,.gallery-grid,.story-grid,.compliance-grid{display:grid;gap:22px}.product-grid-3{grid-template-columns:repeat(3,1fr)}.product-card,.mini-card,.gallery-item,.story-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 26px rgba(44,35,29,.05)}.product-card img,.mini-card img,.gallery-item img,.story-card img{width:100%;object-fit:cover}.product-card img{aspect-ratio:4/3}.product-card div{padding:22px}.product-card h3{margin:8px 0;color:var(--green);font-size:22px}.product-card p{margin:0;color:var(--muted)}.tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:#f1ece2;color:var(--brown);font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.six-grid{grid-template-columns:repeat(3,1fr)}.mini-card img{aspect-ratio:4/3}.mini-card div{padding:18px}.mini-card h3{margin:0 0 6px;color:var(--green);font-size:20px}.mini-card p{margin:0;color:var(--muted);font-size:14px}
.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item img{aspect-ratio:1/1}.gallery-item figcaption,.story-card figcaption{padding:14px 16px;font-size:14px;color:var(--muted)}
.section-dark{background:var(--brown);color:#fff}.story-grid{grid-template-columns:repeat(2,1fr)}.story-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}.story-card img{aspect-ratio:4/3}.story-card figcaption{color:rgba(255,255,255,.78)}
.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:66px}.capability-list{display:grid;gap:14px;margin-top:28px}.capability-list div{padding:16px 18px;border:1px solid rgba(255,255,255,.16);border-radius:14px;display:grid;grid-template-columns:110px 1fr;gap:16px}.capability-list strong{color:#e2c39c}.capability-list span{color:rgba(255,255,255,.76)}.capability-light div{border-color:var(--line);background:#fff}.capability-light strong{color:var(--green)}.capability-light span{color:var(--muted)}.process-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.process-list li{display:grid;grid-template-columns:46px 1fr;gap:16px;padding:20px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.process-list li>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--brown);font-weight:900}.process-list strong{font-size:17px}.process-list p{margin:4px 0 0;color:rgba(255,255,255,.72)}.process-light li{background:#fff;border-color:var(--line)}.process-light p{color:var(--muted)}
.faq-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px}.accordion{display:grid;gap:10px}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;background:none;border:0;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;align-items:center;text-align:left;font-weight:750;color:var(--green)}.plus{font-size:24px}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.faq-answer p{overflow:hidden;margin:0;color:var(--muted)}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer p{padding:0 0 18px}
.inquiry-section{background:var(--green);color:#fff}.inquiry-section h2{color:#fff}.inquiry-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:68px;align-items:start}.inquiry-copy p{color:rgba(255,255,255,.76)}.contact-list{display:grid;gap:12px;margin-top:26px}.contact-list a{display:flex;flex-direction:column;padding:15px 18px;border:1px solid rgba(255,255,255,.16);border-radius:14px}.contact-list span{font-size:12px;color:#dfc39f}.inquiry-form{background:#fff;color:#252824;border-radius:24px;padding:28px;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.inquiry-form label{display:grid;gap:8px;margin-bottom:14px}.inquiry-form span{font-size:13px;font-weight:700;color:#3b3f39}.inquiry-form input,.inquiry-form textarea,.inquiry-form select{width:100%;padding:14px 15px;border-radius:14px;border:1px solid #d9d9d2;background:#fff}.form-status{margin:14px 0 0;color:#d6e7dd;font-size:14px}
.location-section{padding:72px 0;background:#f2eadf}.location-grid{display:grid;grid-template-columns:1fr .9fr;gap:40px;align-items:center}.location-card address{font-style:normal;color:var(--muted);margin:18px 0}.location-visual img{border-radius:28px;box-shadow:var(--shadow);width:100%;object-fit:cover;max-height:520px}
.site-footer{background:#182b24;color:#fff;padding:56px 0 20px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:48px}.footer-grid p{color:rgba(255,255,255,.64)}.footer-grid h3{font-size:14px;color:#dfc39f}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid a{color:rgba(255,255,255,.8)}.footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.66);font-size:13px}
@media (max-width:980px){.main-nav{position:fixed;inset:78px 20px auto 20px;display:none;flex-direction:column;align-items:stretch;background:#fff;padding:18px;border-radius:18px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.menu-toggle{display:block}.hero-grid,.split-layout,.faq-layout,.inquiry-grid,.location-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}.product-grid-3,.six-grid,.gallery-grid,.story-grid,.footer-grid,.form-row{grid-template-columns:repeat(2,1fr)}.hero-card-one{left:12px}.hero-card-two{right:12px}}
@media (max-width:640px){.container{width:min(100% - 24px,1180px)}.hero{padding:64px 0 54px}.section{padding:72px 0}.hero h1{font-size:42px}.trust-grid,.product-grid-3,.six-grid,.gallery-grid,.story-grid,.footer-grid,.form-row{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.hero-card{position:static;margin-top:12px}.footer-bottom{flex-direction:column}}
