/* ============================================================
   THAI BY TEE — Professional Design v2
   Private Kochin im Rhein-Neckar-Kreis
   #B05443  #FFE8C6  #B18849  #000000  #171210
   ============================================================ */

:root {
    --terra: #B05443;
    --terra-dark: #8f3f31;
    --terra-glow: rgba(176,84,67,0.15);
    --cream: #FFE8C6;
    --cream-light: #FFF7ED;
    --gold: #B18849;
    --gold-light: #c9a36a;
    --gold-glow: rgba(177,136,73,0.12);
    --black: #000000;
    --dark: #171210;
    --dark2: #1e1a17;
    --white: #ffffff;
    --g50: #FAFAF8;
    --g100: #F5F3EF;
    --g200: #E8E4DC;
    --g300: #D1CCC4;
    --g400: #A8A196;
    --g600: #6B6560;
    --g700: #4A4540;
    --g800: #2D2926;

    --font-d: 'Plus Jakarta Sans', -apple-system, sans-serif;
    --font-b: 'Inter', -apple-system, sans-serif;

    --sh-sm: 0 1px 3px rgba(23,18,16,0.06);
    --sh-md: 0 4px 20px rgba(23,18,16,0.08);
    --sh-lg: 0 12px 40px rgba(23,18,16,0.12);
    --sh-xl: 0 20px 60px rgba(23,18,16,0.16);

    --ease: cubic-bezier(.25,.46,.45,.94);
    --tr: all .35s var(--ease);
}

/* === RESET === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

body{
    font-family:var(--font-b);
    font-size:16px;
    color:var(--g600);
    line-height:1.75;
    background:var(--white);
    overflow-x:hidden;
}

.no-scroll{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:var(--tr)}
ul{list-style:none}

.th-container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}

/* === TYPOGRAPHY === */
.th-label{
    display:inline-block;
    font-family:var(--font-b);
    font-size:11px;
    font-weight:700;
    letter-spacing:3.5px;
    text-transform:uppercase;
    color:var(--terra);
    margin-bottom:14px;
    position:relative;
    padding-left:36px;
}
.th-label::before{
    content:'';position:absolute;left:0;top:50%;width:24px;height:1.5px;background:var(--terra);
}
.th-label--light{color:var(--cream)}
.th-label--light::before{background:var(--cream)}
.th-label--center{display:block;text-align:center;padding-left:0}
.th-label--center::before{display:none}

.th-title{
    font-family:var(--font-d);
    font-size:40px;
    font-weight:700;
    color:var(--dark);
    line-height:1.15;
    margin-bottom:20px;
}
.th-title--light{color:var(--white)}
.th-title--center{text-align:center}
.th-title span{color:var(--terra)}

.th-divider{width:50px;height:2px;background:var(--gold);margin:20px 0 24px}

/* === BUTTONS === */
.th-btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    padding:14px 34px;
    font-family:var(--font-b);font-size:14px;font-weight:600;letter-spacing:.4px;
    border:2px solid transparent;border-radius:50px;cursor:pointer;transition:var(--tr);
}
.th-btn--primary{background:var(--terra);color:var(--white);border-color:var(--terra)}
.th-btn--primary:hover{
    background:var(--terra-dark);border-color:var(--terra-dark);color:var(--white);
    transform:translateY(-2px);box-shadow:0 8px 25px rgba(176,84,67,.3);
}
.th-btn--full{width:100%}
.th-btn i{font-size:13px}

/* ==========================================================
   HEADER — Light hero, so dark text by default
   ========================================================== */
.th-header{
    position:fixed;top:0;left:0;right:0;z-index:1000;
    background:transparent;transition:var(--tr);padding:8px 0;
}
.th-header.scrolled{
    background:rgba(255,255,255,.97);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
    box-shadow:var(--sh-md);padding:2px 0;
}
.th-header__row{display:flex;align-items:center;justify-content:space-between;gap:20px}
.th-header__logo img{height:62px;transition:var(--tr)}
.th-header.scrolled .th-header__logo img{height:50px}

.th-header__nav{display:flex;align-items:center;gap:30px}
.th-header__link{
    font-size:13px;font-weight:500;color:var(--g700);
    letter-spacing:.3px;padding:6px 0;position:relative;
}
.th-header__link::after{
    content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;
    background:var(--terra);transition:all .3s var(--ease);transform:translateX(-50%);
}
.th-header__link:hover::after{width:100%}
.th-header__link:hover{color:var(--terra)}

