@import url("../fonts/fonts.css");

:root{
  --bg:oklch(97% 0.012 85);
  --text:oklch(24% 0.01 95);
  --text-2:oklch(35% 0.015 95);
  --text-3:oklch(30% 0.015 95);
  --muted:oklch(45% 0.015 95);
  --muted-2:oklch(50% 0.015 95);
  --muted-3:oklch(40% 0.02 95);
  --primary:oklch(28% 0.05 152);
  --primary-dark:oklch(20% 0.03 152);
  --accent:oklch(60% 0.13 38);
  --hero-bg:oklch(95% 0.02 130);
  --promo-bg:oklch(93% 0.03 55);
  --surface:oklch(99% 0.004 85);
  --selected-bg:oklch(93% 0.03 130);
  --selected-text:oklch(25% 0.05 152);
  --border:oklch(90% 0.01 90);
  --border-light:oklch(92% 0.01 90);
  --border-dashed:oklch(90% 0.01 90);
  --input-border:oklch(85% 0.01 90);
  --footer-border:oklch(35% 0.02 152);
  --footer-text:oklch(90% 0.01 90);
  --footer-text-2:oklch(80% 0.01 90);
  --footer-text-3:oklch(70% 0.01 90);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--bg);
  font-family:'Work Sans',Arial,sans-serif;
  color:var(--text);
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
a{color:var(--primary);text-decoration:none;}
a:hover{color:var(--accent);}
input,select,textarea,button{font-family:'Work Sans',Arial,sans-serif;}
h1,h2,h3{font-family:'Lora',Georgia,serif;margin:0;}
img{max-width:100%;display:block;}
button{cursor:pointer;}

.container{max-width:1240px;margin:0 auto;padding:0 24px;}
.container-narrow{max-width:1100px;margin:0 auto;padding:0 24px;}
.container-md{max-width:960px;margin:0 auto;padding:0 24px;}
.container-sm{max-width:900px;margin:0 auto;padding:0 24px;}
.container-800{max-width:800px;margin:0 auto;padding:0 24px;}
.container-article{max-width:820px;margin:0 auto;padding:0 24px;}
.container-narrow-2{max-width:760px;margin:0 auto;padding:0 24px;}

