:root {
  --ink: #17332a;
  --green: #214c3a;
  --green-2: #356a50;
  --sage: #dfe9d4;
  --lime: #eaf3c8;
  --cream: #f8f5ed;
  --sand: #eee5d6;
  --white: #fffdf8;
  --muted: #66736c;
  --line: #d8dfd8;
  --accent: #d98b4f;
  --shadow: 0 18px 60px rgba(22, 51, 42, .12);
  --radius: 28px;
  --radius-sm: 16px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.nav-open, body.modal-open, body.cart-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-sm { padding: 68px 0; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--green-2); }
.kicker::before { content: ""; width: 24px; height: 2px; border-radius: 99px; background: currentColor; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; line-height: 1.05; margin: 0; }
h1 { font-size: clamp(48px, 7.2vw, 92px); }
h2 { font-size: clamp(38px, 4.6vw, 62px); }
h3 { font-size: 27px; }
p { margin: 0; }
.lead { color: #53635a; font-size: 19px; line-height: 1.75; }
.text-muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.btn { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: white; box-shadow: 0 12px 30px rgba(33,76,58,.18); }
.btn-primary:hover { background: #183d2d; }
.btn-light { background: var(--white); color: var(--green); }
.btn-outline { background: transparent; color: var(--green); border: 1px solid #b8c7bd; }
.btn-link { padding: 0; min-height: auto; border-radius: 0; color: var(--green); background: transparent; }
.btn-link::after { content: "→"; }
.icon-btn { width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.86); color: var(--ink); display: inline-grid; place-items: center; }
.icon-btn:hover { background: white; }
.announcement { background: var(--green); color: #f5f4ec; font-size: 13px; font-weight: 700; text-align: center; padding: 9px 16px; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,253,248,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(216,223,216,.8); }
.header-inner { min-height: 94px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.logo img { width: 248px; height: auto; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 750; }
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--green); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; gap: 9px; align-items: center; }
.nav-toggle { display: none; }
.cart-button { position: relative; }
.cart-count { position: absolute; right: -3px; top: -5px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 99px; background: var(--accent); color: white; font-size: 10px; display: grid; place-items: center; font-weight: 900; }
.hero { padding: 46px 0 76px; background: #fbfaf6; overflow: hidden; }
.hero .container { width: min(calc(100% - 40px), var(--max)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(440px, .94fr); gap: clamp(44px, 4.8vw, 66px); align-items: center; min-height: 680px; }
.hero-copy { padding: 40px 0 42px; position: relative; z-index: 2; }
.hero-copy .kicker { color: #6f985a; font-size: 13px; letter-spacing: .22em; font-weight: 800; }
.hero-copy .kicker::before { display: none; }
.hero-copy h1 { max-width: 620px; margin-top: 22px; color: #123f35; font-size: clamp(64px, 5.2vw, 84px); line-height: .96; letter-spacing: -.052em; font-weight: 700; }
.hero-copy h1 em { color: #123f35; font-style: normal; font-weight: 700; }
.hero-copy .lead { max-width: 610px; margin-top: 48px; color: #5f746d; font-size: clamp(18px, 1.25vw, 20px); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 32px; }
.hero-actions .btn { min-height: 58px; padding-inline: 28px; font-size: 16px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #667a72; font-size: 13px; font-weight: 500; }
.hero-proof span { display: inline-flex; gap: 10px; align-items: center; }
.hero-proof span::before { content: "✓"; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #eef3e8; color: #236049; font-size: 13px; font-weight: 900; }
.hero-media { position: relative; min-width: 0; align-self: stretch; display: flex; align-items: center; justify-content: flex-end; z-index: 1; }
.hero-media::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: #e6ecd9; right: -78px; top: 8px; z-index: -1; }
.hero-frame { width: min(100%, 520px); height: 650px; overflow: hidden; border-radius: 270px 270px 36px 36px; box-shadow: none; background: #d9e2d3; }
.hero-frame img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 50% 48%; }
.float-card { position: absolute; left: -28px; bottom: 38px; width: 276px; padding: 24px 26px; border-radius: 22px; background: rgba(255,253,248,.96); box-shadow: 0 18px 50px rgba(20,43,35,.12); backdrop-filter: blur(8px); }
.float-card strong { display: block; color: #123f35; font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.18; letter-spacing: -.025em; }
.float-card p { color: #6d7c75; font-size: 14px; line-height: 1.55; margin-top: 9px; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 84px; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { display: flex; gap: 12px; align-items: center; justify-content: center; border-right: 1px solid var(--line); padding: 18px; font-size: 13px; color: var(--muted); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { color: var(--ink); display: block; font-size: 14px; }
.section-head { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 44px; }
.section-head > div:first-child { max-width: 780px; }
.section-head h2 { margin-top: 12px; }
.section-head .lead { max-width: 530px; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.category-card { min-height: 310px; border-radius: var(--radius); padding: 28px; position: relative; overflow: hidden; background: var(--cream); border: 1px solid #e5e8df; transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card:nth-child(2) { background: #edf3e2; }
.category-card:nth-child(3) { background: #f5eadc; }
.category-card:nth-child(4) { background: #e5eee9; }
.category-card:nth-child(5) { background: #f3f0df; }
.category-card:nth-child(6) { background: #e8eef3; }
.category-card h3 { max-width: 250px; margin-top: 26px; }
.category-card p { color: var(--muted); margin-top: 12px; max-width: 260px; font-size: 14px; }
.category-card .arrow { position: absolute; bottom: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(23,51,42,.2); display: grid; place-items: center; }
.category-icon { width: 72px; height: 72px; border-radius: 20px; background: rgba(255,255,255,.72); display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(23,51,42,.05), 0 8px 20px rgba(23,51,42,.05); }
.category-icon img { width: 54px; height: 54px; object-fit: contain; }
.story-band { background: var(--green); color: white; overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.story-image { min-height: 600px; }
.story-image img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.story-copy { padding: 82px clamp(32px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.story-copy .kicker { color: #cfe4bd; }
.story-copy h2 { margin-top: 16px; max-width: 580px; }
.story-copy p { color: #d7e2dc; max-width: 590px; margin-top: 22px; font-size: 18px; }
.story-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.story-list li { display: flex; gap: 12px; align-items: flex-start; color: #edf4f0; }
.story-list li::before { content: "✓"; margin-top: 2px; color: #cfe4bd; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.product-card { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: white; transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 42px rgba(23,51,42,.1); }
.product-visual { aspect-ratio: 1.18; display: block; background: #e9eee7; position: relative; overflow: hidden; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-visual img { transform: scale(1.035); }
.product-visual .badge { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.9); border: 1px solid rgba(23,51,42,.08); border-radius: 99px; padding: 6px 10px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.product-body { padding: 20px; }
.product-meta { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.product-title { font-family: Georgia, serif; font-size: 21px; line-height: 1.18; }
.price { font-weight: 900; white-space: nowrap; }
.product-body p { color: var(--muted); font-size: 13px; margin-top: 9px; min-height: 42px; }
.product-actions { margin-top: 18px; display: flex; gap: 8px; }
.product-actions .btn { min-height: 42px; font-size: 13px; padding-inline: 16px; flex: 1; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; counter-reset: step; }
.step { counter-increment: step; padding: 34px; border-radius: 24px; background: var(--cream); border: 1px solid #ebe6db; }
.step::before { content: "0" counter(step); display: inline-flex; font-weight: 900; font-size: 12px; letter-spacing: .08em; color: var(--green-2); }
.step h3 { margin-top: 28px; }
.step p { color: var(--muted); margin-top: 12px; }
.editorial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.editorial-card { border-radius: var(--radius); overflow: hidden; min-height: 540px; position: relative; background: #dfe8dc; }
.editorial-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.editorial-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(12,29,23,.78)); }
.editorial-copy { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 30px; color: white; }
.editorial-copy .tag { display: inline-block; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 900; margin-bottom: 9px; }
.editorial-copy h3 { max-width: 500px; }
.editorial-stack { display: grid; gap: 20px; }
.editorial-mini { display: grid; grid-template-columns: 160px 1fr; gap: 20px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: white; min-height: 160px; }
.editorial-mini img { width: 100%; height: 100%; object-fit: cover; }
.editorial-mini div { padding: 22px 22px 22px 0; align-self: center; }
.editorial-mini small { color: var(--green-2); text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.editorial-mini h3 { font-size: 22px; margin-top: 7px; }
.cta-band { margin: 0 20px 20px; border-radius: 34px; background: #e5efd9; overflow: hidden; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; min-height: 260px; }
.cta-inner h2 { max-width: 760px; }
.cta-inner p { margin-top: 15px; color: var(--muted); max-width: 700px; }
.page-hero { padding: 78px 0 64px; background: linear-gradient(180deg, #edf3e3, #fffdf8); }
.page-hero .inner { max-width: 850px; }
.page-hero h1 { font-size: clamp(46px,6vw,76px); margin-top: 16px; }
.page-hero .lead { margin-top: 20px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.filter-btn { border: 1px solid var(--line); background: white; color: var(--ink); padding: 9px 15px; border-radius: 99px; font-weight: 750; font-size: 13px; }
.filter-btn.active, .filter-btn:hover { background: var(--green); color: white; border-color: var(--green); }
.shop-note { background: #f3f0e6; border: 1px solid #e6decd; color: #5f635c; padding: 16px 20px; border-radius: 14px; font-size: 13px; margin-bottom: 28px; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.about-media { border-radius: 30px; overflow: hidden; min-height: 560px; }
.about-media img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.about-copy h2 { margin-top: 14px; }
.about-copy .lead { margin-top: 22px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.value-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.value-card h3 { font-size: 24px; margin-top: 18px; }
.value-card p { color: var(--muted); margin-top: 10px; }
.value-mark { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: var(--sage); font-weight: 900; color: var(--green); }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.team-card { border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: #fff; }
.team-avatar { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: white; font-family: Georgia, serif; font-size: 23px; }
.team-card:nth-child(2) .team-avatar { background: #8a5e3d; }
.team-card:nth-child(3) .team-avatar { background: #516276; }
.team-card h3 { font-size: 23px; margin-top: 24px; }
.team-card small { display: block; color: var(--green-2); font-weight: 800; margin-top: 5px; }
.team-card p { color: var(--muted); margin-top: 13px; font-size: 14px; }
.guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.guide-card { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: white; }
.guide-card .guide-image { aspect-ratio: 1.55; overflow: hidden; background: var(--sage); }
.guide-card img { width: 100%; height: 100%; object-fit: cover; }
.guide-card .guide-body { padding: 25px; }
.guide-card small { text-transform: uppercase; letter-spacing: .1em; font-weight: 900; color: var(--green-2); }
.guide-card h3 { margin-top: 10px; font-size: 24px; }
.guide-card p { color: var(--muted); margin-top: 11px; font-size: 14px; }
.faq { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; border: 0; background: transparent; display: flex; justify-content: space-between; gap: 20px; text-align: left; padding: 24px 0; font-weight: 800; color: var(--ink); }
.faq-answer { display: none; padding: 0 0 26px; color: var(--muted); max-width: 760px; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; align-items: start; }
.contact-card { background: var(--green); color: white; border-radius: 28px; padding: 38px; }
.contact-card h2 { font-size: 42px; }
.contact-card p { color: #d8e4dd; margin-top: 16px; }
.contact-list { display: grid; gap: 22px; margin-top: 34px; }
.contact-list div { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-list small { display: block; text-transform: uppercase; letter-spacing: .09em; color: #bcd0c4; font-weight: 900; }
.contact-list strong { display: block; margin-top: 6px; line-height: 1.6; }
.form-card { border: 1px solid var(--line); border-radius: 28px; padding: 38px; background: white; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field.full { grid-column: 1/-1; }
label { display: block; font-weight: 800; font-size: 13px; margin-bottom: 7px; }
input, textarea, select { width: 100%; border: 1px solid #ced8d1; background: #fffefa; border-radius: 12px; padding: 13px 14px; outline: none; color: var(--ink); }
input:focus, textarea:focus, select:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(53,106,80,.1); }
textarea { min-height: 150px; resize: vertical; }
.form-status { color: var(--green-2); font-size: 13px; font-weight: 700; margin-top: 14px; min-height: 20px; }
.legal { max-width: 800px; }
.legal h2 { font-size: 32px; margin-top: 42px; }
.legal h3 { font-size: 24px; margin-top: 32px; }
.legal p, .legal li { color: #5e6a63; }
.legal p { margin-top: 14px; }
.legal ul { margin: 14px 0; padding-left: 20px; }
.site-footer { background: #16352b; color: #eff4f1; padding: 70px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 38px; }
.footer-brand img { width: 242px; opacity: .98; }
.footer-brand p { color: #bcd0c4; margin-top: 20px; max-width: 340px; }
.footer-col h4 { margin: 0 0 16px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #a9c1b4; }
.footer-col a { display: block; color: #e7efea; margin: 9px 0; font-size: 14px; }
.footer-col a:hover { color: white; text-decoration: underline; }
.footer-address { color: #e7efea; font-size: 14px; line-height: 1.7; }
.footer-bottom { margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; color: #9fb8aa; font-size: 12px; }
.modal-backdrop, .cart-backdrop { position: fixed; inset: 0; background: rgba(12,26,21,.62); z-index: 90; display: none; align-items: center; justify-content: center; padding: 18px; backdrop-filter: blur(5px); }
.modal-backdrop.active { display: flex; }
.sale-modal { position: relative; width: min(560px, 100%); border-radius: 28px; background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.25); padding: 42px; text-align: center; }
.modal-close { position: absolute; top: 16px; right: 16px; }
.sale-modal h2 { font-size: 36px; padding-top: 10px; }
.sale-modal p { color: var(--muted); margin: 16px auto 26px; max-width: 470px; }
.cart-backdrop { z-index: 95; justify-content: flex-end; padding: 0; }
.cart-backdrop.active { display: flex; }
.cart-drawer { width: min(440px, 100%); height: 100%; background: var(--white); display: flex; flex-direction: column; box-shadow: -18px 0 60px rgba(0,0,0,.18); }
.cart-head { display: flex; justify-content: space-between; align-items: center; padding: 24px; border-bottom: 1px solid var(--line); }
.cart-head h2 { font-size: 30px; }
.cart-items { flex: 1; overflow: auto; padding: 18px 24px; }
.cart-empty { color: var(--muted); text-align: center; margin-top: 70px; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item strong { display: block; }
.cart-item small { color: var(--muted); }
.cart-item button { border: 0; background: transparent; color: #a14d43; padding: 4px 0; font-size: 12px; }
.cart-foot { padding: 22px 24px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; font-weight: 900; font-size: 18px; margin-bottom: 14px; }
.cart-foot .btn { width: 100%; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 120; background: var(--ink); color: white; padding: 12px 16px; border-radius: 12px; box-shadow: var(--shadow); font-size: 13px; font-weight: 750; opacity: 0; transform: translateY(10px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
@media (max-width: 1020px) {
  .logo img { width: 216px; }
  .site-nav { position: fixed; inset: 94px 0 auto 0; background: var(--white); padding: 24px 20px 30px; flex-direction: column; align-items: stretch; gap: 6px; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(23,51,42,.08); display: none; }
  .site-nav.active { display: flex; }
  .site-nav a { padding: 13px 6px; }
  .nav-toggle { display: inline-grid; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-actions .contact-pill { display: none; }
  .hero .container { width: min(calc(100% - 40px), var(--max)); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 36px; }
  .hero-copy { padding: 34px 0 0; }
  .hero-copy .lead { margin-top: 34px; }
  .hero-media { width: min(100%, 720px); max-width: 720px; justify-self: center; min-height: 680px; }
  .hero-frame { width: 100%; height: 680px; border-radius: 360px 360px 34px 34px; }
  .hero-media::before { width: 240px; height: 240px; right: -90px; top: -18px; }
  .float-card { left: -12px; bottom: 42px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .story-grid { grid-template-columns: 1fr; }
  .story-image { min-height: 480px; }
  .story-image img { min-height: 480px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .values-grid, .team-grid, .guide-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .announcement { font-size: 11px; }
  .header-inner { min-height: 78px; gap: 10px; }
  .site-nav { inset: 78px 0 auto 0; }
  .logo img { width: 198px; }
  .header-actions { gap: 6px; }
  .icon-btn { width: 40px; height: 40px; }
  .section { padding: 70px 0; }
  .section-sm { padding: 52px 0; }
  .hero { padding: 18px 0 58px; }
  .hero .container { width: min(calc(100% - 28px), var(--max)); }
  .hero-grid { gap: 30px; }
  .hero-copy { padding-top: 28px; }
  .hero-copy h1 { font-size: clamp(54px, 16vw, 76px); margin-top: 18px; }
  .hero-copy .lead { margin-top: 34px; font-size: 17px; line-height: 1.68; }
  .hero-actions { margin-top: 28px; }
  .hero-actions .btn { width: 100%; min-height: 54px; }
  .hero-proof { gap: 14px 22px; margin-top: 32px; font-size: 13px; }
  .hero-media { min-height: auto; width: 100%; }
  .hero-media::before { width: 150px; height: 150px; right: -50px; top: -14px; }
  .hero-frame { width: 100%; height: 560px; border-radius: 50% 50% 28px 28px / 32% 32% 28px 28px; }
  .hero-frame img { min-height: 0; }
  .float-card { left: 14px; bottom: 22px; width: min(275px, calc(100% - 42px)); padding: 22px; }
  .float-card strong { font-size: 24px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); justify-content: flex-start; }
  .trust-item:last-child { border-bottom: 0; }
  .section-head { display: block; }
  .section-head .lead { margin-top: 16px; }
  .category-grid, .product-grid, .steps, .values-grid, .team-grid, .guide-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 270px; }
  .story-copy { padding: 58px 24px; }
  .editorial-card { min-height: 470px; }
  .editorial-mini { grid-template-columns: 120px 1fr; }
  .editorial-mini div { padding: 18px 16px 18px 0; }
  .cta-band { margin-inline: 10px; }
  .cta-inner { grid-template-columns: 1fr; padding: 44px 0; }
  .about-media, .about-media img { min-height: 420px; }
  .form-card, .contact-card { padding: 26px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .sale-modal { padding: 36px 22px 26px; border-radius: 22px; }
  .sale-modal h2 { font-size: 30px; }
}