.th-header__right{display:flex;align-items:center;gap:18px}

.th-lang{display:flex;align-items:center;gap:2px}
.th-lang__btn{font-size:12px;font-weight:700;color:var(--g400);padding:4px 7px;border-radius:4px;letter-spacing:.5px}
.th-lang__btn.active{color:var(--dark);background:var(--g100)}
.th-lang__btn:hover{color:var(--dark)}
.th-lang__sep{color:var(--g300);font-size:12px}

.th-header__cta{
    display:inline-block;padding:9px 22px;background:var(--terra);color:var(--white);
    font-size:13px;font-weight:600;border-radius:50px;
}
.th-header__cta:hover{background:var(--terra-dark);color:var(--white);transform:translateY(-1px)}

/* Burger */
.th-header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;z-index:1001}
.th-header__burger span{display:block;width:22px;height:2px;background:var(--dark);transition:var(--tr);border-radius:2px}
.th-header__burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.th-header__burger.open span:nth-child(2){opacity:0}
.th-header__burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Mobile */
.th-header__mobile{display:none;flex-direction:column;padding:30px 24px;background:var(--white);border-top:1px solid var(--g200)}
.th-header__mobile.open{display:flex}
.th-header__mobile-link{padding:14px 0;font-size:16px;font-weight:500;color:var(--dark);border-bottom:1px solid var(--g100)}
.th-header__mobile-link:hover{color:var(--terra)}
.th-header__mobile-lang{display:flex;align-items:center;gap:4px;padding:16px 0}
.th-header__mobile-lang .th-lang__btn{color:var(--g400)}
.th-header__mobile-lang .th-lang__btn.active{color:var(--dark);background:var(--g100)}
.th-header__mobile-lang .th-lang__sep{color:var(--g200)}
.th-header__mobile-cta{display:block;text-align:center;padding:14px;background:var(--terra);color:var(--white);border-radius:50px;font-weight:600;margin-top:8px}

/* ==========================================================
   HERO — Light Elegant Split with Layered Images
   ========================================================== */
.th-hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    background:linear-gradient(160deg, var(--white) 0%, var(--cream-light) 40%, var(--cream) 100%);
    overflow:hidden;
    padding-top:80px;
}

/* Decorative gradient blobs */
.th-hero__blob{
    position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;z-index:0;
}
.th-hero__blob--1{
    width:500px;height:500px;
    background:var(--cream);
    top:-100px;right:-100px;
    animation:blobFloat 8s ease-in-out infinite alternate;
}
.th-hero__blob--2{
    width:350px;height:350px;
    background:var(--terra-glow);
    bottom:5%;left:-80px;
    animation:blobFloat 10s ease-in-out infinite alternate-reverse;
}
.th-hero__blob--3{
    width:250px;height:250px;
    background:var(--gold-glow);
    top:40%;left:35%;
    animation:blobFloat 12s ease-in-out infinite alternate;
}
@keyframes blobFloat{
    0%{transform:translate(0,0) scale(1)}
    100%{transform:translate(30px,-20px) scale(1.08)}
}

/* Grid layout */
.th-hero__grid{
    display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;
    position:relative;z-index:2;
    padding:40px 0 60px;
}

.th-hero__content{max-width:540px}

.th-hero__tagline{
    display:inline-block;font-size:11px;font-weight:700;letter-spacing:3.5px;
    text-transform:uppercase;color:var(--terra);margin-bottom:20px;
    padding-left:40px;position:relative;
}
.th-hero__tagline::before{
    content:'';position:absolute;left:0;top:50%;width:28px;height:1.5px;background:var(--terra);
}

.th-hero__title{
    font-family:var(--font-d);font-size:50px;font-weight:800;
    color:var(--dark);line-height:1.1;margin-bottom:22px;
}

.th-hero__text{
    font-size:16px;color:var(--g600);line-height:1.8;margin-bottom:32px;max-width:480px;
}

.th-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px}

/* Dark outline btn for light hero */
.th-btn--dark-outline{
    background:transparent;color:var(--dark);border-color:var(--g300);
}
.th-btn--dark-outline:hover{
    background:var(--dark);color:var(--white);border-color:var(--dark);
}

