/*
Theme Name: STOGA Commerce
Theme URI: https://stoga.com/
Author: STOGA
Description: Calm, scene-led WooCommerce storefront for STOGA everyday comfort products.
Version: 0.10.12
Requires at least: 6.7
Requires PHP: 8.2
Text Domain: stoga-commerce
*/

:root {
  --stoga-ink: #313a32;
  --stoga-ink-deep: #1e2821;
  --stoga-soft: #667065;
  --stoga-sage: #788a70;
  --stoga-sage-deep: #53634f;
  --stoga-sage-soft: #dfe7da;
  --stoga-ivory: #f4f4ec;
  --stoga-warm: #ebe9de;
  --stoga-white: #fff;
  --stoga-line: #d6dacd;
  --stoga-radius: 22px;
  --stoga-radius-small: 14px;
  --stoga-control: 999px;
  --stoga-shadow: 0 26px 70px rgba(43, 56, 45, .14);
  --stoga-shadow-soft: 0 14px 38px rgba(43, 56, 45, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--stoga-ivory); color: var(--stoga-ink); font-family: "Segoe UI", Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(83,99,79,.35); outline-offset: 3px; }
.stoga-container { width: min(100% - 40px, 1320px); margin-inline: auto; }
.site-main { min-height: 60vh; overflow: hidden; }

.stoga-announcement { background: var(--stoga-sage-deep); color: white; font-size: .78rem; letter-spacing: .02em; }
.stoga-announcement .stoga-container { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.stoga-announcement a { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(83,99,79,.16); background: rgba(244,244,236,.94); backdrop-filter: blur(18px); }
.stoga-header-inner { min-height: 78px; display: grid; grid-template-columns: minmax(230px, 310px) 1fr auto; align-items: center; gap: 24px; }
.stoga-brand { width: fit-content; display: inline-flex; color: inherit; }
.stoga-brand-mark { display: inline-flex; align-items: center; gap: 11px; }
.stoga-brand-mark > img { width: 42px; height: 42px; border-radius: 50%; }
.stoga-brand-type { display: flex; flex-direction: column; gap: 3px; }
.stoga-wordmark { color: var(--stoga-sage-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.58rem; font-weight: 500; letter-spacing: .18em; line-height: 1; }
.stoga-tagline { color: var(--stoga-soft); font-family: Georgia, "Times New Roman", serif; font-size: .61rem; letter-spacing: .01em; }
.stoga-nav ul { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 34px); margin: 0; padding: 0; list-style: none; font-size: .9rem; font-weight: 650; }
.stoga-nav a { display: block; padding: 30px 0 28px; }
.stoga-nav a:hover { color: var(--stoga-sage-deep); }
.stoga-header-actions { display: flex; align-items: center; gap: 13px; }
.stoga-mobile-tools { display: none; }
.stoga-country { min-height: 42px; max-width: 165px; border: 1px solid var(--stoga-line); border-radius: var(--stoga-control); background: var(--stoga-white); padding: 0 31px 0 13px; color: var(--stoga-ink); font-size: .76rem; }
.stoga-cart, .stoga-account { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; font-size: .86rem; font-weight: 700; }
.stoga-cart-count { min-width: 21px; height: 21px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--stoga-sage-deep); color: white; font-size: .7rem; }
.stoga-menu-toggle { display: none; min-height: 44px; border: 0; background: transparent; color: var(--stoga-ink); font-weight: 750; }

.stoga-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button { min-height: 50px; display: inline-flex !important; align-items: center; justify-content: center; border: 1px solid var(--stoga-sage-deep) !important; border-radius: var(--stoga-control) !important; background: var(--stoga-sage-deep) !important; color: white !important; padding: 0 24px !important; font-weight: 720 !important; line-height: 1 !important; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.stoga-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--stoga-ink-deep) !important; color: white !important; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(41,55,44,.16); }
.stoga-button-secondary { border-color: var(--stoga-sage-deep) !important; background: transparent !important; color: var(--stoga-sage-deep) !important; }
.stoga-button-secondary:hover { background: var(--stoga-sage-soft) !important; color: var(--stoga-ink-deep) !important; }
.stoga-text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: var(--stoga-sage-deep); font-weight: 750; }
.stoga-text-link span { transition: transform .25s ease; }
.stoga-text-link:hover span { transform: translateX(4px); }
.stoga-eyebrow { margin: 0 0 15px; color: var(--stoga-sage-deep); font-size: .72rem; font-weight: 790; letter-spacing: .17em; text-transform: uppercase; }

.stoga-hero { padding: 0 0 64px; background: radial-gradient(circle at 11% 10%, rgba(120,138,112,.18), transparent 30%), var(--stoga-ivory); }
.stoga-hero > .stoga-container { width: 100%; max-width: none; }
.stoga-hero h1 { max-width: 650px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.35rem, 5.6vw, 6.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.stoga-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.stoga-hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; color: rgba(255,255,255,.84); font-size: .78rem; }
.stoga-hero-proof span { position: relative; padding-left: 16px; }
.stoga-hero-proof span::before { content: ""; position: absolute; top: .42em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #dce8d7; }
.stoga-hero-media { min-width: 0; position: relative; }
.stoga-hero-carousel { min-height: clamp(760px, 82vh, 940px); position: relative; overflow: hidden; background: var(--stoga-white); box-shadow: var(--stoga-shadow); }
.stoga-hero-slides { min-height: clamp(760px, 82vh, 940px); position: relative; }
.stoga-hero-slide { position: absolute; inset: 0; display: block; opacity: 0; visibility: hidden; transform: scale(1.015); transition: opacity .55s ease, transform .7s ease, visibility .55s step-end; }
.stoga-hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,24,18,.78) 0%, rgba(15,24,18,.56) 28%, rgba(15,24,18,.14) 61%, rgba(15,24,18,.03) 100%); pointer-events: none; }
.stoga-hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); transition: opacity .55s ease, transform .7s ease, visibility 0s; }
.stoga-hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.stoga-hero-slide.is-bite img { object-position: 55% center; }
.stoga-hero-slide.is-trap img { object-position: center; }
.stoga-hero-overlay { position: absolute; z-index: 3; top: 50%; left: clamp(32px, 6vw, 120px); width: min(720px, 48vw); transform: translateY(-50%); padding: 24px 0; color: white; text-shadow: 0 4px 30px rgba(7,13,9,.72); pointer-events: none; }
.stoga-hero-overlay .stoga-eyebrow { color: #dce8d7; }
.stoga-hero-overlay > p:not(.stoga-eyebrow) { max-width: 590px; margin: 22px 0 0; color: rgba(255,255,255,.86); font-size: 1.03rem; line-height: 1.65; }
.stoga-hero-overlay .stoga-actions { pointer-events: auto; }
.stoga-hero-overlay .stoga-button-secondary { border-color: rgba(255,255,255,.76); background: rgba(255,255,255,.08); color: #fff !important; }
.stoga-hero-overlay .stoga-button-secondary:hover,
.stoga-hero-overlay .stoga-button-secondary:focus-visible { background: white; color: var(--stoga-ink-deep); }
.stoga-hero-slide-copy { position: absolute; z-index: 2; right: clamp(24px, 4vw, 72px); bottom: clamp(30px, 5vw, 74px); width: min(430px, calc(100% - 48px)); display: grid; gap: 5px; padding: 0; color: white; text-align: right; text-shadow: 0 3px 20px rgba(9,15,11,.82); }
.stoga-hero-slide-copy strong { font-size: 1rem; }
.stoga-hero-slide-copy span { color: rgba(255,255,255,.86); font-size: .82rem; line-height: 1.45; }
.stoga-hero-carousel-controls { position: absolute; top: 22px; right: 22px; z-index: 4; display: flex; gap: 8px; }
.stoga-carousel-arrow, .stoga-scene-arrow { width: 46px; height: 46px; display: inline-grid; place-items: center; border: 1px solid rgba(49,58,50,.2); border-radius: 50%; background: rgba(244,244,236,.92); color: var(--stoga-ink-deep); cursor: pointer; box-shadow: 0 8px 24px rgba(30,40,33,.12); backdrop-filter: blur(12px); transition: background-color .2s ease, color .2s ease, transform .2s ease, opacity .2s ease; }
.stoga-carousel-arrow:hover, .stoga-carousel-arrow:focus-visible, .stoga-scene-arrow:hover, .stoga-scene-arrow:focus-visible { background: var(--stoga-sage-deep); color: white; transform: translateY(-2px); }
.stoga-carousel-arrow svg, .stoga-scene-arrow svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.stoga-hero-carousel-dots { position: absolute; z-index: 4; bottom: 30px; left: 36px; display: flex; gap: 8px; }
.stoga-carousel-dot { width: 9px; height: 9px; border: 0; border-radius: 999px; background: rgba(255,255,255,.62); padding: 0; cursor: pointer; box-shadow: 0 0 0 1px rgba(30,40,33,.14); transition: width .2s ease, background-color .2s ease; }
.stoga-carousel-dot.is-active { width: 26px; background: var(--stoga-sage-deep); }

.stoga-value-strip { border-block: 1px solid var(--stoga-line); background: rgba(255,255,255,.55); }
.stoga-value-strip .stoga-container { display: grid; grid-template-columns: repeat(4, 1fr); }
.stoga-value-strip div > div { min-height: 104px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--stoga-line); padding: 20px 26px; }
.stoga-value-strip div > div:last-child { border-right: 0; }
.stoga-value-strip span { margin-top: 6px; color: var(--stoga-soft); font-size: .8rem; line-height: 1.5; }
.stoga-market-context { border-bottom: 1px solid var(--stoga-line); background: linear-gradient(135deg, rgba(120,138,112,.14), rgba(255,255,255,.72)); }
.stoga-market-context-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(22px,4vw,58px); align-items: center; padding: 30px 0; }
.stoga-market-context h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.9rem,3vw,3.2rem); font-weight: 400; letter-spacing: -.04em; }
.stoga-market-context p:not(.stoga-eyebrow) { margin: 0; color: var(--stoga-soft); line-height: 1.72; }
.stoga-section { padding: 116px 0; }
.stoga-section-title { max-width: 860px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.stoga-section-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); align-items: end; gap: 50px; }
.stoga-section-intro > p { max-width: 500px; margin: 0 0 8px; color: var(--stoga-soft); line-height: 1.65; }

