/* Fonts added natively in Webflow Designer: Cormorant Garamond + Inter */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{cursor:pointer;border:none;font-family:inherit}

.page-body{font-family:'Inter',sans-serif;background:#fffdf9;color:#201b0e;line-height:1.6}

/* NAV — двостановий хедер: прозорий над хіро, щільний після скролу */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header{position:fixed;top:0;width:100%;z-index:100;background:transparent;border-bottom:1px solid transparent;transition:background 0.35s,border-color 0.35s,box-shadow 0.35s}
.site-header.is-scrolled,.site-header.nav-open{background:rgba(255,253,249,0.94);backdrop-filter:blur(14px);border-bottom-color:rgba(32,27,14,0.09);box-shadow:0 4px 24px rgba(32,27,14,0.06)}
.header-inner{max-width:1440px;margin:0 auto;padding:0 40px;height:88px;display:flex;align-items:center;justify-content:space-between;gap:32px;transition:height 0.35s}
.site-header.is-scrolled .header-inner{height:64px}

.logo-link{display:flex;align-items:center;gap:13px;flex-shrink:0}
.logo-mark{width:36px;height:36px;background:url('assets/mark-badge-cream.svg') no-repeat center/contain;transition:width 0.35s,height 0.35s}
.logo-word{width:138px;height:33px;background:url('assets/logo-word-cream.svg') no-repeat left center/contain;transition:width 0.35s,height 0.35s}
.site-header.is-scrolled .logo-mark,.site-header.nav-open .logo-mark{background-image:url('assets/mark-badge.svg')}
.site-header.is-scrolled .logo-word,.site-header.nav-open .logo-word{background-image:url('assets/logo-word-burgundy.svg')}
.site-header.is-scrolled .logo-mark{width:30px;height:30px}
.site-header.is-scrolled .logo-word{width:116px;height:27px}

.main-nav{display:flex;align-items:center;gap:34px}
.nav-item{position:relative;font-family:'Cormorant Garamond',serif;font-size:14px;font-weight:600;color:rgba(255,248,241,0.94);text-transform:uppercase;letter-spacing:0.07em;padding-bottom:5px;transition:color 0.25s}
.nav-item::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform 0.3s}
.nav-item:hover::after,.nav-item--active::after{transform:scaleX(1)}
.site-header.is-scrolled .nav-item,.site-header.nav-open .nav-item{color:#201b0e}
.site-header.is-scrolled .nav-item:hover,.site-header.is-scrolled .nav-item--active{color:#66091e}

.header-cta{background:transparent;border:1px solid rgba(255,248,241,0.55);color:#fff8f1;font-size:12px;font-weight:600;padding:11px 24px;border-radius:11px;letter-spacing:0.08em;text-transform:uppercase;white-space:nowrap;transition:background 0.25s,color 0.25s,border-color 0.25s}
.header-cta:hover{background:#fff8f1;color:#42000e;border-color:#fff8f1}
.site-header.is-scrolled .header-cta,.site-header.nav-open .header-cta{background:#66091e;border-color:#66091e;color:#fff}
.site-header.is-scrolled .header-cta:hover{background:#42000e;border-color:#42000e}

/* HERO */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:88px}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg-img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.35)}
.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;padding:0 24px}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(48px,7vw,96px);font-weight:400;color:#fff;line-height:1.05;margin-bottom:24px}.hero-sub{font-size:18px;color:rgba(255,255,255,0.9);max-width:560px;margin:0 auto 40px;font-weight:300}
.hero-btns{margin-bottom:48px}
.btn-primary{display:inline-block;background:#66091e;color:#fff;font-size:17px;font-weight:600;padding:18px 40px;border-radius:12px;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 8px 24px rgba(102,9,30,0.4);border:none;cursor:pointer;font-family:inherit}
.btn-primary:hover{transform:scale(1.04)}

/* SERVICES BAR */
.services-bar{background:rgba(255,255,255,0.1);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,0.2);border-radius:16px;padding:24px 32px;display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.services-bar-item{text-align:center;color:#fff}
.service-icon{display:block;width:28px;height:28px;margin:0 auto 8px;fill:#f2e7d2}
.service-label{font-size:13px;font-weight:500}

/* STATS */
.stats{background-color:#f8edd8;background-image:url('assets/pattern-weave.svg');padding:56px 40px}
.stats-inner{max-width:920px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;background:#fffdf9;border:1px solid rgba(102,9,30,0.18);border-radius:18px;padding:36px 24px}
.stat-item{text-align:center;position:relative}
.stat-item+.stat-item::before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:1px;height:44px;background:rgba(102,9,30,0.16)}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,3vw,42px);font-weight:700;color:#42000e;line-height:1;margin-bottom:8px}
.stat-label{font-size:11px;text-transform:uppercase;letter-spacing:0.12em;color:#564243}

/* SECTION TITLES */
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(32px,4vw,48px);font-weight:400;color:#42000e;text-align:center;margin-bottom:16px}
.section-sub{text-align:center;color:#564243;max-width:560px;margin:0 auto 56px}

/* SERVICES */
.services{padding:112px 40px;background-image:linear-gradient(180deg,#fef8ec 0%,#fdf3e4 100%);position:relative;overflow:clip}
.services-inner{max-width:1440px;margin:0 auto}
.services-head{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:48px}
.services-head-left{}
.services-title{font-family:'Cormorant Garamond',serif;font-size:clamp(32px,4vw,48px);font-weight:400;color:#42000e;margin-bottom:12px}
.services-sub{font-size:15px;color:#564243;max-width:480px}
.services-more{font-size:15px;font-weight:600;color:#42000e;white-space:nowrap}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-card{background:#fffdf9;border-radius:16px;overflow:hidden;transition:box-shadow 0.3s}
.service-card:hover{box-shadow:0 16px 48px rgba(32,27,14,0.12)}
.service-img-wrap{height:256px;overflow:hidden}
.service-img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.service-card:hover .service-img{transform:scale(1.06)}
.service-body{padding:28px}
.service-name{font-family:'Cormorant Garamond',serif;font-size:24px;color:#42000e;margin-bottom:10px}
.service-text{font-size:14px;color:#564243;line-height:1.65}

/* REVIEWS */
.reviews{padding:112px 40px;background-image:linear-gradient(180deg,#faeed8 0%,#f6e8cf 100%)}
.reviews-inner{max-width:1440px;margin:0 auto}
.section-title-dark{font-family:'Cormorant Garamond',serif;font-size:clamp(32px,4vw,48px);font-weight:400;color:#42000e;text-align:center;margin-bottom:56px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review-card{background:#fffdf9;border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:20px}
.review-stars{color:#66091e;font-size:18px;letter-spacing:3px}
.review-text{font-size:15px;color:#564243;line-height:1.7;font-style:italic;flex:1}
.review-author{display:flex;align-items:center;gap:14px}
.review-avatar{width:48px;height:48px;border-radius:50%;background:#66091e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0}
.review-name{font-size:15px;font-weight:700;color:#42000e}
.review-role{font-size:11px;text-transform:uppercase;letter-spacing:0.1em;color:#564243;margin-top:2px}

/* PROCESS */
.process{padding:112px 40px;background-image:linear-gradient(180deg,#4d0512 0%,#3a000c 100%)}
.process-inner{max-width:1440px;margin:0 auto}
.process-title{font-family:'Cormorant Garamond',serif;font-size:clamp(32px,4vw,48px);font-weight:400;color:#fff8f1;text-align:center;margin-bottom:64px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.process-step{text-align:center}
.process-num{width:62px;height:62px;background:#f8edd8;color:#42000e;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-family:'Cormorant Garamond',serif;transform:rotate(45deg);border-radius:6px}
.process-num span{display:block;transform:rotate(-45deg)}
.process-name{font-family:'Cormorant Garamond',serif;font-size:20px;color:#fff8f1;margin-bottom:12px}
.process-text{font-size:14px;color:rgba(255,248,241,0.65);line-height:1.6}

/* GALLERY */
.gallery{padding:112px 0;background:#fffdf9;overflow:hidden}
.gallery-inner{max-width:1440px;margin:0 auto;padding:0 40px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:56px;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);padding:0 12px}
.gallery-img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:12px;transition:transform 0.3s}
.gallery-img:nth-child(odd){aspect-ratio:3/5}
.gallery-img:hover{transform:scale(1.02)}

/* FAQ */
.faq{padding:112px 40px;background-image:linear-gradient(180deg,#fef8ec 0%,#fdf3e4 100%);position:relative}
.faq-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,380px) 1fr;gap:72px;align-items:start}
.faq-aside{position:sticky;top:100px}
.faq-mark{width:64px;height:64px;margin-bottom:24px}
.faq-aside-text{font-size:15px;color:#564243;line-height:1.7;margin-top:16px}
.faq-aside-cta{display:inline-block;margin-top:24px;font-size:14px;font-weight:600;color:#66091e;border-bottom:1px solid rgba(102,9,30,0.35);padding-bottom:2px}
.faq-list{display:flex;flex-direction:column}
.faq-item{display:flex;flex-direction:column;padding:20px 0;border-bottom:1px solid rgba(32,27,14,0.12);cursor:pointer}
.faq-header{display:flex;justify-content:space-between;align-items:center;gap:24px}
.faq-q{font-size:16px;font-weight:500;color:#42000e;line-height:1.5}
.faq-plus{font-size:24px;font-weight:300;color:#66091e;flex-shrink:0;transition:transform 0.25s}
.faq-answer{font-size:15px;color:#564243;line-height:1.65;max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.25s}
.faq-item.faq-open .faq-answer{max-height:200px;padding-top:12px}
.faq-item.faq-open .faq-plus{transform:rotate(45deg)}

/* CTA FORM */
.cta{padding:112px 40px;background:#fffdf9}
.cta-inner{max-width:1024px;margin:0 auto;background:#f2e7d2;border-radius:20px;padding:64px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;position:relative;overflow:hidden}
.cta-title{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,3.5vw,40px);font-weight:400;color:#42000e;margin-bottom:16px;line-height:1.2}
.cta-sub{font-size:15px;color:#564243;line-height:1.7;margin-bottom:28px}
.cta-contacts{display:flex;flex-direction:column;gap:10px}
.cta-contact-row{font-size:15px;font-weight:500;color:#42000e}
.cta-form{display:flex;flex-direction:column;gap:16px}
.form-group{display:flex;flex-direction:column;gap:6px}
.form-label{font-size:11px;text-transform:uppercase;letter-spacing:0.1em;color:#564243}
.form-input{background:#fffdf9;border:none;border-radius:12px;padding:14px 16px;font-size:15px;font-family:'Inter',sans-serif;color:#201b0e;outline:none}
.form-input:focus{box-shadow:0 0 0 2px #66091e}
.form-textarea{height:100px;resize:vertical}
.btn-submit{background:#66091e;color:#fff;font-size:15px;font-weight:700;padding:18px;border-radius:12px;cursor:pointer;transition:opacity 0.2s}
.btn-submit:hover{opacity:0.85}

/* FOOTER */
.footer{background-image:linear-gradient(180deg,#4d0512 0%,#360009 100%);padding:0 40px;position:relative}
.footer-band{height:28px;background-image:url('assets/band-rushnyk-cream.svg');background-repeat:repeat-x;background-position:center;opacity:0.7;margin:0 -40px}
.footer-inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1fr;gap:56px;padding:72px 0 64px}
.footer-logo{display:block;margin-bottom:20px}
.footer-logo-img{height:74px;width:auto}
.footer-desc{font-size:14px;color:rgba(255,248,241,0.72);line-height:1.75;max-width:280px}
.footer-col{display:flex;flex-direction:column;gap:12px}
.footer-col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.14em;color:#e0b64a;margin-bottom:6px}
.footer-link{font-size:14px;color:rgba(255,248,241,0.82);transition:color 0.2s}
.footer-link:hover{color:#fff8f1}
.footer-contact{font-size:14px;color:rgba(255,248,241,0.82);line-height:1.6}
.footer-contact strong{display:block;font-size:16px;font-weight:600;color:#fff8f1;letter-spacing:0.01em}
.footer-contact-note{font-size:12px;color:rgba(255,248,241,0.62);margin-top:2px}
.footer-social{display:flex;gap:10px;margin-top:4px}
.footer-social a{width:38px;height:38px;border:1px solid rgba(255,248,241,0.28);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:19px;color:rgba(255,248,241,0.82);transition:background 0.2s,color 0.2s,border-color 0.2s}
.footer-social a:hover{background:#fff8f1;color:#42000e;border-color:#fff8f1}
.footer-bottom{max-width:1440px;margin:0 auto;border-top:1px solid rgba(255,248,241,0.14);padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:16px}
.footer-copy{font-size:12px;color:rgba(255,248,241,0.62);text-transform:uppercase;letter-spacing:0.08em}

/* HAMBURGER */
.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:4px;border-radius:8px;transition:background 0.2s;flex-shrink:0}
.nav-burger:hover{background:rgba(255,248,241,0.14)}
.site-header.is-scrolled .nav-burger span,.site-header.nav-open .nav-burger span{background:#42000e}
.site-header.is-scrolled .nav-burger:hover{background:rgba(102,9,30,0.08)}
.nav-burger span{display:block;height:2px;background:#fff8f1;border-radius:2px;transition:transform 0.25s,opacity 0.25s,width 0.25s}
.nav-burger span:nth-child(3){width:65%}
.site-header.nav-open .nav-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.site-header.nav-open .nav-burger span:nth-child(2){opacity:0}
.site-header.nav-open .nav-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg);width:100%}

/* MOBILE NAV DRAWER */
.mobile-nav-drawer{display:none;flex-direction:column;position:fixed;top:88px;left:0;right:0;background:rgba(255,253,249,0.98);backdrop-filter:blur(16px);border-bottom:1px solid rgba(32,27,14,0.08);padding:20px 20px 28px;gap:2px;z-index:99;box-shadow:0 8px 32px rgba(32,27,14,0.08)}
.mobile-nav-drawer a{font-family:'Cormorant Garamond',serif;font-size:21px;font-weight:600;color:#201b0e;text-transform:uppercase;letter-spacing:0.04em;padding:13px 0;border-bottom:1px solid rgba(32,27,14,0.07);transition:color 0.2s;display:block}
.mobile-nav-drawer a:last-of-type{border-bottom:none}
.mobile-nav-drawer a:hover,.mobile-nav-drawer a:active{color:#66091e}
.mobile-nav-cta{margin-top:20px;background:#66091e;color:#fff !important;text-align:center;padding:16px;border-radius:12px;font-size:15px;font-weight:700;letter-spacing:0.03em;border-bottom:none !important;transition:opacity 0.2s !important}
.mobile-nav-cta:hover{opacity:0.88}
.site-header.nav-open .mobile-nav-drawer{display:flex}

/* RESPONSIVE — Tablet 1024px */
@media(max-width:1024px){
  .header-inner{padding:0 20px}
  .stats-inner{grid-template-columns:repeat(2,1fr);gap:24px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:24px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:32px}
  .cta-inner{gap:40px;padding:48px}
  .services-bar{grid-template-columns:repeat(3,1fr)}
}

/* RESPONSIVE — Mobile 768px */
@media(max-width:768px){
  /* Header */
  .main-nav{display:none}
  .nav-burger{display:flex}
  /* Hero */
  .hero{min-height:100svh}
  .hero-content{padding:0 16px}
  .hero-btns{margin-bottom:28px}
  .services-bar{grid-template-columns:repeat(3,1fr);gap:10px;padding:16px 20px}
  /* Stats */
  .stats{padding:48px 16px}
  .stats-inner{grid-template-columns:repeat(2,1fr);gap:20px}
  /* Services */
  .services{padding:64px 16px}
  .services-head{flex-direction:column;align-items:flex-start}
  .services-grid{grid-template-columns:1fr}
  /* Reviews */
  .reviews{padding:64px 16px}
  .reviews-grid{grid-template-columns:1fr}
  /* Process */
  .process{padding:64px 16px}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:20px}
  /* Gallery */
  .gallery{padding:64px 16px}
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:40px}
  /* FAQ */
  .faq{padding:64px 16px}
  /* CTA */
  .cta{padding:64px 16px}
  .cta-inner{grid-template-columns:1fr;padding:32px 24px;gap:32px}
  /* Footer */
  .footer{padding:48px 16px 0}
  .footer-inner{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;gap:10px;text-align:center;padding:20px 16px}
}

/* RESPONSIVE — Small mobile 480px */
@media(max-width:480px){
  .header-cta{display:none}
  .services-bar{grid-template-columns:repeat(2,1fr);gap:8px;padding:14px 16px}
  .services-bar-item{padding:4px 0}
  .process-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-img,.gallery-img:nth-child(odd){aspect-ratio:4/3}
  .cta-inner{padding:28px 20px}
  .review-card{padding:28px 24px}
}

.footer-agency{font-size:12px;color:rgba(255,248,241,0.62);text-decoration:underline;text-underline-offset:3px;transition:color 0.2s}
.footer-agency:hover{color:#fff8f1}

/* MODAL */
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(10,5,2,0.65);z-index:500;align-items:center;justify-content:center;padding:24px}
.modal-overlay.modal-open{display:flex}
.modal-box{background:#fffdf9;border-radius:20px;padding:48px 40px 40px;max-width:520px;width:100%;position:relative;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px rgba(0,0,0,0.25)}
.modal-close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#42000e;opacity:0.5;transition:opacity 0.2s;font-family:inherit}
.modal-close:hover{opacity:1}
.modal-title{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:600;color:#42000e;margin-bottom:8px}
.modal-sub{font-size:14px;color:#6b5c4e;margin-bottom:28px}
.modal-form{display:flex;flex-direction:column;gap:16px}
/* ============================================================
   РЕФРЕШ 2026-08-04 — брендові орнаменти, нові секції
   Орнамент виведено з логотипа: вишиванкова ромб-розетка.
   ============================================================ */

/* Рушник — орнаментальні смуги на межах сторінки (хіро й футер) */

/* Надзаголовок із ромбом */
.eyebrow{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.18em;color:#66091e;margin-bottom:14px}
.eyebrow::before{content:"";width:12px;height:12px;background:#66091e;transform:rotate(45deg);border-radius:2px;flex-shrink:0}
.eyebrow--center{justify-content:center}
.eyebrow--cream{color:#e0b64a}
.eyebrow--cream::before{background:#e0b64a}

/* ПРО НАС */
.about{padding:112px 40px;background:#fffdf9}
.about-inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:0.95fr 1.05fr;gap:80px;align-items:center}
.about-media{position:relative}
.about-img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:18px;position:relative;z-index:1}
.about-frame{position:absolute;inset:24px -24px -24px 24px;border:1px solid rgba(102,9,30,0.35);border-radius:18px;z-index:0}
.about-badge{position:absolute;right:-26px;bottom:-26px;width:104px;height:104px;z-index:2;background:#fff8f1;border-radius:16px;padding:14px;box-shadow:0 12px 32px rgba(32,27,14,0.14)}
.about-title{font-family:'Cormorant Garamond',serif;font-size:clamp(34px,4vw,54px);font-weight:400;color:#42000e;line-height:1.12;margin-bottom:24px}
.about-text{font-size:16px;color:#564243;line-height:1.8;margin-bottom:18px;max-width:560px}
.about-lead{font-family:'Cormorant Garamond',serif;font-size:22px;font-style:italic;color:#66091e;line-height:1.5;margin-top:28px;padding-left:22px;border-left:2px solid rgba(102,9,30,0.3);max-width:520px}

/* ВІДЕО-ВІДГУКИ */
.vreviews{padding:112px 40px;background:#fffdf9}
.vreviews-inner{max-width:1440px;margin:0 auto}
.vreviews-head{text-align:center;margin-bottom:56px}
.vreviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.vreview-card{position:relative;border-radius:18px;overflow:hidden;background:#42000e;aspect-ratio:4/5;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer}
.vreview-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0.55;transition:transform 0.5s,opacity 0.3s}
.vreview-card:hover .vreview-poster{transform:scale(1.05);opacity:0.42}
.vreview-empty{position:absolute;inset:0;background-image:url('assets/pattern-weave-cream.svg');display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px}
.vreview-empty img{width:66px;height:66px;opacity:0.9}
.vreview-empty-label{font-size:12px;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,248,241,0.55)}
.vreview-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:66px;height:66px;border-radius:50%;background:rgba(255,248,241,0.92);color:#42000e;display:flex;align-items:center;justify-content:center;font-size:32px;z-index:2;transition:transform 0.25s}
.vreview-card:hover .vreview-play{transform:translate(-50%,-50%) scale(1.08)}
.vreview-meta{position:relative;z-index:2;padding:24px;background:linear-gradient(to top,rgba(24,0,7,0.88),transparent)}
.vreview-name{font-family:'Cormorant Garamond',serif;font-size:20px;color:#fff8f1;margin-bottom:2px}
.vreview-role{font-size:11px;text-transform:uppercase;letter-spacing:0.1em;color:rgba(255,248,241,0.6)}

/* ФОРМА — валідація й згода */
.form-input:focus-visible{box-shadow:0 0 0 2px #66091e}
.form-input:user-invalid{box-shadow:0 0 0 2px #a3202f}
.form-error{display:none;font-size:12px;color:#a3202f;margin-top:2px}
.form-input:user-invalid~.form-error{display:block}
.form-consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:#564243;line-height:1.55;margin-top:4px}
.form-consent input{width:17px;height:17px;flex-shrink:0;margin-top:1px;accent-color:#66091e}
.form-consent a{text-decoration:underline;text-underline-offset:2px}
.form-ok{display:none;background:#efe3c8;border:1px solid rgba(102,9,30,0.25);border-radius:12px;padding:20px;text-align:center;font-size:15px;color:#42000e}
.cta-form.is-sent .form-ok,.modal-form.is-sent .form-ok{display:block}
.cta-form.is-sent .form-group,.cta-form.is-sent .btn-submit,.cta-form.is-sent .form-consent,
.modal-form.is-sent .form-group,.modal-form.is-sent .btn-submit,.modal-form.is-sent .form-consent{display:none}

/* CTA — фактура всередині картки */

.cta-mark{position:absolute;right:-40px;top:-40px;width:180px;height:180px;opacity:0.07;pointer-events:none}

/* Хіро — орнаментальна смуга по нижньому краю */
.hero-band{position:absolute;left:0;right:0;bottom:0;height:28px;background-image:url('assets/band-rushnyk-cream.svg');background-repeat:repeat-x;background-position:center;z-index:2;opacity:0.75}

/* Секції послуг — картка з ромбом */
.service-card{position:relative}
.service-card::after{content:"";position:absolute;right:18px;top:18px;width:14px;height:14px;background:#66091e;transform:rotate(45deg);border-radius:2px;opacity:0;transition:opacity 0.3s}
.service-card:hover::after{opacity:1}

/* Доступність */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #66091e;outline-offset:3px}
@media(prefers-reduced-motion:reduce){*{animation-duration:0.01ms !important;transition-duration:0.01ms !important}}

/* РЕСПОНСИВ — нові секції */
@media(max-width:1024px){
  .about-inner{grid-template-columns:1fr;gap:56px}
  .about-badge{right:auto;left:24px;bottom:-26px}
  .faq-inner{grid-template-columns:1fr;gap:40px}
  .faq-aside{position:static}
  .vreviews-grid{grid-template-columns:repeat(3,1fr);gap:16px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:40px}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
  .about{padding:72px 20px}
  .about-frame{display:none}
  .about-badge{width:84px;height:84px;left:16px;bottom:-20px}
  .about-lead{font-size:19px}
  .vreviews{padding:72px 20px}
  .vreviews-grid{grid-template-columns:1fr;gap:16px}
  .vreview-card{aspect-ratio:16/10}
  .stats{padding:40px 20px}
  .stats-inner{grid-template-columns:repeat(2,1fr);gap:20px;padding:28px 18px}
  .stat-item+.stat-item::before{display:none}
  .services,.reviews,.process,.faq,.cta{padding-left:20px;padding-right:20px}
  .gallery-inner{padding:0 20px}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .footer{padding:0 20px}
  .footer-band{margin:0 -20px}
  .footer-inner{grid-template-columns:1fr;gap:32px;padding:48px 0 40px}
  .footer-bottom{flex-direction:column;gap:10px;text-align:center}
  }
@media(max-width:480px){
  .about-badge{display:none}
  .gallery-grid{grid-template-columns:1fr}
  .stats-inner{grid-template-columns:repeat(2,1fr)}
}

/* Дрібне доопрацювання рефрешу */
.form-trap{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}
.footer-social a{font-size:12px;font-weight:600;letter-spacing:0.06em}
.footer-contact a,.cta-contact-row a{transition:opacity 0.2s}
.footer-contact a:hover,.cta-contact-row a:hover{opacity:0.75}
.vreviews-head .section-sub{margin-bottom:0}
.faq-aside .services-title{font-size:clamp(28px,3vw,38px)}

/* Водяний ромб — рівно дві секції, більше ніде */
.services::before{content:"";position:absolute;right:-140px;top:-90px;width:520px;height:520px;background:url('assets/mark-badge.svg') no-repeat center/contain;opacity:0.045;pointer-events:none}
.faq::before{content:"";position:absolute;right:48px;bottom:56px;width:420px;height:420px;background:url('assets/mark-badge.svg') no-repeat center/contain;opacity:0.05;pointer-events:none}
.services-inner,.faq-inner{position:relative;z-index:1}
@media(max-width:768px){.services::before,.faq::before{display:none}}

/* Хедер — мобільна */
.site-header.is-scrolled .mobile-nav-drawer{top:64px}
@media(max-width:768px){
  .header-inner{padding:0 20px;height:70px}
  .site-header.is-scrolled .header-inner{height:60px}
  .mobile-nav-drawer{top:70px}
  .site-header.is-scrolled .mobile-nav-drawer{top:60px}
  .logo-mark{width:30px;height:30px}
  .logo-word{width:112px;height:26px}
  .hero{padding-top:70px}
}
