:root {
  --orange: #E87722;
  --orange-light: #FF9A45;
  --orange-dark: #C05A00;
  --black: #0A0A0A;
  --black-2: #111111;
  --black-3: #1A1A1A;
  --white: #F5F5F0;
  --white-dim: rgba(245,245,240,0.65);
  --gray: #2A2A2A;
  --font-display: 'Bebas Neue', sans-serif;
  --font-cond: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: var(--font-body); overflow-x: hidden; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(232,119,34,0.18);
  transition: background 0.3s;
}
.nav__logo { display: flex; align-items: baseline; gap: 8px; text-decoration: none; }
.nav__logo-z { font-family: var(--font-display); font-size: 2rem; color: var(--orange); line-height: 1; }
.nav__logo-concept { font-family: var(--font-cond); font-size: 0.85rem; font-weight: 700; color: var(--white); letter-spacing: 0.12em; }
.nav__logo-div { color: rgba(245,245,240,0.25); font-size: 0.8rem; }
.nav__logo-kefee { font-family: var(--font-cond); font-size: 0.72rem; font-weight: 700; color: rgba(245,245,240,0.4); letter-spacing: 0.1em; }
.nav__menu { display: flex; align-items: center; gap: 0; }
.nav__links { display: flex; align-items: center; gap: 4px; margin-right: 20px; }
.nav__item {
  font-family: var(--font-cond); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em;
  color: rgba(245,245,240,0.5); text-decoration: none;
  padding: 6px 12px; border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav__item:hover { color: var(--white); }
.nav__item.active { color: var(--orange); border-bottom-color: var(--orange); }
.nav__auth { display: flex; align-items: center; gap: 12px; }
.nav__greeting { font-family: var(--font-cond); font-size: 0.78rem; letter-spacing: 0.1em; color: rgba(245,245,240,0.45); }
.nav__authlink {
  font-family: var(--font-cond); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em;
  color: rgba(245,245,240,0.55); text-decoration: none; transition: color 0.2s;
}
.nav__authlink:hover { color: var(--white); }
.nav__authlink--outline { border: 1px solid rgba(232,119,34,0.4); padding: 6px 14px; color: var(--orange); }
.nav__authlink--outline:hover { background: rgba(232,119,34,0.08); color: var(--orange-light); }
.nav__booknow {
  font-family: var(--font-cond); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.12em;
  color: var(--black); background: var(--orange); padding: 10px 24px; text-decoration: none;
  clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);
  transition: background 0.2s;
}
.nav__booknow:hover { background: var(--orange-light); }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav__burger span { display: block; width: 22px; height: 2px; background: var(--white); transition: all 0.3s; }