.stoga-home-solutions { background: var(--stoga-white); }
.stoga-solution-showcase { display: grid; gap: 34px; margin-top: 58px; }
.stoga-solution-feature { min-height: 560px; display: grid; grid-template-columns: 1.28fr .72fr; overflow: hidden; border-radius: 30px; background: var(--stoga-ivory); box-shadow: var(--stoga-shadow-soft); }
.stoga-solution-feature.is-trap { grid-template-columns: .72fr 1.28fr; }
.stoga-solution-feature.is-trap > img { order: 2; }
.stoga-solution-feature > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.stoga-solution-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 76px); }
.stoga-solution-copy h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 4.6rem); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.stoga-solution-copy p, .stoga-solution-copy li { color: var(--stoga-soft); line-height: 1.6; }
.stoga-solution-copy ul { display: grid; gap: 8px; margin: 10px 0 28px; padding-left: 18px; }

.stoga-shop-section { background: var(--stoga-sage-soft); }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 52px !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; overflow: hidden; border: 1px solid rgba(83,99,79,.15); border-radius: 24px; background: var(--stoga-white); padding: 0 0 26px !important; box-shadow: 0 1px 0 rgba(49,58,50,.04); transition: transform .3s ease, box-shadow .3s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-6px); box-shadow: var(--stoga-shadow-soft); }
.woocommerce ul.products li.product a img { aspect-ratio: 1; margin: 0 0 24px !important; background: #fafaf6; object-fit: cover; transition: transform .45s ease; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-inline: 24px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--stoga-ink); font-size: 1.18rem !important; line-height: 1.28; }
.woocommerce ul.products li.product .price { color: var(--stoga-ink) !important; font-size: 1.03rem !important; font-weight: 800 !important; }

.stoga-demo-section { scroll-margin-top: 92px; background: var(--stoga-ink-deep); color: white; }
.stoga-section-intro.is-light .stoga-eyebrow, .stoga-demo-section .stoga-eyebrow { color: #c5d1bf; }
.stoga-section-intro.is-light > p { color: #c8d0c8; }
.stoga-video-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 44px; }
.stoga-video-filters button { min-height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: transparent; padding: 10px 17px; color: #d8e0d6; font: inherit; font-size: .82rem; font-weight: 750; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.stoga-video-filters button:hover, .stoga-video-filters button:focus-visible { border-color: rgba(255,255,255,.5); color: white; }
.stoga-video-filters button.is-active { border-color: var(--stoga-sage-soft); background: var(--stoga-sage-soft); color: var(--stoga-ink-deep); }
.stoga-video-library { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(310px, .68fr); gap: clamp(24px, 4vw, 52px); align-items: start; margin-top: 26px; }
.stoga-video-viewer { position: sticky; top: 108px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: #29342c; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.stoga-video-stage { position: relative; background: #111812; }
.stoga-video-stage video { display: block; width: 100%; aspect-ratio: 16/9; background: #111812; object-fit: cover; }
.stoga-video-play { position: absolute; top: 50%; left: 50%; display: inline-flex; min-width: 128px; min-height: 52px; align-items: center; justify-content: center; gap: 9px; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(244,244,236,.94); padding: 12px 20px; color: var(--stoga-ink-deep); font: inherit; font-size: .85rem; font-weight: 800; cursor: pointer; box-shadow: 0 14px 40px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.stoga-video-play:hover, .stoga-video-play:focus-visible { background: white; }
.stoga-video-play.is-hidden { display: none; }
.stoga-video-play-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--stoga-sage-deep); color: white; font-size: .68rem; line-height: 1; }
.stoga-video-now-playing { padding: 28px 30px 18px; }
.stoga-video-now-playing > span { color: #b9c7b5; font-size: .73rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.stoga-video-now-playing h3 { margin: 9px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 2.55rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
.stoga-video-now-playing p { margin: 0; color: #c8d0c8; line-height: 1.58; }
.stoga-video-disclaimer { margin: 0; border-top: 1px solid rgba(255,255,255,.1); padding: 17px 30px 21px; color: #9fa99e; font-size: .72rem; line-height: 1.5; }
.stoga-video-playlist-wrap { min-width: 0; }
.stoga-video-playlist-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; color: #c8d0c8; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.stoga-video-playlist-heading strong { color: white; }
.stoga-video-playlist { display: grid; gap: 10px; max-height: 694px; overflow: auto; padding-right: 5px; scrollbar-color: #81917c transparent; scrollbar-width: thin; }
.stoga-video-chapter { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 14px; align-items: center; min-height: 102px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.035); padding: 9px; color: white; text-align: left; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.stoga-video-chapter:hover, .stoga-video-chapter:focus-visible { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.07); transform: translateY(-1px); }
.stoga-video-chapter.is-active { border-color: #aebda9; background: rgba(174,189,169,.13); }
.stoga-video-chapter[hidden] { display: none; }
.stoga-video-thumb { position: relative; display: block; overflow: hidden; border-radius: 12px; background: #111812; }
.stoga-video-thumb img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.stoga-video-thumb > span { position: absolute; right: 7px; bottom: 7px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: rgba(244,244,236,.92); color: var(--stoga-ink-deep); font-size: .56rem; }
.stoga-video-chapter-copy { display: grid; min-width: 0; gap: 5px; }
.stoga-video-chapter-copy small { overflow: hidden; color: #aebaa9; font-size: .65rem; font-weight: 750; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.stoga-video-chapter-copy strong { display: -webkit-box; overflow: hidden; font-size: .88rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.stoga-video-chapter-copy em { color: #9fa99e; font-size: .69rem; font-style: normal; }

.stoga-scene-rail-section { background: var(--stoga-ivory); }
.stoga-scene-rail-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.stoga-scene-rail-heading > div:first-child { max-width: 930px; }
.stoga-scene-rail-controls { display: flex; flex: 0 0 auto; gap: 9px; padding-bottom: 4px; }
.stoga-scene-arrow:disabled { opacity: .34; cursor: default; transform: none; }
.stoga-scene-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 37vw); gap: 18px; width: min(100% - 40px, 1500px); margin: 55px auto 0; overflow-x: auto; overscroll-behavior-inline: contain; padding-bottom: 8px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.stoga-scene-rail::-webkit-scrollbar { display: none; }
.stoga-scene-rail figure { position: relative; min-height: 360px; margin: 0; overflow: hidden; border-radius: 24px; scroll-snap-align: start; }
.stoga-scene-rail img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; transition: transform .45s ease; }
.stoga-scene-rail figure:hover img { transform: scale(1.025); }
.stoga-scene-rail figcaption { position: absolute; bottom: 15px; left: 15px; border-radius: 999px; background: rgba(244,244,236,.9); padding: 10px 15px; font-size: .8rem; font-weight: 750; backdrop-filter: blur(10px); }
.stoga-brand-story { padding: clamp(40px, 4vw, 64px) 0 120px; background: var(--stoga-ivory); }
.stoga-brand-story-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; overflow: hidden; border-radius: 30px; background: var(--stoga-white); box-shadow: var(--stoga-shadow-soft); }
.stoga-brand-story-grid > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.stoga-brand-story-grid > div { padding: clamp(38px, 6vw, 84px); }
.stoga-brand-story h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4vw, 4.5rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.stoga-brand-story p:not(.stoga-eyebrow) { color: var(--stoga-soft); line-height: 1.65; }

.stoga-page-banner { min-height: 520px; position: relative; display: flex; align-items: end; isolation: isolate; background-image: var(--stoga-banner); background-position: center; background-size: cover; }
.stoga-page-banner-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(20,28,22,.82), rgba(20,28,22,.4) 52%, rgba(20,28,22,.08)); }
.stoga-page-banner-copy { padding-block: 110px 72px; color: white; }
.stoga-page-banner .stoga-eyebrow { color: #d3dfcf; }
.stoga-page-banner h1, .stoga-page-banner h2 { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 7vw, 7rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.stoga-page-banner-copy > p:last-child { max-width: 650px; margin: 24px 0 0; color: #e4e9e2; font-size: 1.08rem; line-height: 1.65; }
.stoga-shop-banner { overflow: hidden; perspective: 1400px; background: #1d2c22; }
.stoga-shop-banner::before { content: ""; position: absolute; inset: -3%; z-index: -2; background-image: var(--stoga-banner); background-position: center; background-size: cover; transform: rotateY(-1.8deg) rotateX(.7deg) scale(1.045); transform-origin: 58% 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), inset -40px -28px 80px rgba(12,22,15,.16); }
.stoga-shop-banner .stoga-page-banner-copy { position: relative; z-index: 1; text-shadow: 0 4px 28px rgba(7,14,9,.64); }
.stoga-blog-banner { background-color: #18271e; background-position: center; }
.stoga-blog-banner .stoga-page-banner-shade { background: linear-gradient(90deg, rgba(14,27,20,.92), rgba(14,27,20,.52) 42%, rgba(14,27,20,.05) 72%); }
.stoga-solutions-banner { min-height: 720px; overflow: hidden; align-items: stretch; background: #18271e; }
.stoga-solutions-banner .stoga-page-banner-shade { z-index: 1; background: linear-gradient(90deg, rgba(13,25,18,.86) 0%, rgba(13,25,18,.66) 29%, rgba(13,25,18,.18) 57%, rgba(13,25,18,.08) 100%); }
.stoga-solutions-banner-grid { position: relative; z-index: 3; display: flex; align-items: center; min-height: 720px; padding-block: 78px; }
.stoga-solutions-banner .stoga-page-banner-copy { width: min(580px, 44vw); padding: 0; text-shadow: 0 4px 30px rgba(5,12,8,.72); }
.stoga-solutions-banner .stoga-page-banner-copy > p:last-child { color: rgba(255,255,255,.86); }
.stoga-solutions-collage { position: absolute; inset: 16px; z-index: 0; perspective: 1600px; transform-style: preserve-3d; }
.stoga-solutions-tile { position: absolute; margin: 0; overflow: hidden; border: 4px solid rgba(255,255,255,.9); border-radius: 20px; background: #fff; box-shadow: 0 22px 48px rgba(6,15,9,.3); }
.stoga-solutions-tile img { display: block; width: 100%; height: 100%; object-fit: cover; }
.stoga-solutions-tile.is-1 { z-index: 3; top: 2%; left: 1%; width: 21%; height: 31%; transform: rotate(-2.2deg); }
.stoga-solutions-tile.is-2 { z-index: 2; top: 0; left: 23%; width: 23%; height: 34%; transform: rotate(2deg); }
.stoga-solutions-tile.is-3 { z-index: 4; top: 3%; left: 48%; width: 19%; height: 31%; transform: rotate(-1.5deg); }
.stoga-solutions-tile.is-4 { z-index: 2; top: 1%; right: 1%; width: 30%; height: 34%; transform: rotate(2.4deg); }
.stoga-solutions-tile.is-5 { z-index: 2; top: 36%; left: 1%; width: 20%; height: 31%; transform: rotate(1.5deg); }
.stoga-solutions-tile.is-6 { z-index: 3; top: 37%; left: 23%; width: 22%; height: 28%; transform: rotate(-2deg); }
.stoga-solutions-tile.is-7 { z-index: 2; top: 36%; left: 47%; width: 20%; height: 31%; transform: rotate(1.3deg); }
.stoga-solutions-tile.is-8 { z-index: 4; top: 37%; right: 1%; width: 31%; height: 31%; transform: rotate(-1.6deg); }
.stoga-solutions-tile.is-9 { z-index: 3; bottom: 0; left: 6%; width: 30%; height: 29%; transform: rotate(-1.2deg); }
.stoga-solutions-tile.is-10 { z-index: 4; right: 3%; bottom: 0; width: 34%; height: 29%; transform: rotate(1.8deg); }
.stoga-solutions-tile.is-1 img,
.stoga-solutions-tile.is-4 img,
.stoga-solutions-tile.is-7 img,
.stoga-solutions-tile.is-8 img,
.stoga-solutions-tile.is-9 img { object-position: center; }
.stoga-solutions-tile.is-2 img { object-position: 66% center; }
.stoga-solutions-tile.is-3 img,
.stoga-solutions-tile.is-10 img { object-position: center 48%; }
.stoga-content { padding: 78px 0 116px; }
.stoga-prose { max-width: 980px; font-size: 1.02rem; line-height: 1.75; }
.stoga-prose > * { max-width: 780px; margin-inline: auto; }
.stoga-prose h2 { margin-top: 2.2em; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.stoga-prose h3 { margin-top: 1.8em; font-size: 1.25rem; }
.stoga-prose p, .stoga-prose li { color: var(--stoga-soft); }
.stoga-prose a { color: var(--stoga-sage-deep); text-decoration: underline; text-underline-offset: 3px; }
.stoga-prose table { width: 100%; border-collapse: collapse; }
.stoga-prose th, .stoga-prose td { border-bottom: 1px solid var(--stoga-line); padding: 14px; text-align: left; }

.stoga-solution-detail { background: var(--stoga-white); }
.stoga-solution-detail.is-sage { background: var(--stoga-sage-soft); }
.stoga-solution-detail-head { display: grid; grid-template-columns: 110px 1fr; gap: 36px; align-items: start; }
.stoga-solution-detail-head > span { color: var(--stoga-sage); font-family: Georgia, serif; font-size: 5rem; line-height: .9; }
.stoga-solution-detail-head h2 { max-width: 920px; margin: 0; font-family: Georgia, serif; font-size: clamp(3rem, 5.2vw, 5.6rem); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.stoga-solution-detail-head p:last-child { max-width: 700px; color: var(--stoga-soft); line-height: 1.65; }
.stoga-scenario-mosaic { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(260px, 1fr)); gap: 18px; margin-top: 55px; }
.stoga-scenario-mosaic figure { position: relative; margin: 0; overflow: hidden; border-radius: 24px; background: var(--stoga-ivory); }
.stoga-scenario-mosaic figure.is-wide { grid-row: 1 / 3; }
.stoga-scenario-mosaic img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.stoga-scenario-mosaic figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; flex-direction: column; gap: 5px; border-radius: 16px; background: rgba(244,244,236,.92); padding: 16px 18px; backdrop-filter: blur(10px); }
.stoga-scenario-mosaic figcaption span { color: var(--stoga-soft); font-size: .82rem; line-height: 1.45; }
.stoga-solution-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 35px; }
.stoga-solution-cta p { color: var(--stoga-soft); }

.stoga-blog-index { background: var(--stoga-white); }
.stoga-article-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 26px; margin-top: 58px; }
.stoga-article-card { overflow: hidden; border: 1px solid var(--stoga-line); border-radius: 25px; background: var(--stoga-ivory); }
.stoga-article-card:first-child { grid-row: span 2; }
.stoga-article-cover { display: block; overflow: hidden; }
.stoga-article-cover img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .45s ease; }
.stoga-article-card:first-child .stoga-article-cover img { aspect-ratio: 4/3; }
.stoga-article-card:hover .stoga-article-cover img { transform: scale(1.025); }
.stoga-article-card > div { padding: 27px 29px 31px; }
.stoga-article-card > div > span { color: var(--stoga-soft); font-size: .75rem; }
.stoga-article-card h2 { margin: 9px 0; font-family: Georgia, serif; font-size: clamp(1.75rem, 3vw, 3.1rem); font-weight: 400; line-height: 1.02; }
.stoga-article-card p { color: var(--stoga-soft); line-height: 1.58; }
.stoga-article-hero { padding: 78px 0; background: var(--stoga-sage-soft); }
.stoga-article-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.stoga-back-link { display: inline-block; margin-bottom: 44px; color: var(--stoga-soft); font-size: .82rem; }
.stoga-article-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.2rem, 5.6vw, 6rem); font-weight: 400; letter-spacing: -.05em; line-height: .93; }
.stoga-article-deck { color: var(--stoga-soft); font-size: 1.08rem; line-height: 1.65; }
.stoga-article-meta { display: flex; gap: 22px; color: var(--stoga-soft); font-size: .78rem; }
.stoga-article-hero-image { overflow: hidden; border: 8px solid rgba(255,255,255,.7); border-radius: 28px; box-shadow: var(--stoga-shadow); }
.stoga-article-hero-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.stoga-article-body { max-width: 860px; }
.stoga-inline-illustration { max-width: 1080px !important; margin: 60px auto 0 !important; }
.stoga-inline-illustration img { width: 100%; border-radius: 24px; }
.stoga-inline-illustration figcaption { padding-top: 10px; color: var(--stoga-soft); font-size: .8rem; }
.stoga-article-link-hub { max-width: 1080px !important; margin: 58px auto 0 !important; border: 1px solid var(--stoga-line); border-radius: 24px; background: var(--stoga-white); padding: clamp(28px, 5vw, 52px); box-shadow: var(--stoga-shadow-soft); }
.stoga-article-link-hub h2 { margin: 8px 0 26px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; line-height: 1; }
.stoga-article-link-hub ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0; padding: 0; list-style: none; }
.stoga-article-link-hub li { border-top: 1px solid var(--stoga-line); }
.stoga-article-link-hub a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 0; color: var(--stoga-ink); font-weight: 750; text-decoration: none; }
.stoga-article-link-hub a:hover { color: var(--stoga-sage-deep); }
.stoga-article-cta { padding: 65px 0; background: var(--stoga-warm); }
.stoga-article-cta .stoga-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.stoga-article-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; }

.stoga-product-context { min-height: clamp(320px,36vw,520px); display: flex; align-items: end; background-image: linear-gradient(90deg, rgba(24,34,27,.68), rgba(24,34,27,.08) 64%), var(--stoga-product-context); background-position: center; background-size: cover; color: white; }
.stoga-product-context.is-irh { min-height: clamp(390px,34vw,520px); background-color: #1f2e24; background-image: linear-gradient(90deg, rgba(24,34,27,.76) 0%, rgba(24,34,27,.4) 31%, rgba(24,34,27,.08) 67%, rgba(24,34,27,.03) 100%), var(--stoga-product-context); background-position: center, center; background-repeat: no-repeat; background-size: cover, cover; }
.stoga-product-context .stoga-container { padding-bottom: 42px; }
.stoga-product-context span { display: inline-block; border-radius: 999px; background: rgba(244,244,236,.9); padding: 9px 14px; color: var(--stoga-ink); font-size: .78rem; font-weight: 750; }
.stoga-commerce-content { background: var(--stoga-ivory); }
.woocommerce .woocommerce-breadcrumb { color: var(--stoga-soft); font-size: .78rem; }
.woocommerce div.product { padding-top: 24px; }
.woocommerce div.product div.images { perspective: 1000px; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; border: 1px solid var(--stoga-line); border-radius: 28px; background: var(--stoga-white); box-shadow: var(--stoga-shadow-soft); transition: transform .45s ease, box-shadow .45s ease; }
.woocommerce div.product div.images:hover .woocommerce-product-gallery__wrapper { transform: rotateY(1.6deg) rotateX(-1deg) translateY(-4px); box-shadow: var(--stoga-shadow); }
.woocommerce div.product .product_title { font-family: Georgia, serif; font-size: clamp(2.8rem, 4.8vw, 5rem); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--stoga-ink) !important; font-size: 1.9rem; font-weight: 800; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--stoga-soft); line-height: 1.65; }
.woocommerce div.product form.cart .variations select, .woocommerce .quantity .qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; border: 1px solid var(--stoga-line); border-radius: 13px; background: white; padding: 0 12px; font-size: 1rem; }
.woocommerce div.product form.cart .stoga-amazon-choice { clear: both; display: block; flex: 1 0 100%; width: 100%; margin-top: 12px; padding-top: 12px; }
.woocommerce div.product form.cart .stoga-amazon-button { float: none; margin: 0; border-color: var(--stoga-sage-deep) !important; background: transparent !important; color: var(--stoga-sage-deep) !important; }
.stoga-amazon-note { margin: 8px 0 0; color: var(--stoga-soft); font-size: .76rem; line-height: 1.45; }
.stoga-purchase-assurance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.stoga-purchase-assurance span { border: 1px solid var(--stoga-line); border-radius: 13px; background: white; padding: 12px; color: var(--stoga-soft); font-size: .72rem; line-height: 1.35; }
.stoga-purchase-assurance strong { display: block; color: var(--stoga-ink); font-size: .84rem; }
.stoga-purchase-assurance small { display: block; margin-top: 4px; color: var(--stoga-soft); font-size: .66rem; line-height: 1.35; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--stoga-sage); background: var(--stoga-sage-soft); }
.stoga-product-story, .stoga-product-video { clear: both; margin-top: 90px; border-top: 1px solid var(--stoga-line); padding-top: 74px; }
.stoga-story-heading { max-width: 850px; }
.stoga-story-heading h2, .stoga-product-video h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.stoga-story-heading > p:last-child { max-width: 680px; color: var(--stoga-soft); line-height: 1.65; }
.stoga-scene-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; margin-top: 38px; }
.stoga-scene-grid.is-single { grid-template-columns: minmax(0, 760px); }
.stoga-scene-grid figure { position: relative; min-height: 380px; margin: 0; overflow: hidden; border-radius: 22px; }
.stoga-scene-grid img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.stoga-scene-grid figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; flex-direction: column; gap: 4px; border-radius: 14px; background: rgba(244,244,236,.92); padding: 14px 16px; backdrop-filter: blur(10px); }
.stoga-scene-grid figure.is-caption-top figcaption { top: 14px; bottom: auto; }
.stoga-scene-grid figcaption span { color: var(--stoga-soft); font-size: .78rem; line-height: 1.4; }
.stoga-product-video video { width: 100%; max-height: 760px; margin-top: 28px; border-radius: 24px; background: var(--stoga-ink); }
.stoga-video-disclosure { color: var(--stoga-soft); font-size: .78rem; }