/* Stats row */
.th-hero__stats{
    display:flex;align-items:center;gap:28px;
}
.th-hero__stat{display:flex;flex-direction:column}
.th-hero__stat-num{
    font-family:var(--font-d);font-size:32px;font-weight:800;
    color:var(--terra);line-height:1;
}
.th-hero__stat-label{
    font-size:12px;color:var(--g400);margin-top:4px;letter-spacing:.3px;
}
.th-hero__stat-sep{
    width:1px;height:36px;background:var(--g200);
}

/* Hero Visual — Layered gallery */
.th-hero__visual{
    display:flex;align-items:center;justify-content:center;
    position:relative;padding:20px;
}

.th-hero__gallery{
    position:relative;
    width:100%;max-width:480px;
}

.th-hero__main-img{
    border-radius:20px;overflow:hidden;
    box-shadow:0 25px 60px rgba(23,18,16,0.22);
    position:relative;z-index:2;
    border:1px solid rgba(0,0,0,0.06);
}
.th-hero__main-img img{
    width:100%;height:440px;object-fit:cover;object-position:center top;display:block;
}

.th-hero__small-img{
    position:absolute;
    bottom:-30px;left:-40px;
    width:180px;height:240px;
    border-radius:16px;overflow:hidden;
    border:5px solid var(--white);
    box-shadow:0 15px 40px rgba(23,18,16,0.2);
    z-index:3;
    animation:smallFloat 5s ease-in-out infinite;
}
.th-hero__small-img img{
    width:100%;height:100%;object-fit:cover;
}
@keyframes smallFloat{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-10px)}
}

/* Floating badge */
.th-hero__badge{
    position:absolute;top:30px;right:-20px;z-index:4;
    display:flex;align-items:center;gap:10px;
    background:var(--white);
    padding:14px 20px;border-radius:14px;
    box-shadow:var(--sh-lg);
    animation:badgeFloat 4s ease-in-out infinite;
}
.th-hero__badge i{
    font-size:22px;color:var(--gold);
}
.th-hero__badge strong{
    display:block;font-size:13px;color:var(--dark);line-height:1.2;
}
.th-hero__badge small{
    font-size:11px;color:var(--g400);
}
@keyframes badgeFloat{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-8px)}
}

/* Scroll indicator */
.th-hero__scroll{
    position:absolute;bottom:30px;left:50%;transform:translateX(-50%);
    z-index:4;display:flex;flex-direction:column;align-items:center;gap:8px;
}
.th-hero__scroll-line{
    width:1px;height:40px;background:var(--g300);
    position:relative;overflow:hidden;
}
.th-hero__scroll-line::after{
    content:'';position:absolute;top:-100%;left:0;
    width:1px;height:100%;background:var(--terra);
    animation:scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine{
    0%{top:-100%}100%{top:100%}
}
.th-hero__scroll span{
    font-size:10px;font-weight:600;letter-spacing:2px;
    text-transform:uppercase;color:var(--g400);
}

/* ==========================================================
   INTRO STRIP
   ========================================================== */
.th-intro{padding:70px 0;background:var(--white)}
.th-intro__inner{text-align:center;max-width:780px;margin:0 auto}
.th-intro__icon{max-width:160px;margin:0 auto 24px;opacity:.35}
.th-intro__text{
    font-family:var(--font-d);font-size:22px;font-weight:500;
    color:var(--dark);line-height:1.55;margin-bottom:16px;
}
.th-intro__note{font-size:15px;color:var(--g400);line-height:1.7}

/* ==========================================================
   ABOUT
   ========================================================== */
.th-about{padding:100px 0;background:var(--g50)}
.th-about__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}

.th-about__img-col{position:relative}
.th-about__img-frame{position:relative;border-radius:16px;overflow:hidden}
.th-about__photo{width:100%;height:520px;object-fit:cover;display:block}
.th-about__img-accent{
    position:absolute;bottom:-14px;right:-14px;width:55%;height:55%;
    border:3px solid var(--gold);border-radius:16px;z-index:-1;
}
.th-about__deco{position:absolute;bottom:-20px;left:-20px;width:90px;opacity:.18}

.th-about__text-col p{font-size:15px;color:var(--g600);margin-bottom:14px;line-height:1.8}
.th-about__role{
    font-family:var(--font-d);font-size:16px;font-weight:500;font-style:italic;
    color:var(--gold) !important;margin-bottom:0 !important;
}
.th-about__quote{
    margin-top:8px;padding:20px 24px;
    background:var(--cream-light);border-left:3px solid var(--gold);
    border-radius:0 10px 10px 0;font-style:italic;color:var(--g700) !important;
}

