/* Responsive system and media containment */
/* `hidden` creates a scroll container and prevents product-page sticky media
   from tracking the document viewport in Chromium. `clip` contains horizontal
   overflow without changing the vertical scrolling ancestor. */
html{overflow-x:clip}
body{min-width:0;overflow-x:clip}
main{min-width:0}
.mobile-nav-head,.menu-backdrop{display:none}
.submenu-toggle{display:none}

/* Product artwork always stays centred and fully visible. */
.product-image{display:grid;place-items:center;isolation:isolate}
.product-image>a{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:clamp(14px,2vw,26px)}
.product-image img{width:100%;height:100%;max-width:100%;max-height:100%;padding:0!important;margin:auto;object-fit:contain!important;object-position:center!important}
.product-card:hover .product-image img{transform:translateY(-4px) scale(1.02)}
.product-gallery{display:flex;align-items:center;justify-content:center;overflow:hidden;min-width:0;aspect-ratio:1/1.04}
.product-gallery img{display:block;width:100%;height:100%;max-width:100%;max-height:720px;margin:auto;padding:clamp(20px,4vw,48px);object-fit:contain!important;object-position:center!important}
.mega-product-grid a{min-width:0}
.mega-product-grid img,.drawer-item img,.summary-product img{object-fit:contain!important;object-position:center!important;margin-inline:auto}
.image-feature img{height:auto;object-fit:contain;object-position:center}
.cart-page-item{grid-template-columns:120px minmax(0,1fr) auto}
.cart-page-item img{width:120px;height:140px}

