/* Adcraft360 V2.3 — coastal green florist storefront. Presentation layer only. */
:root{
  --ink:#34404a;
  --plum:#34765d;
  --plum-dark:#255d48;
  --coral:#46a277;
  --leaf:#34765d;
  --ivory:#fff;
  --cream:#f7f9f8;
  --sand:#eef3f0;
  --line:#e2e9e5;
  --muted:#7d8882;
  --kas-green:#34765d;
  --kas-green-dark:#245b46;
  --kas-mint:#e9f8f0;
  --kas-pale:#f6f8f7;
  --kas-text:#37424d;
  --commerce-ink:#37424d;
  --commerce-plum:#34765d;
  --commerce-coral:#46a277;
  --commerce-cream:#f3faf6;
  --commerce-line:#dfe8e3;
  --commerce-green:#2e9b61;
}

html{scroll-behavior:smooth}
body{background:#fff;color:var(--kas-text);font-family:Montserrat,"Segoe UI",Arial,sans-serif}
.container{width:min(1280px,calc(100% - 40px))}
.eyebrow{color:var(--kas-green);font-size:10px;font-weight:800;letter-spacing:.14em}
.button{border-radius:6px;font-weight:800;box-shadow:none}
.button.primary,.button.coral{background:var(--kas-green);border-color:var(--kas-green);color:#fff}
.button.primary:hover,.button.coral:hover{background:var(--kas-green-dark);border-color:var(--kas-green-dark);transform:translateY(-1px)}
.button.dark{background:var(--kas-green);color:#fff}
.text-link{color:var(--kas-green);font-weight:800}

/* Header */
.announcement{min-height:31px;padding:5px max(20px,calc((100vw - 1280px)/2));background:#f6f7f6;color:#777f7a;border-bottom:1px solid #ecefed;font-size:10px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.announcement>div{display:flex;align-items:center;gap:17px}
.announcement a{color:#58635d;font-weight:700}
.announcement a:hover{color:var(--kas-green)}
.site-header{position:sticky;top:0;z-index:800;background:#fff;border:0;box-shadow:0 3px 16px rgba(36,66,52,.06)}
.header-main{min-height:92px;display:grid;grid-template-columns:minmax(270px,1fr) 250px 220px auto;align-items:center;gap:22px}
.mobile-menu-button{display:none}
.brand{grid-column:2;grid-row:1;justify-self:center;display:flex;align-items:center;justify-content:center}
.brand img{width:220px;max-height:64px;object-fit:contain}
.brand>span{display:none}
.header-search{grid-column:1;grid-row:1;height:45px;border:1px solid #cfd9d3;border-radius:7px;background:#fff;display:grid;grid-template-columns:1fr 48px;overflow:hidden}
.header-search:focus-within{border-color:var(--kas-green);box-shadow:0 0 0 3px rgba(52,118,93,.09)}
.header-search input{min-width:0;border:0;background:#fff;padding:0 15px;font:inherit;font-size:12px;outline:0}
.header-search input::placeholder{color:#9ca49f}
.header-search button{border:0;background:#fff;color:var(--kas-green);font-size:27px;cursor:pointer}
.header-search button:hover{background:var(--kas-mint)}
.location-pill{grid-column:3;grid-row:1;height:45px;border:1px solid #d8e1dc;border-radius:7px;background:#f9fbfa;color:var(--kas-text);padding:0 12px;display:flex;align-items:center;gap:8px;text-align:left;cursor:pointer;overflow:hidden}
.location-pill>span:first-child{font-size:23px;color:var(--kas-green)}
.location-pill small{display:block;color:#929b96;font-size:8px;text-transform:uppercase;letter-spacing:.07em}
.location-pill b{display:block;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}
.header-tools{grid-column:4;grid-row:1;display:flex;align-items:center;gap:6px}
.header-tool{position:relative;min-width:69px!important;min-height:56px!important;padding:5px 8px!important;border:0!important;border-radius:8px!important;background:#fff!important;color:#4d6358!important;display:grid!important;grid-template-columns:26px auto;place-content:center;gap:5px;text-align:left;font-size:9px!important}
.header-tool:hover{background:var(--kas-mint)!important;color:var(--kas-green-dark)!important}
.header-tool i{font-style:normal;font-size:24px;line-height:1;color:var(--kas-green)}
.header-tool span{display:block;font-weight:800;line-height:1.1;white-space:nowrap}
.header-tool small{display:block;font-size:8px;font-weight:600;color:#8b948f}
.header-tool.cart{background:var(--kas-green)!important;color:#fff!important}
.header-tool.cart i,.header-tool.cart small{color:#fff}
.header-tool.cart>b{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:50%;background:#efb742;color:#fff;font-size:8px;display:grid;place-items:center}
.desktop-nav{background:#fff;border-top:1px solid #edf0ee;border-bottom:1px solid #e7ece9}
.desktop-nav>ul{min-height:50px;display:flex;align-items:stretch;justify-content:center;gap:0;flex-wrap:wrap}
.desktop-nav li>a{height:50px;padding:0 22px;display:flex;align-items:center;color:#4f7665;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;border-right:1px solid #eef2ef}
.desktop-nav li:first-child>a{border-left:1px solid #eef2ef}
.desktop-nav li>a:hover,.desktop-nav li:hover>a{background:var(--kas-green);color:#fff}
.desktop-nav ul ul{background:#fff;border:1px solid var(--line);border-radius:0 0 7px 7px;box-shadow:0 18px 38px rgba(31,68,51,.15);overflow:hidden}
.desktop-nav ul ul a{height:auto;padding:12px 15px;color:var(--kas-text);text-transform:none;border:0}

/* Home delivery selector */
.kas-location-row{margin-top:22px;display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.kas-location-row>button,.kas-location-row>div{min-height:105px;border:1px solid #edf0ee;border-radius:9px;background:#fafbfa}
.kas-location-row>button{position:relative;padding:18px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;text-align:left;color:var(--kas-text);cursor:pointer}
.kas-location-row>button>i{font-style:normal;font-size:42px;color:var(--kas-green)}
.kas-location-row>button span{display:block}
.kas-location-row>button small{position:absolute;left:16px;top:-10px;padding:4px 8px;border-radius:4px;background:#ef6170;color:#fff;font-size:8px;font-weight:900;letter-spacing:.04em}
.kas-location-row>button b{display:block;font-size:14px}
.kas-location-row>button em{display:block;margin-top:4px;color:#858f89;font-size:10px;font-style:normal}
.kas-location-row>button strong{padding:12px 16px;border-radius:5px;background:var(--kas-green);color:#fff;font-size:10px;white-space:nowrap}
.kas-location-row>button:hover{border-color:#bcd5c8;background:#f5faf7}
.kas-location-row>div{padding:19px 25px;display:grid;grid-template-columns:62px 1fr;align-items:center;gap:14px}
.kas-location-row>div>i{font-style:normal;font-size:48px;color:#e0a14f;text-align:center}
.kas-location-row p{margin:0;color:#737e78;font-size:11px;line-height:1.75}
.kas-location-row p b{color:#3d594d}

/* Main promotion */
.kas-hero{position:relative;min-height:410px;margin-top:22px;border-radius:12px;background:#edf3ef;overflow:hidden;isolation:isolate}
.kas-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.kas-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.9) 34%,rgba(255,255,255,.26) 62%,rgba(255,255,255,.03) 100%)}
.kas-hero>div{position:relative;z-index:2;width:min(520px,52%);min-height:410px;padding:64px 0 56px 58px;display:flex;flex-direction:column;justify-content:center}
.kas-hero>div>span{color:var(--kas-green);font-size:10px;font-weight:900;letter-spacing:.16em}
.kas-hero h1{margin:12px 0 16px;font:650 clamp(38px,4.4vw,64px)/.98 Georgia,serif;letter-spacing:-.045em;color:#35483f}
.kas-hero>div>p:not(.kas-hero-actions){max-width:430px;margin:0;color:#6c7872;font-size:14px;line-height:1.7}
.kas-hero-actions{margin:25px 0 0;display:flex;align-items:center;gap:20px}
.kas-hero-actions>a:last-child{color:var(--kas-green);font-size:11px;font-weight:850}

/* Categories and visual collections */
.category-section{padding-top:40px;padding-bottom:36px}
.section-heading{align-items:end;margin-bottom:25px}
.section-heading h2{font:600 clamp(28px,3vw,42px)/1.05 Georgia,serif;letter-spacing:-.035em;color:#3c4942}
.section-heading>a{color:var(--kas-green);font-size:11px;font-weight:800}
.category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:28px}
.category-card{position:relative;min-height:196px;border:0;border-radius:0;background:transparent;overflow:visible;box-shadow:none;text-align:center}
.category-card::after{display:none}
.category-card img{position:relative;width:150px;height:150px;max-width:100%;margin:auto;border-radius:50%;object-fit:cover;filter:none;opacity:1;transition:.35s;box-shadow:0 8px 25px rgba(42,70,56,.08)}
.category-card:hover img{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 33px rgba(42,70,56,.15)}
.category-card>span{position:static;padding:13px 4px 0;background:transparent;color:var(--kas-text);text-align:center}
.category-card b,.category-card small{display:block}
.category-card b{font:600 13px/1.25 Montserrat,sans-serif}
.category-card small{margin-top:4px;color:#929c96;font-size:9px}
.kas-collections{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding-bottom:22px}
.kas-collections>a{position:relative;min-height:300px;border-radius:9px;overflow:hidden;background:#e7eee9;isolation:isolate}
.kas-collections img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s}
.kas-collections>a::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(24,47,37,.78))}
.kas-collections>a:hover img{transform:scale(1.045)}
.kas-collections span{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:#fff;text-align:center}
.kas-collections b{display:block;font-size:26px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.kas-collections small{display:inline-block;margin-top:8px;padding:8px 16px;border-radius:999px;background:var(--kas-green);font-size:9px;font-weight:850;text-transform:uppercase}
.kas-service-strip{margin-top:16px;margin-bottom:30px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e8ece9;border-radius:10px;background:#fff;overflow:hidden}
.kas-service-strip article{min-height:104px;padding:18px;display:flex;align-items:center;justify-content:center;gap:15px;border-right:1px solid #e8ece9}
.kas-service-strip article:last-child{border-right:0}
.kas-service-strip i{font-style:normal;font-size:38px;color:var(--kas-green)}
.kas-service-strip b,.kas-service-strip small{display:block}
.kas-service-strip b{font-size:11px;color:#59635e}
.kas-service-strip small{margin-top:4px;color:#9aa19d;font-size:9px}

/* Product grid */
.products-section{padding:55px 0 75px;background:#fafbfa;border-top:1px solid #edf0ee;border-bottom:1px solid #edf0ee}
.products-section .section-heading{justify-content:center;text-align:center}
.products-section .section-heading p{display:none}
.products-section .section-heading h2::after{content:"";display:block;width:70px;height:2px;margin:15px auto 0;background:var(--kas-green)}
.product-grid{gap:20px}
.product-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-grid.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.product-card{min-width:0;border:1px solid #e4ebe7;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(42,67,55,.04);transition:.25s}
.product-card:hover{transform:translateY(-5px);border-color:#b8d3c6;box-shadow:0 15px 35px rgba(42,67,55,.11)}
.product-image{aspect-ratio:1/1.05;border-radius:0;background:#f4f6f5;overflow:hidden}
.product-image img{transition:.4s}
.product-card:hover .product-image img{transform:scale(1.035)}
.delivery-badge{left:12px;top:12px;padding:7px 10px;border-radius:4px;background:#dff5e9;color:#26754e;font-size:8px;font-weight:900;text-transform:uppercase;box-shadow:none}
.discount-badge{right:12px;top:12px;padding:7px 9px;border-radius:4px;background:#ef6471;color:#fff;font-size:9px}
.product-info{padding:15px;text-align:center}
.product-category{color:var(--kas-green);font-size:8px;letter-spacing:.1em}
.product-info h3{min-height:42px;margin:7px 0 8px;font:600 13px/1.45 Montserrat,sans-serif}
.rating{color:#939c97;font-size:9px}
.rating>span,.stars{color:#e9ad35}
.price-row{min-height:34px;margin-top:9px;justify-content:center;gap:8px}
.price-row strong{margin-left:0;color:#303d36;font-size:19px}
.price-row del{font-size:10px;color:#a3aaa6}
.tax-note{display:block;margin-top:-3px;color:#9ca49f;font-size:8px}
.kas-buy{min-height:39px;margin-top:12px;padding:0 14px;border-radius:5px;background:var(--kas-green);color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.kas-buy:hover{background:var(--kas-green-dark)}
.kas-buy span{font-size:16px}
.kas-card-meta{margin:12px -15px -15px;padding:9px 8px;border-top:1px solid #eef1ef;background:#fafbfa;display:flex;justify-content:center;gap:12px;color:#819088;font-size:7px;text-transform:uppercase}

/* Content sections */
.editorial{margin-top:70px;margin-bottom:70px;border-radius:13px;background:#315f4d;color:#fff;overflow:hidden}
.editorial-image img{border-radius:0}
.editorial-image>span{background:#fff;color:var(--kas-green)}
.editorial-copy h2{color:#fff}
.promise{background:#f2f7f4;color:var(--kas-text);border-top:1px solid #e0eae4;border-bottom:1px solid #e0eae4}
.promise-grid{gap:0}
.promise article{padding:30px 24px;border-left:0;border-right:1px solid #dbe6e0}
.promise article:last-child{border-right:0}
.promise article>span{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--kas-green);display:grid;place-items:center}
.promise h3{font-family:Montserrat,sans-serif;font-size:14px;color:#435249}
.promise p{color:#849088}
.blog-section,.recommendations{padding-top:70px;padding-bottom:70px}
.blog-grid{gap:20px}
.blog-grid article{border:1px solid #e3eae6;border-radius:10px;background:#fff;overflow:hidden;padding-bottom:18px;box-shadow:0 6px 18px rgba(49,72,60,.05)}
.blog-grid img{border-radius:0;height:220px;transition:.35s}
.blog-grid article:hover img{transform:scale(1.035)}
.blog-grid time,.blog-grid h3,.blog-grid h2,.blog-grid p,.blog-grid article>.text-link{margin-left:16px;margin-right:16px}
.blog-grid time{color:var(--kas-green);font-weight:800}
.blog-grid h3,.blog-grid h2{font-family:Montserrat,sans-serif}

/* Inner pages */
.page-hero{background:#f3f8f5;border-bottom:1px solid #dfe9e3}
.page-hero.compact{padding-top:55px;padding-bottom:55px}
.page-hero h1{font-family:Georgia,serif;color:#35483f}
.location-inline{border:1px solid #bdd3c7;border-radius:5px;background:#fff;color:var(--kas-green)}
.listing{gap:28px;padding-top:40px;padding-bottom:75px}
.filter-card,.support-nav,.legal-nav{border:1px solid #e0e8e3;border-radius:9px;background:#fff;box-shadow:0 8px 25px rgba(44,68,56,.06);overflow:hidden}
.filter-card a.active,.support-nav a:hover,.legal-nav a.active{background:var(--kas-mint);color:var(--kas-green-dark)}
.listing-top select,.large-search input{border-color:#d8e2dc;border-radius:6px}
.empty-state{border-color:#dfe8e3;border-radius:11px;background:#f8fbf9}
.support-layout,.article-layout{padding-top:42px;padding-bottom:75px}
.support-content details{border:1px solid #e0e8e3;border-radius:8px;background:#fff;margin-bottom:9px;overflow:hidden}
.support-content details[open]{border-color:#b7d2c4;box-shadow:0 8px 22px rgba(52,92,72,.08)}
.support-content details[open] summary{background:var(--kas-mint);color:var(--kas-green-dark)}
.prose{border:1px solid #e0e8e3;border-radius:11px;background:#fff;padding:32px;box-shadow:0 8px 25px rgba(44,68,56,.05)}

/* Product detail, basket and checkout */
.commerce-product{padding-top:28px}
.breadcrumbs{color:#87918c;font-size:10px}
.breadcrumbs a:hover{color:var(--kas-green)}
.commerce-product-grid{grid-template-columns:minmax(0,1.05fr) minmax(260px,.72fr) minmax(350px,.88fr);gap:27px}
.commerce-gallery{top:122px;min-height:570px;border:1px solid #e0e8e3;border-radius:10px;background:#f5f7f6;box-shadow:0 10px 35px rgba(48,72,60,.06)}
.commerce-gallery>img{min-height:570px}
.commerce-summary{padding:18px 3px}
.commerce-summary h1{font:650 clamp(30px,3vw,44px)/1.04 Georgia,serif;letter-spacing:-.035em;color:#34473e}
.commerce-summary>p{color:#77827c}
.product-code{display:inline-flex;padding:7px 10px;border-radius:4px;background:#f0f4f2;color:#69756f;font-size:9px}
.detail-price{margin:18px 0}
.detail-price strong{color:#314138}
.button.ghost{border-color:#bfd3c8;border-radius:5px;color:var(--kas-green)}
.button.ghost:hover{background:var(--kas-mint)}
.delivery-wizard{top:120px;padding:23px;border:1px solid #dbe6e0;border-radius:11px;box-shadow:0 16px 42px rgba(42,72,57,.11)}
.wizard-head{margin:-23px -23px 14px;padding:21px 23px 18px;border-radius:11px 11px 0 0;background:#f4f8f6;border-bottom:1px solid #dfe8e3}
.wizard-head h2{font:600 26px/1.1 Georgia,serif;color:#35483f}
.wizard-step b i{background:var(--kas-mint);color:var(--kas-green)}
.wizard-step select,.wizard-option select,.wizard-option input,.auth-card input,.checkout-forms input,.checkout-forms textarea,.tracking-search input{border-color:#d6e1db;border-radius:6px}
.wizard-step select:focus,.wizard-option select:focus,.wizard-option input:focus,.checkout-forms input:focus,.checkout-forms textarea:focus{outline:0;border-color:var(--kas-green);box-shadow:0 0 0 3px rgba(52,118,93,.09)}
.slot-grid span{border-radius:6px}
.slot-grid input:checked+span{border-color:var(--kas-green);background:#f0faf4;box-shadow:0 0 0 2px rgba(52,118,93,.09)}
.live-quote{border-radius:8px;background:#f3f8f5}
.live-quote strong{color:var(--kas-green-dark)}
.add-cart{background:var(--kas-green);border-color:var(--kas-green);border-radius:6px;color:#fff}
.wa-secondary{color:var(--kas-green)}
.product-trust article{border-color:#dfe8e3;border-radius:10px;background:#fbfcfb}
.product-trust article>span{border-radius:50%;background:var(--kas-green)}
.reviews-section{background:#f5f8f6}
.review-form,.auth-card,.cart-summary,.checkout-summary,.tracking-search{border-color:#dfe8e3;border-radius:11px;box-shadow:0 12px 32px rgba(48,71,59,.08)}
.cart-item{border-color:#dfe8e3;border-radius:10px}
.cart-summary{background:var(--kas-green-dark)}
.checkout-progress span.active{background:var(--kas-green);color:#fff}
.checkout-forms>section{border-color:#dfe8e3;border-radius:11px}
.payment-options label{border-color:#dfe8e3;border-radius:7px}
.note-picker-button{border-color:#a9c7b8;background:#f4faf6;color:var(--kas-green)}

/* Footer, overlays and mobile dock */
.location-modal section{border-top:5px solid var(--kas-green);border-radius:13px}
.site-footer{background:#f3f6f4;color:#69746e;border-top:1px solid #dfe7e2}
.footer-lead{border-bottom-color:#dce5e0}
.footer-lead h2{font-family:Georgia,serif;color:#35473e}
.footer-grid h3{color:#34473e;font-size:12px}
.footer-grid a{color:#68756e}
.footer-grid a:hover{color:var(--kas-green)}
.footer-bottom{border-top-color:#dce5e0;color:#849089}
.footer-brand{justify-content:flex-start}
.footer-brand img{filter:none}
.socials a{border:1px solid #d5e0da;border-radius:5px;background:#fff;color:var(--kas-green)}
.payment-logos{border-top:1px solid #dfe7e2;background:#fff}
.floating-contact>button{background:var(--kas-green);color:#fff;box-shadow:0 13px 35px rgba(35,91,68,.26)}
.floating-contact>button>span{background:#fff;color:var(--kas-green)}
.floating-contact-links a{color:#34473e}
.cookie-note{border-color:#d8e2dc;box-shadow:0 17px 44px rgba(47,70,58,.17)}
.cookie-note button{background:var(--kas-green);color:#fff}
.kas-mobile-dock{display:none}

@media(max-width:1160px){
  .header-main{grid-template-columns:minmax(230px,1fr) 190px 190px auto;gap:11px}
  .brand img{width:180px}
  .desktop-nav li>a{padding-left:14px;padding-right:14px}
  .category-grid{gap:15px}
  .commerce-product-grid{grid-template-columns:1fr 1fr}
  .delivery-wizard{grid-column:1/-1;position:static}
}

@media(max-width:900px){
  .announcement>div a:first-child{display:none}
  .header-main{min-height:72px;grid-template-columns:46px 1fr auto;gap:8px}
  .mobile-menu-button{grid-column:1;grid-row:1;display:grid;color:var(--kas-green)}
  .brand{grid-column:2;grid-row:1}
  .brand img{width:160px}
  .header-search,.location-pill,.header-tool.tracking,.header-tool.account{display:none!important}
  .header-tools{grid-column:3;grid-row:1}
  .header-tool.cart{width:48px!important;min-width:48px!important;height:48px!important;grid-template-columns:1fr!important;padding:0!important}
  .header-tool.cart>span{display:none}
  .header-tool.cart i{font-size:25px}
  .desktop-nav{display:none}
  .mobile-drawer{background:#fff}
  .drawer-head{background:var(--kas-green);border:0}
  .drawer-head img{filter:brightness(0) invert(1)}
  .drawer-head button{color:#fff}
  .drawer-location{background:var(--kas-mint);color:var(--kas-green);border-color:#c6ded2}
  .drawer-search button{background:var(--kas-green);color:#fff}
  .drawer-help{background:var(--kas-green);color:#fff}
  .kas-location-row{grid-template-columns:1fr}
  .kas-hero{min-height:350px}
  .kas-hero>div{min-height:350px;padding-left:38px}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .kas-collections{grid-template-columns:repeat(2,1fr)}
  .kas-service-strip{grid-template-columns:repeat(2,1fr)}
  .kas-service-strip article:nth-child(2){border-right:0}
  .kas-service-strip article:nth-child(-n+2){border-bottom:1px solid #e8ece9}
  .product-grid.columns-5{grid-template-columns:repeat(4,1fr)}
  .promise-grid{grid-template-columns:repeat(2,1fr)}
  .promise article:nth-child(2){border-right:0}
  .promise article:nth-child(-n+2){border-bottom:1px solid #dbe6e0}
}

@media(max-width:680px){
  body{padding-bottom:65px}
  .container{width:min(100% - 20px,1280px)}
  .announcement{min-height:28px;padding:5px 10px;font-size:8px}
  .announcement>div{gap:10px}
  .announcement>div a:nth-child(2){display:none}
  .site-header{top:0}
  .header-main{min-height:63px}
  .brand img{width:135px;max-height:42px}
  .kas-location-row{margin-top:10px;gap:8px}
  .kas-location-row>button{min-height:93px;padding:14px;grid-template-columns:37px 1fr auto;gap:8px}
  .kas-location-row>button>i{font-size:32px}
  .kas-location-row>button b{font-size:11px}
  .kas-location-row>button em{font-size:8px}
  .kas-location-row>button strong{padding:10px 9px;font-size:8px}
  .kas-location-row>div{display:none}
  .kas-hero{min-height:285px;margin-top:10px;border-radius:8px}
  .kas-hero::after{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.82) 62%,rgba(255,255,255,.18))}
  .kas-hero>div{width:72%;min-height:285px;padding:34px 0 31px 20px}
  .kas-hero>div>span{font-size:7px}
  .kas-hero h1{margin:9px 0 11px;font-size:35px}
  .kas-hero>div>p:not(.kas-hero-actions){font-size:10px;line-height:1.55}
  .kas-hero-actions{margin-top:17px;align-items:flex-start;flex-direction:column;gap:8px}
  .kas-hero-actions .button{min-height:38px;padding:0 15px;font-size:9px}
  .category-section{padding-top:29px;padding-bottom:25px}
  .section-heading{align-items:flex-start;gap:10px;margin-bottom:18px}
  .section-heading h2{font-size:29px}
  .category-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 10px;scrollbar-width:none}
  .category-grid::-webkit-scrollbar{display:none}
  .category-card{flex:0 0 120px;min-height:145px;scroll-snap-align:start}
  .category-card img{width:105px;height:105px}
  .category-card>span{padding-top:9px}
  .category-card b{font-size:10px}
  .kas-collections{grid-template-columns:repeat(2,1fr);gap:7px;padding-bottom:12px}
  .kas-collections>a{min-height:190px;border-radius:7px}
  .kas-collections span{left:8px;right:8px;bottom:12px}
  .kas-collections b{font-size:16px}
  .kas-collections small{padding:6px 9px;font-size:7px}
  .kas-service-strip{margin-top:8px;margin-bottom:20px}
  .kas-service-strip article{min-height:82px;padding:10px;gap:8px}
  .kas-service-strip i{font-size:27px}
  .kas-service-strip b{font-size:8px}
  .kas-service-strip small{font-size:7px}
  .products-section{padding:38px 0 52px}
  .product-grid,.product-grid.columns-3,.product-grid.columns-4,.product-grid.columns-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .product-info{padding:9px}
  .product-info h3{min-height:36px;font-size:10px}
  .price-row{display:block;min-height:43px}
  .price-row del,.price-row strong{display:block}
  .price-row strong{font-size:16px}
  .delivery-badge{left:7px;top:7px;padding:5px 6px;font-size:6px}
  .discount-badge{right:7px;top:7px;font-size:7px}
  .kas-buy{min-height:35px;margin-top:8px;padding:0 9px;font-size:8px}
  .kas-card-meta{margin:9px -9px -9px;padding:7px 3px;gap:4px;font-size:5px}
  .editorial{width:calc(100% - 20px);margin-top:45px;margin-bottom:45px;border-radius:9px}
  .editorial-image{min-height:300px}
  .editorial-copy{padding:30px 20px}
  .promise-grid{grid-template-columns:1fr 1fr}
  .promise article{padding:22px 12px}
  .promise p{font-size:10px}
  .blog-section,.recommendations{padding-top:45px;padding-bottom:48px}
  .blog-grid{grid-template-columns:1fr}
  .page-hero.compact{padding-top:40px;padding-bottom:40px}
  .listing,.support-layout,.article-layout{padding-top:28px;padding-bottom:52px}
  .prose{padding:21px 16px}
  .commerce-product{padding-top:15px}
  .commerce-product-grid{grid-template-columns:1fr;gap:17px}
  .commerce-gallery{min-height:390px;border-radius:8px}
  .commerce-gallery>img{min-height:390px}
  .commerce-summary h1{font-size:31px}
  .delivery-wizard{padding:18px;border-radius:9px}
  .wizard-head{margin:-18px -18px 10px;padding:18px;border-radius:9px 9px 0 0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:26px 18px}
  .footer-grid>section:first-child{grid-column:1/-1}
  .payment-logos{padding-bottom:76px}
  .kas-mobile-dock{position:fixed;z-index:925;left:0;right:0;bottom:0;height:65px;padding:4px 6px calc(4px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);align-items:center;background:rgba(255,255,255,.98);border-top:1px solid #dce5e0;box-shadow:0 -8px 24px rgba(41,72,57,.12);backdrop-filter:blur(12px)}
  .kas-mobile-dock a,.kas-mobile-dock button{position:relative;height:53px;border:0;background:transparent;color:#68756e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font:inherit;cursor:pointer}
  .kas-mobile-dock i{font-style:normal;font-size:20px;line-height:1;color:var(--kas-green)}
  .kas-mobile-dock small{font-size:8px;font-weight:800}
  .kas-mobile-dock button i{width:36px;height:36px;margin-top:-18px;border:4px solid #fff;border-radius:50%;background:var(--kas-green);color:#fff;display:grid;place-items:center;box-shadow:0 6px 17px rgba(35,91,68,.25)}
  .kas-mobile-dock button small{margin-top:-1px;color:var(--kas-green)}
  .kas-mobile-dock b{position:absolute;right:12px;top:2px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#efb742;color:#fff;font-size:8px;display:grid;place-items:center}
  .floating-contact{right:11px;bottom:76px}
  .floating-contact>button{width:48px;min-width:48px;height:48px;min-height:48px;padding:5px}
  .floating-contact>button>span{width:38px;height:38px}
  .cookie-note{left:10px;right:10px;bottom:75px}
}

@media(max-width:380px){
  .kas-hero h1{font-size:31px}
  .product-grid,.product-grid.columns-3,.product-grid.columns-4,.product-grid.columns-5{gap:6px}
  .product-info{padding:8px}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>section:first-child{grid-column:auto}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