/* ==========================================================
   SERVICES — Unsere Leistungen
   ========================================================== */
.th-services{padding:100px 0;background:var(--white)}
.th-services__header{text-align:center;max-width:600px;margin:0 auto 50px}
.th-services__subtitle{font-size:15px;color:var(--g400);margin-top:-8px}

.th-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}

.th-scard{
    position:relative;background:var(--white);
    border:1px solid var(--g200);border-radius:16px;
    padding:40px 28px 36px;text-align:center;
    overflow:hidden;transition:var(--tr);
}
.th-scard:hover{
    transform:translateY(-8px);
    box-shadow:var(--sh-lg);
    border-color:var(--terra);
}
.th-scard__hover{
    position:absolute;bottom:0;left:0;right:0;height:4px;
    background:linear-gradient(90deg,var(--terra),var(--gold));
    transform:scaleX(0);transition:transform .4s var(--ease);
    transform-origin:left;
}
.th-scard:hover .th-scard__hover{transform:scaleX(1)}

.th-scard__img{
    width:90px;height:90px;margin:0 auto 20px;
    display:flex;align-items:center;justify-content:center;
    background:var(--cream-light);border-radius:50%;
    transition:var(--tr);
}
.th-scard:hover .th-scard__img{background:var(--terra-glow)}
.th-scard__img img{width:55px;height:55px;object-fit:contain}

.th-scard__body h3{
    font-family:var(--font-d);font-size:20px;font-weight:700;
    color:var(--dark);margin-bottom:10px;
}
.th-scard__body p{font-size:14px;color:var(--g600);line-height:1.7}

/* ==========================================================
   PRIVATE DINNER (Dark)
   ========================================================== */
.th-dinner{position:relative;padding:110px 0;background:var(--dark);overflow:hidden}
.th-dinner__bg-pattern{
    position:absolute;inset:0;background:url('../img/gallery/g05.jpg') center center/cover no-repeat;opacity:.06;
}
.th-dinner__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}

.th-dinner__desc{font-size:15px;color:rgba(255,255,255,.65);line-height:1.8;margin-bottom:24px}
.th-dinner__closing{
    font-family:var(--font-d);font-size:18px;font-weight:500;font-style:italic;
    color:var(--cream);margin-top:24px;line-height:1.55;
}

.th-checklist li{
    display:flex;align-items:center;gap:14px;
    padding:11px 0;font-size:15px;color:rgba(255,255,255,.78);
    border-bottom:1px solid rgba(255,255,255,.05);
}
.th-checklist li:last-child{border-bottom:none}
.th-checklist li i{
    width:26px;height:26px;display:flex;align-items:center;justify-content:center;
    background:var(--gold-glow);color:var(--gold);border-radius:50%;font-size:10px;flex-shrink:0;
}

.th-dinner__img-col{display:flex;justify-content:center}
.th-dinner__img{max-height:500px;width:auto;border-radius:16px;box-shadow:var(--sh-xl)}

/* ==========================================================
   ENJOY SECTION
   ========================================================== */
.th-enjoy{
    padding:100px 0;
    background:linear-gradient(135deg,var(--cream) 0%,var(--cream-light) 100%);
    text-align:center;
    position:relative;overflow:hidden;
}
.th-enjoy::before{
    content:'';position:absolute;top:-80px;left:-80px;
    width:250px;height:250px;border-radius:50%;
    background:rgba(176,84,67,.06);
}
.th-enjoy::after{
    content:'';position:absolute;bottom:-60px;right:-60px;
    width:200px;height:200px;border-radius:50%;
    background:rgba(177,136,73,.08);
}

.th-enjoy__inner{position:relative;z-index:2;max-width:680px;margin:0 auto}
.th-enjoy__sub{
    font-family:var(--font-d);font-size:15px;font-weight:500;font-style:italic;
    color:var(--gold);display:block;margin-bottom:10px;
}
.th-enjoy__title{
    font-family:var(--font-d);font-size:40px;font-weight:700;
    color:var(--dark);line-height:1.15;margin-bottom:20px;
}
.th-enjoy__title span{color:var(--terra);font-style:italic}
.th-enjoy__text{font-size:16px;color:var(--g600);line-height:1.8;margin-bottom:30px}

/* ==========================================================
   KOCHKURSE
   ========================================================== */