/* Editorial heroes for every internal storefront page. */
body:not(.page-home){--page-hero-image:url('../images/hero/hero-oils.png');--page-hero-position:72% center}
.page-products,.page-product,.page-quality,.page-checkout,.page-cart{--page-hero-image:url('../images/hero/hero-oils.png');--page-hero-position:72% center}
.page-product.product-category-2{--page-hero-image:url('../images/hero/hero-honey.png');--page-hero-position:80% center}
.page-product.product-category-3{--page-hero-image:url('../images/hero/1.png');--page-hero-position:84% center}
.page-about,.page-contact,.page-refund,.page-terms,.page-order-success{--page-hero-image:url('../images/hero/hero-honey.png');--page-hero-position:72% center}
.page-blog,.page-post,.page-faq,.page-privacy,.page-disclaimer,.page-account,.page-track,.page-login,.page-register{--page-hero-image:url('../images/hero/3.png');--page-hero-position:75% center}
body:not(.page-home) .page-hero{isolation:isolate;display:flex;align-items:center;min-height:430px;padding:88px 0;text-align:left;background-color:var(--green);background-image:linear-gradient(90deg,rgba(7,38,23,.97) 0%,rgba(7,38,23,.90) 39%,rgba(7,38,23,.48) 64%,rgba(7,38,23,.12) 100%),var(--page-hero-image);background-size:cover;background-position:center,var(--page-hero-position);color:#fff;border-bottom:5px solid var(--gold)}
body:not(.page-home) .page-hero:before{content:'';inset:22px;top:22px;border:1px solid rgba(255,255,255,.16);border-bottom:0;font:inherit;color:transparent;pointer-events:none}
body:not(.page-home) .page-hero:after{content:'';position:absolute;z-index:-1;left:0;bottom:0;width:42%;height:5px;background:var(--gold-soft)}
body:not(.page-home) .page-hero .container{position:relative;z-index:1}
body:not(.page-home) .page-hero .eyebrow{color:var(--gold-soft);text-shadow:0 2px 12px rgba(0,0,0,.25)}
body:not(.page-home) .page-hero .display{max-width:860px;color:#fff;text-shadow:0 4px 28px rgba(0,0,0,.28)}
body:not(.page-home) .page-hero .display em{color:var(--gold-soft)}
body:not(.page-home) .page-hero .lead{max-width:650px;margin:22px 0 0;color:#e0ebe3;text-shadow:0 2px 14px rgba(0,0,0,.28)}

/* The photos have their subjects on the right side of the source canvas.
   These focal points put the actual product—not the empty canvas—at centre. */
.page-home .hero-slide:nth-child(1)>img{object-position:84% center!important}
.page-home .hero-slide:nth-child(2)>img{object-position:86% center!important}
.page-home .hero-slide:nth-child(3)>img{object-position:92% center!important}
.page-home .category-card:nth-child(1) img{object-position:96% center}
.page-home .category-card:nth-child(2) img{object-position:96% center}
.page-home .category-card:nth-child(3) img{object-position:100% center}
.page-home .manifesto-visual img{object-position:100% center!important}
.page-home .ingredient-image img{object-position:100% center!important}
.page-home .testimonial-image img{object-position:66% center!important}
.page-about .content-split .image-feature{display:flex;align-items:center;justify-content:center;aspect-ratio:4/5;background:#eee9dc}
.page-about .content-split .image-feature img{width:100%;height:100%;object-fit:cover;object-position:90% center}
.page-about .manifesto-visual img{object-position:100% center!important}

@media (max-width:1100px){
  .site-header{z-index:70}
  .header-inner{grid-template-columns:48px minmax(120px,1fr) auto;gap:14px}
  .menu-toggle{display:flex;position:relative;z-index:74;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);background:#fff;box-shadow:0 5px 16px rgba(18,58,38,.08)}
  .menu-toggle span{display:block;width:20px;height:2px;margin:0;border-radius:2px;transition:transform .25s ease,opacity .2s ease,width .25s ease}
  .menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-open .menu-toggle span:nth-child(2){opacity:0;width:0}
  .menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .menu-open .menu-toggle{opacity:0;pointer-events:none}
  .brand{justify-self:start}
  .main-nav{display:block;position:fixed;z-index:73;top:0;bottom:0;left:0;right:auto;width:min(390px,calc(100vw - 36px));height:100dvh;padding:22px 24px 36px;background:var(--ivory);box-shadow:24px 0 70px rgba(7,34,20,.22);transform:translateX(-105%);transition:transform .35s cubic-bezier(.22,.8,.25,1);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}
  .menu-open .main-nav{transform:translateX(0)}
  .mobile-nav-head{display:flex;align-items:center;justify-content:space-between;margin:-2px 0 18px;padding-bottom:17px;border-bottom:1px solid var(--line);color:var(--green);font:400 22px var(--serif)}
  .mobile-nav-head .close-button{flex:0 0 auto;background:#fff}
  .menu-backdrop{display:block;position:fixed;z-index:69;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(4,24,14,.56);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}
  .menu-open .menu-backdrop{opacity:1;visibility:visible;pointer-events:auto}
  .main-nav>a,.nav-group>a{display:flex;align-items:center;min-height:54px;padding:12px 4px;border-bottom:1px solid var(--line);font-size:17px;color:var(--green)}
  .main-nav>a.active,.nav-group>a.active{color:var(--green-3)}
  .nav-group{position:relative;display:grid;grid-template-columns:1fr 48px;height:auto;border-bottom:1px solid var(--line)}
  .nav-group>a{grid-column:1;border:0}
  .nav-group>a .nav-chevron{display:none}
  .nav-group>.submenu-toggle{display:grid;grid-column:2;grid-row:1;place-items:center;width:44px;height:44px;align-self:center;margin:0;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--green)}
  .nav-group>.submenu-toggle .icon{width:17px;transition:transform .25s ease}
  .nav-group.submenu-open>.submenu-toggle .icon{transform:rotate(180deg)}
  .mega-menu{display:none;grid-column:1/-1;position:static;width:100%;margin:0 0 14px;padding:8px 15px 14px;border:0;border-radius:12px;background:var(--cream);box-shadow:none;opacity:1;visibility:visible;transform:none!important}
  .nav-group.submenu-open .mega-menu{display:block}
  .mega-categories>a{grid-template-columns:27px minmax(0,1fr) 18px;padding:12px 2px}
  .mega-categories small{max-width:100%;white-space:normal;line-height:1.35}
  .header-actions{justify-self:end}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .product-gallery{aspect-ratio:1/1.03}
}

@media (max-width:820px){
  .container{width:min(100% - 40px,1260px)}
  .section{padding:82px 0}
  .page-hero{padding:72px 0 56px}
  .display{font-size:clamp(43px,8.5vw,64px)}
  .section-title{font-size:clamp(36px,7vw,52px)}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .catalog-toolbar{flex-wrap:wrap}
  .footer-contact{flex-wrap:wrap}
  .footer-contact span:first-child{flex-basis:100%}
  body:not(.page-home) .page-hero{min-height:390px;padding:74px 0;background-image:linear-gradient(90deg,rgba(7,38,23,.96) 0%,rgba(7,38,23,.83) 58%,rgba(7,38,23,.34) 100%),var(--page-hero-image)}
}

@media (max-width:680px){
  .container{width:min(100% - 28px,1260px)}
  .announcement{height:31px}
  .site-header{height:70px}
  .header-inner{grid-template-columns:40px minmax(95px,1fr) auto;gap:8px}
  .brand{width:124px;justify-self:center}
  .brand img{height:48px}
  .icon-button{width:40px;height:40px}
  .main-nav{width:min(360px,calc(100vw - 24px));padding:18px 18px 30px}
  .product-grid{gap:12px}
  .product-image{aspect-ratio:1/1.16}
  .product-image>a{padding:12px}
  .product-card:hover{transform:none}
  .product-card:hover .product-image img{transform:none}
  .product-card .badge{left:9px;top:9px;max-width:calc(100% - 18px);padding:4px 6px;font-size:8px}
  .product-card .quick-add{left:7px;right:7px;bottom:7px}
  .product-card .quick-add .btn{min-width:0}
  .product-info h3,.product-card .product-info h3{min-height:0;font-size:17px}
  .product-review-mini{display:none}
  .section-head-copy{gap:10px}
  .section-no{font-size:17px}
  .page-hero .lead{font-size:16px}
  .hero-slider{height:auto;min-height:650px;max-height:none}
  .page-home .hero-slide:nth-child(1)>img{object-position:85% center!important}
  .page-home .hero-slide:nth-child(2)>img{object-position:88% center!important}
  .page-home .hero-slide:nth-child(3)>img{object-position:96% center!important}
  .hero-copy{width:100%;max-width:500px;padding:55px 0 95px}
  .hero-copy .display{font-size:clamp(43px,13vw,58px)}
  .category-card{height:min(110vw,440px)}
  .page-home .category-card:nth-child(1) img{object-position:96% center}
  .page-home .category-card:nth-child(2) img{object-position:96% center}
  .page-home .category-card:nth-child(3) img{object-position:100% center}
  .page-home .manifesto-visual img{object-position:100% center!important}
  .page-home .ingredient-image img{object-position:100% center!important}
  .page-about .manifesto-visual img{object-position:100% center!important}
  .product-detail{gap:28px}
  .product-gallery{aspect-ratio:1/1.02}
  .product-gallery img{padding:22px}
  .product-copy h1{font-size:clamp(38px,11vw,52px)}
  .drawer-item{grid-template-columns:74px minmax(0,1fr) auto;gap:10px}
  .drawer-item img{width:74px;height:88px}
  .cart-page-item{grid-template-columns:74px minmax(0,1fr) auto}
  .cart-page-item img{width:74px;height:88px}
  .drawer-head,.drawer-body{padding:20px}
  .form-card,.contact-card,.order-summary{padding:22px}
  .checkout-layout>.order-summary{margin-top:10px}
  .summary-product{grid-template-columns:58px minmax(0,1fr) auto}
  .summary-product img{width:58px;height:64px}
  .content-split{gap:36px}
  .image-feature{border-radius:13px}
  .image-feature img{width:100%}
  .article>img{height:auto;object-fit:contain}
  .footer-links{grid-template-columns:1fr 1fr}
}

@media (max-width:430px){
  .header-actions [data-search-open]{display:none}
  .cart-button{height:40px;padding:0 9px}
  .cart-button b{min-width:19px;height:19px}
  .brand{width:112px}
  .section{padding:66px 0}
  .page-hero{padding:58px 0 44px}
  .display{font-size:clamp(39px,12vw,50px);overflow-wrap:anywhere}
  .section-title{font-size:36px}
  .lead{font-size:16px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .product-card{padding:6px}
  .product-image>a{padding:8px}
  .product-card .quick-add .btn span{font-size:11px}
  .product-card .quick-add .btn .icon{display:none}
  .product-meta{display:flex;font-size:8px;letter-spacing:.05em}
  .product-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .price{font-size:13px}
  .compare{font-size:11px;margin-left:3px}
  .category-copy{padding:22px}
  .category-copy h3{font-size:29px}
  .process-step{min-height:0}
  .testimonial-image{height:330px}
  .testimonial-copy{padding:48px 21px}
  .testimonial-copy blockquote{font-size:30px}
  .newsletter{padding:56px 0}
  .newsletter h2{font-size:34px}
  .footer-links{grid-template-columns:1fr;gap:24px}
  .footer-contact{display:grid}
  .auth-wrap{margin:55px auto}
  .auth-wrap h1{font-size:42px}
  .buy-row .qty{width:100%;justify-content:space-between}
  .buy-row .qty input{flex:1}
  .order-head>div:last-child{margin-top:8px}
  .tracking-line{overflow-x:auto;padding-bottom:8px;grid-template-columns:repeat(5,72px)}
  body:not(.page-home) .page-hero{min-height:350px;padding:62px 0;background-image:linear-gradient(90deg,rgba(7,38,23,.94) 0%,rgba(7,38,23,.82) 68%,rgba(7,38,23,.42) 100%),var(--page-hero-image);background-position:center,var(--page-hero-position)}
  body:not(.page-home) .page-hero:before{inset:12px;top:12px}
}

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

@media (max-width:680px){
  .page-home .hero-copy .display{max-width:100%;font-size:clamp(30px,8vw,36px);line-height:1.04;white-space:normal}
  .page-home .hero-copy .display em{white-space:nowrap}
  .instagram-live-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}
  .instagram-live-grid::-webkit-scrollbar{display:none}
  .instagram-live-grid .instagram-card{flex:0 0 82vw;height:430px;scroll-snap-align:center}
  .instagram-live-grid .instagram-card:first-child,.instagram-live-grid .instagram-card:nth-child(4),.instagram-live-grid .instagram-card:nth-child(5){grid-row:auto;grid-column:auto}
  .instagram-embed-shell{min-height:510px;border-radius:16px}
  .instagram-embed-shell iframe{height:510px}
}

/* Compact editorial hierarchy shared by every storefront page. */
.section-no{display:none!important}
.section{padding:clamp(62px,6vw,86px) 0}
.section-head{align-items:flex-end;gap:28px;margin-bottom:32px}
.section-head-copy{display:block}
.section-title{max-width:720px;font-size:clamp(34px,3.2vw,48px)!important;line-height:1.07;letter-spacing:-.028em;text-wrap:balance}
.eyebrow{margin-bottom:10px;font-size:10px;letter-spacing:.17em}
.lead{font-size:16px;line-height:1.65}
.text-link{font-size:13px;white-space:nowrap}

.hero-copy{width:min(530px,46%)}
.hero-copy .display{max-width:530px;font-size:clamp(44px,4.4vw,64px);line-height:1}
.hero-copy .lead{margin:18px 0 24px;font-size:16px}
.hero-note{margin-top:26px}
body:not(.page-home) .page-hero{min-height:350px;padding:64px 0}
body:not(.page-home) .page-hero .display{max-width:800px;font-size:clamp(38px,4.2vw,56px);line-height:1.04}
body:not(.page-home) .page-hero .lead{max-width:620px;margin-top:16px;font-size:16px}

.category-card{height:450px}
.category-copy h3{font-size:28px}
.manifesto-grid{min-height:550px}
.manifesto-copy{padding-top:60px;padding-bottom:60px;padding-right:56px}
.manifesto-copy .section-title{max-width:590px;font-size:clamp(34px,3vw,44px)!important;line-height:1.08}
.manifesto-copy p{font-size:15px;line-height:1.7}
.manifesto-quote{font-size:19px;padding:20px}
.process-heading{grid-template-columns:minmax(0,1.1fr) minmax(280px,.65fr);gap:48px}
.process-list{margin-top:34px}
.process-step{min-height:230px;padding:24px 22px!important}
.process-step .step-icon{margin:20px 0 17px}
.process-step h3{font-size:21px}
.ingredient-feature{min-height:560px}
.ingredient-panel{padding:58px clamp(36px,5vw,70px)}
.ingredient-facts{margin:22px 0}
.testimonial-editorial{min-height:520px}
.testimonial-copy{padding:54px clamp(34px,4.5vw,66px)}
.testimonial-copy blockquote{font-size:clamp(30px,3vw,42px);line-height:1.14;margin:14px 0 24px}
.testimonial-values{margin-top:30px}
.review-wall-head{align-items:flex-end;margin-bottom:30px}
.instagram-section .section-head{margin-bottom:30px}
.product-education-head{gap:48px}
.education-grid{margin-top:34px}
.education-card{min-height:215px;padding:24px}
.education-card h3{font-size:21px;margin:32px 0 9px}
.blogs-preview{gap:22px}
.post-card h2,.post-card:first-child h2{font-size:clamp(22px,2vw,29px);line-height:1.18}
.newsletter{padding:54px 0}
.newsletter h2{font-size:clamp(32px,3.4vw,42px)}
.content-split{gap:52px}
.page-about .content-split .image-feature{width:100%;max-height:560px;aspect-ratio:1.08/1}
.product-detail{gap:56px}
.product-copy h1{font-size:clamp(36px,4vw,52px);line-height:1.03}
.auth-wrap h1{font-size:44px}
.empty-state{padding:56px 24px}
.success-panel{margin:58px auto;padding:44px}

@media(max-width:1100px){
  .manifesto-copy{padding-top:56px;padding-bottom:56px}
  .manifesto-visual{min-height:520px}
  .ingredient-image{min-height:520px}
  .process-heading{grid-template-columns:1fr}
  .process-intro{max-width:620px;margin:0;padding-left:18px}
}

@media(max-width:820px){
  .section{padding:58px 0}
  .section-title{font-size:clamp(31px,5.5vw,40px)!important}
  .section-head{margin-bottom:26px}
  body:not(.page-home) .page-hero{min-height:310px;padding:54px 0}
  body:not(.page-home) .page-hero .display{font-size:clamp(34px,7vw,46px)}
  .category-card{height:410px}
  .manifesto-copy .section-title{font-size:clamp(31px,5.5vw,39px)!important}
  .testimonial-editorial{min-height:0}
  .content-split{gap:38px}
  .page-about .content-split .image-feature{max-height:500px;aspect-ratio:1/1}
}

@media(max-width:680px){
  .section{padding:48px 0}
  .section-title{max-width:100%;font-size:clamp(28px,8vw,35px)!important;line-height:1.09}
  .page-hero .container,.section .container,.product-detail,.product-detail>*{min-width:0}
  .page-hero .display,.product-copy h1{max-width:100%;white-space:normal;overflow-wrap:normal}
  .product-gallery{width:100%}
  .section-head{display:flex;align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:24px}
  .section-head .text-link{margin-top:0}
  .eyebrow{margin-bottom:8px;font-size:9px;letter-spacing:.15em}
  .lead{font-size:15px;line-height:1.6}
  body:not(.page-home) .page-hero{min-height:280px;padding:46px 0}
  body:not(.page-home) .page-hero .display{font-size:clamp(30px,8.8vw,38px);line-height:1.06}
  .hero-slider{min-height:590px}
  .hero-copy{width:100%;padding:44px 0 88px}
  .hero-copy .display{font-size:clamp(29px,8vw,34px)}
  .hero-copy .lead{font-size:14px}
  .category-card{height:min(104vw,390px)}
  .category-copy h3{font-size:25px}
  .manifesto-copy{padding:46px 20px}
  .manifesto-copy .section-title{font-size:clamp(28px,8vw,34px)!important}
  .manifesto-visual{min-height:400px}
  .manifesto-quote{font-size:16px}
  .process-list{margin-top:25px;grid-template-columns:1fr}
  .process-step{min-height:0;padding:21px!important}
  .ingredient-image{min-height:400px}
  .page-about .content-split .image-feature{max-height:410px;aspect-ratio:1/1}
  .ingredient-panel{padding:46px 20px}
  .testimonial-image{height:330px}
  .testimonial-copy{padding:42px 22px}
  .testimonial-copy blockquote{font-size:28px}
  .review-wall-head{margin-bottom:22px}
  .education-card h3{margin-top:20px}
  .newsletter{padding:46px 0}
  .newsletter h2{font-size:31px}
  .product-copy h1{font-size:clamp(32px,9vw,40px)}
  .auth-wrap h1{font-size:36px}
  .empty-state{padding:42px 20px}
}

/* Homepage social feature: live Instagram preview left, editorial copy right. */
.instagram-section{background:linear-gradient(135deg,#f4f7ef 0%,var(--ivory) 56%,#eef5eb 100%)}
.instagram-feature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(48px,6vw,86px);align-items:center}
.instagram-feature-media{min-width:0}
.instagram-feature .instagram-embed-shell{width:100%;max-width:650px;min-height:600px;margin:0;border-radius:20px;box-shadow:0 24px 65px rgba(11,57,40,.13)}
.instagram-feature .instagram-embed-shell iframe{height:600px}
.instagram-feature .instagram-feed-meta{max-width:650px;margin-top:14px;padding:0 4px}
.instagram-feature-copy{max-width:510px;padding:12px 0}
.instagram-feature-copy .section-title{margin-bottom:20px}
.instagram-feature-copy .lead{margin:0;color:#53655b}
.instagram-highlights{display:grid;gap:0;margin:26px 0 30px;border-block:1px solid var(--line)}
.instagram-highlights span{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);color:var(--green);font-size:13px;font-weight:700}
.instagram-highlights span:last-child{border-bottom:0}
.instagram-highlights .icon{width:18px;height:18px;color:var(--gold)}
.instagram-feature-copy .btn{margin-right:14px}
.instagram-handle{display:inline-flex;align-items:center;gap:7px;padding:12px 0;color:var(--green);font-size:13px;font-weight:700}
.instagram-handle .icon{width:15px}

/* Equal-height editorial cards shared by homepage and blog listing. */
.blog-showcase{background:var(--ivory)}
.blogs-preview,.blog-grid{align-items:stretch}
.blogs-preview{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.blog-grid{gap:22px}
.blog-showcase .post-card{display:flex;min-width:0;height:100%;flex-direction:column;overflow:hidden;border:1px solid rgba(21,92,70,.13);border-radius:18px;background:#fff;box-shadow:0 15px 40px rgba(15,64,46,.07);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.blog-showcase .post-card:hover{transform:translateY(-6px);border-color:rgba(21,92,70,.28);box-shadow:0 22px 52px rgba(15,64,46,.13)}
.blog-showcase .post-card-media{display:block;overflow:hidden;aspect-ratio:16/10;background:#edf1e8}
.blog-showcase .post-card-media img,.blog-showcase .post-card:first-child .post-card-media img{width:100%;height:100%;aspect-ratio:auto;border-radius:0;object-fit:cover;transition:transform .55s ease}
.blog-showcase .post-card:hover .post-card-media img{transform:scale(1.035)}
.post-card-body{display:flex;flex:1;flex-direction:column;padding:24px}
.post-meta{display:flex;align-items:center;gap:9px;margin:0 0 14px!important;color:var(--green-3)!important;font-size:9px!important;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.post-meta span{width:4px;height:4px;border-radius:50%;background:var(--gold)}
.blog-showcase .post-card h2,.blog-showcase .post-card:first-child h2{display:-webkit-box;min-height:2.36em;margin:0 0 13px;overflow:hidden;font-size:clamp(22px,1.8vw,28px);line-height:1.18;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.post-excerpt{display:-webkit-box;min-height:4.95em;margin:0 0 22px!important;overflow:hidden;color:#607067!important;font-size:14px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.post-card-link{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid var(--line);color:var(--green);font-size:12px;font-weight:800}
.post-card-link .icon{width:16px;transition:transform .25s ease}
.post-card-link:hover .icon{transform:translateX(4px)}

/* Compact premium footer and agency credit. */
.site-footer{padding:46px 0 0;background:#073622}
.footer-main{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.45fr);gap:clamp(52px,7vw,105px);align-items:start;padding-bottom:36px}
.footer-logo{display:inline-flex;margin:0 0 18px}
.footer-brand img{width:158px;height:76px;margin:0;padding:8px 12px;border-radius:10px;object-fit:contain;background:var(--ivory);filter:none;box-shadow:none}
.footer-brand p{max-width:355px;margin:0;color:#b9ccc0;font-size:14px;line-height:1.65}
.socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.socials a{display:inline-flex;width:auto;height:38px;margin:0;padding:0 12px;gap:7px;border:1px solid rgba(255,255,255,.17);border-radius:999px;color:#d6e5db;font-size:10px;font-weight:700}
.socials a:hover{border-color:var(--gold-soft);background:rgba(255,255,255,.06);color:var(--gold-soft)}
.socials .icon{width:15px;height:15px}
.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,5vw,72px)}
.site-footer h3{margin:2px 0 14px;color:var(--gold-soft);font-size:9px;letter-spacing:.18em}
.site-footer .footer-links a{width:max-content;max-width:100%;margin:6px 0;color:#c5d5cb;font-size:13px;transition:color .2s ease,transform .2s ease}
.site-footer .footer-links a:hover{transform:translateX(3px);color:#fff}
.footer-contact{display:grid;grid-template-columns:1.35fr 1fr auto;gap:24px;margin-top:0;padding:18px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);font-size:12px}
.footer-contact span,.footer-contact a{display:flex;align-items:center;gap:8px;margin:0;color:#d4e0d8}
.footer-contact .icon{width:15px;height:15px;color:var(--gold-soft)}
.footer-contact .footer-promise{color:var(--gold-soft);font:400 16px var(--serif)}
.footer-bottom{display:grid;grid-template-columns:auto 1fr auto;gap:32px;padding:16px 0 18px;color:#84a091;font-size:9px}
.footer-bottom p{margin:0}
.footer-bottom p:nth-child(2){text-align:center}
.footer-bottom a{margin:0}
.developer-credit{padding:13px 0;background:#0e1110;color:#f1f3ef;text-align:center;font-size:11px;font-weight:700}
.developer-credit a{color:#3aa2ff;transition:color .2s ease}
.developer-credit a:hover{color:#78c2ff}

@media(max-width:980px){
  .instagram-feature{grid-template-columns:minmax(0,1fr) minmax(310px,.8fr);gap:38px}
  .instagram-feature .instagram-embed-shell,.instagram-feature .instagram-embed-shell iframe{min-height:540px;height:540px}
  .footer-main{grid-template-columns:1fr;gap:30px}
  .footer-brand{display:grid;grid-template-columns:auto 1fr;column-gap:24px;align-items:center}
  .footer-brand p{max-width:480px}
  .footer-brand .socials{grid-column:1/-1}
  .footer-contact{grid-template-columns:1fr 1fr}
  .footer-contact .footer-promise{grid-column:1/-1}
}

@media(max-width:760px){
  .instagram-feature{grid-template-columns:1fr;gap:30px}
  .instagram-feature-media{order:1}
  .instagram-feature-copy{order:2;max-width:none;padding:0}
  .instagram-feature .instagram-embed-shell{max-width:100%}
  .blogs-preview,.blog-grid{grid-template-columns:1fr}
  .blog-showcase .post-card{max-width:560px;width:100%;margin-inline:auto}
  .blog-showcase .post-card h2,.blog-showcase .post-card:first-child h2{min-height:0}
  .post-excerpt{min-height:0}
  .footer-links{gap:24px}
}

@media(max-width:520px){
  .instagram-feature .instagram-embed-shell,.instagram-feature .instagram-embed-shell iframe{min-height:470px;height:470px;border-radius:15px}
  .instagram-feature .instagram-feed-meta{align-items:flex-start}
  .instagram-feature-copy .btn{width:100%;margin:0 0 8px}
  .instagram-handle{width:100%;justify-content:center}
  .post-card-body{padding:20px}
  .footer-main{padding-bottom:28px}
  .footer-brand{display:block}
  .footer-brand p{font-size:13px}
  .socials a{width:38px;padding:0;justify-content:center}
  .socials a span{display:none}
  .footer-links{grid-template-columns:1fr 1fr;gap:24px 18px}
  .footer-links>div:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:18px}
  .footer-links>div:last-child h3{grid-column:1/-1}
  .footer-contact{grid-template-columns:1fr;gap:11px;padding:16px 0}
  .footer-contact .footer-promise{grid-column:auto;font-size:15px}
  .footer-bottom{grid-template-columns:1fr;gap:7px;padding:15px 0 18px}
  .footer-bottom p:nth-child(2){text-align:left}
  .developer-credit{padding:12px 18px;font-size:10px;line-height:1.5}
}