/* ── FLASH ── */
.flash-wrap {
  position: fixed; top: calc(var(--nav-h) + 12px); left: 50%;
  transform: translateX(-50%); z-index: 200;
  width: 100%; max-width: 560px; padding: 0 20px; pointer-events: none;
}
.flash {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 18px; margin-bottom: 10px; font-size: 0.9rem; border-left: 4px solid;
  pointer-events: all; animation: fadeUp 0.4s ease forwards;
}
.flash button { background: none; border: none; color: inherit; opacity: 0.5; cursor: pointer; font-size: 0.8rem; }
.flash--success { background: rgba(34,197,94,0.12); border-color: #22c55e; color: #4ade80; }
.flash--warning { background: rgba(245,158,11,0.12); border-color: #f59e0b; color: #fbbf24; }
.flash--error { background: rgba(239,68,68,0.12); border-color: #ef4444; color: #f87171; }
.flash--info { background: rgba(59,130,246,0.12); border-color: #3b82f6; color: #60a5fa; }

/* ── HERO ── */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  padding: calc(var(--nav-h) + 60px) 48px 80px;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 70% 50%, rgba(232,119,34,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.hero__bg {
  position: absolute; right: -20px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-display); font-size: clamp(14rem,25vw,24rem);
  color: rgba(232,119,34,0.05); line-height: 1; user-select: none; pointer-events: none;
}
.hero__content { position: relative; z-index: 2; max-width: 680px; }
.hero__eyebrow {
  font-family: var(--font-cond); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.22em;
  color: var(--orange); margin-bottom: 20px;
  opacity: 0; animation: fadeUp 0.8s 0.2s forwards;
}
.hero__title {
  font-family: var(--font-display); font-size: clamp(2.8rem,7vw,6rem);
  line-height: 0.92; color: var(--white); margin-bottom: 24px;
  opacity: 0; animation: fadeUp 0.8s 0.4s forwards;
}
.hero__title em { font-style: normal; color: var(--orange); }
.hero__tagline {
  font-size: 0.9rem; font-weight: 300; color: var(--white-dim);
  letter-spacing: 0.06em; margin-bottom: 44px;
  opacity: 0; animation: fadeUp 0.8s 0.6s forwards;
}
.hero__cta {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-cond); font-size: 1rem; font-weight: 700; letter-spacing: 0.12em;
  color: var(--black); background: var(--orange); padding: 16px 36px; text-decoration: none;
  clip-path: polygon(12px 0%,100% 0%,calc(100% - 12px) 100%,0% 100%);
  position: relative; overflow: hidden;
  opacity: 0; animation: fadeUp 0.8s 0.8s forwards; transition: background 0.25s;
}
.hero__cta:hover { background: var(--orange-light); }
.hero__scroll {
  position: absolute; bottom: 36px; left: 48px;
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-cond); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em;
  color: rgba(245,245,240,0.3);
  opacity: 0; animation: fadeUp 0.8s 1.2s forwards;
}
.hero__scroll-line { width: 60px; height: 1px; background: var(--orange); }

/* ── TICKER ── */
.ticker { background: var(--orange); overflow: hidden; padding: 14px 0; border-top: 2px solid var(--orange-dark); border-bottom: 2px solid var(--orange-dark); }
.ticker__track { display: flex; align-items: center; gap: 24px; white-space: nowrap; animation: marquee 28s linear infinite; }
.ticker__track span { font-family: var(--font-cond); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.16em; color: var(--black); }
.ticker__track .dot { color: rgba(0,0,0,0.35); font-size: 0.6rem; }

/* ── SECTIONS ── */
.section { padding: 96px 48px; }
.section__label { display: block; font-family: var(--font-cond); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; color: var(--orange); margin-bottom: 10px; }
.section__title { font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2.2rem); color: var(--white); line-height: 1; margin-bottom: 28px; }
.section__header { text-align: center; }

/* ── PHOTO GRID ── */
.photo-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.photo-grid__item {
  position: relative; aspect-ratio: 4/5; overflow: hidden;
  background: var(--black-3); cursor: pointer;
  border: 1px solid rgba(232,119,34,0.1);
}
.photo-grid__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.photo-grid__item:hover img { transform: scale(1.06); }
.photo-grid__label {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.85) 0%, transparent 55%);
  display: flex; align-items: flex-end; padding: 18px;
  opacity: 0; transition: opacity 0.35s;
}
.photo-grid__item:hover .photo-grid__label { opacity: 1; }
.photo-grid__label span { font-family: var(--font-cond); font-size: 0.95rem; font-weight: 700; letter-spacing: 0.1em; color: var(--white); }
.photo-grid__item--placeholder { cursor: default; border: 1px dashed rgba(232,119,34,0.18); }
.photo-grid__item--placeholder:hover img { transform: none; }
.placeholder-inner { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: rgba(232,119,34,0.18); }
.placeholder-inner span { font-family: var(--font-cond); font-size: 0.7rem; letter-spacing: 0.18em; color: rgba(245,245,240,0.1); }
.gallery-footer { text-align: center; margin-top: 40px; }

/* ── FACEBOOK BUTTON ── */
.fb-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-cond); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.14em;
  color: var(--white); background: #1877F2; padding: 14px 32px; text-decoration: none;
  clip-path: polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%);
  transition: background 0.2s, transform 0.2s;
}
.fb-btn:hover { background: #1565d8; transform: scale(1.03); }

/* ── LIGHTBOX ── */
.lightbox {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.96);
  z-index: 1000; align-items: center; justify-content: center;
  flex-direction: column; padding: 40px; cursor: zoom-out;
}
.lightbox.open { display: flex; }
.lightbox__img { max-width: 90vw; max-height: 80vh; object-fit: contain; border: 1px solid rgba(232,119,34,0.2); cursor: default; }
.lightbox__cap { margin-top: 16px; font-family: var(--font-cond); font-size: 1rem; letter-spacing: 0.1em; color: rgba(245,245,240,0.5); }
.lightbox__close { position: absolute; top: 20px; right: 28px; background: none; border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; opacity: 0.6; transition: opacity 0.2s; }
.lightbox__close:hover { opacity: 1; }

/* ── ABOUT TEASER (homepage) ── */
.about-teaser { background: var(--black-3); }
.about-teaser__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1100px; margin: 0 auto; }
.about-teaser__title { font-family: var(--font-display); font-size: clamp(1.8rem,3.5vw,3rem); line-height: 0.95; color: var(--white); margin: 10px 0 20px; }
.about-teaser__title em { font-style: normal; color: var(--orange); }
.about-teaser__body { font-size: 0.95rem; font-weight: 300; color: var(--white-dim); line-height: 1.8; margin-bottom: 24px; }
.about-teaser__link { font-family: var(--font-cond); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.14em; color: var(--orange); text-decoration: none; border-bottom: 1px solid rgba(232,119,34,0.35); padding-bottom: 3px; transition: color 0.2s; }
.about-teaser__link:hover { color: var(--orange-light); }
.about-teaser__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat { background: var(--black-2); border: 1px solid rgba(232,119,34,0.12); border-top: 3px solid var(--orange); padding: 24px; }
.stat__n { display: block; font-family: var(--font-display); font-size: 2.8rem; color: var(--orange); line-height: 1; }
.stat__l { display: block; font-family: var(--font-cond); font-size: 0.68rem; letter-spacing: 0.16em; color: rgba(245,245,240,0.35); margin-top: 4px; }