.th-courses{padding:100px 0;background:var(--white)}
.th-courses__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.th-courses__img{width:100%;border-radius:16px;box-shadow:var(--sh-lg);max-height:500px;object-fit:cover}

.th-courses__text-col p{font-size:15px;color:var(--g600);margin-bottom:14px;line-height:1.8}
.th-courses__for-label{margin-top:8px;margin-bottom:12px !important;color:var(--dark) !important}

.th-courses__tags{display:flex;flex-wrap:wrap;gap:10px}
.th-tag{
    display:inline-block;padding:9px 22px;
    background:var(--cream-light);color:var(--g700);
    font-size:13px;font-weight:500;border-radius:50px;
    border:1px solid var(--cream);transition:var(--tr);
}
.th-tag:hover{background:var(--terra);color:var(--white);border-color:var(--terra)}

/* ==========================================================
   GALLERY — Masonry Grid + Lightbox
   ========================================================== */
.th-gallery{padding:100px 0;background:var(--white)}
.th-gallery__header{text-align:center;max-width:600px;margin:0 auto 50px}
.th-gallery__subtitle{font-size:15px;color:var(--g400);margin-top:-8px}

.th-gallery__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-auto-rows:220px;
    gap:12px;
}

.th-gallery__item{
    position:relative;border-radius:12px;overflow:hidden;cursor:pointer;
}
.th-gallery__item img{
    width:100%;height:100%;object-fit:cover;display:block;
    transition:transform .5s var(--ease);
}
.th-gallery__item:hover img{transform:scale(1.08)}

.th-gallery__item--tall{grid-row:span 2}
.th-gallery__item--wide{grid-column:span 2}

.th-gallery__overlay{
    position:absolute;inset:0;
    background:rgba(23,18,16,.45);
    display:flex;align-items:center;justify-content:center;
    opacity:0;transition:opacity .35s ease;
}
.th-gallery__overlay i{
    font-size:22px;color:var(--white);
    width:48px;height:48px;display:flex;align-items:center;justify-content:center;
    border:2px solid rgba(255,255,255,.5);border-radius:50%;
    transform:scale(.7);transition:transform .35s var(--ease);
}
.th-gallery__item:hover .th-gallery__overlay{opacity:1}
.th-gallery__item:hover .th-gallery__overlay i{transform:scale(1)}

/* Lightbox */
.th-lightbox{
    position:fixed;inset:0;z-index:9999;
    background:rgba(0,0,0,.92);
    display:flex;align-items:center;justify-content:center;
    opacity:0;visibility:hidden;
    transition:all .3s ease;
}
.th-lightbox.open{opacity:1;visibility:visible}

.th-lightbox__img{
    max-width:90vw;max-height:85vh;object-fit:contain;
    border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5);
    transition:opacity .3s ease;
}

.th-lightbox__close,
.th-lightbox__prev,
.th-lightbox__next{
    position:absolute;background:none;border:none;
    color:var(--white);font-size:20px;cursor:pointer;
    width:48px;height:48px;display:flex;align-items:center;justify-content:center;
    border-radius:50%;transition:var(--tr);
    background:rgba(255,255,255,.08);
}
.th-lightbox__close:hover,
.th-lightbox__prev:hover,
.th-lightbox__next:hover{background:rgba(255,255,255,.2)}

.th-lightbox__close{top:20px;right:20px}
.th-lightbox__prev{left:20px;top:50%;transform:translateY(-50%)}
.th-lightbox__next{right:20px;top:50%;transform:translateY(-50%)}

/* ==========================================================
   WHY CHOOSE ME
   ========================================================== */
.th-why{padding:100px 0;background:var(--g50)}
.th-why__header{text-align:center;max-width:500px;margin:0 auto 50px}
.th-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}

.th-why__card{
    background:var(--white);border:1px solid var(--g200);
    border-radius:16px;padding:36px 24px;text-align:center;
    transition:var(--tr);position:relative;overflow:hidden;
}
.th-why__card::after{
    content:'';position:absolute;top:0;left:0;right:0;height:3px;
    background:linear-gradient(90deg,var(--terra),var(--gold));
    opacity:0;transition:opacity .3s ease;
}
.th-why__card:hover{transform:translateY(-6px);box-shadow:var(--sh-lg);border-color:transparent}
.th-why__card:hover::after{opacity:1}