/* ---------- Cookie banner ---------- */
.cookie-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:200;
  background:var(--primary-dark);color:oklch(96% 0.01 90);
  padding:18px 24px;display:flex;flex-wrap:wrap;gap:16px;
  align-items:center;justify-content:space-between;
  box-shadow:0 -6px 24px rgba(0,0,0,.2);
}
.cookie-banner[hidden]{display:none;}
.cookie-banner p{max-width:640px;font-size:14px;line-height:1.5;margin:0;}
.cookie-banner-actions{display:flex;gap:10px;flex-wrap:wrap;}
.btn-cookie-ghost{background:transparent;border:1px solid oklch(70% 0.02 90);color:oklch(96% 0.01 90);padding:10px 16px;border-radius:6px;font-size:13px;}
.btn-cookie-accept{background:var(--accent);border:none;color:#fff;padding:10px 18px;border-radius:6px;font-size:13px;font-weight:600;}

.cookie-modal-backdrop{
  position:fixed;inset:0;background:rgba(20,20,15,.5);z-index:300;
  display:flex;align-items:center;justify-content:center;padding:20px;
}
.cookie-modal-backdrop[hidden]{display:none;}
.cookie-modal{background:#fff;border-radius:12px;max-width:480px;width:100%;padding:28px;}
.cookie-modal h3{margin:0 0 6px;font-size:20px;}
.cookie-modal>p{font-size:13px;color:var(--muted);margin:0 0 18px;}
.cookie-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border-light);}
.cookie-row:last-of-type{border-bottom:none;}
.cookie-row strong{font-size:14px;}
.cookie-row .cookie-sub{font-size:12px;color:var(--muted-2);}
.cookie-row .cookie-note{font-size:12px;color:var(--muted-2);}
.cookie-row input[type=checkbox]{width:18px;height:18px;}
.cookie-modal-actions{display:flex;gap:10px;margin-top:20px;}
.btn-cancel{flex:1;background:oklch(93% 0.01 90);border:none;padding:10px;border-radius:6px;}
.btn-save{flex:1;background:oklch(28% 0.05 152);color:#fff;border:none;padding:10px;border-radius:6px;font-weight:600;}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:1px solid var(--border);}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 24px;}
.logo{display:flex;align-items:center;gap:10px;}
.logo-badge{width:34px;height:34px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.logo-diamond{width:12px;height:12px;background:var(--accent);transform:rotate(45deg);border-radius:2px;}
.logo-text{font-family:'Lora',Georgia,serif;font-weight:700;font-size:22px;letter-spacing:.01em;color:var(--text);}
.nav-main{display:flex;gap:22px;flex-wrap:wrap;font-size:14px;font-weight:500;}
.nav-main a{color:var(--text);}
.nav-main a.active{color:var(--primary);font-weight:700;}
.header-actions{display:flex;align-items:center;gap:16px;font-size:13px;flex-wrap:wrap;}
.header-actions a{color:var(--text);}
.wishlist-badge{background:var(--accent);color:#fff;border-radius:50%;font-size:10px;padding:1px 6px;margin-left:2px;}
.cart-link{background:var(--primary);color:#fff !important;padding:8px 14px;border-radius:20px;}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;font-size:15px;font-weight:600;padding:14px 26px;cursor:pointer;}
.btn-primary{background:var(--primary);color:#fff;}
.btn-primary:hover{background:oklch(24% 0.05 152);color:#fff;}
.btn-outline{background:transparent;border:1.5px solid var(--primary);color:var(--primary);}
.btn-outline:hover{border-color:var(--accent);color:var(--accent);}
.btn-sm{padding:10px 20px;font-size:14px;}
.btn-block{width:100%;}
.btn-plain{background:transparent;border:1px solid var(--input-border);padding:12px;border-radius:6px;font-size:14px;}

/* ---------- Hero ---------- */
.hero{background:var(--hero-bg);padding:80px 24px 70px;}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center;}
.hero h1{font-size:44px;line-height:1.15;margin:0 0 18px;}
.hero p{font-size:17px;color:var(--muted-3);line-height:1.6;margin:0 0 28px;max-width:480px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.hero-media{height:320px;border-radius:14px;overflow:hidden;}
.hero-media img{width:100%;height:100%;object-fit:cover;}

/* ---------- Sections ---------- */
.section{padding:64px 24px;}
.section h2{font-size:28px;margin:0 0 28px;}
.section-surface{background:var(--surface);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);}
.section-promo{background:var(--promo-bg);padding:64px 24px;}
.promo-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;max-width:1240px;margin:0 auto;}
.promo-grid h2{font-size:26px;margin:0 0 10px;}
.promo-grid p{font-size:14px;color:var(--muted-3);margin:0 0 16px;}

/* ---------- Category grid ---------- */
.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;}
.category-card{cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:20px;text-align:center;}
.category-card:hover{border-color:var(--accent);}
.category-thumb{height:80px;border-radius:8px;margin-bottom:12px;overflow:hidden;}
.category-thumb img{width:100%;height:100%;object-fit:cover;}
.category-name{font-weight:600;font-size:14px;color:var(--text);}

/* ---------- Product grid / card ---------- */
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;}
.product-card{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;height:100%;}
.product-photo{display:block;height:160px;overflow:hidden;}
.product-photo img{width:100%;height:100%;object-fit:cover;}
.product-body{padding:14px;display:flex;flex-direction:column;gap:6px;flex:1;}
.product-cat{font-size:11px;color:var(--accent);font-weight:600;text-transform:uppercase;}
.product-name{color:var(--text);cursor:pointer;font-weight:600;font-size:14px;line-height:1.3;}
.product-weight{font-size:12px;color:var(--muted-2);}
.product-spacer{flex:1;}
.product-row{display:flex;align-items:center;justify-content:space-between;margin-top:6px;}
.product-price{font-weight:700;font-family:'Lora',Georgia,serif;font-size:16px;}
.wish-btn{background:transparent;border:none;font-size:15px;color:var(--text);}
.add-cart-btn{width:100%;background:var(--primary);color:#fff;border:none;padding:10px;border-radius:6px;font-size:13px;font-weight:600;margin-top:4px;}
.add-cart-btn:hover{background:oklch(24% 0.05 152);}

/* ---------- Recipe / article cards ---------- */
.recipe-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;}
.recipe-card{cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;}
.recipe-card:hover{border-color:var(--accent);}
.recipe-thumb{height:150px;overflow:hidden;}
.recipe-thumb img{width:100%;height:100%;object-fit:cover;}
.recipe-body{padding:16px;}
.recipe-cat{font-size:12px;color:var(--accent);font-weight:600;margin-bottom:4px;}
.recipe-title{font-weight:600;font-size:15px;color:var(--text);}
.recipe-intro{font-size:13px;color:var(--muted);margin-top:6px;}

.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;}
.article-card{cursor:pointer;background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;text-decoration:none;display:block;}
.article-card:hover{border-color:var(--accent);}
.article-thumb{height:140px;overflow:hidden;}
.article-thumb img{width:100%;height:100%;object-fit:cover;}
.article-body{padding:16px;}
.article-title{font-weight:600;font-size:15px;margin-bottom:6px;color:var(--text);}
.article-excerpt{font-size:13px;color:var(--muted);}

/* ---------- Shop layout ---------- */
.shop-layout{max-width:1240px;margin:0 auto;padding:32px 24px 64px;display:grid;grid-template-columns:220px minmax(0,1fr);gap:32px;}
.shop-sidebar h3{font-size:16px;margin:0 0 12px;}
.category-list{display:flex;flex-direction:column;gap:6px;margin-bottom:24px;}
.category-list a{display:block;font-size:13px;padding:6px 8px;border-radius:6px;color:var(--text-2);}
.category-list a.active{background:var(--selected-bg);color:var(--selected-text);font-weight:700;}
.search-input{width:100%;padding:9px 10px;border:1px solid var(--input-border);border-radius:6px;font-size:13px;margin-bottom:24px;}
.avail-note{font-size:13px;color:var(--muted);}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px;}
.results-count{font-size:14px;color:var(--muted);}
.sort-select{padding:8px 10px;border:1px solid var(--input-border);border-radius:6px;font-size:13px;}
.no-results{padding:60px 0;text-align:center;color:var(--muted);}