/* ── BOOK CTA (homepage) ── */
.book-cta { position: relative; text-align: center; overflow: hidden; }
.book-cta__bg { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--font-display); font-size: clamp(12rem,28vw,26rem); color: rgba(232,119,34,0.04); line-height: 1; user-select: none; pointer-events: none; white-space: nowrap; }
.book-cta__inner { position: relative; z-index: 2; }
.book-cta__title { font-family: var(--font-display); font-size: clamp(2rem,5vw,4rem); line-height: 0.9; color: var(--white); margin: 12px 0 36px; }
.book-cta__title em { font-style: normal; color: var(--orange); }

/* ── CTA BUTTON ── */
.cta-btn {
  display: inline-flex; position: relative; overflow: hidden;
  text-decoration: none; border: none; background: none; padding: 0;
}
.cta-btn__inner {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-family: var(--font-display); font-size: 1.6rem; letter-spacing: 0.07em;
  color: var(--black); background: var(--orange);
  padding: 20px 52px;
  clip-path: polygon(14px 0%,100% 0%,calc(100% - 14px) 100%,0% 100%);
  position: relative; z-index: 1; transition: background 0.3s; width: 100%;
}
.cta-btn:hover .cta-btn__inner { background: var(--orange-light); }
.cta-btn__shine {
  position: absolute; inset: 0;
  background: linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.28) 50%,transparent 100%);
  transform: translateX(-100%); transition: transform 0.6s; z-index: 2; pointer-events: none;
}
.cta-btn:hover .cta-btn__shine { transform: translateX(100%); }
.cta-btn::after {
  content: ''; position: absolute; inset: -5px;
  border: 2px solid var(--orange);
  clip-path: polygon(14px 0%,100% 0%,calc(100% - 14px) 100%,0% 100%);
  animation: ringPulse 2.5s ease-in-out infinite; pointer-events: none;
}

/* ── PAGE HERO ── */
.page-hero {
  min-height: 24vh; display: flex; align-items: flex-end;
  padding: calc(var(--nav-h) + 40px) 48px 40px;
  background: var(--black); position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(232,119,34,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero__inner { position: relative; z-index: 2; }
.page-hero__title { font-family: var(--font-display); font-size: clamp(2rem,5vw,4rem); line-height: 0.9; color: var(--white); margin-top: 10px; }
.page-hero__title em { font-style: normal; color: var(--orange); }

/* ── VIDEO CAROUSEL ── */
.videos-section { background: var(--black-3); }
.carousel { position: relative; overflow: hidden; }
.carousel__track { display: flex; transition: transform 0.55s cubic-bezier(0.25,0.46,0.45,0.94); }
.carousel__slide { min-width: calc(50% - 10px); margin-right: 20px; flex-shrink: 0; }
.video-card { background: var(--gray); border: 1px solid rgba(232,119,34,0.15); overflow: hidden; }
.video-card__frame { position: relative; aspect-ratio: 16/9; background: #000; }
.video-card__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.video-card__label { padding: 14px 20px; font-family: var(--font-cond); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; color: var(--orange); }
.carousel__btn {
  position: absolute; top: 45%; transform: translateY(-50%); z-index: 10;
  background: var(--orange); color: var(--black); border: none;
  width: 48px; height: 48px; font-size: 1.2rem; cursor: pointer;
  clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);
  transition: background 0.2s; display: flex; align-items: center; justify-content: center;
}
.carousel__btn:hover { background: var(--orange-light); }
.carousel__btn--prev { left: -12px; }
.carousel__btn--next { right: -12px; }
.carousel__dots { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.carousel__dot { width: 28px; height: 3px; background: rgba(245,245,240,0.18); cursor: pointer; transition: background 0.3s, width 0.3s; }
.carousel__dot.active { background: var(--orange); width: 48px; }

/* ── ABOUT PAGE ── */
.about-page { background: var(--black-2); }
.about-page__inner { max-width: 1100px; margin: 0 auto; }
.about-page__lead { font-family: var(--font-display); font-size: clamp(1.5rem,3.5vw,2.4rem); color: rgba(245,245,240,0.2); line-height: 1.2; margin-bottom: 48px; }
.about-page__lead strong { color: var(--orange); }
.about-page__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-bottom: 72px; }
.about-page__col-title { font-family: var(--font-cond); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; color: var(--orange); margin-bottom: 20px; }
.about-page__col p { font-size: 0.97rem; font-weight: 300; color: var(--white-dim); line-height: 1.9; margin-bottom: 14px; }
.about-page__quote { font-family: var(--font-display); font-size: 2rem; color: rgba(245,245,240,0.12); margin-top: 28px; }
.about-page__services-title { font-family: var(--font-cond); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; color: var(--orange); margin-bottom: 24px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 0; }
.service-item { display: flex; align-items: center; gap: 12px; font-family: var(--font-cond); font-size: 0.9rem; letter-spacing: 0.08em; color: rgba(245,245,240,0.55); padding: 14px 0; border-bottom: 1px solid rgba(245,245,240,0.05); }
.service-item__dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }

/* ── CONTACT PAGE ── */
.contact-page { background: var(--black-2); }
.contact-page__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.contact-info__title { font-family: var(--font-display); font-size: 2.2rem; color: var(--white); margin-bottom: 10px; }
.contact-info__sub { font-size: 0.92rem; color: rgba(245,245,240,0.45); margin-bottom: 32px; line-height: 1.7; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(245,245,240,0.06); color: var(--orange); }
.contact-item__label { display: block; font-family: var(--font-cond); font-size: 0.67rem; letter-spacing: 0.16em; color: rgba(245,245,240,0.3); margin-bottom: 4px; }
.contact-item__value { font-size: 0.92rem; color: var(--white); text-decoration: none; transition: color 0.2s; }
.contact-item__value:hover { color: var(--orange); }
.contact-socials { display: flex; gap: 20px; margin-top: 28px; }
.contact-socials a { color: rgba(245,245,240,0.3); transition: color 0.2s, transform 0.2s; }
.contact-socials a:hover { color: var(--orange); transform: translateY(-3px); }
.contact-form-wrap { background: var(--black-3); border: 1px solid rgba(232,119,34,0.12); padding: 40px; }

/* ── BOOKING PAGE ── */
.booking-page { background: var(--black-2); }
.booking-page__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start; }
.booking-page__title { font-family: var(--font-display); font-size: clamp(2.5rem,5vw,4rem); line-height: 0.92; color: var(--white); margin-bottom: 20px; }
.booking-page__title em { font-style: normal; color: var(--orange); }
.booking-page__sub { font-size: 0.92rem; color: rgba(245,245,240,0.5); margin-bottom: 28px; line-height: 1.7; }
.booking-page__phone { display: block; font-family: var(--font-display); font-size: 2.2rem; color: var(--orange); text-decoration: none; margin-bottom: 28px; transition: color 0.2s; }
.booking-page__phone:hover { color: var(--orange-light); }
.booking-page__socials { display: flex; gap: 20px; }
.booking-page__socials a { color: rgba(245,245,240,0.3); transition: color 0.2s, transform 0.2s; }
.booking-page__socials a:hover { color: var(--orange); transform: translateY(-3px); }