.site-footer { background: #e5e8dd; padding: 78px 0 30px; }
.stoga-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); gap: 50px; }
.stoga-footer-brand .stoga-brand-mark > img { width: 54px; height: 54px; }
.stoga-footer-brand .stoga-wordmark { font-size: 1.8rem; }
.stoga-footer-grid h2 { margin: 0 0 18px; font-size: .84rem; letter-spacing: .05em; text-transform: uppercase; }
.stoga-footer-links { display: flex; flex-direction: column; gap: 12px; color: var(--stoga-soft); font-size: .84rem; }
.stoga-footer-links a:hover { color: var(--stoga-ink); }
.stoga-footer-copy { max-width: 340px; color: var(--stoga-soft); line-height: 1.6; }
.stoga-contact-mini { display: flex; flex-direction: column; gap: 6px; color: var(--stoga-soft); font-size: .82rem; }
.stoga-social-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 52px; border-top: 1px solid #c9cec0; padding-top: 28px; }
.stoga-social-row > div:first-child { display: flex; flex-direction: column; gap: 5px; }
.stoga-social-row span { color: var(--stoga-soft); font-size: .78rem; }
.stoga-social-icons { display: flex; flex-wrap: wrap; gap: 9px; }
.stoga-social-icon { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #bfc6b9; border-radius: 50%; color: var(--stoga-sage-deep); transition: background .2s ease, color .2s ease, transform .2s ease; }
.stoga-social-icon svg { width: 19px; height: 19px; }
.stoga-social-icon:not(.is-pending):hover { background: var(--stoga-sage-deep); color: white; transform: translateY(-2px); }
.stoga-social-icon.is-pending { opacity: .5; }
.stoga-cookie-manage { appearance: none; border: 0; background: transparent; padding: 0; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.stoga-cookie-panel { position: fixed; right: 22px; bottom: 22px; z-index: 9999; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; width: min(720px, calc(100% - 44px)); border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(27,45,34,.97); box-shadow: 0 24px 70px rgba(17,28,22,.32); padding: 22px; color: #fff; backdrop-filter: blur(18px); }
.stoga-cookie-panel[hidden] { display: none; }
.stoga-cookie-panel strong { display: block; margin-bottom: 5px; font-size: 1rem; }
.stoga-cookie-panel p { max-width: 520px; margin: 0 0 7px; color: rgba(255,255,255,.78); font-size: .82rem; line-height: 1.55; }
.stoga-cookie-panel a { color: #fff; font-size: .78rem; text-underline-offset: 3px; }
.stoga-cookie-actions { display: flex; align-items: center; gap: 9px; }
.stoga-cookie-actions .stoga-button { white-space: nowrap; }
.stoga-cookie-actions .stoga-button-secondary { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); color: #fff !important; }
.stoga-market-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 30px; border-top: 1px solid #c9cec0; padding-top: 24px; color: var(--stoga-soft); font-size: .76rem; }
.stoga-market-row a { color: inherit; text-decoration: none; }
.stoga-market-row a:hover, .stoga-market-row a:focus-visible, .stoga-market-row a[aria-current="page"] { color: var(--stoga-ink); text-decoration: underline; text-underline-offset: .25em; }
.stoga-market-row span[aria-disabled="true"] { opacity: .52; }
.stoga-legal { display: flex; justify-content: space-between; gap: 25px; margin-top: 24px; color: var(--stoga-soft); font-size: .72rem; }
.stoga-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 60; color: white; font-size: .82rem; font-weight: 750; }
.stoga-whatsapp > summary { min-height: 54px; display: inline-flex; float: right; align-items: center; gap: 9px; border-radius: 999px; background: #1f8f5f; padding: 0 18px 0 14px; box-shadow: 0 16px 40px rgba(22,89,60,.28); cursor: pointer; list-style: none; }
.stoga-whatsapp > summary::-webkit-details-marker { display: none; }
.stoga-whatsapp svg { width: 25px; height: 25px; flex: 0 0 auto; fill: currentColor; }
.stoga-whatsapp-panel { clear: both; width: min(340px, calc(100vw - 32px)); margin-bottom: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(30,40,33,.98); box-shadow: 0 24px 70px rgba(16,30,21,.32); padding: 22px; color: white; }
.stoga-whatsapp-panel > strong { display: block; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.stoga-whatsapp-panel > p { margin: 8px 0 17px; color: rgba(255,255,255,.72); font-size: .82rem; line-height: 1.55; }
.stoga-whatsapp-panel > a { min-height: 45px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.15); color: white; }
.stoga-whatsapp-panel > a:hover { color: #d7ead6; }
.stoga-whatsapp-panel small { display: block; margin-top: 15px; color: rgba(255,255,255,.66); font-weight: 500; }
.stoga-whatsapp-panel small a { text-decoration: underline; text-underline-offset: 3px; }

/* About master */
.stoga-about-hero { padding: 58px 0 90px; background: radial-gradient(circle at 10% 0, rgba(120,138,112,.2), transparent 32%), var(--stoga-ivory); }
.stoga-about-hero-grid { min-height: 680px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(42px,6vw,84px); }
.stoga-about-copy h1, .stoga-support-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.7rem,6.4vw,6.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .91; }
.stoga-about-lede, .stoga-support-hero-grid > div > p:not(.stoga-eyebrow) { max-width: 600px; margin: 28px 0 0; color: var(--stoga-soft); font-size: 1.08rem; line-height: 1.72; }
.stoga-about-scenes { min-height: 610px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.stoga-about-scenes figure { min-width: 0; position: relative; overflow: hidden; margin: 0; border: 7px solid rgba(255,255,255,.86); border-radius: 28px; background: white; box-shadow: var(--stoga-shadow); }
.stoga-about-scenes img { width: 100%; height: 100%; object-fit: cover; }
.stoga-about-scenes figcaption, .stoga-support-hero figure figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; border-radius: 12px; background: rgba(30,40,33,.86); padding: 11px 14px; color: white; font-size: .75rem; backdrop-filter: blur(12px); }
.stoga-about-purpose-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px,7vw,100px); }
.stoga-about-products { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.stoga-about-products article { border: 1px solid var(--stoga-line); border-radius: var(--stoga-radius); background: rgba(255,255,255,.66); padding: 32px; }
.stoga-about-products article > span { color: var(--stoga-sage); font-family: Georgia, serif; font-size: 2.2rem; }
.stoga-about-products h3 { margin: 26px 0 12px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.stoga-about-products p { min-height: 132px; color: var(--stoga-soft); line-height: 1.7; }
.stoga-about-principles { background: var(--stoga-ink-deep); padding: 92px 0; color: white; }
.stoga-about-principles .stoga-eyebrow { color: #c9d8c4; }
.stoga-principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.16); }
.stoga-principle-grid article { min-height: 430px; position: relative; isolation: isolate; overflow: hidden; background: var(--stoga-ink-deep); }
.stoga-principle-grid article::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(15,24,18,.2), rgba(15,24,18,.94) 78%); }
.stoga-principle-grid article > img { width: 100%; height: 100%; position: absolute; inset: 0; z-index: -2; object-fit: cover; }
.stoga-principle-grid article > div { min-height: 430px; display: flex; flex-direction: column; justify-content: end; padding: clamp(30px,4vw,52px); }
.stoga-principle-grid strong { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; line-height: 1.1; }
.stoga-principle-grid p { margin: 20px 0 0; color: rgba(255,255,255,.68); line-height: 1.7; }
.stoga-about-honesty-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px,7vw,110px); }
.stoga-about-honesty-media { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.stoga-about-honesty figure { position: relative; overflow: hidden; margin: 0; border-radius: 28px; background: white; box-shadow: var(--stoga-shadow); }
.stoga-about-honesty img { width: 100%; min-height: 540px; object-fit: contain; }
.stoga-about-honesty figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; border-radius: 12px; background: rgba(30,40,33,.86); padding: 12px 14px; color: white; font-size: .78rem; backdrop-filter: blur(10px); }
.stoga-about-honesty h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem,4.5vw,4.7rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.stoga-about-honesty p:not(.stoga-eyebrow) { color: var(--stoga-soft); line-height: 1.75; }
.stoga-about-assurance { border-block: 1px solid var(--stoga-line); background: var(--stoga-warm); padding: 34px 0; }
.stoga-about-assurance-grid { display: grid; grid-template-columns: repeat(3,1fr) auto; align-items: center; gap: 24px; }
.stoga-about-assurance small, .stoga-about-assurance strong { display: block; }
.stoga-about-assurance small { color: var(--stoga-sage-deep); font-family: Georgia,serif; font-size: 1.8rem; }
.stoga-about-assurance strong { margin-top: 5px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }

