@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --ink:#092d37;
  --muted:#60737a;
  --line:#dce8eb;
  --soft:#f2f8f9;
  --accent:#00a5a8;
  --accent2:#006d7a;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,232,235,.8)}
.nav{height:78px;display:flex;align-items:center;gap:34px}
.logo{font-size:27px;font-weight:800;letter-spacing:-1.5px;color:var(--ink)}
.logo span{font-size:10px;vertical-align:top;margin-left:2px}
.nav-links{display:flex;gap:28px;margin-left:auto;color:#486169;font-size:14px;font-weight:600}
.nav-links a:hover{color:var(--accent)}
.nav-btn,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;transition:.25s}
.nav-btn{padding:12px 20px;background:var(--ink);color:#fff;font-size:13px}
.nav-btn:hover,.btn-primary:hover{transform:translateY(-2px);background:#061f26}
.menu-btn{display:none;border:0;background:none;font-size:28px;color:var(--ink)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#eefafa 0%,#fff 54%,#edf7f8 100%);padding:86px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}
.eyebrow,.section-kicker{font-size:11px;font-weight:800;letter-spacing:2.2px;color:var(--accent2)}
h1{font-size:clamp(48px,6vw,76px);line-height:1.02;letter-spacing:-4px;margin:18px 0 24px}
h1 span,h2 span{color:var(--accent)}
.hero-copy>p{max-width:590px;color:var(--muted);font-size:18px}
.hero-actions{display:flex;gap:12px;margin:30px 0 38px}
.btn{padding:15px 25px;font-size:14px}
.btn-primary{background:var(--ink);color:#fff}
.btn-secondary{border:1px solid var(--line);background:#fff}
.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}
.trust-row{display:flex;gap:22px;flex-wrap:wrap}
.trust-row div{display:flex;gap:8px;align-items:center;font-size:11px;color:#71858b}
.trust-row strong{font-size:12px;color:var(--accent)}
.hero-card{min-height:510px;border-radius:40px;background:linear-gradient(150deg,#063944,#008f99);position:relative;overflow:hidden;box-shadow:0 35px 80px rgba(0,72,82,.18)}
.hero-card-inner{position:absolute;inset:0;display:grid;place-items:center}
.product-placeholder{width:290px;height:390px;border-radius:34px;background:rgba(255,255,255,.95);box-shadow:0 30px 50px rgba(0,0,0,.16);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(5deg)}
.product-circle{width:175px;height:175px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#e8fbfb,#bce8ea);font-size:28px;font-weight:800;letter-spacing:-2px}
.product-label{font-size:9px;letter-spacing:2px;color:#6a858a;margin-top:25px}
.orbit{position:absolute;border:1px solid rgba(255,255,255,.2);border-radius:50%}
.orbit-1{width:500px;height:500px}.orbit-2{width:700px;height:700px}
.hero-glow{position:absolute;border-radius:50%;filter:blur(3px);opacity:.35}.glow-1{width:350px;height:350px;background:#79e2df;left:-180px;top:-100px}.glow-2{width:300px;height:300px;background:#79e2df;right:-120px;bottom:-130px}
.section{padding:105px 0}.soft{background:var(--soft)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:90px}
h2{font-size:clamp(34px,4vw,53px);line-height:1.1;letter-spacing:-2.5px;margin:14px 0}
.section-text{color:var(--muted);font-size:16px}
.section-text p{margin-top:0;margin-bottom:20px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}
.section-head p{color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px;min-height:260px;position:relative;transition:.25s}
.card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,50,60,.08)}
.card-number{position:absolute;right:22px;top:22px;color:#9aafb4;font-size:11px}
.icon{width:48px;height:48px;border-radius:15px;background:#e8f8f8;display:grid;place-items:center;color:var(--accent);font-size:22px;margin-bottom:35px}
.card h3{font-size:18px;margin:0 0 10px}.card p{font-size:13px;color:var(--muted);margin:0}
.steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.step{padding:30px 30px 10px 0;border-right:1px solid var(--line);margin-right:30px}
.step:last-child{border-right:0;margin-right:0}
.step span{font-size:12px;color:var(--accent);font-weight:800}.step h3{font-size:19px;margin:22px 0 8px}.step p{color:var(--muted);font-size:14px}
.profile{background:#062f39;color:#fff}.profile-box{display:grid;grid-template-columns:300px 1fr;align-items:center;gap:70px}
.profile .section-kicker{color:#7ce2df}.profile h2{color:#fff}.profile p{color:#bdd0d4;max-width:650px}
.avatar{height:300px;border-radius:35px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(145deg,#1c5963,#07343e);display:grid;place-items:center;text-align:center;color:#9ec3c8;font-weight:800;letter-spacing:2px}
.whatsapp{display:inline-block;margin-top:10px;color:#8be8d8;font-weight:800}
.faq h2{margin-bottom:35px}
details{border-top:1px solid var(--line);padding:22px 0}
details:last-child{border-bottom:1px solid var(--line)}
summary{cursor:pointer;font-weight:700;font-size:16px}
details p{color:var(--muted);max-width:760px}
.cta{padding:70px 0;background:var(--accent)}
.cta .section-kicker{color:#d5ffff}.cta h2{color:#fff;max-width:700px}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.btn-light{background:#fff;color:var(--ink);padding:17px 28px}.btn-light:hover{transform:translateY(-2px)}
.footer{background:#041f26;color:#9eb4b9;padding:40px 0}.footer-inner{display:flex;align-items:center;gap:30px}.footer p{font-size:11px;margin:0 auto 0 0}.footer a{font-size:12px;color:#d2e9eb}
@media(max-width:900px){
  .nav-links{display:none}.nav-btn{margin-left:auto}.menu-btn{display:block}
  .hero-grid,.two-col,.profile-box{grid-template-columns:1fr}
  .hero{padding-top:55px}.hero-card{min-height:420px}.cards{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid var(--line);margin:0;padding:28px 0}.profile-box{gap:35px}
  .avatar{height:260px}
}
@media(max-width:560px){
  .container{width:min(100% - 28px,1160px)}.nav{height:68px;gap:12px}.nav-btn{padding:10px 14px;font-size:11px}.logo{font-size:23px}
  h1{font-size:48px;letter-spacing:-3px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.btn{width:100%}.hero-card{min-height:360px;border-radius:28px}.product-placeholder{width:220px;height:300px}.product-circle{width:135px;height:135px;font-size:22px}
  .section{padding:75px 0}.cards{grid-template-columns:1fr}.section-head,.cta-inner{display:block}.section-head p{margin-top:12px}.cta .btn{margin-top:25px}.footer-inner{display:block}.footer p{margin:16px 0}
}


/* Светлана — персональная версия */
.hero-photo-card{min-height:510px;position:relative;overflow:hidden;padding:0;background:#dff6f8}
.hero-photo-card>img{width:100%;height:100%;min-height:510px;object-fit:cover;object-position:center}
.hero-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,48,58,.02) 45%,rgba(0,40,48,.72) 100%)}
.hero-mini{position:absolute;left:28px;bottom:28px;color:#fff;display:flex;flex-direction:column}
.hero-mini span{font-size:25px;font-weight:800}.hero-mini small{font-size:12px;opacity:.85}
.profile-photo-wrap{height:440px;border-radius:34px;overflow:hidden;background:#dff6f8}
.profile-photo{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.profile-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:22px}
.whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;background:#24c765;color:#fff;font-weight:800;font-size:13px}
.whatsapp-btn:hover{transform:translateY(-2px)}
.profile-phone{font-weight:800;color:#9fe7e4}
.invitation{background:linear-gradient(135deg,#eafafb,#fff)}
.invitation-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.invitation-text p{max-width:560px;color:var(--muted);font-size:17px;margin:20px 0 28px}
.invitation-photo{border-radius:30px;overflow:hidden;box-shadow:0 25px 55px rgba(0,60,70,.14)}
.invitation-photo img{display:block;width:100%;height:auto}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:16px;margin-top:30px}
.gallery-grid img{width:100%;height:360px;object-fit:cover;border-radius:24px}
.gallery-grid img:last-child{object-position:center}
@media(max-width:900px){
  .invitation-grid{grid-template-columns:1fr}
  .profile-photo-wrap{height:420px}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .gallery-grid img:last-child{grid-column:1/-1;height:430px}
}
@media(max-width:560px){
  .hero-photo-card,.hero-photo-card>img{min-height:390px}
  .profile-photo-wrap{height:390px}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-grid img,.gallery-grid img:last-child{height:auto;max-height:520px;object-fit:cover;grid-column:auto}
  .invitation-photo{border-radius:22px}
}


/* Каталог */
.catalog{background:#f6fbfc}
.catalog-link{font-size:13px;font-weight:800;color:var(--accent2);white-space:nowrap}
.category-pills{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 26px}
.category-pills a{padding:9px 16px;border:1px solid var(--line);background:#fff;border-radius:999px;font-size:12px;font-weight:700;color:#486169}
.category-pills a:hover{border-color:var(--accent);color:var(--accent)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;transition:.25s}
.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px rgba(0,50,60,.09)}
.product-art{height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}
.product-art:before{content:"";width:170px;height:170px;border-radius:50%;position:absolute;background:rgba(255,255,255,.42)}
.product-art span,.product-art b{position:relative;z-index:1}
.product-art span{font-size:20px;font-weight:800;letter-spacing:1px}
.product-art b{font-size:10px;letter-spacing:3px;margin-top:8px}
.beauty-art{background:linear-gradient(145deg,#dff8f6,#dce9f8);color:#087d86}
.cleanser-art{background:linear-gradient(145deg,#e9f6ff,#d7eff1);color:#1b6d88}
.hemohim-art{background:linear-gradient(145deg,#dce8ff,#b9d5ff);color:#0d4e9b}
.vitamin-art{background:linear-gradient(145deg,#fff4c9,#f9dc79);color:#8a5c00}
.home-art{background:linear-gradient(145deg,#e7f5e9,#cce6d2);color:#276b43}
.oral-art{background:linear-gradient(145deg,#f0f4f5,#dbe7e9);color:#174b57}
.coffee-art{background:linear-gradient(145deg,#efe0d0,#c7a27f);color:#563722}
.omega-art{background:linear-gradient(145deg,#e1f7ff,#b8e8ef);color:#08758a}
.product-info{padding:20px 20px 22px}
.product-tag{font-size:9px;letter-spacing:1.6px;font-weight:800;color:var(--accent)}
.product-info h3{font-size:15px;line-height:1.35;margin:9px 0 14px;min-height:42px}
.prices{display:flex;align-items:baseline;gap:9px}.prices span{font-size:18px;font-weight:800;color:var(--ink)}.prices del{font-size:11px;color:#94a6ab}
.product-info small{display:block;font-size:10px;color:#83959a;margin:5px 0 17px}
.product-info>a{font-size:11px;font-weight:800;color:var(--accent2)}
.catalog-note{margin-top:22px;padding:15px 18px;border-radius:16px;background:#fff;border:1px solid var(--line);font-size:11px;color:#73878c}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){
  .product-grid{grid-template-columns:1fr}
  .product-art{height:230px}
  .catalog-link{display:block;margin-top:14px}
}


/* Привязка к структуре */
.structure{background:#fff}
.structure-box{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
.structure-box h2{max-width:700px}
.structure-box p{color:var(--muted);max-width:650px}
.ref-link{margin-top:24px;padding:18px 20px;background:#f1f8f9;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;gap:7px}
.ref-link span{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--accent);font-weight:800}
.ref-link code{font-size:13px;color:var(--ink);word-break:break-all}
.structure-points{display:flex;flex-direction:column;gap:12px}
.structure-points div{display:flex;gap:16px;align-items:center;padding:17px 18px;background:#f6fbfc;border:1px solid var(--line);border-radius:17px}
.structure-points b{color:var(--accent);font-size:12px}
.structure-points span{font-size:13px;font-weight:700}
.structure-note{margin-top:22px;padding:18px 20px;background:#fff9e8;border:1px solid #f0df9f;border-radius:18px;color:#6e5c20;font-size:12px}
.product-wa{display:inline-block;margin-top:8px!important;color:#19a95a!important}
@media(max-width:900px){.structure-box{grid-template-columns:1fr;gap:35px}}


/* Реальные фотографии товаров */
.product-art.product-photo{
  height:300px;
  padding:0;
  background:#f5f6f7;
  overflow:hidden;
}
.product-photo:before{display:none}
.product-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}
.product-card:hover .product-photo img{transform:scale(1.025)}
@media(max-width:560px){
  .product-art.product-photo{height:auto;aspect-ratio:4/5}
}


/* =========================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ — финальная
   ========================================================= */

/* Меню на телефоне */
@media (max-width: 900px){
  .nav{position:relative}
  .nav-links.mobile-open{
    display:flex;
    position:absolute;
    left:14px;
    right:14px;
    top:calc(100% + 8px);
    flex-direction:column;
    gap:0;
    padding:8px;
    background:rgba(255,255,255,.98);
    border:1px solid var(--line);
    border-radius:20px;
    box-shadow:0 18px 45px rgba(0,45,55,.14);
    z-index:50;
  }
  .nav-links.mobile-open a{
    padding:14px 16px;
    border-radius:13px;
    font-size:14px;
  }
  .nav-links.mobile-open a:active,
  .nav-links.mobile-open a:hover{
    background:#f1f8f9;
  }
  .menu-btn{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    flex:0 0 44px;
    border-radius:13px;
    cursor:pointer;
  }
}

@media (max-width: 560px){
  body{
    padding-bottom:74px;
    overflow-x:hidden;
  }

  .container{
    width:calc(100% - 24px);
  }

  .header{
    position:sticky;
  }

  .nav{
    height:64px;
    gap:8px;
  }

  .logo{
    font-size:21px;
    margin-right:auto;
  }

  .nav-btn{
    padding:10px 12px;
    min-height:40px;
    font-size:10px;
    white-space:nowrap;
  }

  .menu-btn{
    width:40px;
    height:40px;
    flex-basis:40px;
    font-size:23px;
  }

  .hero{
    padding:42px 0 44px;
  }

  .hero-grid{
    gap:30px;
  }

  .eyebrow,.section-kicker{
    font-size:9px;
    letter-spacing:1.7px;
  }

  h1{
    font-size:clamp(39px,12vw,50px);
    letter-spacing:-2.7px;
    line-height:1.03;
    margin:12px 0 18px;
  }

  h2{
    font-size:clamp(30px,9vw,40px);
    letter-spacing:-1.7px;
  }

  .hero-copy>p{
    font-size:14px;
    line-height:1.55;
  }

  .hero-actions{
    gap:9px;
    margin:22px 0 25px;
  }

  .btn{
    min-height:50px;
    padding:13px 18px;
    font-size:13px;
  }

  .trust-row{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .trust-row div{
    font-size:10px;
  }

  .hero-photo-card,
  .hero-photo-card>img{
    min-height:430px;
    height:430px;
  }

  .hero-photo-card{
    border-radius:24px;
  }

  .hero-photo-card>img{
    object-position:center top;
  }

  .hero-mini{
    left:20px;
    bottom:20px;
  }

  .hero-mini span{
    font-size:21px;
  }

  .section{
    padding:58px 0;
  }

  .two-col{
    gap:28px;
  }

  .section-head{
    margin-bottom:25px;
  }

  .section-head p{
    font-size:13px;
    line-height:1.5;
  }

  .cards{
    gap:11px;
  }

  .card{
    min-height:0;
    padding:20px;
    border-radius:19px;
  }

  .card .icon{
    width:42px;
    height:42px;
    border-radius:13px;
    margin-bottom:23px;
  }

  .card h3{
    font-size:17px;
  }

  .card p{
    font-size:12px;
  }

  .steps{
    margin-top:10px;
  }

  .step{
    padding:22px 0;
  }

  .step h3{
    font-size:17px;
    margin:13px 0 7px;
  }

  .step p{
    font-size:12px;
  }

  .profile-photo-wrap{
    height:390px;
    border-radius:24px;
  }

  .profile-actions{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }

  .whatsapp-btn{
    width:100%;
    min-height:50px;
  }

  .profile-phone{
    text-align:center;
    font-size:13px;
  }

  .invitation-grid{
    gap:30px;
  }

  .invitation-text p{
    font-size:14px;
    line-height:1.6;
  }

  .invitation-photo{
    border-radius:20px;
  }

  .gallery-grid{
    gap:10px;
    margin-top:22px;
  }

  .gallery-grid img,
  .gallery-grid img:last-child{
    border-radius:18px;
    max-height:none;
  }

  .category-pills{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:7px;
    margin-right:-12px;
    scrollbar-width:none;
  }

  .category-pills::-webkit-scrollbar{
    display:none;
  }

  .category-pills a{
    flex:0 0 auto;
    min-height:40px;
    display:flex;
    align-items:center;
    padding:8px 14px;
  }

  .catalog-link{
    font-size:12px;
  }

  .product-grid{
    grid-template-columns:1fr;
    gap:13px;
  }

  .product-card{
    border-radius:20px;
  }

  .product-art.product-photo{
    aspect-ratio:4/4.6;
    height:auto;
  }

  .product-info{
    padding:17px 17px 19px;
  }

  .product-info h3{
    font-size:15px;
    min-height:auto;
  }

  .prices span{
    font-size:19px;
  }

  .product-info>a{
    display:block;
    min-height:38px;
    padding-top:8px;
    font-size:12px;
  }

  .product-wa{
    padding-top:0 !important;
  }

  .structure-box{
    gap:25px;
  }

  .ref-link{
    padding:15px;
  }

  .ref-link code{
    font-size:11px;
    line-height:1.5;
  }

  .structure-points div{
    padding:14px;
    gap:12px;
  }

  .structure-points span{
    font-size:12px;
    line-height:1.4;
  }

  .structure-note{
    font-size:11px;
    line-height:1.55;
  }

  .faq details{
    padding:18px 0;
  }

  .faq summary{
    font-size:14px;
    line-height:1.4;
    padding-right:8px;
  }

  .faq details p{
    font-size:12px;
    line-height:1.55;
  }

  .cta{
    padding:50px 0;
  }

  .cta h2{
    font-size:31px;
  }

  .cta .btn{
    width:100%;
  }

  .footer{
    padding:30px 0 90px;
  }

  .footer-inner{
    text-align:center;
  }

  .footer p{
    font-size:10px;
    line-height:1.5;
  }

  /* Нижняя панель: удобна для большого пальца */
  .mobile-bottom-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:100;
    display:grid;
    grid-template-columns:1fr 1.15fr 1fr;
    gap:7px;
    padding:9px 10px calc(9px + env(safe-area-inset-bottom));
    background:rgba(255,255,255,.96);
    border-top:1px solid var(--line);
    box-shadow:0 -10px 30px rgba(0,35,45,.10);
    backdrop-filter:blur(14px);
  }

  .mobile-bottom-bar a{
    min-height:52px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    border-radius:14px;
    font-size:10px;
    font-weight:800;
    color:#49666d;
  }

  .mobile-bottom-bar a strong{
    font-size:18px;
    line-height:1;
  }

  .mobile-bottom-bar .mobile-join{
    background:var(--ink);
    color:#fff;
  }

  .mobile-bottom-bar .mobile-wa{
    color:#119b57;
  }
}

/* На компьютере нижняя мобильная панель не показывается */
.mobile-bottom-bar{display:none}
@media(max-width:560px){
  .mobile-bottom-bar{display:grid}
}


/* Международная секция Atomy: Южная Корея + Казахстан */
.atomy-world{background:#f5fbfc}
.atomy-world-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:54px;
  align-items:center;
}
.atomy-world-image{
  overflow:hidden;
  border-radius:28px;
  border:1px solid var(--line);
  box-shadow:0 22px 55px rgba(0,45,55,.12);
  background:#fff;
}
.atomy-world-image img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:3/2;
  object-fit:cover;
}
.atomy-world-copy h2{margin-bottom:22px}
.atomy-world-copy p{
  color:var(--muted);
  line-height:1.75;
  margin:0 0 17px;
}
.atomy-world-highlight{
  margin:23px 0;
  padding:18px 20px;
  border-radius:18px;
  background:#fff;
  border:1px solid #dcecef;
  color:#0a3942;
  font-weight:700;
  line-height:1.6;
}
@media(max-width:900px){
  .atomy-world-grid{grid-template-columns:1fr;gap:30px}
}
@media(max-width:560px){
  .atomy-world{padding:50px 0}
  .atomy-world-grid{gap:25px}
  .atomy-world-image{border-radius:20px}
  .atomy-world-copy h2{font-size:31px}
  .atomy-world-copy p{font-size:13px;line-height:1.65}
  .atomy-world-highlight{font-size:12px;padding:16px}
  .atomy-world-copy .btn{width:100%}
}


/* Отзывы */
.reviews-section{background:#f8fcfd}
.reviews-head{align-items:flex-end}
.reviews-head .btn{white-space:nowrap}
.reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:32px}
.review-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 35px rgba(0,45,55,.06);display:flex;flex-direction:column}
.review-featured{grid-column:1/-1;display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr)}
.review-media{background:#eef5f6;max-height:330px;overflow:hidden}
.review-featured .review-media{height:100%;max-height:none}
.review-media img{display:block;width:100%;height:330px;object-fit:cover}
.review-media-pair{display:grid;grid-template-columns:1fr 1fr;gap:2px}
.review-media-pair img{height:330px}
.review-featured .review-media img{height:100%;min-height:330px}
.review-body{padding:25px}
.review-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.review-product{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#159fbe}
.review-stars{font-size:15px;letter-spacing:1px;color:#f4ae32;white-space:nowrap}
.review-body h3{font-size:22px;line-height:1.2;margin:0 0 12px;color:var(--ink)}
.review-body p{color:var(--muted);line-height:1.72;margin:0}
.review-author{margin-top:17px;font-size:12px;font-weight:800;color:#547078}
.review-note{margin-top:16px;padding:11px 13px;border-radius:12px;background:#fff8e6;color:#756124;font-size:11px;line-height:1.5}
.reviews-empty{margin-top:20px;padding:20px;border:1px dashed #c9dfe3;border-radius:18px;text-align:center;color:var(--muted)}
.review-form-wrap{margin-top:30px}
.review-form{background:#fff;border:1px solid #cfe4e8;border-radius:26px;padding:28px;box-shadow:0 16px 45px rgba(0,45,55,.08)}
.review-form-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:20px}
.review-form-head h3{margin:4px 0 6px;font-size:28px}
.review-form-head p{margin:0;color:var(--muted);font-size:13px}
.review-close{border:0;background:#edf6f7;width:40px;height:40px;border-radius:50%;font-size:28px;line-height:1;color:#49666d;cursor:pointer}
.review-form label{display:block;font-size:12px;font-weight:800;color:#294b53;margin-top:15px}
.review-form input,.review-form textarea,.review-form select{display:block;width:100%;margin-top:7px;border:1px solid #cfe1e5;border-radius:13px;padding:13px 14px;font:inherit;color:var(--ink);background:#fff;box-sizing:border-box;outline:none}
.review-form textarea{resize:vertical;min-height:130px}
.review-form input:focus,.review-form textarea:focus,.review-form select:focus{border-color:#1ab1d0;box-shadow:0 0 0 3px rgba(26,177,208,.12)}
.review-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.review-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
.review-form-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:18px}
.review-form-bottom span{font-size:11px;line-height:1.5;color:#71868b}
.review-status{margin-top:14px;font-size:12px;font-weight:700;min-height:18px}
.reviews-disclaimer{margin:25px 0 0;color:#7b8e92;font-size:11px;line-height:1.6}
@media(max-width:900px){
  .reviews-grid{grid-template-columns:1fr}
  .review-featured{grid-column:auto;display:flex}
}
@media(max-width:560px){
  .reviews-head{display:block}
  .reviews-head .btn{width:100%;margin-top:18px}
  .review-card{border-radius:19px}
  .review-featured .review-media{height:auto}
  .review-media img,.review-featured .review-media img{height:250px;min-height:0}
  .review-media-pair img{height:250px}
  .review-body{padding:20px}
  .review-body h3{font-size:19px}
  .review-body p{font-size:13px;line-height:1.65}
  .review-form{padding:20px;border-radius:20px}
  .review-form-grid{grid-template-columns:1fr}
  .review-form-bottom{display:block}
  .review-form-bottom .btn{width:100%;margin-top:15px}
}

/* Галерея команды, встреч и продукции */
.community-gallery{background:#f8fcfd}
.community-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.community-photo{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 35px rgba(0,50,60,.06)}
.community-photo img{display:block;width:100%;height:300px;object-fit:cover;transition:transform .35s ease}
.community-photo:hover img{transform:scale(1.025)}
.community-photo-body{padding:17px 18px 19px}
.community-photo-body h3{margin:0 0 7px;font-size:17px;line-height:1.3}
.community-photo-body p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.community-photo-category{display:inline-block;margin-bottom:10px;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;font-weight:800;color:var(--accent)}
.gallery-empty{margin-top:22px;padding:35px;text-align:center;border:1px dashed #cfe2e7;border-radius:20px;color:var(--muted);background:#fff}
@media(max-width:900px){.community-gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.community-gallery-grid{grid-template-columns:1fr}.community-photo img{height:auto;aspect-ratio:4/3}}