/* ── FORMS ── */
.booking-form { background: var(--black-3); border: 1px solid rgba(232,119,34,0.12); padding: 40px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.form-group--full { margin-bottom: 16px; }
.form-group label { font-family: var(--font-cond); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; color: var(--orange); }
.form-group input, .form-group select, .form-group textarea {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(232,119,34,0.22);
  color: var(--white); font-family: var(--font-body); font-size: 0.92rem;
  padding: 12px 16px; outline: none; transition: border-color 0.2s, background 0.2s; width: 100%;
  -webkit-appearance: none; appearance: none;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23E87722' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; background-color: rgba(255,255,255,0.04);
  padding-right: 40px; cursor: pointer;
}
.form-group select option { background: var(--black-3); color: var(--white); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--orange); background: rgba(232,119,34,0.05); }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(245,245,240,0.2); }
.form-group input[type="date"], .form-group input[type="time"] { color-scheme: dark; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-errors { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.3); color: #f87171; font-size: 0.86rem; padding: 12px 16px; margin-bottom: 16px; display: none; line-height: 1.6; }
.form-success-msg { background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.3); color: #4ade80; font-family: var(--font-cond); font-size: 0.9rem; letter-spacing: 0.06em; padding: 16px; margin-bottom: 16px; display: none; text-align: center; }
.form-success { background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.3); color: #4ade80; font-size: 0.9rem; padding: 14px 16px; margin-bottom: 16px; }
.form-error { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.3); color: #f87171; font-size: 0.86rem; padding: 12px 16px; margin-bottom: 16px; }

/* ── FOOTER ── */
.footer {
  background: var(--black-2); border-top: 1px solid rgba(232,119,34,0.12);
  padding: 28px 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px;
}
.footer__brand { display: flex; flex-direction: column; gap: 4px; }
.footer__name { font-family: var(--font-cond); font-size: 0.75rem; letter-spacing: 0.1em; color: rgba(245,245,240,0.45); }
.footer__copy { font-size: 0.7rem; color: rgba(245,245,240,0.22); }
.footer__nav { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.footer__nav a { font-family: var(--font-cond); font-size: 0.75rem; letter-spacing: 0.1em; color: rgba(245,245,240,0.28); text-decoration: none; transition: color 0.2s; }
.footer__nav a:hover { color: var(--orange); }
.footer__tag { font-family: var(--font-cond); font-size: 0.75rem; letter-spacing: 0.12em; color: rgba(245,245,240,0.22); text-align: right; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@keyframes marquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@keyframes ringPulse { 0%,100% { opacity:0.6; transform:scale(1); } 50% { opacity:0.15; transform:scale(1.04); } }

/* ── RESPONSIVE ── */


/* -- BOOKING INFO PAGE -- */
.booking-info { max-width: 1100px; margin: 0 auto; }
.booking-info__intro { text-align: center; margin-bottom: 64px; }
.booking-info__title { font-family: var(--font-display); font-size: clamp(1.8rem,4vw,3.2rem); line-height: 0.92; color: var(--white); margin-bottom: 16px; }
.booking-info__title em { font-style: normal; color: var(--orange); }
.booking-info__sub { font-size: 1rem; font-weight: 300; color: var(--white-dim); max-width: 560px; margin: 0 auto; line-height: 1.8; }

.booking-info__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 64px; }
.booking-info__card {
  background: var(--black-2); border: 1px solid rgba(232,119,34,0.12);
  border-top: 3px solid var(--orange); padding: 32px 28px;
  transition: border-color 0.3s, transform 0.3s;
}
.booking-info__card:hover { border-color: var(--orange); transform: translateY(-4px); }
.booking-info__icon { color: var(--orange); margin-bottom: 20px; }
.booking-info__card h3 { font-family: var(--font-cond); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.14em; color: var(--white); margin-bottom: 12px; }
.booking-info__card p { font-size: 0.9rem; font-weight: 300; color: var(--white-dim); line-height: 1.8; }

.booking-info__services { text-align: center; margin-bottom: 64px; }
.booking-info__services-title { font-family: var(--font-cond); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; color: var(--orange); margin-bottom: 20px; }
.booking-info__tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.booking-tag {
  font-family: var(--font-cond); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em;
  color: var(--orange); border: 1px solid rgba(232,119,34,0.3);
  padding: 8px 18px; transition: background 0.2s;
}
.booking-tag:hover { background: rgba(232,119,34,0.08); }

.booking-info__cta { text-align: center; }
.booking-info__cta-text { font-size: 1rem; color: var(--white-dim); margin-bottom: 32px; }
.booking-info__or { font-size: 0.82rem; color: rgba(245,245,240,0.3); letter-spacing: 0.1em; margin: 24px 0 10px; }
.booking-info__phone { display: block; font-family: var(--font-display); font-size: 2.2rem; color: var(--orange); text-decoration: none; transition: color 0.2s; }
.booking-info__phone:hover { color: var(--orange-light); }



/* ════════════════════════════════════════════
   RESPONSIVE — MOBILE FIRST
   ════════════════════════════════════════════ */

/* ── TABLET 900px ── */
@media (max-width: 900px) {

  /* NAV */
  .nav { padding: 0 20px; height: 64px; --nav-h: 64px; }
  .nav__logo-kefee, .nav__logo-div { display: none; }
  .nav__logo-z { font-size: 1.7rem; }
  .nav__burger { display: flex; z-index: 101; }
  .nav__menu {
    display: none !important;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #0a0a0a;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav__menu.open { display: flex !important; }
  .nav__links {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
  .nav__item {
    font-size: 2rem;
    padding: 18px 40px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(232,119,34,0.08);
    border-left: none;
  }
  .nav__item.active { background: rgba(232,119,34,0.06); }
  .nav__auth {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 40px;
    width: 100%;
  }
  .nav__greeting { font-size: 0.9rem; }
  .nav__authlink { font-size: 0.95rem; padding: 10px 28px; }
  .nav__authlink--outline { width: 100%; text-align: center; }
  .nav__booknow { width: 100%; text-align: center; padding: 14px; font-size: 1rem; clip-path: none; }

  /* SECTIONS */
  .section { padding: 56px 20px; }

  /* HERO */
  .hero { padding: calc(64px + 48px) 20px 72px; min-height: 100svh; }
  .hero__bg { font-size: clamp(8rem, 40vw, 16rem); right: -10px; }
  .hero__scroll { display: none; }
  .hero__cta { width: 100%; justify-content: center; padding: 16px 24px; clip-path: polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%); }

  /* TICKER */
  .ticker__track { gap: 18px; }

  /* PHOTO GRID */
  .photo-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }

  /* VIDEO CAROUSEL */
  .carousel__slide { min-width: calc(88% - 10px); }
  .carousel__btn--prev { left: 0; }
  .carousel__btn--next { right: 0; }

  /* ABOUT TEASER */
  .about-teaser__inner { grid-template-columns: 1fr; gap: 40px; }
  .about-teaser__stats { grid-template-columns: repeat(4,1fr); gap: 10px; }
  .stat { padding: 16px 12px; }
  .stat__n { font-size: 2rem; }

  /* BOOK CTA */
  .book-cta { padding: 72px 20px; }
  .book-cta__title { margin-bottom: 36px; }
  .cta-btn { width: 100%; }
  .cta-btn__inner { font-size: 1.4rem; padding: 18px 24px; clip-path: polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%); width: 100%; }

  /* PAGE HERO */
  .page-hero { padding: calc(64px + 40px) 20px 40px; min-height: 32vh; }
  .page-hero__title { font-size: clamp(1.8rem, 8vw, 3rem); }

  /* ABOUT PAGE */
  .about-page { padding: 56px 20px; }
  .about-page__cols { grid-template-columns: 1fr; gap: 36px; }
  .about-page__lead { font-size: clamp(1.6rem,5vw,2.5rem); margin-bottom: 40px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }

  /* CONTACT PAGE */
  .contact-page { padding: 56px 20px; }
  .contact-page__inner { grid-template-columns: 1fr; gap: 40px; }
  .contact-form-wrap { padding: 28px 20px; }

  /* BOOKING INFO */
  .booking-info__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .booking-info__card { padding: 24px 20px; }

  /* FOOTER */
  .footer {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 20px;
    gap: 16px;
  }
  .footer__tag { text-align: center; }
  .footer__nav { gap: 14px; justify-content: center; }
}

/* ── MOBILE 600px ── */
@media (max-width: 600px) {

  /* NAV */
  .nav__logo-concept { font-size: 0.75rem; }

  /* HERO */
  .hero { padding: calc(64px + 36px) 16px 64px; }
  .hero__title { font-size: clamp(2.2rem, 9vw, 3.5rem); }
  .hero__tagline { font-size: 0.82rem; }

  /* SECTIONS */
  .section { padding: 48px 16px; }

  /* PHOTO GRID */
  .photo-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .photo-grid__item { aspect-ratio: 1/1; }

  /* VIDEO CAROUSEL */
  .carousel__slide { min-width: calc(95% - 8px); margin-right: 10px; }
  .video-card__label { font-size: 0.75rem; padding: 10px 14px; }

  /* ABOUT TEASER */
  .about-teaser__stats { grid-template-columns: repeat(2,1fr); }
  .about-teaser__title { font-size: clamp(2rem,10vw,3.5rem); }

  /* ABOUT PAGE */
  .about-page__cols { gap: 28px; }
  .services-grid { grid-template-columns: 1fr 1fr; }

  /* BOOKING INFO */
  .booking-info__grid { grid-template-columns: 1fr; }
  .booking-info__title { font-size: clamp(2rem,10vw,3.5rem); }
  .booking-info__tags { gap: 8px; }
  .booking-tag { font-size: 0.75rem; padding: 7px 14px; }

  /* FORMS */
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-wrap { padding: 24px 16px; }

  /* PAGE HERO */
  .page-hero { padding: calc(64px + 32px) 16px 32px; }
  .page-hero__title { font-size: clamp(1.6rem, 7vw, 2.5rem); }

  /* SECTION TITLE */
  .section__title { font-size: clamp(1.4rem,6vw,2rem); margin-bottom: 24px; }

  /* FOOTER */
  .footer { padding: 24px 16px; gap: 14px; }
  .footer__nav { gap: 10px; font-size: 0.7rem; }

  /* FLASH */
  .flash-wrap { padding: 0 12px; }
  .flash { font-size: 0.82rem; padding: 12px 14px; }
}

/* ── SMALL MOBILE 400px ── */
@media (max-width: 400px) {
  .nav__logo-z { font-size: 1.4rem; }
  .nav__logo-concept { font-size: 0.68rem; }
  .hero__title { font-size: clamp(2rem, 8vw, 3rem); }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid__item { aspect-ratio: 4/3; }
  .about-teaser__stats { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .booking-info__tags { gap: 6px; }
  .section__title { font-size: clamp(1.2rem,5vw,1.8rem); }
}

/* ── TOUCH DEVICES — remove hover effects ── */
@media (hover: none) {
  .photo-grid__item:hover img { transform: none; }
  .photo-grid__item:hover .photo-grid__label { opacity: 0; }
  .booking-info__card:hover { transform: none; }
  .nav__item:hover { color: rgba(245,245,240,0.5); }
  .cta-btn:hover .cta-btn__shine { transform: translateX(-100%); }
}

/* ── SAFE AREA (notched phones) ── */
@supports (padding: max(0px)) {
  .nav { padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); }
  .footer { padding-bottom: max(24px, env(safe-area-inset-bottom)); }
  .hero { padding-left: max(16px, env(safe-area-inset-left)); padding-right: max(16px, env(safe-area-inset-right)); }
}

/* -- PHOTO CAROUSEL -- */
.photo-carousel {
  position: relative;
  overflow: hidden;
}
.photo-carousel__track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.25,0.46,0.45,0.94);
  will-change: transform;
}
.photo-carousel__slide {
  min-width: calc(25% - 12px);
  margin-right: 14px;
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
  background: var(--black-3);
  border: 1px solid rgba(232,119,34,0.1);
  max-height: 320px;
}
.photo-carousel__slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.photo-carousel__slide:hover img { transform: scale(1.06); }
.photo-carousel__label {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.85) 0%, transparent 55%);
  display: flex; align-items: flex-end; padding: 18px;
  opacity: 0; transition: opacity 0.35s;
}
.photo-carousel__slide:hover .photo-carousel__label { opacity: 1; }
.photo-carousel__label span { font-family: var(--font-cond); font-size: 0.95rem; font-weight: 700; letter-spacing: 0.1em; color: var(--white); }
.photo-carousel__slide--placeholder { cursor: default; border: 1px dashed rgba(232,119,34,0.18); }
.photo-carousel__slide--placeholder:hover img { transform: none; }