/* Support master */
.stoga-support-hero { background: var(--stoga-warm); padding: 62px 0 72px; }
.stoga-support-hero-grid { min-height: 570px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(42px,7vw,90px); }
.stoga-support-hero figure { min-height: 530px; position: relative; overflow: hidden; margin: 0; border-radius: 28px; box-shadow: var(--stoga-shadow); }
.stoga-support-hero img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.stoga-support-paths { position: relative; z-index: 2; margin-top: -34px; }
.stoga-support-path-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--stoga-line); border-radius: 24px; background: var(--stoga-white); box-shadow: var(--stoga-shadow-soft); }
.stoga-support-path-grid > a { min-height: 180px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--stoga-line); }
.stoga-support-path-grid > a:last-child { border-right: 0; }
.stoga-support-path-grid span { color: var(--stoga-sage-deep); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stoga-support-path-grid strong { margin-top: 20px; font-family: Georgia,serif; font-size: 1.55rem; font-weight: 400; }
.stoga-support-path-grid em { margin-top: auto; color: var(--stoga-sage-deep); font-size: .78rem; font-style: normal; font-weight: 750; }
.stoga-shipping-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.stoga-shipping-cards article { border: 1px solid var(--stoga-line); border-radius: 20px; background: rgba(255,255,255,.62); padding: 30px; }
.stoga-shipping-cards small { color: var(--stoga-sage-deep); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.stoga-shipping-cards h3 { margin: 20px 0 10px; font-family: Georgia,serif; font-size: 1.75rem; font-weight: 400; }
.stoga-shipping-cards p { color: var(--stoga-soft); line-height: 1.65; }
.stoga-support-faq { background: var(--stoga-white); }
.stoga-faq-heading { max-width: 800px; }
.stoga-faq-heading h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.8rem,5vw,5rem); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.stoga-faq-heading > p:last-child { color: var(--stoga-soft); line-height: 1.65; }
.stoga-faq-category { display: grid; grid-template-columns: 270px 1fr; gap: 40px; margin-top: 60px; }
.stoga-faq-category > h3 { margin: 8px 0 0; font-family: Georgia,serif; font-size: 1.65rem; font-weight: 400; }
.stoga-faq-list { border-top: 1px solid var(--stoga-line); }
.stoga-faq-list details { border-bottom: 1px solid var(--stoga-line); }
.stoga-faq-list summary { min-height: 72px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; cursor: pointer; font-weight: 730; list-style: none; }
.stoga-faq-list summary::-webkit-details-marker { display: none; }
.stoga-faq-list summary span { color: var(--stoga-sage-deep); font-size: 1.35rem; transition: transform .2s ease; }
.stoga-faq-list details[open] summary span { transform: rotate(45deg); }
.stoga-faq-list details > div { max-width: 850px; padding: 0 45px 22px 0; color: var(--stoga-soft); line-height: 1.72; }
.stoga-support-contact { background: var(--stoga-ink-deep); padding: 88px 0; color: white; }
.stoga-support-contact .stoga-eyebrow { color: #c9d8c4; }
.stoga-support-contact-grid { display: grid; grid-template-columns: 1fr 330px; gap: 70px; }
.stoga-support-contact h2 { max-width: 770px; margin: 0; font-family: Georgia,serif; font-size: clamp(2.7rem,4.8vw,4.8rem); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.stoga-support-contact p, .stoga-support-contact address { color: rgba(255,255,255,.72); line-height: 1.7; }
.stoga-support-contact a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.stoga-support-contact address { border-left: 1px solid rgba(255,255,255,.2); padding-left: 34px; font-style: normal; }

/* Product decision support */
.stoga-product-decision, .stoga-faq-section { clear: both; margin-top: 90px; border-top: 1px solid var(--stoga-line); padding-top: 74px; }
.stoga-product-decision-heading, .stoga-faq-heading { max-width: 850px; }
.stoga-product-decision h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.8rem,5vw,5rem); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.stoga-product-decision-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 34px; }
.stoga-product-decision-grid article { overflow: hidden; border: 1px solid var(--stoga-line); border-radius: 20px; background: rgba(255,255,255,.64); }
.stoga-product-decision-grid article > img { width: 100%; aspect-ratio: 1.38 / 1; object-fit: cover; }
.stoga-product-decision-grid article > div { padding: 24px 28px 28px; }
.stoga-product-decision-grid article > div > span { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--stoga-sage-soft); color: var(--stoga-sage-deep); font-weight: 800; }
.stoga-product-decision-grid h3 { margin: 22px 0 10px; font-family: Georgia,serif; font-size: 1.55rem; font-weight: 400; }
.stoga-product-decision-grid p { margin: 0; color: var(--stoga-soft); line-height: 1.65; }
.stoga-aplus { --aplus-card: rgba(255,255,255,.72); display: grid; gap: clamp(34px,5vw,74px); padding: 12px 0 30px; }
.stoga-aplus h2, .stoga-aplus h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.stoga-aplus h2 { max-width: 980px; margin: 0; font-size: clamp(2.6rem,4.8vw,5rem); line-height: .98; }
.stoga-aplus h3 { margin: 0 0 14px; font-size: clamp(1.65rem,2.4vw,2.35rem); line-height: 1.08; }
.stoga-aplus p, .stoga-aplus li { color: var(--stoga-soft); line-height: 1.72; }
.stoga-aplus-intro { max-width: 1120px; }
.stoga-aplus-intro > p:last-child { max-width: 860px; margin-top: 22px; font-size: 1.06rem; }
.stoga-aplus-split { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); align-items: center; gap: clamp(28px,5vw,72px); }
.stoga-aplus-split.is-reverse figure { order: 2; }
.stoga-aplus-split figure, .stoga-aplus-gallery figure { overflow: hidden; margin: 0; border-radius: 28px; background: var(--aplus-card); box-shadow: 0 24px 70px rgba(27,38,30,.09); }
.stoga-aplus-split img { width: 100%; max-height: 760px; object-fit: contain; }
.stoga-aplus-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.stoga-aplus-gallery img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: contain; background: #fff; }
.stoga-aplus-gallery figcaption { padding: 26px 28px 30px; }
.stoga-aplus-gallery figcaption p { margin: 0; }
.stoga-aplus-note { border-left: 5px solid var(--stoga-sage); background: rgba(120,138,112,.11); padding: 22px 26px; }
.stoga-product-boundary { margin: 18px 0 0; border-left: 4px solid var(--stoga-sage); background: var(--stoga-warm); padding: 18px 22px; color: var(--stoga-soft); line-height: 1.62; }
.stoga-deferred-video { position: relative; margin-top: 28px; overflow: hidden; border-radius: 24px; background: var(--stoga-ink); }
.stoga-deferred-video video { width: 100%; max-height: 760px; margin: 0; border-radius: 0; }
.stoga-deferred-video .stoga-video-play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); }
.stoga-faq-section .stoga-faq-list { max-width: 980px; margin-top: 42px; }

