:root {
  --ink: #17221d;
  --muted: #68736d;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --sage: #bfd0bf;
  --green: #294f3f;
  --lime: #d8ea9a;
  --line: rgba(23, 34, 29, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.announcement {
  padding: 9px 20px;
  text-align: center;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,253,248,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 50%; background: var(--green); color: #fff;
  font-family: "Playfair Display", serif; font-size: 22px;
}
.brand-text { letter-spacing: -.04em; font-size: 21px; }
.brand-text span { color: #7a8c83; }
.main-nav { display: flex; gap: 28px; margin-left: auto; }
.main-nav a { font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: var(--green); }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 700; }
.menu-toggle { display: none; background: none; border: 0; margin-left: auto; }
.menu-toggle span { display:block; width:24px; height:2px; background:var(--ink); margin:5px 0; }

.hero { min-height: 690px; display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(135deg,#f6f2e8 0%,#eef3ea 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding: 85px 0; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
h1,h2,h3 { margin-top: 0; }
h1,h2 { font-family: "Playfair Display", serif; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(48px, 6vw, 78px); }
h2 { font-size: clamp(38px, 4.5vw, 58px); }
.hero-lead { max-width: 590px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 42px; }
.btn { display: inline-flex; justify-content: center; align-items: center; padding: 15px 24px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: .25s ease; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); background: #1f4032; }
.btn-ghost { border: 1px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.hero-points { display: flex; gap: 40px; }
.hero-points div { display: flex; flex-direction: column; }
.hero-points strong { font-size: 14px; }
.hero-points span { color: var(--muted); font-size: 12px; }
.hero-visual { min-height: 510px; position: relative; }
.visual-card { border-radius: 28px; box-shadow: 0 28px 70px rgba(36,68,53,.16); }
.main-product { position: absolute; inset: 20px 20px 10px 60px; overflow: hidden; background: linear-gradient(160deg,#294f3f,#6e907f); }
.visual-tag { position: absolute; top: 24px; left: 24px; padding: 8px 12px; border-radius:999px; background:rgba(255,255,255,.15); color:#fff; font-size:12px; }
.product-shape { position:absolute; left:50%; top:47%; transform:translate(-50%,-50%); }
.product-bag { width:230px; height:285px; border-radius:22px 22px 52px 52px; background:linear-gradient(145deg,#e8dfc8,#cabb9e); box-shadow:inset -20px -15px 35px rgba(0,0,0,.12), 0 30px 50px rgba(0,0,0,.2); }
.product-bag:before { content:""; position:absolute; width:120px; height:90px; border:15px solid #dfd1b3; border-bottom:0; border-radius:70px 70px 0 0; top:-66px; left:40px; }
.product-bag:after { content:"M"; position:absolute; inset:0; display:grid; place-items:center; font-family:"Playfair Display",serif; font-size:68px; color:rgba(41,79,63,.75); }
.visual-caption { position:absolute; left:28px; right:28px; bottom:26px; color:#fff; display:flex; justify-content:space-between; align-items:end; }
.visual-caption span { font-size:12px; opacity:.75; }
.visual-caption strong { max-width:180px; text-align:right; font-family:"Playfair Display",serif; font-size:22px; line-height:1.1; }
.floating-card { position:absolute; z-index:4; padding:17px 20px; background:rgba(255,255,255,.94); }
.floating-card p { margin:5px 0 0; font-size:13px; font-weight:700; }
.card-a { left:0; top:90px; }
.card-b { right:-12px; bottom:60px; }
.mini-icon { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:var(--lime); font-weight:700; }
.mini-stars { color:#9c7b37; letter-spacing:.1em; font-size:12px; }
.hero-orb { position:absolute; border-radius:50%; filter:blur(1px); opacity:.5; }
.orb-one { width:340px; height:340px; right:-130px; top:-100px; background:var(--lime); }
.orb-two { width:250px; height:250px; left:-120px; bottom:-100px; background:var(--sage); }

.trust-strip { background:#fff; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid div { display:flex; align-items:center; gap:14px; padding:24px 18px; border-right:1px solid var(--line); }
.trust-grid div:last-child { border-right:0; }
.trust-grid span { color:#8b978f; font-size:12px; }
.trust-grid p { margin:0; font-size:14px; font-weight:700; }
.section { padding:110px 0; }
.section-heading { margin-bottom:48px; }
.split-heading { display:grid; grid-template-columns:1.1fr .9fr; align-items:end; gap:60px; }
.split-heading h2 { margin-bottom:0; }
.split-heading > p { color:var(--muted); max-width:500px; }
.category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.category-card { min-height:480px; position:relative; overflow:hidden; border-radius:24px; padding:30px; display:flex; align-items:flex-end; }
.category-home { background:#dce8d5; }
.category-lifestyle { background:#efe4d2; }
.category-accessories { background:#d9e1e4; }
.category-content { position:relative; z-index:2; }
.category-content > span { font-size:12px; color:rgba(23,34,29,.55); }
.category-content h3 { margin:12px 0 8px; font-family:"Playfair Display",serif; font-size:31px; }
.category-content p { color:#53615a; font-size:14px; }
.category-content a { font-size:13px; font-weight:700; }
.category-art { position:absolute; inset:0; }
.home-art i:nth-child(1) { position:absolute; width:150px; height:170px; right:22px; top:45px; background:#b5c8ad; border-radius:80px 80px 22px 22px; }
.home-art i:nth-child(2) { position:absolute; width:88px; height:120px; left:35px; top:80px; background:#f9f5e8; border-radius:44px 44px 12px 12px; }
.home-art i:nth-child(3) { position:absolute; width:135px; height:14px; left:100px; top:210px; background:#879b80; border-radius:50%; }
.lifestyle-art i:nth-child(1) { position:absolute; width:170px; height:170px; border:28px solid #c99467; right:30px; top:42px; border-radius:50%; }
.lifestyle-art i:nth-child(2) { position:absolute; width:90px; height:170px; left:45px; top:65px; background:#f7f0e5; border-radius:45px 45px 18px 18px; box-shadow:inset -15px -10px 24px rgba(125,91,54,.12); }
.accessory-art i:nth-child(1) { position:absolute; width:170px; height:110px; right:35px; top:80px; background:#6f8991; border-radius:16px 16px 60px 60px; transform:rotate(-8deg); }
.accessory-art i:nth-child(2) { position:absolute; width:75px; height:75px; left:40px; top:55px; border-radius:50%; background:#f4f0e4; }
.accessory-art i:nth-child(3) { position:absolute; width:110px; height:12px; left:70px; top:170px; background:#9aaab0; border-radius:50%; }
.soft-section { background:#eef1eb; }
.feature-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; }
.feature-intro > p:not(.eyebrow) { color:var(--muted); max-width:490px; }
.text-link { display:inline-flex; gap:12px; margin-top:20px; padding-bottom:4px; border-bottom:1px solid var(--ink); font-weight:700; font-size:14px; }
.feature-list article { display:grid; grid-template-columns:60px 1fr; gap:18px; padding:28px 0; border-bottom:1px solid rgba(23,34,29,.14); }
.feature-list article:first-child { padding-top:0; }
.feature-number { color:#7f9087; font-size:13px; }
.feature-list h3 { margin:0 0 8px; font-size:20px; }
.feature-list p { margin:0; color:var(--muted); }
.about-section { background:#fffdf8; }
.about-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:center; }
.about-visual { min-height:470px; position:relative; }
.about-block { position:absolute; display:flex; flex-direction:column; justify-content:space-between; padding:30px; border-radius:26px; }
.block-dark { width:280px; height:300px; left:0; top:20px; background:var(--green); color:#fff; }
.block-dark strong { font-family:"Playfair Display",serif; font-size:66px; }
.block-light { width:260px; height:210px; right:0; bottom:5px; background:var(--lime); }
.block-light strong { font-size:24px; }
.about-line { position:absolute; width:180px; height:180px; right:10px; top:0; border:1px solid #95a49b; border-radius:50%; }
.about-copy > p:not(.eyebrow) { color:var(--muted); }
.company-facts { margin-top:30px; border-top:1px solid var(--line); }
.company-facts div { display:grid; grid-template-columns:160px 1fr; gap:20px; padding:18px 0; border-bottom:1px solid var(--line); }
.company-facts span { color:var(--muted); font-size:13px; }
.company-facts strong { font-size:14px; }
.cta-section { padding:0 0 100px; }
.cta-card { padding:58px; border-radius:30px; background:var(--ink); color:#fff; display:flex; justify-content:space-between; align-items:center; gap:40px; }
.cta-card h2 { max-width:640px; margin-bottom:12px; }
.cta-card p:not(.eyebrow) { max-width:600px; color:rgba(255,255,255,.7); }
.eyebrow.light { color:var(--lime); }
.cta-actions { min-width:230px; display:flex; flex-direction:column; gap:12px; }
.btn-light { background:#fff; color:var(--ink); }
.btn-outline-light { border:1px solid rgba(255,255,255,.5); }
.site-footer { padding:70px 0 24px; background:#f0ede5; }
.footer-grid { display:grid; grid-template-columns:1.5fr .7fr .8fr 1.2fr; gap:50px; }
.footer-brand { margin-bottom:15px; }
.footer-grid h4 { margin:0 0 18px; font-size:14px; }
.footer-grid a,.footer-grid p { display:block; margin:0 0 10px; color:#66716b; font-size:13px; }
.footer-bottom { margin-top:50px; padding-top:20px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:30px; color:#77817c; font-size:12px; }

@media (max-width: 900px) {
  .main-nav,.nav-cta { display:none; }
  .menu-toggle { display:block; }
  .main-nav.open { display:flex; position:absolute; left:20px; right:20px; top:88px; flex-direction:column; padding:22px; background:#fff; border-radius:18px; box-shadow:0 20px 40px rgba(0,0,0,.12); }
  .hero-grid,.feature-grid,.about-grid,.split-heading { grid-template-columns:1fr; }
  .hero-grid { gap:25px; padding-top:60px; }
  .hero-visual { min-height:490px; }
  .category-grid { grid-template-columns:1fr; }
  .category-card { min-height:400px; }
  .feature-grid,.about-grid { gap:50px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .cta-card { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 600px) {
  .container { width:min(100% - 28px,1160px); }
  .announcement { font-size:10px; }
  .nav-wrap { height:68px; }
  .section { padding:78px 0; }
  h1 { font-size:47px; }
  h2 { font-size:39px; }
  .hero-points { gap:20px; flex-wrap:wrap; }
  .main-product { inset:20px 0 15px 25px; }
  .card-b { right:-4px; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right:0; }
  .trust-grid div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .about-visual { min-height:390px; }
  .block-dark { width:230px; height:255px; }
  .block-light { width:210px; height:170px; }
  .company-facts div { grid-template-columns:1fr; gap:4px; }
  .cta-card { padding:38px 26px; }
  .cta-actions { width:100%; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
}