.photo-carousel__btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: var(--orange); color: var(--black); border: none;
  width: 48px; height: 48px; font-size: 1.2rem; cursor: pointer; z-index: 10;
  clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);
  transition: background 0.2s; display: flex; align-items: center; justify-content: center;
}
.photo-carousel__btn:hover { background: var(--orange-light); }
.photo-carousel__btn--prev { left: -12px; }
.photo-carousel__btn--next { right: -12px; }
.photo-carousel__dots { display: flex; justify-content: center; gap: 10px; margin-top: 24px; }
.photo-carousel__dot { width: 28px; height: 3px; background: rgba(245,245,240,0.18); cursor: pointer; transition: background 0.3s, width 0.3s; border: none; padding: 0; }
.photo-carousel__dot.active { background: var(--orange); width: 48px; }

@media (max-width: 900px) {
  .photo-carousel__slide { min-width: calc(33.333% - 10px); margin-right: 12px; max-height: 260px; }
  .photo-carousel__btn--prev { left: 0; }
  .photo-carousel__btn--next { right: 0; }
}
@media (max-width: 600px) {
  .photo-carousel__slide { min-width: calc(60% - 8px); margin-right: 10px; max-height: 220px; }
}

/* -- GOOGLE MAP -- */
.map-section { background: var(--black-2); }
.map-wrap {
  display: grid; grid-template-columns: 320px 1fr; gap: 0;
  border: 1px solid rgba(232,119,34,0.15);
  overflow: hidden;
  max-width: 1100px; margin: 0 auto;
  height: 420px;
}
.map-address {
  background: var(--black-3);
  padding: 36px 28px;
  display: flex; gap: 16px; align-items: flex-start;
  border-right: 1px solid rgba(232,119,34,0.12);
}
.map-address__icon { color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.map-address__name { font-family: var(--font-cond); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; color: var(--orange); margin-bottom: 12px; }
.map-address__line { font-size: 0.9rem; color: var(--white-dim); line-height: 1.8; }
.map-address__directions {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-cond); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em;
  color: var(--black); background: var(--orange);
  padding: 10px 20px; text-decoration: none; margin-top: 20px;
  transition: background 0.2s;
}
.map-address__directions:hover { background: var(--orange-light); }
.map-embed { flex: 1; }
.map-embed iframe { width: 100%; height: 100%; display: block; filter: grayscale(20%) contrast(1.1); }