.th-why__icon{
    width:56px;height:56px;margin:0 auto 18px;
    display:flex;align-items:center;justify-content:center;
    background:var(--terra-glow);color:var(--terra);
    border-radius:14px;font-size:20px;transition:var(--tr);
}
.th-why__card:hover .th-why__icon{background:var(--terra);color:var(--white)}

.th-why__card h3{
    font-family:var(--font-d);font-size:20px;font-weight:700;
    color:var(--dark);margin-bottom:10px;
}
.th-why__card p{font-size:13px;color:var(--g600);line-height:1.7}

/* ==========================================================
   EINSATZGEBIET / AREA
   ========================================================== */
.th-area{padding:90px 0;background:var(--cream-light)}
.th-area__inner{text-align:center;max-width:700px;margin:0 auto}
.th-area__text{font-size:16px;color:var(--g600);margin-bottom:32px}
.th-area__cities{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:20px}
.th-area__city{
    display:inline-flex;align-items:center;gap:8px;
    padding:12px 28px;background:var(--white);color:var(--dark);
    font-size:15px;font-weight:500;border-radius:50px;
    box-shadow:var(--sh-sm);border:1px solid var(--g200);transition:var(--tr);
}
.th-area__city:hover{border-color:var(--terra);color:var(--terra);transform:translateY(-3px);box-shadow:var(--sh-md)}
.th-area__extra{font-family:var(--font-d);font-size:17px;font-weight:500;font-style:italic;color:var(--gold);margin-top:8px}

/* ==========================================================
   CONTACT
   ========================================================== */
.th-contact{padding:100px 0;background:var(--white)}
.th-contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}

.th-contact__info p{font-size:15px;color:var(--g600);margin-bottom:14px;line-height:1.8}
.th-contact__note{
    display:inline-block;padding:12px 20px;background:var(--cream-light);
    border-radius:10px;font-size:14px;color:var(--g700) !important;
    border:1px solid var(--cream);margin-top:4px;
}
.th-contact__details{margin-top:28px;display:flex;flex-direction:column;gap:12px}
.th-contact__details a,.th-contact__details span{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--g600)}
.th-contact__details i{
    width:38px;height:38px;display:flex;align-items:center;justify-content:center;
    background:var(--cream-light);color:var(--terra);border-radius:50%;font-size:13px;flex-shrink:0;
}
.th-contact__details a:hover{color:var(--terra)}
.th-contact__deco{width:120px;opacity:.08;margin-top:30px}

/* Form */
.th-contact__form-wrap{
    background:var(--g50);padding:40px;border-radius:20px;border:1px solid var(--g200);
}
.th-form__group{margin-bottom:14px}
.th-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}

.th-form__input,.th-form__textarea{
    width:100%;padding:13px 18px;
    background:var(--white);border:1px solid var(--g200);border-radius:12px;
    font-family:var(--font-b);font-size:14px;color:var(--dark);
    outline:none;transition:var(--tr);appearance:none;-webkit-appearance:none;
}
.th-form__input:focus,.th-form__textarea:focus{
    border-color:var(--terra);box-shadow:0 0 0 3px var(--terra-glow);
}
.th-form__input::placeholder,.th-form__textarea::placeholder{color:var(--g400)}
.th-form__textarea{resize:vertical;min-height:100px}
select.th-form__input{cursor:pointer;color:var(--g400)}

/* ==========================================================
   FOOTER
   ========================================================== */
.th-footer{background:var(--dark);padding-top:70px;color:rgba(255,255,255,.55)}
.th-footer__top{
    display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;
    padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.06);
}
.th-footer__logo{width:100px;margin-bottom:16px}
.th-footer__tagline{font-size:14px;line-height:1.7;color:rgba(255,255,255,.4)}
.th-footer__col h4{
    font-family:var(--font-b);font-size:12px;font-weight:700;
    letter-spacing:2px;text-transform:uppercase;
    color:var(--white);margin-bottom:20px;
}
.th-footer__col a,.th-footer__col span{
    display:flex;align-items:center;gap:8px;
    font-size:14px;color:rgba(255,255,255,.45);margin-bottom:10px;transition:var(--tr);
}
.th-footer__col a:hover{color:var(--gold)}
.th-footer__col i{color:var(--gold);font-size:12px;width:16px}

.th-footer__bottom{padding:20px 0;text-align:center}
.th-footer__bottom p{font-size:13px;color:rgba(255,255,255,.25)}

