/*
Theme Name: KTW
Theme URI: https://ktwgroup.ge
Description: Custom theme for KTW Group — Kakhetian Traditional Winemaking. Homepage built from the approved prototype.
Author: KTW / Mline
Version: 0.10.15
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ktw
*/
:root{
  --cream:#F0EBE1; --grey:#E7E7E7; --wine:#7C3030; --wine-deep:#4E0000; --black:#000;
  --ink:#161311; --muted:#857a6e;
  --serif:'Noto Serif Georgian',Georgia,'Times New Roman',serif;
  --sans:'Helvetica Neue',Helvetica,'Noto Sans Georgian',Arial,sans-serif;
  --maxw:1560px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:auto;scroll-padding-top:104px}   /* anchor offset for the fixed pill header; JS handles the smoothness */
body{font-family:var(--sans);background:var(--cream);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:var(--maxw);margin:0 auto;padding:0 36px}
h1,h2,h3,h4{font-family:var(--serif);font-weight:600;line-height:1.12;letter-spacing:.1px}
.eyebrow{font-family:var(--sans);text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:600;color:var(--wine);display:inline-flex;align-items:center;gap:10px}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--wine);display:inline-block}

.btn{display:inline-flex;align-items:center;gap:11px;font-family:var(--sans);font-weight:600;font-size:13px;letter-spacing:.02em;line-height:1;padding:7px 7px 7px 20px;border-radius:100px;border:1px solid rgba(22,19,17,.28);color:var(--ink);background:none;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease}
.btn .arr{width:26px;height:26px;border-radius:50%;border:0;background:var(--ink);color:var(--cream);display:flex;align-items:center;justify-content:center;flex:none;transition:transform .35s cubic-bezier(.2,.8,.25,1),background .3s ease,color .3s ease}
.btn .arr .ktw-arrow{width:12px;height:12px}
.ktw-arrow{width:1em;height:1em;display:inline-block;vertical-align:-.12em;flex:none}
.c-arr{width:16px;height:16px;flex:none;display:block}   /* thin ↗ used inside circular card icons */
.btn:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.btn:hover .arr{background:var(--cream);color:var(--ink);transform:translate(2px,-2px)}
.btn--light{border-color:rgba(255,255,255,.5);color:#fff}
.btn--light .arr{background:#fff;color:var(--ink)}
.btn--light:hover{background:#fff;border-color:#fff;color:var(--ink)}
.btn--light:hover .arr{background:var(--ink);color:#fff}

/* ink-sweep — the top/bottom hairline BORDER fills pure black, wiping in from the left on hover
   (background stays; add .ink-sweep--bottom for bottom-border elements). */
.ink-sweep{position:relative}
.ink-sweep::before{content:"";position:absolute;left:0;right:0;top:-1px;height:2px;background:#000;transform:scaleX(0);transform-origin:left center;transition:transform .55s cubic-bezier(.5,0,.12,1);pointer-events:none}
.ink-sweep--bottom::before{top:auto;bottom:-1px}
.ink-sweep:hover::before{transform:scaleX(1)}

html.ktw-anim .reveal{opacity:0;transform:translateY(26px);transition:opacity .85s ease,transform .85s cubic-bezier(.16,.7,.3,1)}
html.ktw-anim .reveal.in,html.ktw-anim .reveal.is-in{opacity:1;transform:none}
section{position:relative}

/* ===== HEADER ===== */
.site-header{position:fixed;z-index:60;top:0;left:0;right:0;
  display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px clamp(20px,3vw,48px);
  color:var(--cream);transition:padding .45s cubic-bezier(.2,.75,.25,1),color .35s ease}
/* always-on top→bottom overlay (visible before scroll too): blur + dark gradient, masked so the blur itself fades to transparent toward the bottom */
.site-header::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  -webkit-mask-image:linear-gradient(180deg,#000 32%,transparent 100%);mask-image:linear-gradient(180deg,#000 32%,transparent 100%);
  transition:background .45s ease}
.site-header.scrolled{padding:9px clamp(20px,3vw,48px)}
/* adaptive: DARK section under the bar → light content + dark overlay; LIGHT section → dark content + light overlay */
.site-header.nav-dark{color:var(--cream)}
.site-header.nav-dark::before{background:linear-gradient(180deg,rgba(8,6,5,.74) 0%,rgba(8,6,5,.34) 60%,transparent 100%)}
.site-header.nav-light{color:var(--ink)}
.site-header.nav-light::before{background:linear-gradient(180deg,rgba(245,241,233,.9) 0%,rgba(245,241,233,.38) 60%,transparent 100%)}
/* once scrolled over a LIGHT section: a fully-filled frosted bar — uniform blur + even light tint, no gradient-to-transparent fade */
.site-header.scrolled.nav-light::before{background:rgba(244,240,232,.72);-webkit-mask-image:none;mask-image:none;border-bottom:1px solid rgba(22,19,17,.07)}

/* logo — KTW only */
.brand-logo{font-family:var(--serif);font-weight:700;font-size:clamp(23px,2vw,29px);letter-spacing:4px;line-height:1;color:currentColor;transition:color .35s ease}
.site-header.nav-dark .brand-logo{color:#DBBE82}
.site-header.nav-light .brand-logo{color:var(--ink)}

/* ===== NAV — inline row on desktop; becomes a full-screen circle-reveal menu on mobile (see @media 880) ===== */
.nav{display:flex;align-items:center}
.nav__links{display:flex;align-items:center;gap:clamp(14px,1.7vw,27px)}
.nav__foot{display:none}
.nav__links>a,.nav__drop>a{font-family:var(--sans);font-size:14.5px;font-weight:500;color:currentColor;opacity:.88;display:flex;align-items:center;gap:6px;white-space:nowrap;transition:opacity .2s ease,color .2s ease}
.nav__links>a:hover,.nav__drop>a:hover{opacity:1}
.nav__links>a.nav__contact{display:none}   /* კონტაქტი: hidden on desktop, shown inside the mobile menu (out-specifies .nav__links>a) */
.site-header.nav-dark .nav__links>a:hover,.site-header.nav-dark .nav__drop>a:hover{color:#EAD09A}
.site-header.nav-light .nav__links>a:hover,.site-header.nav-light .nav__drop>a:hover{color:var(--wine)}
.nav .caret{font-size:9px;opacity:.6;transition:transform .28s ease}
.nav__drop{position:relative;display:inline-flex;align-items:center}
.nav__drop:hover>a .caret{transform:rotate(180deg)}
.nav__drop::after{content:"";position:absolute;left:-16px;right:-16px;top:100%;height:24px}
/* dropdown — frosted dark-glass card (desktop) */
.nav__sub{position:absolute;top:calc(100% + 15px);left:50%;transform:translateX(-50%) translateY(10px);transform-origin:top center;min-width:228px;display:flex;flex-direction:column;padding:8px;background:rgba(20,15,13,.82);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:14px;box-shadow:0 24px 50px -16px rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .28s ease,transform .32s cubic-bezier(.2,.8,.25,1),visibility .28s;z-index:70}
.nav__drop:hover .nav__sub{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav__sub a{display:flex;align-items:center;padding:10px 16px;border-radius:9px;font-size:14px;font-weight:500;color:rgba(240,235,225,.82);white-space:nowrap;transition:color .16s ease,background .16s ease}
.nav__sub a:hover{color:#fff;background:rgba(255,255,255,.06)}
.header-right{display:flex;align-items:center;gap:16px}

/* language switcher — interactive dropdown */
.lang{position:relative}
.lang__btn{display:flex;align-items:center;gap:7px;font-family:var(--sans);font-size:12.5px;font-weight:600;letter-spacing:.05em;color:currentColor;background:none;border:0;cursor:pointer;padding:8px 4px;opacity:.9;transition:opacity .2s ease}
.lang__btn:hover{opacity:1}
.lang__globe{width:16px;height:16px;flex:none;opacity:.85}
.lang__chev{width:10px;height:7px;flex:none;opacity:.7;transition:transform .3s ease}
.lang.open .lang__chev{transform:rotate(180deg)}
.lang__menu{position:absolute;top:calc(100% + 14px);right:0;min-width:190px;padding:8px;
  background:rgba(20,15,13,.82);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);
  border-radius:14px;box-shadow:0 24px 50px -16px rgba(0,0,0,.5);
  opacity:0;visibility:hidden;transform:translateY(10px);transform-origin:top right;
  transition:opacity .26s ease,transform .3s cubic-bezier(.2,.8,.25,1),visibility .26s;z-index:80}
.lang.open .lang__menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.lang__item{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:10px;color:rgba(240,235,225,.8);transition:color .16s ease,background .16s ease}
.lang__item:hover{color:#fff;background:rgba(255,255,255,.07)}
.lang__code{font-family:var(--sans);font-size:10.5px;font-weight:700;letter-spacing:.08em;min-width:32px;color:#DBBE82}
.lang__name{font-size:14px;font-weight:500}
.lang__item.is-active .lang__name{color:#fff}
.lang__check{margin-left:auto;color:#DBBE82;font-size:11px;line-height:1}

/* buy button (desktop header) — shorter, thin small arrow */
.btn-buy{display:inline-flex;align-items:center;gap:7px;font-family:var(--sans);font-size:12.5px;font-weight:600;letter-spacing:.01em;padding:8px 15px;border-radius:100px;border:1px solid;white-space:nowrap;transition:background .25s ease,color .25s ease,border-color .25s ease}
.site-header.nav-dark .btn-buy{border-color:rgba(255,255,255,.42);color:var(--cream)}
.site-header.nav-dark .btn-buy:hover{background:#DBBE82;border-color:#DBBE82;color:#1a1310}
.site-header.nav-light .btn-buy{border-color:rgba(22,19,17,.32);color:var(--ink)}
.site-header.nav-light .btn-buy:hover{background:var(--wine);border-color:var(--wine);color:#fff}
.buy-arr{width:13px;height:13px;flex:none}

/* burger — 2 thin lines → X (mobile only) */
.burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:36px;height:24px;background:none;border:0;cursor:pointer;padding:0;color:currentColor}
.burger span{width:30px;height:2px;border-radius:2px;background:currentColor;display:block;transition:transform .45s cubic-bezier(.7,0,.28,1)}
body.nav-open .burger span:nth-child(1){transform:translateY(4.5px) rotate(45deg)}
body.nav-open .burger span:nth-child(2){transform:translateY(-4.5px) rotate(-45deg)}

/* ===== HERO ===== */
.hero{padding:0}
.hero__frame{position:relative;height:100vh;min-height:600px;overflow:hidden}
.hero__frame video,.hero__frame .ph{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero__frame .ph{animation:kb 24s ease-in-out infinite alternate}
@keyframes kb{from{transform:scale(1.03)}to{transform:scale(1.13)}}
.hero__frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.05) 42%,rgba(0,0,0,.72))}
.hero__content{position:absolute;left:0;bottom:0;z-index:3;padding:56px;color:#fff}
.hero__content h1{font-size:clamp(40px,6vw,86px);font-weight:600;max-width:13ch;margin-bottom:26px;text-shadow:0 2px 30px rgba(0,0,0,.35)}
.hero__mute{position:absolute;right:34px;bottom:34px;z-index:3;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.5);color:#fff;background:rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;cursor:pointer}

/* ===== ABOUT ===== */
.about{padding:120px 0 110px}
.about__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}
.about h2{font-size:clamp(30px,3.3vw,46px);margin:18px 0 24px;max-width:16ch}
.about p{color:#4c443b;font-size:16.5px;max-width:58ch;margin-bottom:30px}
.stats{display:grid;grid-template-columns:1fr 1fr;gap:44px 40px}
.stat{border-top:1px solid rgba(124,48,48,.25);padding-top:18px}
.stat__num{font-family:var(--serif);font-weight:600;font-size:clamp(44px,4.6vw,62px);color:var(--black);line-height:1;display:block}
.stat__label{display:block;margin-top:10px;font-size:14px;color:var(--wine)}

/* ===== DIRECTIONS ===== */
.dir{padding:10px 0 120px}
.dir__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:34px}
.dir__head h2{font-size:clamp(28px,3.2vw,44px)}
.dir__nav{display:flex;gap:10px}
.arrow{width:50px;height:50px;border-radius:50%;border:1px solid rgba(22,19,17,.25);background:none;cursor:pointer;font-size:17px;color:var(--ink);display:flex;align-items:center;justify-content:center;transition:.25s}
.arrow:hover{background:var(--wine);color:#fff;border-color:var(--wine)}
/* carousel: left edge stays aligned to the container, right side bleeds full-width to the viewport edge (never clips cards) */
.dir__track{display:flex;gap:24px;overflow-x:auto;padding-bottom:14px;padding-right:36px;margin-right:calc(50% - 50vw);scrollbar-width:none;cursor:grab;user-select:none;-webkit-user-select:none}
.dir__track::-webkit-scrollbar{display:none}
.dir__track.drag{cursor:grabbing;scroll-snap-type:none}
.dcard{flex:0 0 320px;scroll-snap-align:start;border-top:1px solid rgba(22,19,17,.18);padding-top:18px}
.dcard.ink-sweep::before{top:0}   /* fill sits INSIDE the card box — .dir__track's overflow clips the default top:-1px */
.dcard__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.dcard__top h3{font-size:20px}
.dcard__ic{width:44px;height:44px;border-radius:50%;border:1px solid rgba(22,19,17,.28);color:var(--ink);display:flex;align-items:center;justify-content:center;flex:none;transition:background .28s ease,color .28s ease,border-color .28s ease}
.dcard__ic .c-arr{width:15px;height:15px}
.dcard:hover .dcard__ic{background:var(--wine);color:#fff;border-color:var(--wine)}
.dcard__img{height:400px;border-radius:18px;overflow:hidden}
.dcard__img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;-webkit-user-drag:none;user-drag:none;pointer-events:none}
.dcard:hover .dcard__img img{transform:scale(1.07)}

/* ===== BRANDS ===== */
.brands{padding:64px 0 86px;border-top:1px solid var(--grey)}
.brands h2{text-align:center;font-size:clamp(22px,2.4vw,32px);margin-bottom:46px}
.brand-row{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 90px,#000 calc(100% - 90px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 90px,#000 calc(100% - 90px),transparent 100%)}
.brand-track{display:flex;align-items:center;width:max-content;animation:brand-scroll 18000ms linear infinite;will-change:transform}
@keyframes brand-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.blogo-img{height:120px;width:auto;margin:0 15px;object-fit:contain}
@media (prefers-reduced-motion:reduce){.brand-track{animation:none}}

/* ===== KTW დღეს (black) ===== */
.today{position:relative;background:#0a0a0a;color:var(--cream);overflow:hidden}
.today__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.today::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.64) 55%,rgba(0,0,0,.5) 100%);z-index:1;pointer-events:none}
/* grape — bigger + greyscale, anchored off the top-right so only its lower-left is on screen */
.today__grape{position:absolute;top:-16%;right:-9%;width:min(58vw,820px);height:auto;z-index:2;filter:grayscale(1) brightness(.92) contrast(1.05);opacity:.85;pointer-events:none;user-select:none;-webkit-user-drag:none}
.today>.container{position:relative;z-index:3}
.today__inner{max-width:960px;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:120px 0}
.today__inner .btn{align-self:flex-start}
/* ტრადიცია და მასშტაბი is now a small white eyebrow */
.today__eyebrow{display:inline-flex;align-items:center;gap:13px;font-family:var(--sans);letter-spacing:.16em;font-size:13px;font-weight:600;color:#fff;opacity:.92;margin:0 0 30px}
.today__eyebrow::before{content:"";width:30px;height:1px;background:rgba(255,255,255,.55);flex:none}
/* big, wide statement lead — words fill in on scroll */
.today__lead{font-family:var(--sans);font-weight:400;font-size:clamp(20px,2.15vw,30px);line-height:1.55;color:#fff;margin:0 0 44px}
.today__lead .fw{opacity:.16;transition:opacity .3s ease;will-change:opacity}

/* ===== GEORGIA MAP ===== */
.geo{padding:120px 0}
.geo h2{text-align:center;font-size:clamp(28px,3.6vw,50px);margin-bottom:6px}
.geo h2 em{font-style:normal;color:inherit}
.geo__tabs{display:flex;justify-content:center;gap:36px;flex-wrap:wrap;margin:26px 0 22px}
.geo__label{font-family:var(--serif);font-size:19px;font-weight:600;color:var(--muted);background:none;border:0;cursor:pointer;padding-bottom:8px;position:relative;transition:.25s}
.geo__label.is-active{color:var(--wine)}
.geo__label::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--wine);transform:scaleX(0);transition:.3s}
.geo__label.is-active::after{transform:scaleX(1)}
.geo__stage{position:relative;max-width:1080px;margin:0 auto}
.geo__map{position:relative;width:100%;aspect-ratio:2000/1018;-webkit-mask:url(assets/georgia-map.png) center/contain no-repeat;mask:url(assets/georgia-map.png) center/contain no-repeat;filter:drop-shadow(0 26px 50px rgba(22,19,17,.22))}
.geo__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:translateX(-3%) scale(1.08);transition:opacity .55s ease,transform .85s cubic-bezier(.22,.61,.36,1)}
.geo__img.is-active{opacity:1;transform:translateX(0) scale(1.08)}
.geo__map::after{content:"";position:absolute;inset:0;background:#0000008C;transition:background .3s ease;pointer-events:none;z-index:2}
.geo__map:hover::after{background:#00000096}
.geo__cap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.7);pointer-events:none}
.geo__cap h3{font-size:32px;margin-bottom:6px}
.geo__cap a{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#e8d8b6;pointer-events:auto}

/* ===== HISTORY (black) ===== */
.history{background:var(--black);color:var(--cream);min-height:100vh;display:flex;align-items:center;overflow:hidden}
.history__grapes{position:absolute;left:-40px;top:50%;transform:translateY(-50%);height:80%;opacity:.5}
.history__svg{position:absolute;left:6%;bottom:8%;width:240px;opacity:.08}
.history__box{position:relative;z-index:3;margin-left:auto;margin-right:6%;max-width:620px;border:1px solid var(--wine);border-radius:6px;padding:56px 52px;background:rgba(0,0,0,.35);backdrop-filter:blur(2px)}
.history__box .eyebrow{color:#C7A971;margin-bottom:20px}.history__box .eyebrow::before{background:#C7A971}
.history__box p{font-family:var(--serif);font-size:clamp(18px,1.9vw,24px);line-height:1.7;color:#ece4d6;margin-bottom:30px}
.history__box .accent{color:#d9c08a}

/* ===== EXPORT WORLD MAP ===== */
.export{padding:110px 0}
.export__head{text-align:center;margin-bottom:18px}
.export__head h2{font-size:clamp(28px,3.6vw,50px)}
.export__head h2 em{font-style:normal;color:inherit}
.export__big{font-family:var(--serif);font-weight:600;font-size:62px;color:var(--wine);line-height:1.05;margin-top:10px}
.export__big small{display:block;font-family:var(--sans);font-size:14px;color:var(--muted);font-weight:500;letter-spacing:.03em}
#world-map{height:540px;max-width:1180px;margin:6px auto 0}
.jvm-tooltip{background:var(--wine)!important;font-family:var(--sans)!important;border-radius:6px!important;padding:6px 12px!important;font-weight:600!important;box-shadow:0 8px 20px rgba(0,0,0,.25)!important}
.export__legend{display:flex;justify-content:center;gap:26px;margin-top:14px;font-size:13px;color:var(--muted)}
.export__legend span{display:flex;align-items:center;gap:8px}
.dot{width:12px;height:12px;border-radius:3px;display:inline-block}

/* ===== AWARDS ===== */
.awards{padding:96px 0 110px;border-top:1px solid var(--grey)}
.awards__head{text-align:center;margin-bottom:46px}
.awards__head h2{font-size:clamp(28px,3.6vw,50px)}
/* awards marquee: span the full viewport + soft-fade both edges so medals ease out instead of hard-clipping (negative margins don't affect the JS marquee's offsetLeft math) */
.aw__track{display:flex;gap:30px;overflow-x:auto;scrollbar-width:none;cursor:grab;padding:4px 2px;-webkit-overflow-scrolling:touch;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 90px,#000 calc(100% - 90px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 90px,#000 calc(100% - 90px),transparent 100%)}
.aw__track::-webkit-scrollbar{display:none}
.aw__track.drag{cursor:grabbing;user-select:none}
.aw__item{flex:0 0 auto;height:120px;display:flex;align-items:center}
.aw__item img{height:120px;width:auto;object-fit:contain;display:block;-webkit-user-drag:none;user-select:none;pointer-events:none}

/* ===== FOOTER ===== */
.site-footer{position:relative;overflow:hidden;background:var(--cream);color:var(--ink);border-top:1px solid rgba(22,19,17,.14);padding-top:64px}
.site-footer .container{position:relative;z-index:1;max-width:1560px}
.foot-h{font-family:'Noto Serif Georgian',Georgia,serif;font-weight:600;font-size:36px;line-height:1.15;color:var(--ink);margin:0 0 48px}
.foot-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr 2.3fr;gap:40px;padding-bottom:58px}
.fcol h4{font-family:'Noto Serif Georgian',Georgia,serif;font-size:18px;font-weight:600;color:var(--ink);margin:0 0 22px}
.fcol a{display:block;font-family:'Noto Sans Georgian',sans-serif;font-size:14px;font-weight:400;color:#3a332c;padding:7px 0;text-decoration:none;transition:.2s}
.fcol a:hover{color:var(--wine)}
.foot-contact{display:flex;flex-direction:column}
.fc-top{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}
.fc-cell{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 2px;border-top:1px solid rgba(22,19,17,.16);text-decoration:none;color:var(--ink)}
.fc-label{font-family:'Noto Sans Georgian',sans-serif;font-size:16px;font-weight:600;color:var(--ink);transition:.2s}
.fc-top .fc-label{white-space:nowrap}
.fc-cell:hover .fc-label{color:var(--wine)}
.fc-arr{flex:none;width:44px;height:44px;border-radius:50%;border:1px solid rgba(22,19,17,.4);display:flex;align-items:center;justify-content:center;color:var(--ink);transition:.22s}
.fc-arr .ktw-arrow{width:16px;height:16px}
.fc-cell:hover .fc-arr{background:var(--ink);border-color:var(--ink);color:#fff}
.foot-watermark{position:absolute;left:-8px;bottom:18px;z-index:0;font-family:var(--serif);font-weight:700;font-size:clamp(150px,20vw,300px);line-height:.78;letter-spacing:-.02em;color:rgba(22,19,17,.05);pointer-events:none;user-select:none}
.foot-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px 26px;padding:24px 0;border-top:1px solid rgba(22,19,17,.14)}
.foot-bottom__l{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.foot-logo{font-family:var(--serif);font-weight:700;font-size:23px;letter-spacing:1.5px;color:var(--ink);display:inline-flex;align-items:baseline;gap:6px}
.foot-logo small{font-family:var(--sans);font-size:8px;letter-spacing:3px;font-weight:600;opacity:.65}
.foot-copy,.foot-credit{font-family:var(--serif);font-size:15px;color:#3a332c}

/* ===== TASTE TRADITION CARD ===== */
.offer{position:fixed;right:18px;bottom:18px;z-index:45;display:flex;align-items:center;gap:14px;background:var(--cream);border:1px solid var(--grey);border-radius:14px;padding:12px 20px 12px 14px;box-shadow:0 20px 44px rgba(0,0,0,.22)}
.offer__ic{width:44px;height:44px;border-radius:50%;background:#faf6ee;border:1px solid #e6dcc6;display:flex;align-items:center;justify-content:center;color:#C7A971}
.offer small{display:block;font-size:9px;letter-spacing:.2em;color:var(--muted);text-transform:uppercase}
.offer b{font-family:var(--serif);font-weight:600;font-size:17px;color:var(--ink)}

/* ===== RESPONSIVE ===== */
@media(max-width:1000px){
  .foot-grid{grid-template-columns:1fr 1fr;gap:40px 30px}
  .foot-contact{grid-column:1/-1;margin-top:8px}
  .about__grid{grid-template-columns:1fr;gap:46px}
  .today__inner{min-height:auto;padding:100px 0}
  .today__grape{width:104vw;top:-3%;right:-34%;opacity:.5}
  .today__lead{font-size:clamp(18px,4.4vw,24px)}
}
@media(max-width:880px){
  .site-header{padding:15px 20px}
  .site-header.scrolled{padding:11px 20px}
  .header-right .btn-buy{display:none}       /* buy moves into the menu foot on mobile */
  .burger{display:flex}
  body.nav-open{overflow:hidden}
  /* nav becomes a full-screen menu revealed by an expanding circle from the burger corner */
  .nav{position:fixed;inset:0;z-index:55;background:var(--cream);color:var(--ink);flex-direction:column;align-items:stretch;
    padding:clamp(96px,15vh,140px) clamp(24px,7vw,44px) clamp(34px,6vh,54px);
    clip-path:circle(0 at calc(100% - 34px) 32px);-webkit-clip-path:circle(0 at calc(100% - 34px) 32px);
    transition:clip-path .8s cubic-bezier(.76,0,.24,1),-webkit-clip-path .8s cubic-bezier(.76,0,.24,1);
    pointer-events:none;overflow-y:auto;-webkit-overflow-scrolling:touch}
  body.nav-open .nav{clip-path:circle(165% at calc(100% - 34px) 32px);-webkit-clip-path:circle(165% at calc(100% - 34px) 32px);pointer-events:auto}
  .nav__links{flex-direction:column;align-items:flex-start;gap:clamp(12px,2.3vh,26px);margin:auto 0}
  .nav__links>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .55s cubic-bezier(.16,.8,.3,1)}
  body.nav-open .nav__links>*{opacity:1;transform:none}
  body.nav-open .nav__links>:nth-child(1){transition-delay:.1s}
  body.nav-open .nav__links>:nth-child(2){transition-delay:.15s}
  body.nav-open .nav__links>:nth-child(3){transition-delay:.2s}
  body.nav-open .nav__links>:nth-child(4){transition-delay:.25s}
  body.nav-open .nav__links>:nth-child(5){transition-delay:.3s}
  body.nav-open .nav__links>:nth-child(6){transition-delay:.35s}
  body.nav-open .nav__links>:nth-child(7){transition-delay:.4s}
  .nav__links>a,.nav__drop>a{font-family:var(--serif);font-weight:600;font-size:clamp(28px,7vw,46px);line-height:1.14;color:var(--ink);opacity:1;white-space:normal}
  .nav__links>a.nav__contact{display:flex}   /* re-show კონტაქტი inside the mobile menu */
  .nav__drop{position:static;flex-direction:column;align-items:flex-start}
  .nav__drop::after{display:none}
  .nav .caret{font-size:.42em;opacity:.5}
  .nav__drop.open>a .caret{transform:rotate(180deg)}
  /* accordion sub — override the desktop frosted card */
  .nav__sub{position:static;transform:none!important;opacity:1;visibility:visible;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;border-radius:0;min-width:0;padding:0 0 0 2px;display:flex;flex-direction:column;gap:2px;max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1),margin .3s ease}
  .nav__drop.open .nav__sub{max-height:420px;margin:6px 0 14px}
  .nav__sub a{font-family:var(--sans);font-weight:500;font-size:16px;color:rgba(22,19,17,.56);padding:6px 0;white-space:normal;border-radius:0;transition:color .2s ease,padding-left .25s ease}
  .nav__sub a:hover{color:var(--wine);background:none;padding-left:8px}
  /* foot: socials bottom-left, buy bottom-right */
  .nav__foot{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-top:clamp(20px,5vh,40px);opacity:0;transition:opacity .5s ease .3s}
  body.nav-open .nav__foot{opacity:1}
  .nav__socials{display:flex;gap:12px}
  .nav__socials a{width:44px;height:44px;border-radius:50%;border:1px solid rgba(22,19,17,.2);display:flex;align-items:center;justify-content:center;color:rgba(22,19,17,.72);transition:background .25s ease,color .25s ease,border-color .25s ease}
  .nav__socials a:hover{background:var(--ink);border-color:var(--ink);color:var(--cream)}
  .nav__socials svg{width:18px;height:18px;display:block}
  .nav__buy{flex:none}
  /* buy button: neutralise the white .btn--light styling so it reads on the light menu surface */
  .nav__buy.btn--light{border-color:rgba(22,19,17,.28);color:var(--ink)}
  .nav__buy.btn--light .arr{background:var(--ink);color:var(--cream)}
  .nav__buy.btn--light:hover{background:var(--ink);border-color:var(--ink);color:#fff}
  .nav__buy.btn--light:hover .arr{background:#fff;color:var(--ink)}
  /* header controls above the open menu; bar goes transparent so the light menu reads as one surface */
  body.nav-open .site-header{color:var(--ink)}
  body.nav-open .site-header .brand-logo{color:var(--ink)}
  /* menu link hover → wine (out-specifies the adaptive nav-dark/nav-light hover rules) */
  body.nav-open .site-header .nav__links>a:hover,body.nav-open .site-header .nav__drop>a:hover{color:var(--wine)}
  body.nav-open .site-header::before{opacity:0}
  body.nav-open .brand-logo,body.nav-open .header-right{position:relative;z-index:56}
  .hero__content{padding:32px}
}
@media(max-width:560px){
  .container{padding:0 22px}
  .stats{grid-template-columns:1fr 1fr;gap:24px 16px}
  .stat__num{font-size:38px}
  .stat__label{font-size:13px}
  .foot-grid{grid-template-columns:1fr}
  .fc-top{grid-template-columns:1fr}
  .foot-bottom{flex-direction:column;align-items:flex-start}
  .dcard{flex-basis:80vw}
  .offer{right:10px;bottom:10px;padding:10px 16px 10px 12px}
}

/* ============================================================
 * MOTION LAYER — reveals · parallax · smooth-scroll · micro-interactions
 * Gated on html.ktw-anim (set pre-paint by the head script); the
 * prefers-reduced-motion block at the bottom neutralises everything.
 * ============================================================ */

/* scroll-progress bar */
.ktw-progress{position:fixed;top:0;left:0;height:3px;width:100%;transform:scaleX(0);transform-origin:0 50%;background:linear-gradient(90deg,var(--wine),#C7A971);z-index:90;pointer-events:none;will-change:transform}

/* reveal variants (data-reveal) — .reveal handled above */
html.ktw-anim [data-reveal]{opacity:0;transition:opacity .9s ease,transform .9s cubic-bezier(.16,.7,.3,1),filter .9s ease,clip-path .9s ease;transition-delay:var(--rd,0ms);will-change:opacity,transform}
html.ktw-anim [data-reveal="up"]{transform:translateY(38px)}
html.ktw-anim [data-reveal="down"]{transform:translateY(-38px)}
html.ktw-anim [data-reveal="left"]{transform:translateX(-46px)}
html.ktw-anim [data-reveal="right"]{transform:translateX(46px)}
html.ktw-anim [data-reveal="zoom"]{transform:scale(.9)}
html.ktw-anim [data-reveal="blur"]{transform:translateY(22px);filter:blur(16px)}
html.ktw-anim [data-reveal="mask"]{clip-path:inset(0 0 100% 0)}
html.ktw-anim [data-reveal].is-in{opacity:1;transform:none;filter:none;clip-path:inset(0 0 0 0)}

/* titles — GSAP-style per-word MASK reveal: main.js splits each title into .ktw-tw word-masks (each holding a rising .ktw-tw__i inner), staggered by word index (--wi). Generous line-height + padding-bottom give Georgian descenders room so the clip never cuts letter bottoms. Pre-paint we only hide the raw title (opacity:0) to avoid a flash. Keep this :is() list in sync with TITLE_SEL in main.js. */
html.ktw-anim :is(.hero__title,.agro-hero__title,.agro-dir__title,.agro-detail__title,.exp-hero__title,.hpi-hero__title,.hpi-intro__title,.nena-hero__title,.nena-about__title,.nena-cat__title,.hosp-head__title,.lp-head__title,.lp-aw__title,.ct-title,.ct-h2,.ns__title,.whs__title,.blog__title,.cats__title,.marc__title,.prod-title,.pl-head__title,.pl-detail__title,.rel__title,.whs-more__title){opacity:0}
html.ktw-anim .tmask{opacity:1;line-height:1.18}
html.ktw-anim .tmask .ktw-tw{display:inline-block;overflow:hidden;vertical-align:top;padding-bottom:.16em;margin-bottom:-.16em}
html.ktw-anim .tmask .ktw-tw__i{display:inline-block;transform:translateY(125%);transition:transform .95s cubic-bezier(.2,.9,.24,1);transition-delay:calc(var(--wi,0) * 70ms);will-change:transform}
html.ktw-anim .tmask.is-in .ktw-tw__i{transform:none}

/* parallax — give cover media overflow room so it never reveals an edge */
html.ktw-anim [data-parallax]{will-change:transform}
html.ktw-anim .hero__frame video[data-parallax],html.ktw-anim .today video[data-parallax],
html.ktw-anim .ab-hero__video[data-parallax],html.ktw-anim .agro-hero__video[data-parallax],
html.ktw-anim .px-cover[data-parallax]{top:-22%;bottom:auto;height:144%}

/* hero / background videos fade in when ready */
html.ktw-anim .hero__frame video,html.ktw-anim .today__bg{opacity:0;transition:opacity 1.2s ease}
html.ktw-anim .hero__frame video.is-ready,html.ktw-anim .today__bg.is-ready{opacity:1}

/* hover feedback — colour / opacity only. NO upward-lift or scale on hover:
   cards & logos live inside horizontally-scrolling tracks (.dir__track/.aw__track)
   and the brand marquee (.brand-row), which clip vertically — so any lift/zoom
   got cut off. Feedback here never changes an element's box, so nothing clips. */
.blogo-img{transition:opacity .4s ease;opacity:.82}
.blogo-img:hover{opacity:1}
.stat,.stat__num{transition:border-color .4s ease,color .4s ease}
.stat:hover{border-top-color:var(--wine)}
.stat:hover .stat__num{color:var(--wine)}
.fc-arr,.arrow,.hero__mute{transition:background .22s,color .22s,border-color .22s}

/* respect reduced motion — neutralise the whole layer */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .ktw-progress{display:none}
  [data-parallax]{transform:none!important;top:0!important;bottom:auto!important;height:100%!important}
  .hero__frame video,.today__bg{opacity:1!important}
  .reveal,[data-reveal]{opacity:1!important;transform:none!important;filter:none!important;clip-path:none!important}
  .tmask{overflow:visible!important;padding-bottom:0!important;line-height:inherit!important}
  .ktw-tw{overflow:visible!important;padding-bottom:0!important;margin-bottom:0!important}
  .ktw-tw__i{transform:none!important}
  .nav,.nav__links>*,.nav__foot,.burger span{transition-duration:.01ms!important;transition-delay:0s!important}
}

/* ===== BRAND LOGO SVG (gold logo rebrand 2026-08-13) ===== */
.brand-logo-svg{display:block;height:clamp(32px,3vw,40px);width:auto;fill:currentColor}
.foot-logo-svg{display:block;height:40px;width:auto;fill:currentColor}

/* ===== HOMEPAGE LOGO INTRO (light field, dark ink stroke draw -> website fills letters via mask -> zoom reveal; once per session) ===== */
.ktw-intro{position:fixed;inset:0;z-index:2147483000;display:none;align-items:center;justify-content:center;--ktw-bg:#f4efe4;--ktw-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22101.28%20319.256%20392.715%20203.378%22%3E%3Cpath%20transform%3D%22matrix%281%2C0%2C0%2C-1%2C320.0623%2C374.7413%29%22%20d%3D%22M0%200%209.648-.088%2021.466-43.191%2016.104-58.729ZM84.06-.22%2093.621-.371%20108.363-44.917%20103.911-60.204ZM164.391-.364%20173.933-.355%20137.161-113.747%20127.542-114.001ZM64.5-60.459%2046.136-114.329%2036.747-113.998%2059.664-46.772Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20transform%3D%22matrix%281%2C0%2C0%2C-1%2C0%2C841.89%29%22%20d%3D%22M270.627%20371.496H260.821V428.682H270.627Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20transform%3D%22matrix%281%2C0%2C0%2C-1%2C136.9295%2C319.5078%29%22%20d%3D%22M0%200%209.829-.129%2010.263-56.649%20.546-71.205ZM102.583-.028%20111.139-.091%2055.264-79.788%20113.173-201.842H103.949L46.292-80.317ZM20.746-126.414%209.829-141.328%2010.171-202.204%20.343-202.087%20.012-143.146%2017.535-119.204Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20transform%3D%22matrix%281%2C0%2C0%2C-1%2C283.2168%2C374.54643%29%22%20d%3D%22M0%200%2031.1-.283%2052.337-77.736%2079.166%200%20115.073-.566%20141.084-79.165%20163.971-.58%20195.386-.549%20158.615-113.942%20126.382-114.791%2096.412-29.969%2067.589-114.524%2035.059-113.377Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20transform%3D%22matrix%281%2C0%2C0%2C-1%2C210.2793%2C394.62004%29%22%20d%3D%22M0%200H72.38L72.098-13.006H44.956V-75.773H27.709L27.144-13.288H.283Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20transform%3D%22matrix%281%2C0%2C0%2C-1%2C101.2806%2C521.35037%29%22%20d%3D%22M0%200%201.026%20202.094%2030.085%20201.714%2030.77%20112.482%2090.562%20202.056%20131.395%20201.751%2075.519%20122.054%20133.428%200H96.071L54.359%2093.677%2030.085%2060.514%2030.428-.362Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20transform%3D%22matrix%281%2C0%2C0%2C-1%2C331.455%2C518.06887%29%22%20d%3D%22M0%200V2.707H-5.223V5.612L3.125%205.626V-1.576L2.97-1.699C1.852-2.591%20.624-3.334-.716-3.841-1.979-4.319-3.293-4.565-4.643-4.565-6.378-4.565-8.049-4.204-9.59-3.397-11.081-2.615-12.224-1.476-12.994%20.021-13.784%201.558-14.131%203.224-14.131%204.948-14.131%206.702-13.768%208.388-13.005%209.968-12.275%2011.481-11.197%2012.693-9.708%2013.49-8.195%2014.3-6.53%2014.63-4.824%2014.63-3.58%2014.63-2.345%2014.44-1.187%2013.976-.174%2013.57%20.741%2012.973%201.424%2012.111%202.128%2011.224%202.566%2010.138%202.845%209.049L2.945%208.657%20.046%207.862-.069%208.249C-.269%208.932-.558%209.678-.994%2010.249-1.386%2010.761-1.936%2011.113-2.524%2011.362-3.25%2011.67-4.026%2011.796-4.812%2011.796-5.699%2011.796-6.617%2011.682-7.441%2011.337-8.099%2011.063-8.711%2010.684-9.191%2010.151-9.629%209.664-9.987%209.118-10.237%208.511-10.689%207.422-10.886%206.27-10.886%205.093-10.886%203.81-10.702%202.46-10.112%201.306-9.615%20.334-8.892-.404-7.914-.89-6.926-1.38-5.879-1.622-4.776-1.622-3.799-1.622-2.854-1.43-1.948-1.065-1.296-.801-.561-.453%200%200M29.27%204.042C29.451%203.922%2029.622%203.792%2029.776%203.652%2030.559%202.938%2031.227%202.098%2031.797%201.206L35.291-4.262H31.358L28.886-.375C28.365%20.445%2027.813%201.276%2027.212%202.04%2026.918%202.415%2026.524%202.875%2026.12%203.136%2025.827%203.324%2025.511%203.472%2025.184%203.552%2024.821%203.63%2024.331%203.628%2023.96%203.628H21.644V-4.262H18.472V14.327H26.76C27.943%2014.327%2029.407%2014.252%2030.521%2013.821%2031.457%2013.458%2032.176%2012.817%2032.698%2011.961%2033.238%2011.076%2033.497%2010.106%2033.497%209.068%2033.497%207.742%2033.074%206.566%2032.161%205.599%2031.391%204.784%2030.35%204.313%2029.27%204.042M21.644%206.486H26.287C27.036%206.486%2027.958%206.534%2028.667%206.794%2029.155%206.973%2029.562%207.258%2029.845%207.697%2030.114%208.116%2030.252%208.571%2030.252%209.068%2030.252%209.777%2030.006%2010.361%2029.475%2010.833%2028.808%2011.426%2027.709%2011.542%2026.857%2011.542H21.644ZM48.311%204.802C48.311%207.449%2048.935%2010.047%2050.8%2012.012%2052.532%2013.837%2054.727%2014.642%2057.23%2014.642%2058.885%2014.642%2060.451%2014.256%2061.875%2013.409%2063.273%2012.576%2064.327%2011.418%2065.046%209.959%2065.809%208.41%2066.124%206.727%2066.124%205.008%2066.124%203.258%2065.789%201.552%2064.988-.014%2064.242-1.473%2063.168-2.628%2061.73-3.417%2060.327-4.186%2058.817-4.565%2057.217-4.565%2055.539-4.565%2053.952-4.171%2052.519-3.292%2051.132-2.441%2050.081-1.276%2049.37%20.187%2048.664%201.642%2048.311%203.185%2048.311%204.802M51.557%204.766C51.557%203.019%2051.952%201.294%2053.173-.013%2054.265-1.182%2055.609-1.731%2057.206-1.731%2058.816-1.731%2060.179-1.187%2061.272%20.003%2062.52%201.361%2062.878%203.232%2062.878%205.021%2062.878%206.255%2062.694%207.508%2062.182%208.639%2061.743%209.608%2061.094%2010.401%2060.192%2010.97%2059.293%2011.536%2058.304%2011.796%2057.241%2011.796%2055.687%2011.796%2054.355%2011.268%2053.229%2010.195%2051.836%208.867%2051.557%206.587%2051.557%204.766M92.658%2014.327H95.831V3.652C95.831%202.226%2095.713%20.591%2095.197-.75%2094.741-1.937%2093.918-2.843%2092.844-3.514%2091.553-4.321%2089.973-4.565%2088.475-4.565%2087.025-4.565%2085.487-4.354%2084.196-3.654%2083.067-3.043%2082.24-2.146%2081.746-.961%2081.167%20.43%2081.035%202.159%2081.035%203.652V14.327H84.208V3.663C84.208%202.693%2084.253%201.315%2084.611%20.402%2084.866-.25%2085.301-.736%2085.909-1.081%2086.625-1.487%2087.456-1.622%2088.269-1.622%2089.402-1.622%2090.845-1.451%2091.666-.576%2092.552%20.368%2092.658%202.451%2092.658%203.663ZM114.763%202.961V-4.262H111.59V14.327H118.703C119.602%2014.327%20120.587%2014.305%20121.476%2014.151%20122.309%2014.007%20123.132%2013.739%20123.833%2013.254%20124.52%2012.778%20125.026%2012.129%20125.392%2011.382%20125.791%2010.565%20125.973%209.686%20125.973%208.777%20125.973%207.213%20125.484%205.819%20124.422%204.664%20123.102%203.227%20120.747%202.961%20118.909%202.961ZM114.763%205.879H118.945C119.862%205.879%20121.185%205.984%20121.909%206.625%20122.519%207.166%20122.727%207.907%20122.727%208.705%20122.727%209.307%20122.591%209.881%20122.24%2010.376%20121.923%2010.823%20121.511%2011.121%20120.983%2011.265%20120.424%2011.417%20119.477%2011.408%20118.897%2011.408H114.763Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")}
html.js.ktw-anim .ktw-intro{display:flex}
html.ktw-introing{overflow:hidden}
.ktw-intro-panel{position:absolute;inset:0;background:var(--ktw-bg);transform-origin:50% 50%;will-change:transform,opacity;-webkit-mask-image:linear-gradient(#fff,#fff),var(--ktw-mask);-webkit-mask-size:100% 100%,min(64vw,280px) auto;-webkit-mask-position:0 0,center;-webkit-mask-repeat:no-repeat;-webkit-mask-composite:xor;mask-image:linear-gradient(#fff,#fff),var(--ktw-mask);mask-size:100% 100%,min(64vw,280px) auto;mask-position:0 0,center;mask-repeat:no-repeat;mask-composite:exclude;animation:ktwIntroZoom .6s cubic-bezier(.7,0,.84,0) 2.45s forwards}
.ktw-intro-veil{position:absolute;inset:0;background:var(--ktw-bg);animation:ktwIntroReveal .42s ease 1.78s forwards}
.ktw-intro-logo{position:relative;width:min(64vw,280px);height:auto;overflow:visible;animation:ktwIntroReveal .42s ease 1.78s forwards}
.ktw-intro-logo path{fill:none;stroke:#161311;stroke-opacity:.92;stroke-width:1.4;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:1 1;stroke-dashoffset:1;animation:ktwIntroDraw 1s cubic-bezier(.6,0,.28,1) both}
.ktw-intro-logo path:nth-of-type(6){animation-delay:0s}
.ktw-intro-logo path:nth-of-type(3){animation-delay:.09s}
.ktw-intro-logo path:nth-of-type(5){animation-delay:.2s}
.ktw-intro-logo path:nth-of-type(2){animation-delay:.29s}
.ktw-intro-logo path:nth-of-type(4){animation-delay:.39s}
.ktw-intro-logo path:nth-of-type(1){animation-delay:.48s}
.ktw-intro-logo path:nth-of-type(7){stroke-width:.7;animation-delay:.66s}
@keyframes ktwIntroDraw{to{stroke-dashoffset:0}}
@keyframes ktwIntroReveal{to{opacity:0;visibility:hidden}}
@keyframes ktwIntroZoom{0%{transform:scale(1);opacity:1}55%{opacity:1}100%{transform:scale(8.5);opacity:0}}
@media (prefers-reduced-motion:reduce){.ktw-intro{display:none!important}html.ktw-introing{overflow:visible!important}}