@media (max-width: 900px) {
  .map-wrap { grid-template-columns: 1fr; height: auto; }
  .map-address { border-right: none; border-bottom: 1px solid rgba(232,119,34,0.12); }
  .map-embed { height: 300px; }
  .map-embed iframe { height: 300px; }
}
@media (max-width: 600px) {
  .map-embed { height: 240px; }
  .map-embed iframe { height: 240px; }
}

/* -- HERO SPLIT LAYOUT -- */
.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: calc(var(--nav-h) + 48px) 48px 60px;
  background: var(--black);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 75% 50%, rgba(232,119,34,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero__left { position: relative; z-index: 2; }
.hero__eyebrow {
  font-family: var(--font-cond); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.22em; color: var(--orange); margin-bottom: 16px;
  opacity: 0; animation: fadeUp 0.8s 0.2s forwards;
}
.hero__title {
  font-family: var(--font-display); font-size: clamp(2.8rem,5vw,5.5rem);
  line-height: 0.92; color: var(--white); margin-bottom: 20px;
  opacity: 0; animation: fadeUp 0.8s 0.4s forwards;
}
.hero__title em { font-style: normal; color: var(--orange); }
.hero__tagline {
  font-size: 0.88rem; font-weight: 300; color: var(--white-dim);
  letter-spacing: 0.05em; line-height: 1.7;
  opacity: 0; animation: fadeUp 0.8s 0.6s forwards;
}
.hero__right {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: stretch; gap: 0;
  opacity: 0; animation: fadeUp 0.8s 0.5s forwards;
}
.hero__slider {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--black-3);
  border: 1px solid rgba(232,119,34,0.15);
}
.hero__slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 0.8s ease;
}
.hero__slide.active { opacity: 1; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__slider-dots {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 5;
}
.hero__slider-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.4); border: none; cursor: pointer;
  transition: background 0.3s, transform 0.3s; padding: 0;
}
.hero__slider-dot.active { background: var(--orange); transform: scale(1.2); }
.hero__book-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-cond); font-size: 1rem; font-weight: 700; letter-spacing: 0.12em;
  color: var(--black); background: var(--orange);
  padding: 16px 24px; text-decoration: none;
  transition: background 0.2s;
}
.hero__book-btn:hover { background: var(--orange-light); }