/* ---------- Product detail ---------- */
.product-detail{max-width:1100px;margin:0 auto;padding:32px 24px 64px;}
.back-link{cursor:pointer;font-size:13px;color:var(--muted);margin-bottom:20px;display:inline-block;}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;}
.product-detail-photo{height:400px;border-radius:12px;overflow:hidden;}
.product-detail-photo img{width:100%;height:100%;object-fit:cover;}
.product-detail-cat{font-size:12px;color:var(--accent);font-weight:600;margin-bottom:6px;text-transform:uppercase;}
.product-detail h1{font-size:30px;margin:0 0 10px;}
.product-detail-meta{font-size:13px;color:var(--muted);margin-bottom:16px;}
.product-detail-desc{font-size:14px;line-height:1.6;color:var(--text-2);margin:0 0 20px;}
.price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:6px;}
.price-big{font-size:28px;font-weight:700;font-family:'Lora',Georgia,serif;}
.price-unit{font-size:13px;color:var(--muted-2);}
.vat-note{font-size:12px;color:var(--muted-2);margin-bottom:20px;}
.detail-actions{display:flex;gap:12px;margin-bottom:28px;}
.detail-actions form{flex:1;margin:0;}
.wish-toggle{border:1.5px solid var(--input-border);background:#fff;padding:14px 18px;border-radius:6px;font-size:14px;}
.spec-list{display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--border);padding-top:20px;}
.spec-list div span.spec-val{font-size:13px;color:var(--muted-3);}
.spec-list strong{font-size:13px;}
.delivery-note{font-size:12px;color:var(--muted-2);}

/* ---------- Cart ---------- */
.cart-page{max-width:960px;margin:0 auto;padding:40px 24px 64px;}
.cart-page h1{font-size:30px;margin:0 0 24px;}
.cart-empty{text-align:center;padding:60px 0;color:var(--muted);}
.cart-empty p{margin:0 0 20px;}
.cart-items{display:flex;flex-direction:column;gap:16px;margin-bottom:28px;}
.cart-item{display:grid;grid-template-columns:80px minmax(0,1fr) auto auto;gap:16px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:10px;padding:14px;}
.cart-item-thumb{height:60px;border-radius:6px;overflow:hidden;}
.cart-item-thumb img{width:100%;height:100%;object-fit:cover;}
.cart-item-name{font-weight:600;font-size:14px;}
.cart-item-meta{font-size:12px;color:var(--muted-2);}
.qty-row{display:flex;align-items:center;gap:8px;margin-top:8px;}
.qty-btn{width:26px;height:26px;border:1px solid var(--input-border);background:#fff;border-radius:4px;}
.qty-val{font-size:13px;min-width:20px;text-align:center;}
.cart-item-total{font-weight:700;font-family:'Lora',Georgia,serif;}
.cart-item-remove{cursor:pointer;font-size:12px;color:var(--muted-2);text-decoration:underline;background:none;border:none;}
.cart-summary{background:#fff;border:1px solid var(--border);border-radius:10px;padding:24px;max-width:380px;margin-left:auto;}
.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px;}
.cart-summary-note{font-size:12px;color:var(--muted-2);margin-bottom:12px;}
.cart-summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;font-family:'Lora',Georgia,serif;border-top:1px solid var(--border);padding-top:12px;margin-bottom:18px;}