@media (max-width: 1050px) {
  .stoga-header-inner { grid-template-columns: auto 1fr auto; }
  .stoga-nav, .stoga-header-actions > .stoga-country, .stoga-account-desktop { display: none; }
  .stoga-menu-toggle { display: inline-flex; align-items: center; }
  .stoga-nav.is-open { display: block; position: absolute; top: 78px; right: 0; left: 0; border-bottom: 1px solid var(--stoga-line); background: var(--stoga-ivory); padding: 10px 20px 22px; box-shadow: var(--stoga-shadow); }
  .stoga-nav.is-open ul { align-items: stretch; flex-direction: column; gap: 0; }
  .stoga-nav.is-open a { min-height: 50px; display: flex; align-items: center; border-bottom: 1px solid var(--stoga-line); padding: 0; }
  .stoga-nav.is-open .stoga-mobile-tools { display: grid; gap: 10px; margin-top: 16px; }
  .stoga-nav.is-open .stoga-country-mobile { display: block; width: 100%; max-width: none; }
  .stoga-hero-carousel, .stoga-hero-slides { min-height: 760px; }
  .stoga-hero-overlay { width: min(610px, 56vw); }
  .stoga-solutions-banner-grid { grid-template-columns: minmax(290px,.68fr) minmax(500px,1.32fr); gap: 28px; }
  .stoga-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .stoga-footer-grid > div:last-child { grid-column: 2 / 4; }
  .stoga-about-hero-grid, .stoga-support-hero-grid { grid-template-columns: 1fr; }
  .stoga-value-strip .stoga-container { grid-template-columns: repeat(2, 1fr); }
  .stoga-value-strip div > div:nth-child(2) { border-right: 0; }
  .stoga-value-strip div > div:nth-child(-n+2) { border-bottom: 1px solid var(--stoga-line); }
  .stoga-about-scenes { min-height: 520px; }
  .stoga-about-purpose-grid { grid-template-columns: 1fr; }
  .stoga-about-assurance-grid { grid-template-columns: repeat(3,1fr); }
  .stoga-about-assurance-grid .stoga-button { grid-column: 1 / -1; width: fit-content; }
}