/* -- SERVICES GRID -- */
.services-grid-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  background: var(--black-2);
  border: 1px solid rgba(232,119,34,0.1);
  border-top: 3px solid var(--orange);
  padding: 28px 24px;
  transition: transform 0.3s, border-color 0.3s;
}
.service-card:hover { transform: translateY(-4px); border-color: var(--orange); }
.service-card__icon { color: var(--orange); margin-bottom: 16px; }
.service-card h3 {
  font-family: var(--font-cond); font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.12em; color: var(--white); margin-bottom: 10px;
}
.service-card p { font-size: 0.85rem; font-weight: 300; color: var(--white-dim); line-height: 1.7; }

/* -- GALLERY TABS -- */
.gallery-tabs {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 28px; justify-content: center;
}
.gallery-tab {
  font-family: var(--font-cond); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.12em; color: rgba(245,245,240,0.45);
  background: none; border: 1px solid rgba(245,245,240,0.12);
  padding: 8px 20px; cursor: pointer; transition: all 0.2s;
}
.gallery-tab:hover { color: var(--white); border-color: rgba(245,245,240,0.3); }
.gallery-tab.active { color: var(--orange); border-color: var(--orange); background: rgba(232,119,34,0.06); }

/* -- ABOUT SECTION (homepage) -- */
.about-section { background: var(--black-3); }
.about-section__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; max-width: 1100px; margin: 0 auto; }
.about-section__title { font-family: var(--font-display); font-size: clamp(1.8rem,3.5vw,3.2rem); line-height: 0.95; color: var(--white); margin: 10px 0 20px; }
.about-section__title em { font-style: normal; color: var(--orange); }
.about-section__left p { font-size: 0.92rem; font-weight: 300; color: var(--white-dim); line-height: 1.8; margin-bottom: 14px; }
.about-section__quote { font-family: var(--font-display); font-size: 1.6rem; color: rgba(245,245,240,0.12); margin-top: 24px; }

