:root{
  --green:#17936e;
  --green-dark:#087251;
  --green-bright:#56c59c;
  --mint:#eaf8f2;
  --mint-2:#dff4ec;
  --ink:#20201e;
  --muted:#6c6c68;
  --line:#e8ece9;
  --surface:#fff;
  --soft:#f7faf8;
  --shadow:0 14px 40px rgba(35,75,61,.09);
  --shadow-lg:0 24px 70px rgba(25,70,54,.14);
  --radius:24px;
  --container:1320px;
  --header-h:88px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 16px)}
body{margin:0;color:var(--ink);background:#fff;font-family:Manrope,"Segoe UI",Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
svg{display:block;width:1.2em;height:1.2em;fill:currentColor}
::selection{background:var(--green);color:#fff}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:12px;z-index:1000;padding:9px 14px;background:var(--green-dark);color:#fff;border-radius:10px;transform:translateY(-180%)}
.skip-link:focus{transform:none}

.site-header{position:sticky;top:0;z-index:100;height:var(--header-h);background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.2s ease}
.site-header.is-scrolled{border-color:rgba(23,147,110,.12);box-shadow:0 8px 28px rgba(30,70,56,.08)}
.header-inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.header-brand{display:flex;align-items:center;gap:13px;min-width:max-content;font-size:14px;font-weight:700;color:#42423f}
.header-brand img{width:92px;height:58px;object-fit:contain}
.site-nav{display:flex;justify-content:center;align-items:center;gap:clamp(16px,2vw,34px)}
.site-nav a{position:relative;padding:11px 0;font-size:14px;font-weight:700;color:#44443f}
.site-nav a::after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;border-radius:999px;background:var(--green);transform:scaleX(0);transition:.2s ease}
.site-nav a:hover,.site-nav a[aria-current=true]{color:var(--green-dark)}
.site-nav a:hover::after,.site-nav a[aria-current=true]::after{transform:scaleX(1)}
.route-button,.primary-button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 19px;border-radius:12px;font-weight:800;font-size:14px;transition:.2s ease}
.route-button,.primary-button{background:linear-gradient(135deg,#0d865f,#1caf80);color:#fff;box-shadow:0 10px 24px rgba(23,147,110,.22)}
.route-button:hover,.primary-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(23,147,110,.28)}
.route-button svg{width:18px;height:18px}
.ghost-button{border:1px solid #dce8e2;background:#fff;color:var(--green-dark)}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0;cursor:pointer}
.menu-toggle span{width:20px;height:2px;border-radius:3px;background:#20201e;display:block;margin:4px auto;transition:.2s ease}
.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

.hero{padding:20px 0 6px;background:#fff}
.hero-shell{overflow:hidden;border-radius:0 0 28px 28px;background:#fff;box-shadow:0 10px 35px rgba(31,62,51,.05)}
.hero-desktop{display:block}
.hero-desktop img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.hero-mobile{display:none}

.section{padding:72px 0}
.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:26px}
.section-kicker{display:inline-block;margin-bottom:7px;text-transform:uppercase;letter-spacing:.13em;color:var(--green);font-size:11px;font-weight:900}
.section h2,.section-top h2{margin:0;font-family:"PT Sans Narrow","Arial Narrow","Roboto Condensed",Arial,sans-serif;font-size:clamp(34px,4vw,50px);font-weight:900;line-height:1;letter-spacing:-.02em;text-transform:uppercase}
.section-top p{margin:10px 0 0;color:var(--muted);font-size:14px}
.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--green-dark);font-size:14px;font-weight:800;white-space:nowrap}
.text-link span{display:grid;place-items:center;width:28px;height:28px;border:1px solid #a8dcc9;border-radius:50%}
.section-note{color:var(--green-dark);font-size:13px;font-weight:700}

.fuel-section{padding-top:48px}
.fuel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.fuel-card{display:grid;grid-template-columns:58px 1fr;grid-template-rows:auto auto;gap:12px 16px;min-height:210px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 26px rgba(25,60,48,.05);transition:.2s ease}
.fuel-card:hover{transform:translateY(-4px);border-color:#bfe9d8;box-shadow:var(--shadow)}
.fuel-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:linear-gradient(145deg,#62cba5,#0e956a);color:#fff;font-size:18px;font-weight:900;box-shadow:inset 0 0 0 6px rgba(255,255,255,.28)}
.fuel-icon-dark{background:#3a3935;box-shadow:none}
.fuel-icon-drop{background:#68c9a6}.fuel-icon-drop svg{width:30px;height:30px}
.fuel-copy h3{margin:5px 0 8px;font-size:22px;line-height:1.15}.fuel-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.fuel-price{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;align-self:end;padding-top:15px;border-top:1px solid #eff2f0;color:var(--green);font-weight:800;font-size:14px}
.fuel-price span{font-size:26px;line-height:1}


.loyalty-section{padding-top:36px}
.loyalty-card{position:relative;display:grid;grid-template-columns:1.02fr .98fr;min-height:380px;overflow:hidden;border-radius:22px;background:linear-gradient(120deg,#f5fbf8 0%,#eef8f4 55%,#fff 100%);border:1px solid #e3f0ea}
.loyalty-card::before{content:"";position:absolute;left:-140px;bottom:-240px;width:430px;height:430px;border:58px solid rgba(93,200,163,.13);border-radius:50%}
.loyalty-copy{position:relative;z-index:2;padding:50px 44px}
.loyalty-copy h2{font-size:clamp(35px,4vw,52px);max-width:600px}
.loyalty-copy h3{margin:14px 0 12px;color:var(--green-dark);font-size:20px}
.loyalty-copy p{max-width:620px;margin:0 0 25px;color:#5f625e;font-size:14px;line-height:1.65}
.loyalty-actions{display:flex;gap:12px;flex-wrap:wrap}
.loyalty-visual{position:relative;min-height:360px;overflow:hidden}
.loyalty-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f1faf6 0%,rgba(241,250,246,.25) 18%,rgba(255,255,255,0) 45%);pointer-events:none}
.loyalty-visual img{width:100%;height:100%;object-fit:cover;object-position:center}

.promo-section{padding-top:52px}
.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.promo-card{position:relative;aspect-ratio:1.05/1;overflow:hidden;padding:0;border:0;border-radius:18px;background:#eef5f1;cursor:pointer;box-shadow:0 7px 22px rgba(31,60,50,.08);transition:.22s ease}
.promo-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.promo-card picture{display:block;width:100%;height:100%}.promo-card img{width:100%;height:100%;object-fit:cover}

.contacts-section{padding-top:64px;background:linear-gradient(180deg,#fff 0%,#f7fbf9 100%)}
.contacts-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:22px}
.contact-info,.map-card{min-height:360px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow);overflow:hidden}
.contact-info{padding:32px}
.contact-logo{width:150px;height:95px;object-fit:contain;margin-bottom:22px}
.contact-lines{display:grid;gap:12px}.contact-lines a{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #eef1ef;font-size:14px}.contact-lines a:last-child{border-bottom:0}
.mini-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#e7f6f0;color:var(--green-dark);font-weight:900}
.social-row{display:flex;gap:10px;margin-top:24px}.social-row a{padding:9px 13px;border-radius:10px;background:#f1f8f5;color:var(--green-dark);font-weight:800;font-size:13px}
.map-card{position:relative}.map-card iframe{width:100%;height:100%;min-height:360px;border:0;filter:saturate(.8) contrast(.96)}
.map-open{position:absolute;right:18px;bottom:18px}

.site-footer{position:relative;overflow:hidden;padding:40px 0 30px;background:#fff;border-top:1px solid #edf0ee}
.site-footer::after{content:"";position:absolute;right:-100px;bottom:-150px;width:360px;height:360px;border:45px solid rgba(55,191,144,.12);border-radius:50%}
.footer-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.footer-brand{display:flex;align-items:center;gap:14px;color:#5b5e59;font-size:13px}.footer-brand img{width:105px;height:67px;object-fit:contain}
.footer-nav{display:flex;gap:18px;font-size:13px;font-weight:700;color:#535652}.footer-nav a:hover{color:var(--green-dark)}
.footer-copy{text-align:right;color:#7d827d;font-size:12px}

.mobile-dock{display:none}
.gallery-dialog{width:min(1120px,calc(100% - 36px));max-width:none;padding:0;border:0;border-radius:20px;background:#101311;box-shadow:0 30px 100px rgba(0,0,0,.35)}
.gallery-dialog::backdrop{background:rgba(10,15,12,.78);backdrop-filter:blur(6px)}
.gallery-dialog figure{margin:0;padding:20px 56px 16px}.gallery-dialog figure img{width:100%;max-height:78vh;object-fit:contain;border-radius:12px}.gallery-dialog figcaption{padding:12px 0 2px;color:#e9eeeb;text-align:center;font-size:13px}
.gallery-close,.gallery-nav{position:absolute;z-index:2;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.gallery-close{right:14px;top:14px;width:38px;height:38px;font-size:25px}.gallery-nav{top:50%;width:42px;height:42px;margin-top:-21px;font-size:31px}.gallery-prev{left:9px}.gallery-next{right:9px}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.06s}.delay-2{transition-delay:.12s}.delay-3{transition-delay:.18s}

@media (max-width:1100px){
  :root{--header-h:76px}
  .header-inner{grid-template-columns:auto auto 1fr;gap:12px}.header-brand span{display:none}.header-route{justify-self:end}.site-nav{position:fixed;top:var(--header-h);left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-lg)}.site-nav.is-open{display:flex}.site-nav a{padding:13px 14px;border-bottom:1px solid #edf1ef}.site-nav a:last-child{border-bottom:0}.site-nav a::after{display:none}.menu-toggle{display:block;grid-column:2}.header-route{grid-column:3}
  .fuel-grid{grid-template-columns:repeat(2,1fr)}
  .promo-grid{grid-template-columns:repeat(2,1fr)}
  .loyalty-card{grid-template-columns:1fr 1fr}.contacts-layout{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-nav{display:none}.footer-copy{text-align:right}
}

@media (max-width:760px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .header-brand img{width:82px}.header-route{display:none}.header-inner{grid-template-columns:auto 1fr auto}.menu-toggle{grid-column:3;justify-self:end}
  .hero{padding-top:10px}.hero-shell{border-radius:0 0 22px 22px}.hero-desktop{display:none}.hero-mobile{display:block}.hero-mobile-copy{position:relative;z-index:2;padding:34px 26px 28px;background:#fff;overflow:hidden}.hero-mobile-copy::after{content:"";position:absolute;z-index:-1;right:-105px;top:-70px;width:260px;height:260px;border:36px solid rgba(65,194,149,.14);border-radius:50%}.hero-mobile-copy img{width:135px;height:90px;object-fit:contain;margin-bottom:15px}.hero-mobile-copy h1{margin:0 0 8px;font-family:"PT Sans Narrow","Arial Narrow",Arial,sans-serif;font-size:58px;line-height:.9;text-transform:uppercase}.hero-mobile-copy p{margin:0 0 19px;color:#636660}.hero-mobile-photo{min-height:310px;background:url('../assets/images/station-scene-mobile.webp') center/cover no-repeat}
  .section{padding:54px 0}.section-top{align-items:flex-start;flex-direction:column;margin-bottom:20px;gap:12px}.section h2,.section-top h2{font-size:36px}.text-link{align-self:flex-start}
  .fuel-grid,.promo-grid{grid-template-columns:1fr}.fuel-card{min-height:180px}.promo-card{aspect-ratio:16/10}
  .loyalty-card{grid-template-columns:1fr}.loyalty-copy{padding:36px 28px}.loyalty-visual{min-height:300px}.loyalty-visual::after{background:linear-gradient(180deg,#eef8f4 0%,rgba(238,248,244,0) 28%)}
  .contacts-layout{grid-template-columns:1fr}.contact-info,.map-card{min-height:auto}.map-card iframe{min-height:330px}.map-open{left:16px;right:16px;bottom:16px}
  .footer-grid{grid-template-columns:1fr;gap:16px}.footer-copy{text-align:left}.footer-brand{align-items:flex-start;flex-direction:column;gap:4px}
  .mobile-dock{position:fixed;z-index:90;left:14px;right:14px;bottom:14px;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:7px;border:1px solid rgba(21,113,82,.12);border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 12px 42px rgba(20,60,47,.2);backdrop-filter:blur(15px);transform:translateY(140%);transition:.25s ease}.mobile-dock.is-visible{transform:none}.mobile-dock a{display:flex;align-items:center;justify-content:center;min-height:43px;border-radius:10px;background:#edf8f4;color:var(--green-dark);font-size:13px;font-weight:800}.mobile-dock a:last-child{background:var(--green);color:#fff}
  body{padding-bottom:74px}
  .gallery-dialog figure{padding:52px 14px 14px}.gallery-nav{display:none}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.route-button,.primary-button,.promo-card,.fuel-card{transition:none}}

/* v1.2.0 — live fuel prices */
.live-prices-section{padding:26px 0 10px;background:#fff}
.live-prices-panel{overflow:hidden;border:1px solid #dcece5;border-radius:24px;background:linear-gradient(135deg,#f8fffc 0%,#ecfaf4 100%);box-shadow:0 14px 38px rgba(25,60,48,.07)}
.live-prices-heading{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px 28px 20px;border-bottom:1px solid rgba(23,147,110,.12)}
.live-prices-kicker{display:block;margin-bottom:5px;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.live-prices-heading h2{margin:0;font-family:"PT Sans Narrow","Arial Narrow","Roboto Condensed",Arial,sans-serif;font-size:clamp(28px,3vw,40px);font-weight:900;line-height:1;text-transform:uppercase}
.price-sync-status{display:flex;align-items:center;gap:9px;min-height:34px;padding:8px 13px;border:1px solid rgba(23,147,110,.14);border-radius:999px;background:rgba(255,255,255,.8);color:#587067;font-size:12px;font-weight:700}
.price-sync-dot{width:9px;height:9px;border-radius:50%;background:#a6b8b1;box-shadow:0 0 0 4px rgba(166,184,177,.14)}
.price-sync-status.is-live{color:#176d53}
.price-sync-status.is-live .price-sync-dot{background:var(--green);box-shadow:0 0 0 4px rgba(23,147,110,.14)}
.price-sync-status.is-error .price-sync-dot{background:#b99b3f;box-shadow:0 0 0 4px rgba(185,155,63,.14)}
.live-prices-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.live-price-item{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:end;gap:2px 12px;padding:24px 28px}
.live-price-item:not(:last-child):after{content:"";position:absolute;right:0;top:20%;bottom:20%;width:1px;background:rgba(23,147,110,.13)}
.live-price-name{grid-column:1/-1;color:#52675f;font-size:14px;font-weight:800}
.live-price-item strong{color:#102b22;font-family:"PT Sans Narrow","Arial Narrow",Arial,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:900;line-height:1;font-variant-numeric:tabular-nums}
.live-price-item small{padding-bottom:5px;color:var(--green);font-size:13px;font-weight:900}
.fuel-price strong{font:inherit;font-weight:800}
@media (max-width:900px){.live-prices-grid{grid-template-columns:repeat(2,1fr)}.live-price-item:nth-child(2):after{display:none}.live-price-item:nth-child(-n+2){border-bottom:1px solid rgba(23,147,110,.13)}}
@media (max-width:620px){.live-prices-section{padding-top:14px}.live-prices-panel{border-radius:18px}.live-prices-heading{align-items:flex-start;flex-direction:column;padding:20px}.price-sync-status{width:100%;border-radius:12px}.live-price-item{padding:18px 20px}.live-price-item strong{font-size:34px}.live-price-name{font-size:13px}}

/* v1.3.0 — about / «Кто мы» */
.about-teaser-section{padding-top:28px;padding-bottom:38px}
.about-teaser{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr);gap:42px;align-items:center;padding:42px 46px;border:1px solid #dfeee7;border-radius:24px;background:linear-gradient(125deg,#f7fcfa 0%,#eef9f5 58%,#e4f6ef 100%)}
.about-teaser::after{content:"";position:absolute;right:-100px;top:-145px;width:360px;height:360px;border:46px solid rgba(50,187,139,.12);border-radius:50%;pointer-events:none}
.about-teaser-copy{position:relative;z-index:2}.about-teaser-copy h2{max-width:760px;margin:0 0 16px}.about-teaser-copy p{max-width:760px;margin:0 0 24px;color:#555d58;font-size:15px;line-height:1.7}
.about-teaser-values{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(23,147,110,.18);border-left:1px solid rgba(23,147,110,.18)}
.about-teaser-values span{padding:20px 18px;border-right:1px solid rgba(23,147,110,.18);border-bottom:1px solid rgba(23,147,110,.18);color:#116b50;font-size:15px;font-weight:900;letter-spacing:.02em}

.about-page{background:#fff}
.about-intro-hero{padding:20px 0 0}.about-intro-shell{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);min-height:520px;border-radius:0 0 28px 28px;background:#fbfdfc;box-shadow:0 12px 38px rgba(31,62,51,.06)}
.about-intro-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:54px 36px 48px 58px;background:linear-gradient(110deg,#fff 0%,#fff 76%,rgba(255,255,255,.72) 100%)}
.about-intro-copy::after{content:"";position:absolute;z-index:-1;right:-115px;top:-80px;width:330px;height:680px;border:52px solid rgba(58,190,144,.12);border-radius:50%;transform:rotate(10deg)}
.about-intro-copy h1{max-width:630px;margin:0 0 24px;font-family:"PT Sans Narrow","Arial Narrow","Roboto Condensed",Arial,sans-serif;font-size:clamp(48px,5.7vw,78px);font-weight:900;line-height:.92;letter-spacing:-.035em;text-transform:uppercase}.about-intro-copy h1::first-line{color:#171b19}
.about-intro-copy p{max-width:650px;margin:0 0 12px;color:#505853;font-size:15px;line-height:1.7}.about-intro-copy .about-intro-lead{color:#176e54;font-size:17px;font-weight:800}
.about-intro-photo{display:block;min-height:520px;overflow:hidden}.about-intro-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.about-hero-values{display:flex;flex-wrap:wrap;gap:0;margin-top:22px;border-top:1px solid #dcebe4}.about-hero-values span{padding:13px 20px 0 0;margin-right:20px;color:#1d2a25;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.about-hero-values span::before{content:"";display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--green)}

.about-lead-section{padding:82px 0 68px}.about-lead-grid{display:grid;grid-template-columns:minmax(330px,.9fr) minmax(0,1.1fr);gap:72px;align-items:start}
.about-lead-title h2{max-width:610px;margin:0;font-family:"PT Sans Narrow","Arial Narrow","Roboto Condensed",Arial,sans-serif;font-size:clamp(42px,5vw,66px);font-weight:900;line-height:.98;letter-spacing:-.035em;text-transform:uppercase}
.about-lead-copy{max-width:720px;padding-top:22px}.about-lead-copy p{margin:0 0 17px;color:#555a56;font-size:16px;line-height:1.82}.about-lead-copy .about-lead-text{color:#1f2925;font-size:21px;font-weight:750;line-height:1.55}
.about-values-section{padding:0 0 84px}.about-values{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #dce9e3}
.about-value{display:grid;grid-template-columns:70px 1fr;gap:18px;padding:30px 28px 30px 0;border-bottom:1px solid #dce9e3}.about-value:nth-child(odd){padding-right:42px}.about-value:nth-child(even){padding-left:42px;border-left:1px solid #dce9e3}
.about-value>strong{color:#73bda3;font-family:"PT Sans Narrow","Arial Narrow",Arial,sans-serif;font-size:30px;line-height:1}.about-value h2{margin:0 0 8px;font-family:"PT Sans Narrow","Arial Narrow",Arial,sans-serif;font-size:31px;line-height:1;text-transform:uppercase}.about-value p{margin:0;color:#626963;font-size:14px;line-height:1.65}
.about-story-section{padding:78px 0;background:linear-gradient(180deg,#f7fbf9 0%,#fff 100%)}.about-story-list{border-top:1px solid #dce7e2}.about-story-row{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:70px;padding:42px 0;border-bottom:1px solid #dce7e2}.about-story-row h2{max-width:460px;margin:0;font-family:"PT Sans Narrow","Arial Narrow",Arial,sans-serif;font-size:clamp(34px,4vw,52px);font-weight:900;line-height:1.02;text-transform:uppercase}.about-story-row p{max-width:760px;margin:0 0 16px;color:#555d58;font-size:15px;line-height:1.78}.about-story-row p:last-child{margin-bottom:0}
.about-respect-section{padding:76px 0 34px}.about-respect{overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);min-height:430px;border:1px solid #deebe5;border-radius:26px;background:linear-gradient(130deg,#f8fcfa 0%,#eef8f4 65%,#e2f4ed 100%);box-shadow:0 15px 45px rgba(31,72,58,.07)}.about-respect-copy{display:flex;flex-direction:column;justify-content:center;padding:52px 54px}.about-respect-copy h2{margin:0 0 15px;font-family:"PT Sans Narrow","Arial Narrow",Arial,sans-serif;font-size:clamp(48px,5vw,68px);line-height:.95;text-transform:uppercase}.about-respect-copy p{max-width:680px;margin:0;color:#515a55;font-size:15px;line-height:1.75}.about-respect-checks{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:26px}.about-respect-checks span{color:#106c50;font-size:13px;font-weight:900}.about-respect-checks span::before{content:"✓";margin-right:7px;color:var(--green)}.about-respect-photo{min-height:430px}.about-respect-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.about-closing-section{padding:40px 0 92px}.about-closing{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;padding:66px 30px;border-radius:26px;background:linear-gradient(135deg,#0c7253 0%,#17936e 55%,#3ab98b 100%);color:#fff}.about-closing::before,.about-closing::after{content:"";position:absolute;border:38px solid rgba(255,255,255,.09);border-radius:50%}.about-closing::before{width:280px;height:280px;left:-130px;top:-135px}.about-closing::after{width:350px;height:350px;right:-170px;bottom:-210px}.about-closing img{position:relative;z-index:1;width:46px;height:62px;object-fit:contain;filter:brightness(0) invert(1);opacity:.95;margin-bottom:20px}.about-closing p{position:relative;z-index:1;max-width:860px;margin:0 0 18px;font-family:"PT Sans Narrow","Arial Narrow",Arial,sans-serif;font-size:clamp(34px,4.3vw,56px);font-weight:900;line-height:1.06;text-transform:uppercase}.about-closing strong,.about-closing small{position:relative;z-index:1}.about-closing strong{font-size:18px}.about-closing small{margin-top:18px;color:rgba(255,255,255,.8);font-size:13px;letter-spacing:.04em}

@media (max-width:1000px){
  .about-teaser{grid-template-columns:1fr;padding:36px}.about-teaser-values{max-width:620px}
  .about-intro-shell{grid-template-columns:1fr}.about-intro-copy{padding:45px 38px}.about-intro-photo{min-height:390px}.about-intro-copy::after{right:-175px;height:520px}
  .about-lead-grid{grid-template-columns:1fr;gap:26px}.about-lead-copy{padding-top:0}
  .about-story-row{grid-template-columns:1fr;gap:22px}
  .about-respect{grid-template-columns:1fr .8fr}.about-respect-copy{padding:44px 36px}
}
@media (max-width:760px){
  .about-teaser-section{padding-top:18px}.about-teaser{padding:28px 22px;border-radius:18px}.about-teaser-values{grid-template-columns:1fr 1fr}.about-teaser-values span{padding:15px 12px;font-size:13px}
  .about-intro-hero{padding-top:10px}.about-intro-hero .container{width:100%}.about-intro-shell{border-radius:0;min-height:0}.about-intro-copy{padding:38px 22px 32px}.about-intro-copy h1{font-size:52px}.about-intro-copy .about-intro-lead{font-size:16px}.about-intro-photo{min-height:310px}.about-hero-values{display:grid;grid-template-columns:1fr 1fr}.about-hero-values span{margin-right:0}
  .about-lead-section{padding:54px 0 44px}.about-lead-title h2{font-size:43px}.about-lead-copy .about-lead-text{font-size:18px}.about-lead-copy p{font-size:15px;line-height:1.72}
  .about-values-section{padding-bottom:54px}.about-values{grid-template-columns:1fr}.about-value,.about-value:nth-child(odd),.about-value:nth-child(even){padding:24px 0;border-left:0}.about-value{grid-template-columns:54px 1fr}.about-value h2{font-size:28px}.about-value>strong{font-size:24px}
  .about-story-section{padding:52px 0}.about-story-row{padding:32px 0}.about-story-row h2{font-size:36px}.about-story-row p{font-size:14px}
  .about-respect-section{padding:48px 0 22px}.about-respect{grid-template-columns:1fr;border-radius:18px}.about-respect-copy{padding:34px 24px}.about-respect-copy h2{font-size:48px}.about-respect-photo{min-height:310px}
  .about-closing-section{padding:28px 0 64px}.about-closing{padding:48px 22px;border-radius:20px}.about-closing p{font-size:36px}
}
