/* Travel by Kate 1.9B — approved public homepage */
:root{
  --home-bg:#fbfaf8;
  --home-paper:#f7f3ec;
  --home-stone:#f1eee9;
  --home-ink:#262626;
  --home-muted:#6e6a64;
  --home-gold:#c99532;
  --home-gold-deep:#a86f12;
  --home-gold-soft:#e4c37c;
  --home-wine:#671f2d;
  --home-wine-deep:#521823;
  --home-red:#b83232;
  --home-taupe:#b8a592;
  --home-line:rgba(169,111,18,.28);
  --home-shadow:0 16px 42px rgba(54,45,35,.10);
}
body.home-19b{background:var(--home-bg);color:var(--home-ink)}
body.home-19b .tbk-container{width:min(1320px,calc(100% - 48px))}

/* Header */











body.home-19b .home19-gold-button{
  border-radius:8px;
  background:linear-gradient(180deg,#dda942 0%,#b87812 100%);
  box-shadow:0 10px 22px rgba(168,111,18,.22);
}

/* Hero */
.home19-hero{position:relative;overflow:hidden;background:#fff;border-bottom:1px solid #ece9e4}
.home19-hero-grid{min-height:610px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);position:relative}
.home19-hero-copy{
  position:relative;
  z-index:3;
  padding:68px 54px 58px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.home19-hero-copy::before{
  content:"";
  position:absolute;
  z-index:-2;
  inset:0 -110px 0 max(-12vw,-180px);
  background:
    linear-gradient(90deg,rgba(251,248,242,1) 0%,rgba(251,248,242,.98) 62%,rgba(251,248,242,.76) 80%,rgba(251,248,242,0) 100%),
    url('../images/home-travel-pattern-19a.svg') left center/cover no-repeat;
}
.home19-hero-copy::after{
  content:"✈";
  position:absolute;
  right:22px;
  bottom:44px;
  color:rgba(201,149,50,.34);
  font-size:1.35rem;
  transform:rotate(-13deg);
}
.home19-hero h1{
  font:500 clamp(3rem,5.2vw,5rem)/1.04 Georgia,'Times New Roman',serif;
  letter-spacing:-.038em;
  color:#282522;
  margin:0 0 20px;
  max-width:720px;
}
.home19-hero-lead{font:400 1.13rem/1.62 Georgia,serif;color:#5d5b58;max-width:600px;margin:0 0 28px}
.home19-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:30px}
.home19-hero-actions .tbk-btn{min-width:190px;border-radius:8px;min-height:50px}
.home19-hero-actions .tbk-btn-outline{background:#fff;color:#3b3936;border-color:rgba(169,111,18,.55)}
.home19-hero-points{display:grid;gap:11px;max-width:590px}
.home19-hero-point{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:10px;color:#4f4c48;font-size:.87rem;line-height:1.35}
.home19-hero-point i{width:31px;height:31px;border:1px solid rgba(201,149,50,.62);border-radius:50%;display:grid;place-items:center;color:var(--home-gold-deep);font-style:normal;font-size:1rem;background:rgba(255,255,255,.72)}
.home19-hero-photo{position:relative;min-width:0;display:flex;justify-content:flex-end;align-items:stretch;background:linear-gradient(90deg,#f6f2eb 0%,#eff0ea 28%,#e8eae5 100%);overflow:hidden}
.home19-hero-photo::before{content:"";position:absolute;inset:0 auto 0 0;width:35%;z-index:1;background:linear-gradient(90deg,#fbf8f2 0%,rgba(251,248,242,.62) 55%,rgba(251,248,242,0) 100%);pointer-events:none}
.home19-hero-photo img{height:100%;width:100%;object-fit:contain;object-position:right center;display:block;position:relative;z-index:0}

/* About */
.home19-about{padding:36px 0 24px;background:var(--home-stone)}
.home19-about-card{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);overflow:hidden;background:#fff;border:1px solid rgba(110,93,70,.10);box-shadow:0 12px 34px rgba(54,45,35,.07)}
.home19-about-photo{min-height:420px;background:#d9d1c8;overflow:hidden}
.home19-about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 39%}
.home19-about-copy{padding:44px 52px 42px;display:flex;flex-direction:column;justify-content:center}
.home19-eyebrow{color:var(--home-gold-deep);font-weight:850;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}
.home19-about h2{font:500 clamp(2rem,3.2vw,3.05rem)/1.06 Georgia,serif;margin:0 0 14px;color:#302b27}
.home19-about-text{font:400 .98rem/1.62 Georgia,serif;color:#5e5a55;margin:0 0 20px}
.home19-about-text p{margin:0 0 11px}.home19-about-text p:last-child{margin-bottom:0}
.home19-trust-list{display:grid;gap:12px;margin:0 0 24px;padding:0;list-style:none}
.home19-trust-list li{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start;color:#393633;font-size:.9rem;line-height:1.35}
.home19-trust-list span{width:32px;height:32px;border:1px solid rgba(201,149,50,.5);border-radius:50%;display:grid;place-items:center;color:var(--home-gold-deep);font-size:1rem}
.home19-about-copy .tbk-btn{align-self:flex-start;border-radius:8px;min-height:44px;padding-inline:22px}

/* Tour search CTA */
.home19-tour-search{background:var(--home-stone);padding:0 0 34px}
.home19-tour-search-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;background:#fff;border:1px solid rgba(201,149,50,.48);box-shadow:0 8px 22px rgba(62,51,38,.05);padding:18px 24px 18px 18px;overflow:hidden}
.home19-tour-search-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:var(--home-wine)}
.home19-tour-search-icon{width:62px;height:62px;border:1px solid rgba(201,149,50,.3);border-radius:50%;display:grid;place-items:center;color:var(--home-gold-deep);font-size:1.75rem;background:#faf5eb;margin-left:8px}
.home19-tour-search-copy h2{font:500 1.6rem/1.15 Georgia,serif;margin:0 0 5px;color:#302b27}
.home19-tour-search-copy p{margin:0;color:#6d6964;font-size:.88rem;line-height:1.45}
.home19-tour-search-card .tbk-btn{border-radius:8px;min-width:210px}

/* Special offers */
.home19-special{background:linear-gradient(135deg,var(--home-wine-deep),var(--home-wine) 48%,#771f31 100%);padding:38px 0 34px;position:relative;overflow:hidden}
.home19-special::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 80% 15%,rgba(255,255,255,.05),transparent 26%),radial-gradient(circle at 15% 80%,rgba(0,0,0,.13),transparent 30%)}
.home19-special-head{text-align:center;position:relative;z-index:1;margin-bottom:24px}
.home19-special .home19-eyebrow{color:#e6bc63;margin-bottom:6px}
.home19-special h2{font:500 clamp(2.25rem,3.7vw,3.4rem)/1.05 Georgia,serif;color:#fff;margin:0 0 8px}
.home19-special-head p{margin:0;color:rgba(255,255,255,.78);font:400 .98rem/1.45 Georgia,serif}
.home19-special-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;position:relative;z-index:1}
.home19-offer-card{background:#fff;border:1px solid rgba(255,255,255,.55);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 28px rgba(20,5,9,.22);min-width:0}
.home19-offer-image{height:190px;position:relative;overflow:hidden;background:#eee}
.home19-offer-image img{width:100%;height:100%;object-fit:cover;object-position:var(--image-x,50%) var(--image-y,50%);transform:scale(var(--image-zoom,1));display:block}
.home19-offer-badge{position:absolute;left:10px;top:10px;padding:7px 10px;border-radius:6px;color:#fff;font-size:.72rem;font-weight:850;letter-spacing:.01em;line-height:1;text-shadow:0 1px 1px rgba(8,20,37,.45),0 2px 7px rgba(8,20,37,.28);border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 8px 20px rgba(15,23,42,.20);display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.home19-offer-badge .home19-badge-icon{width:13px;height:13px;flex:0 0 auto;display:block}
.home19-offer-badge.red{background:linear-gradient(135deg,#851f33 0%,#b93449 52%,#d94b58 100%)}
.home19-offer-badge.gold{background:linear-gradient(135deg,#c38e2c 0%,#e1b956 56%,#f1d58b 100%);color:#152a47;text-shadow:0 1px 0 rgba(255,255,255,.45),0 1px 2px rgba(82,52,4,.12)}.home19-offer-badge.green{background:linear-gradient(135deg,#13513f 0%,#20765a 52%,#318563 100%)}.home19-offer-badge.blue{background:linear-gradient(135deg,#17366f 0%,#24589f 52%,#3b79bd 100%)}
.home19-offer-personal{position:absolute;right:10px;top:10px;padding:7px 10px;border-radius:6px;background:#d39c2f;color:#fff;font-size:.69rem;font-weight:850;box-shadow:0 5px 14px rgba(0,0,0,.13)}
.home19-offer-body{padding:14px 14px 13px;display:flex;flex-direction:column;flex:1;min-width:0}
.home19-offer-body h3{font:500 1.32rem/1.13 Georgia,serif;color:#2e2926;margin:0 0 5px;overflow-wrap:anywhere}
.home19-offer-place{margin:0 0 8px;color:#6d6862;font-size:.78rem;line-height:1.35;overflow-wrap:anywhere}
.home19-offer-meta{margin:0 0 11px;color:#716b65;font-size:.76rem;line-height:1.42;min-height:2.1em;overflow-wrap:anywhere}
.home19-offer-price{font:600 1.48rem/1 Georgia,serif;color:#7b2431;margin:auto 0 13px}.home19-offer-price small{font:700 .72rem/1 Arial,sans-serif;color:#86616a;margin-right:5px;text-transform:lowercase}
.home19-offer-actions{display:grid;grid-template-columns:1fr 1.15fr;gap:8px}
.home19-offer-actions .tbk-btn{min-height:42px;padding:0 10px;border-radius:6px;font-size:.8rem}
.home19-offer-actions .tbk-btn-outline{background:#fff;border-color:rgba(169,111,18,.48);color:#38332f}
.home19-special-more{display:flex;justify-content:center;margin-top:17px;position:relative;z-index:1}
.home19-special-more a{border:1px solid rgba(255,255,255,.46);color:#fff;padding:9px 26px;border-radius:5px;font-size:.82rem;background:rgba(31,5,12,.15)}
.home19-special-empty{grid-column:1/-1;color:#fff;text-align:center;border:1px dashed rgba(255,255,255,.45);padding:30px;background:rgba(255,255,255,.06);border-radius:10px}

/* Why us */
.home19-why{background:#fff;padding:28px 0 30px}
.home19-why-layout{display:grid;grid-template-columns:230px 1fr;gap:26px;align-items:center}
.home19-why-title .home19-eyebrow{margin:0 0 5px}.home19-why-title h2{font:500 1.9rem/1.08 Georgia,serif;margin:0;color:#302b27}
.home19-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.home19-why-card{border:1px solid #e5e1dc;background:#fff;border-radius:8px;padding:15px 16px;display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}
.home19-why-card i{width:40px;height:40px;border:1px solid rgba(201,149,50,.45);border-radius:50%;display:grid;place-items:center;color:var(--home-gold-deep);font-style:normal;font-size:1.2rem}
.home19-why-card b{display:block;margin-bottom:4px;font-size:.88rem}.home19-why-card span{display:block;color:#716c66;font-size:.73rem;line-height:1.35}

/* Contacts */
.home19-contacts{background:linear-gradient(90deg,#b6a18d,#c6b5a4 50%,#b4a08d);padding:20px 0 22px;border-top:1px solid rgba(95,70,48,.13);border-bottom:1px solid rgba(95,70,48,.18)}
.home19-contact-layout{display:grid;grid-template-columns:270px 1fr;gap:22px;align-items:center}
.home19-contact-intro h2{font:500 1.9rem/1.08 Georgia,serif;color:#fff;margin:0 0 6px;text-shadow:0 1px 1px rgba(65,50,35,.18)}
.home19-contact-intro p{margin:0 0 12px;color:#fff;font-size:.82rem;line-height:1.42;max-width:260px}
.home19-contact-intro .tbk-btn{min-height:40px;border-radius:6px;font-size:.78rem}
.home19-contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.home19-contact-card{min-height:76px;background:rgba(255,255,255,.94);border:1px solid rgba(115,88,57,.12);border-radius:8px;padding:12px 12px;display:grid;grid-template-columns:44px 1fr;align-items:center;gap:10px;color:#302c28;box-shadow:0 5px 16px rgba(66,51,36,.07);min-width:0}
.home19-contact-card i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:1.25rem;background:#c99532;color:#fff}
.home19-contact-card.telegram i{background:#33a9dc}.home19-contact-card.max i{background:linear-gradient(145deg,#5f5ee9,#8b49d6)}
.home19-contact-card b{display:block;font-size:.82rem;margin-bottom:2px}.home19-contact-card span{display:block;font-size:.7rem;color:#625d58;overflow-wrap:anywhere}.home19-contact-card small{display:block;margin-top:3px;color:var(--home-gold-deep);font-size:.67rem;text-decoration:underline;text-underline-offset:2px}
.home19-contact-card.is-disabled{opacity:.78;cursor:default}.home19-contact-card.is-disabled small{text-decoration:none;color:#786f67}

/* Footer */
.home19-footer{background:#fbfaf8;padding:16px 0 18px;border-top:1px solid rgba(95,70,48,.12)}
.home19-footer-row{display:grid;grid-template-columns:150px 1fr auto;gap:28px;align-items:center}
.home19-footer-logo img{width:100px;height:64px;object-fit:contain;object-position:left center}
.home19-footer-links{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;font-size:.75rem;color:#4e4944}
.home19-footer-copy{font-size:.7rem;color:#716b65;white-space:nowrap}

/* Keep shared modals from premium.css on top */
body.home-19b .tbk-modal{z-index:200}

@media(max-width:1160px){
  body.home-19b .tbk-container{width:min(100% - 34px,1320px)}
  
  .home19-hero-grid{grid-template-columns:1.05fr .95fr;min-height:570px}.home19-hero-copy{padding-right:24px}
  .home19-special-grid{gap:13px}.home19-offer-image{height:170px}
  .home19-contact-layout{grid-template-columns:230px 1fr}.home19-contact-cards{gap:8px}.home19-contact-card{grid-template-columns:38px 1fr;padding:10px 9px}.home19-contact-card i{width:36px;height:36px;font-size:1.05rem}
}
@media(max-width:900px){
  .home19-hero-grid{grid-template-columns:1fr;min-height:0}.home19-hero-copy{padding:52px 0 34px}.home19-hero-copy::before{inset:0 -24px;background:linear-gradient(rgba(251,248,242,.96),rgba(251,248,242,.96)),url('../images/home-travel-pattern-19a.svg') center/cover no-repeat}.home19-hero-photo{min-height:0;background:#f3f1ed}.home19-hero-photo::before{display:none}.home19-hero-photo img{width:100%;height:auto;max-height:none;object-fit:contain}
  .home19-about-card{grid-template-columns:1fr}.home19-about-photo{min-height:0}.home19-about-photo img{height:auto;max-height:640px;object-fit:cover;object-position:center 32%}.home19-about-copy{padding:32px 28px}
  .home19-tour-search-card{grid-template-columns:auto 1fr}.home19-tour-search-card .tbk-btn{grid-column:1/-1;width:100%}
  .home19-special-grid{grid-template-columns:1fr 1fr}.home19-offer-card:last-child{grid-column:1/-1;max-width:50%;width:100%;justify-self:center}
  .home19-why-layout{grid-template-columns:1fr}.home19-why-title{text-align:center}.home19-contact-layout{grid-template-columns:1fr}.home19-contact-intro{text-align:center}.home19-contact-intro p{margin-inline:auto}.home19-contact-cards{grid-template-columns:1fr 1fr}
  .home19-footer-row{grid-template-columns:110px 1fr}.home19-footer-copy{grid-column:1/-1;text-align:center}.home19-footer-links{justify-content:flex-end}
  
  
  
}
@media(max-width:620px){
  body.home-19b .tbk-container{width:min(100% - 22px,1320px)}
  
  .home19-hero-copy{padding-top:38px}.home19-hero h1{font-size:2.55rem}.home19-hero-lead{font-size:1rem}.home19-hero-actions{display:grid}.home19-hero-actions .tbk-btn{width:100%}.home19-hero-points{gap:9px}
  .home19-about{padding-top:24px}.home19-about-copy{padding:26px 20px}.home19-about h2{font-size:2rem}.home19-about-photo img{max-height:none}
  .home19-tour-search{padding-bottom:24px}.home19-tour-search-card{grid-template-columns:1fr;text-align:center;padding:18px 16px 16px}.home19-tour-search-icon{margin:auto}.home19-tour-search-card .tbk-btn{grid-column:auto;min-width:0;width:100%}
  .home19-special{padding:31px 0 28px}.home19-special h2{font-size:2.15rem}.home19-special-grid{grid-template-columns:1fr}.home19-offer-card:last-child{grid-column:auto;max-width:none}.home19-offer-image{height:210px}
  .home19-why{padding:25px 0}.home19-why-grid{grid-template-columns:1fr}.home19-why-card{padding:14px}
  .home19-contacts{padding:24px 0}.home19-contact-cards{grid-template-columns:1fr}.home19-contact-card{min-height:72px}.home19-contact-intro h2{font-size:1.75rem}
  .home19-footer-row{grid-template-columns:1fr;text-align:center;gap:10px}.home19-footer-logo img{margin:auto}.home19-footer-links{justify-content:center;gap:16px}.home19-footer-copy{grid-column:auto;white-space:normal}
}
\n/* 1.9B — homepage order polish: Hero → Special offers → About → Tour search */
body.home-19b .home19-special{margin:0}
body.home-19b .home19-about{padding-top:36px}
body.home-19b .home19-special + .home19-about{border-top:0}



/* Travel by Kate 1.9D — homepage menu fix + legal line */




.home19-footer-legal{width:min(1320px,calc(100% - 48px));margin:0 auto;grid-column:1/-1;text-align:center;padding-top:9px;border-top:1px solid rgba(95,70,48,.10);font-size:.69rem;color:#716b65;line-height:1.55}
.home19-footer-legal a{color:#946415;font-weight:700;text-decoration:none}

.home19-contact-card .tbk-email-logo{width:22px;height:22px}
.home19-contact-card[hidden]{display:none!important}

/* Travel by Kate 1.9F — visible catalog CTA and unified header nav. */


.home19-special-more{margin-top:24px}
.home19-special-more .tbk-btn-special-more{
  min-height:50px;padding:0 30px;border:1px solid rgba(230,188,99,.88);border-radius:10px;
  background:linear-gradient(180deg,#e0aa43,#b77813);color:#fff;font-size:.9rem;font-weight:850;
  box-shadow:0 12px 28px rgba(20,5,9,.28),inset 0 1px 0 rgba(255,255,255,.22);text-decoration:none!important;
}
.home19-special-more .tbk-btn-special-more:hover{transform:translateY(-2px);filter:saturate(1.04);box-shadow:0 16px 34px rgba(20,5,9,.34)}
@media(max-width:1160px){}
/* 1.9F — explicit envelope SVG in the homepage contact card. */
.home19-contact-card .tbk-email-card-icon{display:grid!important;place-items:center!important;background:#c99532!important;color:#fff!important}
.home19-contact-card .tbk-email-card-icon .tbk-email-logo{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}


/* Travel by Kate 1.9L — forms first, direct contacts secondary. */
.home19-contact-layout{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr)}
.home19-contact-intro{align-self:center}
.home19-contact-path{min-height:178px;display:grid;align-content:center;gap:10px;padding:24px 26px;border:1px solid rgba(201,149,50,.24);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(255,250,240,.94));box-shadow:0 10px 28px rgba(60,44,28,.08)}
.home19-contact-path .home19-eyebrow{margin:0;color:#9f721e}
.home19-contact-path h3{margin:0;font:500 1.45rem/1.18 Georgia,serif;color:#243447}
.home19-contact-path p{margin:0;max-width:620px;color:#6c6761;font-size:.82rem;line-height:1.55}
.home19-contact-secondary{display:inline-flex;align-items:center;gap:7px;width:max-content;margin-top:3px;color:#8d651b;font-size:.8rem;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(141,101,27,.35);padding-bottom:2px}
.home19-contact-secondary:hover{color:#6f4d10;border-color:currentColor}
@media(max-width:900px){.home19-contact-layout{grid-template-columns:1fr}.home19-contact-path{min-height:0;text-align:center;justify-items:center}.home19-contact-path p{margin-inline:auto}}
@media(max-width:560px){.home19-contact-path{padding:20px 18px}.home19-contact-path h3{font-size:1.25rem}}

/* Travel by Kate 1.9M — immediate direct contacts stay secondary; email may remain visible. */