/* -- CONTACT GRID -- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; max-width: 1100px; margin: 0 auto; }

/* -- BOOK CTA -- */
.book-cta__or { font-size: 0.82rem; color: rgba(245,245,240,0.3); letter-spacing: 0.1em; margin: 20px 0 8px; }
.book-cta__phone { display: block; font-family: var(--font-display); font-size: 2rem; color: var(--orange); text-decoration: none; transition: color 0.2s; }
.book-cta__phone:hover { color: var(--orange-light); }

/* -- RESPONSIVE HERO -- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 32px; padding: calc(64px + 32px) 20px 48px; min-height: auto; }
  .hero__right { max-width: 100%; }
  .services-grid-full { grid-template-columns: repeat(2, 1fr); }
  .about-section__inner { grid-template-columns: 1fr; gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 600px) {
  .hero { padding: calc(64px + 24px) 16px 40px; }
  .services-grid-full { grid-template-columns: 1fr 1fr; gap: 12px; }
  .service-card { padding: 20px 16px; }
  .service-card h3 { font-size: 0.75rem; }
  .about-section__inner { gap: 28px; }
}
@media (max-width: 400px) {
  .services-grid-full { grid-template-columns: 1fr; }
}

/* -- HERO IMAGE FIX (show full image, no crop) -- */
.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
  background: var(--black-3);
}
.hero__slider {
  background: var(--black-3);
}

/* -- ABOUT SECTION RIGHT SIDE -- */
.about-section__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-client-img {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border: 1px solid rgba(232,119,34,0.2);
  background: var(--black-3);
}
.about-client-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.about-client-img__placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px; color: rgba(232,119,34,0.2);
}
.about-client-img__placeholder span {
  font-family: var(--font-cond);
  font-size: 0.72rem; letter-spacing: 0.16em;
  color: rgba(245,245,240,0.15);
}
.about-section__stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.about-section__inner {
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 60px; align-items: start;
  max-width: 1100px; margin: 0 auto;
}

/* -- WHATSAPP FLOAT -- */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 500;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,0.6);
}

/* -- RESPONSIVE ABOUT -- */
@media (max-width: 900px) {
  .about-section__inner { grid-template-columns: 1fr; gap: 36px; }
  .about-section__right { flex-direction: row; gap: 16px; }
  .about-client-img { max-width: 200px; }
  .about-section__stats { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 600px) {
  .about-section__right { flex-direction: column; }
  .about-client-img { max-width: 100%; aspect-ratio: 16/9; }
  .about-section__stats { grid-template-columns: repeat(2,1fr); }
  .whatsapp-float { bottom: 20px; left: 16px; width: 48px; height: 48px; }
}

/* -- CONTACT FOOTER -- */
.contact-footer { background: var(--black-2); border-top: 1px solid rgba(232,119,34,0.15); }
.contact-footer__inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 48px; align-items: center;
}
.contact-footer__brand { display: flex; align-items: baseline; gap: 8px; }
.contact-footer__info { display: flex; flex-direction: column; gap: 16px; }
.contact-footer__item {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-cond); font-size: 0.9rem; font-weight: 700;
  letter-spacing: 0.08em; color: var(--white-dim);
  text-decoration: none; transition: color 0.2s;
}
.contact-footer__item:hover { color: var(--orange); }
.contact-footer__item svg { color: var(--orange); flex-shrink: 0; }
.contact-footer__address {
  display: flex; align-items: flex-start; gap: 12px;
  color: var(--white-dim);
}
.contact-footer__address svg { color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.contact-footer__address p { font-size: 0.88rem; line-height: 1.7; }

@media (max-width: 900px) {
  .contact-footer__inner { grid-template-columns: 1fr; gap: 28px; }
}