@media (max-width: 760px) {
  .stoga-container { width: min(100% - 24px, 1320px); }
  .stoga-announcement .stoga-container { min-height: 42px; justify-content: center; text-align: center; }
  .stoga-announcement a { display: none; }
  .stoga-header-inner { min-height: 68px; gap: 8px; }
  .stoga-brand { justify-self: center; }
  .stoga-brand-mark > img { width: 34px; height: 34px; }
  .stoga-wordmark { font-size: 1.25rem; }
  .stoga-tagline { display: none; }
  .stoga-nav.is-open { top: 68px; }
  .stoga-hero { padding: 0 0 48px; }
  .stoga-hero h1 { font-size: clamp(2.5rem, 11vw, 3.65rem); line-height: .96; }
  .stoga-actions { flex-direction: column; }
  .stoga-actions .stoga-button { width: 100%; }
  .stoga-hero-carousel, .stoga-hero-slides { min-height: 760px; }
  .stoga-hero-slide.is-bite img { object-position: 65% center; }
  .stoga-hero-slide.is-trap img { object-position: 60% center; }
  .stoga-hero-slide::after { background: linear-gradient(180deg, rgba(14,22,17,.72) 0%, rgba(14,22,17,.42) 48%, rgba(14,22,17,.62) 100%); }
  .stoga-hero-overlay { top: 42px; right: 20px; left: 20px; width: auto; transform: none; padding: 0; }
  .stoga-hero-overlay h1,
  .stoga-hero-overlay > p { text-shadow: 0 2px 16px rgba(18,25,19,.46); }
  .stoga-hero-overlay > p:not(.stoga-eyebrow) { margin-top: 16px; font-size: .94rem; line-height: 1.5; }
  .stoga-hero-overlay .stoga-actions { margin-top: 20px; }
  .stoga-hero-proof { display: none; }
  .stoga-hero-slide-copy { right: 20px; bottom: 22px; width: calc(100% - 40px); padding: 0; text-align: left; }
  .stoga-hero-carousel-controls { top: auto; right: 18px; bottom: 104px; }
  .stoga-carousel-arrow, .stoga-scene-arrow { width: 44px; height: 44px; }
  .stoga-hero-carousel-dots { bottom: 108px; left: 22px; }
  .stoga-value-strip .stoga-container { grid-template-columns: 1fr; padding: 16px 0; }
  .stoga-value-strip div > div { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--stoga-line); padding: 14px 0; }
  .stoga-value-strip div > div:last-child { border-bottom: 0; }
  .stoga-section { padding: 78px 0; }
  .stoga-section-intro { grid-template-columns: 1fr; gap: 22px; }
  .stoga-solution-feature, .stoga-solution-feature.is-trap { grid-template-columns: 1fr; }
  .stoga-solution-feature.is-trap > img { order: 0; }
  .stoga-solution-feature > img { min-height: 300px; }
  .stoga-solution-copy { padding: 34px 25px 42px; }
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .stoga-video-library, .stoga-brand-story-grid { grid-template-columns: 1fr; }
  .stoga-video-viewer { position: static; }
  .stoga-video-playlist { grid-auto-columns: minmax(260px, 78vw); grid-auto-flow: column; max-height: none; overflow-x: auto; overflow-y: hidden; padding: 0 0 10px; scroll-snap-type: x proximity; }
  .stoga-video-chapter { grid-template-columns: 110px minmax(0, 1fr); min-height: 96px; scroll-snap-align: start; }
  .stoga-scene-rail-heading { align-items: flex-start; }
  .stoga-scene-rail { width: calc(100% - 24px); grid-auto-columns: min(82vw, 390px); }
  .stoga-brand-story-grid > img { min-height: 300px; }
  .stoga-page-banner { min-height: 430px; }
  .stoga-page-banner-copy { padding-block: 90px 48px; }
  .stoga-page-banner h1, .stoga-page-banner h2 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
  .stoga-blog-banner { min-height: 650px; background-position: 75% 24%; background-size: auto 58%; background-repeat: no-repeat; }
  .stoga-blog-banner .stoga-page-banner-shade { background: linear-gradient(0deg, rgba(14,27,20,.94) 0%, rgba(14,27,20,.76) 46%, rgba(14,27,20,.04) 76%); }
  .stoga-blog-banner .stoga-page-banner-copy { align-self: end; padding-bottom: 46px; }
  .stoga-solutions-banner { min-height: 900px; }
  .stoga-solutions-banner-grid { min-height: 900px; align-items: center; padding-block: 55px; }
  .stoga-solutions-banner .stoga-page-banner-copy { width: 100%; padding: 0; }
  .stoga-solutions-collage { inset: 10px; }
  .stoga-solutions-tile { border-width: 2px; border-radius: 13px; opacity: .9; }
  .stoga-solutions-tile.is-1 { top: 0; left: -6%; width: 48%; height: 20%; }
  .stoga-solutions-tile.is-2 { top: 1%; left: 45%; width: 60%; height: 20%; }
  .stoga-solutions-tile.is-3 { top: 20%; left: -8%; width: 49%; height: 20%; }
  .stoga-solutions-tile.is-4 { top: 21%; right: -8%; width: 58%; height: 20%; }
  .stoga-solutions-tile.is-5 { top: 40%; left: -7%; width: 50%; height: 20%; }
  .stoga-solutions-tile.is-6 { top: 40%; left: 46%; width: 61%; height: 20%; }
  .stoga-solutions-tile.is-7 { top: 60%; left: -5%; width: 51%; height: 20%; }
  .stoga-solutions-tile.is-8 { top: 60%; right: -6%; width: 59%; height: 20%; }
  .stoga-solutions-tile.is-9 { bottom: 0; left: -5%; width: 52%; height: 21%; }
  .stoga-solutions-tile.is-10 { right: -6%; bottom: 0; width: 60%; height: 21%; }
  .stoga-solution-detail-head { grid-template-columns: 1fr; gap: 18px; }
  .stoga-solution-detail-head > span { font-size: 3rem; }
  .stoga-scenario-mosaic { grid-template-columns: 1fr; grid-template-rows: none; }
  .stoga-scenario-mosaic figure.is-wide { grid-row: auto; }
  .stoga-scenario-mosaic figure { min-height: 330px; }
  .stoga-solution-cta { align-items: stretch; flex-direction: column; }
  .stoga-article-grid, .stoga-article-hero-grid { grid-template-columns: 1fr; }
  .stoga-article-link-hub ul { grid-template-columns: 1fr; }
  .stoga-article-card:first-child { grid-row: auto; }
  .stoga-article-hero { padding: 55px 0; }
  .stoga-back-link { margin-bottom: 28px; }
  .stoga-article-cta .stoga-container { align-items: stretch; flex-direction: column; }
  .stoga-purchase-assurance { grid-template-columns: 1fr; }
  .stoga-scene-grid { grid-template-columns: 1fr; }
  .stoga-scene-grid figure, .stoga-scene-grid img { min-height: 320px; }
  .stoga-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .stoga-footer-brand { grid-column: 1 / -1; }
  .stoga-footer-grid > div:last-child { grid-column: auto; }
  .stoga-social-row, .stoga-legal { align-items: flex-start; flex-direction: column; }
  .stoga-cookie-panel { right: 12px; bottom: 12px; grid-template-columns: 1fr; gap: 16px; width: calc(100% - 24px); padding: 18px; }
  .stoga-cookie-actions { align-items: stretch; flex-direction: column-reverse; }
  .stoga-cookie-actions .stoga-button { width: 100%; }
  .stoga-whatsapp { right: 14px; bottom: 14px; }
  .stoga-whatsapp > summary { width: 52px; padding: 0; justify-content: center; }
  .stoga-whatsapp > summary > span { display: none; }
  .stoga-whatsapp-panel { margin-bottom: 10px; }
  .stoga-about-hero, .stoga-support-hero { padding: 38px 0 58px; }
  .stoga-about-hero-grid, .stoga-support-hero-grid { min-height: auto; gap: 38px; }
  .stoga-about-copy h1, .stoga-support-hero h1 { font-size: clamp(3.35rem,15vw,4.8rem); }
  .stoga-product-context { min-height: 320px; }
  .stoga-product-context.is-irh { min-height: 340px; background-image: linear-gradient(180deg, rgba(24,34,27,.02) 0%, rgba(24,34,27,.08) 48%, rgba(24,34,27,.74) 100%), var(--stoga-product-context); background-position: center, 55% center; background-size: cover, cover; }
  .stoga-product-context .stoga-container { padding-bottom: 26px; }
  .stoga-about-scenes { min-height: 0; grid-template-columns: 1fr; }
  .stoga-about-scenes figure { min-height: 320px; }
  .stoga-about-products, .stoga-principle-grid, .stoga-about-honesty-grid, .stoga-support-path-grid, .stoga-shipping-cards, .stoga-product-decision-grid { grid-template-columns: 1fr; }
  .stoga-about-products p { min-height: 0; }
  .stoga-about-honesty img { min-height: 330px; }
  .stoga-about-honesty-media, .stoga-aplus-split, .stoga-aplus-gallery { grid-template-columns: 1fr; }
  .stoga-aplus-split.is-reverse figure { order: 0; }
  .stoga-aplus-split img { max-height: none; }
  .stoga-aplus-gallery img { aspect-ratio: auto; }
  .stoga-aplus-gallery figcaption { padding: 22px 22px 26px; }
  .stoga-about-assurance-grid { grid-template-columns: 1fr 1fr; }
  .stoga-about-assurance-grid .stoga-button { width: 100%; }
  .stoga-support-hero figure { min-height: 380px; }
  .stoga-support-paths { margin-top: -18px; }
  .stoga-support-path-grid > a { min-height: 155px; border-right: 0; border-bottom: 1px solid var(--stoga-line); }
  .stoga-support-path-grid > a:last-child { border-bottom: 0; }
  .stoga-faq-category, .stoga-support-contact-grid { grid-template-columns: 1fr; gap: 18px; }
  .stoga-faq-category { margin-top: 42px; }
  .stoga-support-contact address { border-top: 1px solid rgba(255,255,255,.2); border-left: 0; padding: 28px 0 0; }
  .woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 8px; }
}

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