/* ---------- Checkout ---------- */
.checkout-page{max-width:900px;margin:0 auto;padding:40px 24px 64px;}
.checkout-page h1{font-size:28px;margin:0 0 24px;}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:32px;}
.checkout-grid h3{font-size:15px;margin:0 0 12px;}
.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;}
.field{width:100%;padding:11px;border:1px solid var(--input-border);border-radius:6px;margin-bottom:12px;}
.option-card{display:flex;align-items:center;gap:10px;font-size:13px;border:1px solid var(--border);border-radius:6px;padding:10px 12px;cursor:pointer;}
.option-list{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;}
.order-summary{background:#fff;border:1px solid var(--border);border-radius:10px;padding:20px;}
.order-summary h3{font-size:14px;margin:0 0 14px;}
.order-summary-line{display:flex;justify-content:space-between;font-size:13px;margin-bottom:8px;}
.order-summary-sub{display:flex;justify-content:space-between;font-size:13px;margin:12px 0 4px;border-top:1px solid var(--border-light);padding-top:10px;}
.order-summary-total{display:flex;justify-content:space-between;font-size:16px;font-weight:700;font-family:'Lora',Georgia,serif;border-top:1px solid var(--border-light);padding-top:10px;}
.order-confirm{text-align:center;background:#fff;border:1px solid var(--border);border-radius:12px;padding:50px 30px;}
.order-confirm h1{font-size:26px;margin:0 0 12px;}
.order-confirm p{font-size:14px;color:var(--muted-3);margin:0 0 6px;}
.order-legal{font-size:12px;color:var(--muted-2);border-top:1px solid var(--border-light);padding-top:18px;max-width:420px;margin:0 auto 20px;text-align:left;}
.form-error{background:oklch(93% 0.06 30);color:oklch(30% 0.1 30);border-radius:8px;padding:14px 16px;font-size:14px;margin-bottom:20px;}

/* ---------- Recipe detail ---------- */
.recipe-detail{max-width:820px;margin:0 auto;padding:40px 24px 64px;}
.recipe-hero{height:320px;border-radius:12px;overflow:hidden;margin-bottom:24px;}
.recipe-hero img{width:100%;height:100%;object-fit:cover;}
.recipe-meta{font-size:12px;color:var(--accent);font-weight:600;margin-bottom:8px;}
.recipe-detail h1{font-size:30px;margin:0 0 16px;}
.recipe-detail-intro{font-size:15px;line-height:1.6;color:var(--text-3);margin:0 0 28px;}
.recipe-cols{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:32px;}
.recipe-cols h3{font-size:18px;margin:0 0 12px;}
.ingredient-list{display:flex;flex-direction:column;gap:6px;}
.ingredient-item{font-size:14px;color:var(--text-3);padding-bottom:6px;border-bottom:1px dashed var(--border-dashed);}
.steps-list{display:flex;flex-direction:column;gap:14px;}
.step-item{display:flex;gap:12px;}
.step-num{width:26px;height:26px;border-radius:50%;background:var(--primary);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.step-text{font-size:14px;color:var(--text-3);line-height:1.55;}

/* ---------- Article detail ---------- */
.article-detail{max-width:760px;margin:0 auto;padding:40px 24px 64px;}
.article-detail h1{font-size:30px;margin:0 0 20px;}
.article-hero{height:260px;border-radius:12px;overflow:hidden;margin-bottom:24px;}
.article-hero img{width:100%;height:100%;object-fit:cover;}
.article-paragraphs{display:flex;flex-direction:column;gap:16px;}
.article-paragraphs p{font-size:15px;line-height:1.7;color:oklch(30% 0.015 95);margin:0;}

/* ---------- About / static text ---------- */
.static-page{max-width:760px;margin:0 auto;padding:50px 24px 70px;}
.static-page h1{font-size:32px;margin:0 0 22px;}
.static-page p{font-size:16px;line-height:1.7;color:oklch(30% 0.015 95);margin:0 0 20px;}
.static-page p:last-child{margin-bottom:0;}
.about-photo{border-radius:14px;overflow:hidden;margin-bottom:28px;height:320px;}
.about-photo img{width:100%;height:100%;object-fit:cover;}

/* ---------- Contact ---------- */
.contact-page{max-width:760px;margin:0 auto;padding:50px 24px 70px;}
.contact-page h1{font-size:32px;margin:0 0 8px;}
.contact-email{font-size:14px;color:var(--muted);margin:0 0 30px;}
.contact-success{background:var(--hero-bg);border-radius:10px;padding:24px;font-size:15px;}
.contact-form{display:flex;flex-direction:column;gap:14px;}
.consent-row{display:flex;gap:10px;font-size:13px;align-items:flex-start;}
.consent-row input{margin-top:2px;}
textarea.field{resize:vertical;}

/* ---------- FAQ ---------- */
.faq-page{max-width:760px;margin:0 auto;padding:50px 24px 70px;}
.faq-page h1{font-size:32px;margin:0 0 30px;}
.faq-list{display:flex;flex-direction:column;gap:10px;}
.faq-item{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fff;}
.faq-item summary{cursor:pointer;padding:16px;font-weight:600;font-size:14px;display:flex;justify-content:space-between;list-style:none;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:'+';font-weight:400;}
.faq-item[open] summary::after{content:'\2013';}
.faq-answer{padding:0 16px 16px;font-size:14px;color:var(--muted-3);line-height:1.6;}

/* ---------- Legal ---------- */
.legal-layout{max-width:1100px;margin:0 auto;padding:40px 24px 70px;display:grid;grid-template-columns:230px minmax(0,1fr);gap:32px;}
.legal-tabs{display:flex;flex-direction:column;gap:4px;}
.legal-tabs a{cursor:pointer;font-size:13px;padding:9px 10px;border-radius:6px;color:var(--text-2);}
.legal-tabs a.active{background:var(--selected-bg);color:var(--selected-text);font-weight:700;}
.legal-content h1{font-size:26px;margin:0 0 20px;}
.legal-block{margin-bottom:20px;}
.legal-block h3{font-size:15px;margin:0 0 8px;}
.legal-block p{font-size:14px;line-height:1.65;color:oklch(32% 0.015 95);margin:0 0 10px;}

/* ---------- Account ---------- */
.account-layout{max-width:800px;margin:0 auto;padding:50px 24px 70px;display:grid;grid-template-columns:1fr 1fr;gap:32px;}
.account-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:26px;}
.account-card h2{font-size:20px;margin:0 0 16px;}
.account-form{display:flex;flex-direction:column;gap:12px;}
.account-msg{grid-column:1/-1;background:var(--hero-bg);border-radius:10px;padding:16px 18px;font-size:14px;margin-bottom:6px;}

/* ---------- Footer ---------- */
.site-footer{background:var(--primary-dark);color:var(--footer-text);padding:50px 24px 30px;margin-top:auto;}
.footer-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-bottom:30px;}
.footer-brand{font-family:'Lora',Georgia,serif;font-weight:700;font-size:20px;margin-bottom:10px;color:#fff;}
.footer-desc{font-size:13px;color:var(--footer-text-2);line-height:1.6;margin:0;}
.footer-col-title{font-weight:600;font-size:13px;margin-bottom:10px;color:#fff;}
.footer-links{display:flex;flex-direction:column;gap:7px;font-size:13px;}
.footer-links a{color:var(--footer-text-2);}
.footer-links a:hover{color:#fff;}
.footer-bottom{max-width:1240px;margin:0 auto;border-top:1px solid var(--footer-border);padding-top:20px;font-size:12px;color:var(--footer-text-3);line-height:1.6;}

/* ---------- utility ---------- */
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);}
.mono{font-family:'JetBrains Mono',monospace;}

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .hero-grid,.promo-grid,.product-detail-grid,.recipe-cols,.checkout-grid,.account-layout{grid-template-columns:1fr;}
  .shop-layout,.legal-layout{grid-template-columns:1fr;}
  .cart-item{grid-template-columns:60px 1fr;grid-template-areas:"thumb name" "thumb total" "thumb remove";}
}
@media (max-width:640px){
  .header-inner{flex-direction:column;align-items:flex-start;gap:12px;}
  .hero{padding:56px 20px 48px;}
  .hero h1{font-size:32px;}
  .section{padding:44px 20px;}
}