/* === SCROLL TO TOP === */
.th-totop{
    position:fixed;bottom:30px;right:30px;width:44px;height:44px;
    background:var(--terra);color:var(--white);
    display:flex;align-items:center;justify-content:center;
    border-radius:50%;cursor:pointer;
    opacity:0;visibility:hidden;transition:var(--tr);z-index:900;
    font-size:14px;box-shadow:var(--sh-md);
}
.th-totop.show{opacity:1;visibility:visible}
.th-totop:hover{background:var(--dark);transform:translateY(-3px)}

/* ==========================================================
   RESPONSIVE — TABLET
   ========================================================== */
@media(max-width:1024px){
    .th-header__nav,.th-header__right{display:none}
    .th-header__burger{display:flex}

    .th-hero__grid{grid-template-columns:1fr;text-align:center}
    .th-hero__content{max-width:100%}
    .th-hero__tagline{padding-left:0}
    .th-hero__tagline::before{display:none}
    .th-hero__title{font-size:40px}
    .th-hero__text{margin-left:auto;margin-right:auto}
    .th-hero__actions{justify-content:center}
    .th-hero__stats{justify-content:center}
    .th-hero__visual{margin-top:20px}
    .th-hero__gallery{max-width:400px;margin:0 auto}
    .th-hero__small-img{left:-20px;bottom:-20px;width:150px;height:180px}
    .th-hero__badge{right:-10px;top:20px}
    .th-hero__scroll{bottom:20px}
    .th-hero__blob--1{width:350px;height:350px}
    .th-hero__blob--2{width:250px;height:250px}

    .th-about__grid,.th-dinner__grid,.th-courses__grid,.th-contact__grid{grid-template-columns:1fr;gap:40px}
    .th-about__img-col{order:-1}
    .th-about__photo{height:380px}
    .th-dinner__img-col{order:-1}
    .th-dinner__img{max-height:360px}
    .th-courses__img{max-height:360px;width:100%}

    .th-services__grid{grid-template-columns:repeat(3,1fr)}
    .th-why__grid{grid-template-columns:repeat(2,1fr)}
    .th-gallery__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:200px}

    .th-title{font-size:28px}

    .th-footer__top{grid-template-columns:1fr 1fr;gap:30px}
}

/* ==========================================================
   RESPONSIVE — MOBILE
   ========================================================== */
@media(max-width:767px){
    .th-hero{min-height:auto;padding-top:70px;padding-bottom:40px}
    .th-hero__title{font-size:32px}
    .th-hero__text{font-size:15px}
    .th-hero__visual{display:none}
    .th-hero__grid{padding:30px 0 20px}
    .th-hero__actions{flex-direction:column;gap:12px}
    .th-hero__actions .th-btn{text-align:center;width:100%}
    .th-hero__scroll{display:none}
    .th-hero__stats{flex-wrap:wrap;gap:20px}
    .th-hero__stat-sep{display:none}
    .th-hero__blob{display:none}

    .th-title{font-size:28px}
    .th-intro__text{font-size:22px}

    .th-about,.th-dinner,.th-courses,.th-area,.th-contact,.th-services,.th-why,.th-enjoy{padding:70px 0}
    .th-about__photo{height:300px}
    .th-about__img-accent{display:none}

    .th-services__grid{grid-template-columns:1fr}
    .th-why__grid{grid-template-columns:1fr 1fr}
    .th-gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}
    .th-gallery__item--wide{grid-column:span 1}
    .th-gallery,.th-gallery+div{padding:70px 0}

    .th-form__row{grid-template-columns:1fr}
    .th-contact__form-wrap{padding:28px 20px}

    .th-footer__top{grid-template-columns:1fr;text-align:center}
    .th-footer__col a,.th-footer__col span{justify-content:center}
    .th-footer__logo{margin:0 auto 16px}

    .th-area__cities{gap:10px}
    .th-area__city{padding:10px 20px;font-size:14px}

    .th-enjoy__title{font-size:26px}
}

/* ==========================================================
   RESPONSIVE — SMALL MOBILE
   ========================================================== */
@media(max-width:480px){
    .th-hero__title{font-size:26px}
    .th-title{font-size:28px}
    .th-intro__text{font-size:20px}
    .th-header__logo img{height:48px}
    .th-hero__curve svg{height:50px}
    .th-why__grid{grid-template-columns:1fr}
    .th-enjoy__title{font-size:26px}
}
