/* ======================== RESET & VARIABLES ======================== */
:root {
  --gold: #C9A84C; --gold-l: #E8D5A3; --gold-d: #A67C35;
  --champagne: #F5EDD6; --dark: #111111; --dark2: #1a1a1a;
  --white: #ffffff; --off: #F8F5F0; --text: #1A1A1A;
  --text-m: #555555; --text-l: #888888; --border: #E0D8C8;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ======================== UTILITIES ======================== */
.container { max-width: 1280px; margin: 0 auto; padding: 0 48px; }
.section { padding: 110px 0; }
.section--off { background: var(--off); }
.section--dark { background: var(--dark2); }

.lbl {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px;
}
.lbl::before { content: ''; width: 30px; height: 1px; background: var(--gold); display: block; }

.h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 4.5vw, 60px); font-weight: 300; line-height: 1.1; color: var(--text); }
.h2 em { font-style: italic; color: var(--gold-d); }
.h2--white { color: #fff; }
.h2--white em { color: var(--gold-l); }
.sub { margin-top: 18px; font-size: 15px; line-height: 1.9; color: var(--text-l); font-weight: 300; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 36px; font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
  cursor: pointer; border: 1px solid transparent; transition: all 0.35s var(--ease);
}
.btn i { font-size: 11px; transition: transform 0.3s; }
.btn:hover i { transform: translateX(4px); }
.btn-gold { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-d); box-shadow: 0 8px 28px rgba(201,168,76,.35); transform: translateY(-2px); }
.btn-out { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-out:hover { background: var(--gold); color: #fff; }
.btn-outw { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-outw:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-dark { background: var(--dark); color: #fff; border-color: var(--dark); }
.btn-dark:hover { background: #333; }

/* ======================== LOADER ======================== */
#loader {
  position: fixed; inset: 0; background: #fff; z-index: 9999;
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 22px;
  transition: opacity .6s ease, visibility .6s ease;
}
#loader.out { opacity: 0; visibility: hidden; }
.ld-name { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 300; }
.ld-name b { color: var(--gold); font-weight: 300; }
.ld-bar { width: 180px; height: 2px; background: var(--border); overflow: hidden; border-radius: 2px; }
.ld-fill { height: 100%; background: var(--gold); animation: ldFill 1.6s ease forwards; }
@keyframes ldFill { from { width: 0 } to { width: 100% } }

/* ======================== HEADER ======================== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 500; }
.htop { background: var(--dark2); color: rgba(255,255,255,.6); padding: 9px 0; font-size: 12px; letter-spacing: .4px; transition: transform .4s ease, opacity .4s ease; }
.htop.gone { transform: translateY(-100%); opacity: 0; pointer-events: none; }
.htop .container { display: flex; justify-content: space-between; align-items: center; }
.htop a { color: var(--gold); }
.htop-r { display: flex; gap: 24px; }
.hnav { background: #fff; border-bottom: 1px solid var(--border); transition: box-shadow .3s; }
.hnav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,.07); }
.hnav .container { display: flex; align-items: center; justify-content: space-between; height: 78px; }

.logo { display: flex; align-items: center; gap: 14px; }
.logo-ic { width: 48px; height: 48px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 18px; flex-shrink: 0; }
.logo-tx { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 400; line-height: 1.1; }
.logo-tx small { display: block; font-family: 'Jost', sans-serif; font-size: 9.5px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); }

.nav { display: flex; align-items: center; gap: 4px; }
.ni { position: relative; }
.nl { display: block; padding: 26px 14px; font-size: 10.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text); transition: color .25s; }
.nl:hover, .ni.act > .nl { color: var(--gold); }
.ni:has(.drop) > .nl::after { content: '\f107'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 8px; margin-left: 5px; }
.drop { position: absolute; top: 100%; left: 0; min-width: 210px; background: #fff; border-top: 2px solid var(--gold); box-shadow: 0 20px 50px rgba(0,0,0,.1); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .28s ease; }
.ni:hover .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a { display: block; padding: 10px 20px; font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--text); border-bottom: 1px solid var(--border); transition: all .2s; }
.drop a:last-child { border: none; }
.drop a:hover { color: var(--gold); padding-left: 26px; }

.nav-r { display: flex; align-items: center; gap: 18px; }
.nav-tel { font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 7px; }
.nav-tel i { color: var(--gold); }
.hbg { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hbg span { display: block; width: 26px; height: 2px; background: var(--text); transition: all .3s; }

/* ======================== MOBILE NAV ======================== */
.mnav { position: fixed; inset: 0; background: #fff; z-index: 450; padding: 100px 32px 40px; overflow-y: auto; transform: translateX(105%); transition: transform .4s var(--ease); }
.mnav.open { transform: translateX(0); }
.mnav-close { position: absolute; top: 22px; right: 22px; width: 44px; height: 44px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; background: none; }
.mnav a { display: block; padding: 16px 0; font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; border-bottom: 1px solid var(--border); color: var(--text); transition: color .25s; }
.mnav a:hover { color: var(--gold); }
.mnav-cta { margin-top: 28px; }

/* ======================== HERO ======================== */
.hero-sw { height: 100vh; min-height: 680px; }
.hero-slide { position: relative; display: flex; align-items: flex-end; padding-bottom: 100px; }
.h-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.06); transition: transform 9s ease; }
.swiper-slide-active .h-bg { transform: scale(1); }
.h-bg.bg1 { background: linear-gradient(135deg, #2a1a0e 0%, #4a3020 35%, #7a5c3a 65%, #a88050 100%); }
.h-bg.bg2 { background: linear-gradient(135deg, #1a0e1a 0%, #3a1f3a 40%, #7a5a8a 70%, #c9a84c 100%); }
.h-bg.bg3 { background: linear-gradient(135deg, #0e1a14 0%, #1f3a28 40%, #5a8a6a 70%, #a8d4b0 100%); }
.h-ov { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.38) 60%, rgba(0,0,0,.08) 100%); }
.h-cnt { position: relative; z-index: 2; width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 48px; padding-top: 160px; }
.h-pre { display: inline-flex; align-items: center; gap: 14px; font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; opacity: 0; transform: translateY(18px); transition: opacity .7s ease .3s, transform .7s ease .3s; }
.h-pre::before { content: ''; width: 36px; height: 1px; background: var(--gold); display: block; }
.swiper-slide-active .h-pre { opacity: 1; transform: translateY(0); }
.h-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(52px, 7vw, 100px); font-weight: 300; line-height: 1.02; color: #fff; margin-bottom: 24px; opacity: 0; transform: translateY(28px); transition: opacity .8s ease .5s, transform .8s ease .5s; }
.h-title em { display: block; font-style: italic; color: var(--gold-l); }
.swiper-slide-active .h-title { opacity: 1; transform: translateY(0); }
.h-desc { font-size: 15px; color: rgba(255,255,255,.72); line-height: 1.9; font-weight: 300; max-width: 460px; margin-bottom: 40px; opacity: 0; transform: translateY(18px); transition: opacity .7s ease .7s, transform .7s ease .7s; }
.swiper-slide-active .h-desc { opacity: 1; transform: translateY(0); }
.h-btns { display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; transform: translateY(18px); transition: opacity .7s ease .9s, transform .7s ease .9s; }
.swiper-slide-active .h-btns { opacity: 1; transform: translateY(0); }
.hero-sw .swiper-button-prev, .hero-sw .swiper-button-next { width: 52px; height: 52px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); color: #fff !important; transition: all .3s; }
.hero-sw .swiper-button-prev:hover, .hero-sw .swiper-button-next:hover { background: var(--gold); border-color: var(--gold); }
.hero-sw .swiper-button-prev::after, .hero-sw .swiper-button-next::after { font-size: 15px; }
.hero-sw .swiper-pagination { bottom: 38px; }
.hero-sw .swiper-pagination-bullet { width: 28px; height: 2px; border-radius: 0; background: rgba(255,255,255,.4); opacity: 1; transition: all .3s; }
.hero-sw .swiper-pagination-bullet-active { background: var(--gold); width: 48px; }
.h-badge { position: absolute; bottom: 60px; right: 80px; z-index: 10; background: #fff; padding: 26px 34px; text-align: center; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.h-badge-n { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: var(--gold); line-height: 1; }
.h-badge-s { width: 36px; height: 1px; background: var(--gold); margin: 9px auto; }
.h-badge-l { font-size: 9px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-l); }

/* ======================== ICON BOXES ======================== */
.iboxes { border-bottom: 1px solid var(--border); }
.iboxes-g { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); }
.ibox { padding: 50px 38px; text-align: center; border-right: 1px solid var(--border); transition: background .3s; cursor: default; position: relative; }
.ibox::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: center; transition: transform .35s ease; }
.ibox:hover::after { transform: scaleX(1); }
.ibox:last-child { border-right: none; }
.ibox:hover { background: var(--off); }
.ibox-ic { width: 68px; height: 68px; margin: 0 auto 22px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 24px; transition: all .3s; }
.ibox:hover .ibox-ic { background: var(--gold); color: #fff; }
.ibox h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; margin-bottom: 10px; }
.ibox p { font-size: 13px; color: var(--text-l); line-height: 1.75; }

/* ======================== ABOUT ======================== */
.about-g { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-imgs { position: relative; padding-bottom: 60px; }
.about-yrs { position: absolute; left: -12px; top: 36px; z-index: 3; background: var(--gold); color: #fff; text-align: center; padding: 20px 16px; min-width: 80px; }
.about-yrs strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; line-height: 1; }
.about-yrs span { font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; opacity: .85; }
.about-main { width: 82%; aspect-ratio: 3/4; margin-left: auto; background: linear-gradient(145deg, #f0ebe0 0%, #d4c5a9 60%, #b8a07a 100%); display: flex; align-items: center; justify-content: center; font-size: 80px; color: var(--gold-l); position: relative; overflow: hidden; }
.about-main img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.about-acc { position: absolute; left: 0; bottom: 0; width: 48%; aspect-ratio: 1; background: linear-gradient(145deg, #e8dcc8, #c5b08a); border: 5px solid #fff; box-shadow: 0 24px 60px rgba(0,0,0,.14); display: flex; align-items: center; justify-content: center; font-size: 40px; color: var(--gold); overflow: hidden; }
.about-acc img { width: 100%; height: 100%; object-fit: cover; }
.about-sign { font-family: 'Great Vibes', cursive; font-size: 52px; color: var(--gold); margin: 16px 0 6px; }
.about-txt { font-size: 15px; line-height: 1.9; color: var(--text-m); margin-bottom: 36px; }
.skills { display: flex; gap: 44px; margin-bottom: 40px; flex-wrap: wrap; }
.skc { text-align: center; }
.skc-wrap { position: relative; width: 90px; height: 90px; margin: 0 auto 10px; }
.skc-wrap svg { position: absolute; inset: 0; transform: rotate(-90deg); }
.skc-wrap circle.bg { fill: none; stroke: var(--border); stroke-width: 3; }
.skc-wrap circle.prog { fill: none; stroke: var(--gold); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 226; stroke-dashoffset: 226; transition: stroke-dashoffset 2s var(--ease); }
.skc-pct { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; color: var(--text); }
.skc-name { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-l); }

/* ======================== LOGOS STRIP ======================== */
.logos-strip { padding: 48px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--white); }
.logos-g { display: flex; align-items: center; justify-content: center; gap: 60px; flex-wrap: wrap; }
.logo-item { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 3px; text-transform: uppercase; color: var(--border); transition: color .3s; }
.logo-item:hover { color: var(--gold); }

/* ======================== SERVICES SLIDER ======================== */
.svc-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; }
.svc-nav { display: flex; gap: 10px; }
.svc-nav button { width: 50px; height: 50px; border: 1px solid var(--border); background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--text); font-size: 15px; transition: all .3s; }
.svc-nav button:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.svc-sw { overflow: hidden; }
.svc-sw .swiper-slide { width: 360px; }
.svc-card { position: relative; overflow: hidden; aspect-ratio: 3/4; cursor: pointer; display: block; }
.svc-bg { position: absolute; inset: 0; transition: transform .7s ease; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; }
.svc-card:hover .svc-bg { transform: scale(1.06); }
.svc-bg.c1 { background: linear-gradient(145deg, #2c1810, #7a5c3a); }
.svc-bg.c2 { background: linear-gradient(145deg, #1a0e0e, #6b3e3e); }
.svc-bg.c3 { background: linear-gradient(145deg, #0e1a0e, #3a6b3a); }
.svc-bg.c4 { background: linear-gradient(145deg, #0e0e1a, #3a3a7a); }
.svc-bg.c5 { background: linear-gradient(145deg, #1a0e1a, #7a3a6b); }
.svc-bg.c6 { background: linear-gradient(145deg, #1a1a0e, #7a6b3a); }
.svc-bg i { font-size: 90px; color: rgba(255,255,255,.07); }
.svc-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.18) 55%, transparent 100%); }
.svc-num { position: absolute; top: 22px; right: 22px; font-family: 'Cormorant Garamond', serif; font-size: 80px; font-weight: 300; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.22); line-height: 1; transition: -webkit-text-stroke-color .35s; }
.svc-card:hover .svc-num { -webkit-text-stroke-color: var(--gold); }
.svc-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 28px 32px; }
.svc-icon { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; transition: all .3s; }
.svc-card:hover .svc-icon { background: var(--gold); border-color: var(--gold); }
.svc-icon i { color: rgba(255,255,255,.8); font-size: 16px; }
.svc-cat { font-size: 9.5px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.svc-name { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 300; color: #fff; margin-bottom: 14px; }
.svc-lnk { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.55); transition: all .3s; }
.svc-card:hover .svc-lnk { color: var(--gold); gap: 14px; }

/* ======================== VIDEO / QUOTE ======================== */
.vq-section { position: relative; background: linear-gradient(135deg, #111 0%, #2a1a0e 50%, #111 100%); padding: 120px 0; overflow: hidden; text-align: center; }
.vq-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: 'Cormorant Garamond', serif; font-size: 260px; font-weight: 300; color: rgba(255,255,255,.025); line-height: 1; white-space: nowrap; pointer-events: none; }
.vq-stars { color: var(--gold); font-size: 18px; letter-spacing: 4px; margin-bottom: 32px; }
.vq-quote { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px,3.5vw,44px); font-weight: 300; color: #fff; line-height: 1.45; max-width: 820px; margin: 0 auto 24px; font-style: italic; }
.vq-quote em { color: var(--gold); font-style: normal; }
.vq-author { font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 48px; }
.vq-author::before { content: '—  '; }

/* ======================== PRICING ======================== */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pbox { padding: 52px 44px; border: 1px solid var(--border); margin-right: -1px; position: relative; transition: all .4s var(--ease); background: #fff; }
.pbox:hover { z-index: 2; box-shadow: 0 30px 70px rgba(0,0,0,.09); transform: translateY(-8px); }
.pbox--feat { background: var(--dark2); border-color: var(--dark2); }
.pbox--feat:hover { box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.pbox-n { font-family: 'Cormorant Garamond', serif; font-size: 88px; font-weight: 300; color: transparent; -webkit-text-stroke: 1px var(--border); line-height: 1; margin-bottom: -12px; }
.pbox--feat .pbox-n { -webkit-text-stroke-color: rgba(255,255,255,.1); }
.pbox-sep { width: 100%; height: 1px; background: var(--border); margin: 20px 0; }
.pbox--feat .pbox-sep { background: rgba(255,255,255,.08); }
.pbox-name { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; margin-bottom: 8px; color: var(--text); }
.pbox--feat .pbox-name { color: #fff; }
.pbox-desc { font-size: 13px; color: var(--text-l); margin-bottom: 22px; line-height: 1.7; }
.pbox--feat .pbox-desc { color: rgba(255,255,255,.45); }
.pbox-price { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 300; color: var(--gold); line-height: 1; }
.pbox-price small { font-size: 20px; }
.pbox-unit { font-size: 11px; color: var(--text-l); margin: 4px 0 28px; letter-spacing: .8px; }
.pbox--feat .pbox-unit { color: rgba(255,255,255,.35); }
.pbox-list { margin-bottom: 36px; }
.pbox-list li { display: flex; align-items: center; gap: 11px; font-size: 13.5px; color: var(--text-m); padding: 9px 0; border-bottom: 1px solid var(--border); }
.pbox--feat .pbox-list li { color: rgba(255,255,255,.65); border-color: rgba(255,255,255,.07); }
.pbox-list li:last-child { border: none; }
.pbox-list li i { color: var(--gold); font-size: 11px; flex-shrink: 0; }

/* ======================== MARQUEE ======================== */
.mq-section { padding: 36px 0; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.mq-track { display: flex; width: max-content; animation: mqScroll 32s linear infinite; }
.mq-item { display: flex; align-items: center; gap: 36px; padding: 0 36px; white-space: nowrap; }
.mq-out { font-family: 'Cormorant Garamond', serif; font-size: clamp(60px, 8vw, 96px); font-weight: 300; line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--text); letter-spacing: -2px; transition: -webkit-text-stroke-color .3s, color .3s; cursor: default; }
.mq-out:hover { color: var(--gold); -webkit-text-stroke-color: var(--gold); }
.mq-sol { font-family: 'Cormorant Garamond', serif; font-size: clamp(60px, 8vw, 96px); font-weight: 300; line-height: 1; color: var(--text); letter-spacing: -2px; cursor: default; transition: color .3s; }
.mq-sol:hover { color: var(--gold); }
.mq-star { font-size: 28px; color: var(--gold); }
@keyframes mqScroll { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ======================== TESTIMONIALS ======================== */
.tst-sw { padding-bottom: 56px !important; }
.tst-slide { padding: 0 16px; }
.tst-card { background: #fff; padding: 46px 42px; position: relative; }
.tst-qmark { position: absolute; top: 24px; right: 36px; font-family: 'Cormorant Garamond', serif; font-size: 90px; font-weight: 300; color: var(--champagne); line-height: 1; }
.tst-stars { color: var(--gold); font-size: 13px; letter-spacing: 3px; margin-bottom: 20px; }
.tst-text { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 300; font-style: italic; line-height: 1.68; color: var(--text); margin-bottom: 28px; }
.tst-author { display: flex; align-items: center; gap: 16px; }
.tst-av { width: 58px; height: 58px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--gold-l), var(--gold)); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #fff; }
.tst-name { font-size: 14px; font-weight: 600; margin-bottom: 3px; }
.tst-role { font-size: 10px; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; }
.tst-sw .swiper-pagination-bullet { background: var(--border); width: 8px; height: 8px; opacity: 1; }
.tst-sw .swiper-pagination-bullet-active { background: var(--gold); width: 22px; border-radius: 4px; }

/* ======================== STATS ======================== */
.stats-g { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-box { text-align: center; padding: 60px 20px; border-right: 1px solid var(--border); }
.stat-box:last-child { border: none; }
.stat-l { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--text-l); margin-bottom: 14px; display: block; }
.stat-n { display: block; font-family: 'Cormorant Garamond', serif; font-size: 76px; font-weight: 300; color: var(--dark); line-height: 1; }

/* ======================== APPOINTMENT ======================== */
.appt { display: grid; grid-template-columns: 5fr 7fr; min-height: 720px; }
.appt-img { background: linear-gradient(145deg, #2a1a0e 0%, #6b4c2a 55%, #a88050 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.appt-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.appt-img-ic { font-size: 100px; color: rgba(201,168,76,.18); position: relative; z-index: 1; }
.appt-img-ghost { position: absolute; bottom: -20px; right: -20px; font-family: 'Cormorant Garamond', serif; font-size: 190px; font-weight: 300; color: rgba(255,255,255,.04); line-height: 1; font-style: italic; pointer-events: none; z-index: 2; }
.appt-form { background: var(--dark2); padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
.appt-form .lbl { color: var(--gold-l); }
.form-g { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 40px; }
.ff--full { grid-column: span 2; }
.ff label { display: block; font-size: 9.5px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 9px; }
.ff input, .ff select, .ff textarea { width: 100%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); color: #fff; padding: 14px 16px; font-family: 'Jost', sans-serif; font-size: 14px; outline: none; transition: border-color .3s; appearance: none; }
.ff select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; cursor: pointer; }
.ff select option { background: #1a1a1a; }
.ff input:focus, .ff select:focus, .ff textarea:focus { border-color: var(--gold); }
.ff textarea { resize: vertical; min-height: 80px; }

/* Slot buttons */
.slots-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.slot-btn { padding: 8px 14px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); color: rgba(255,255,255,.7); font-size: 12px; font-family: 'Jost', sans-serif; cursor: pointer; transition: all .2s; }
.slot-btn:hover { border-color: var(--gold); color: var(--gold); }
.slot-btn.sel { background: var(--gold); border-color: var(--gold); color: #fff; }
.slots-loading { color: rgba(255,255,255,.4); font-size: 13px; font-style: italic; margin-top: 8px; }
.book-msg { margin-top: 18px; padding: 14px 18px; font-size: 13px; border-left: 3px solid var(--gold); display: none; }
.book-msg.ok { background: rgba(201,168,76,.12); color: var(--gold-l); border-color: var(--gold); display: block; }
.book-msg.err { background: rgba(220,50,50,.12); color: #f99; border-color: #f66; display: block; }

/* ======================== BLOG ======================== */
.blog-lay { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
.blog-side { position: sticky; top: 120px; }
.blog-sw { overflow: hidden; }
.blog-sw .swiper-slide { width: calc(50% - 10px); }
.blog-img { aspect-ratio: 4/3; overflow: hidden; margin-bottom: 22px; background: linear-gradient(145deg, #e8dcc8, #c5b08a); display: flex; align-items: center; justify-content: center; font-size: 44px; color: var(--gold-l); }
.blog-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-cat { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 9.5px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.blog-cat::before { content: ''; width: 18px; height: 1px; background: var(--gold); display: block; }
.blog-title { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 300; line-height: 1.38; margin-bottom: 10px; transition: color .25s; }
.blog-card:hover .blog-title { color: var(--gold); }
.blog-date { font-size: 11.5px; color: var(--text-l); display: flex; align-items: center; gap: 6px; }
.blog-date::before { content: ''; width: 12px; height: 1px; background: var(--text-l); display: block; }

/* ======================== FOOTER ======================== */
.foot { background: #0d0d0d; color: rgba(255,255,255,.5); }
.foot-top { padding: 80px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.foot-g { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px; align-items: start; }
.foot-ht { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: #fff; font-weight: 400; margin-bottom: 24px; letter-spacing: .5px; }
.foot-links { display: flex; flex-direction: column; gap: 9px; }
.foot-links a { font-size: 13px; color: rgba(255,255,255,.45); transition: all .25s; display: flex; align-items: center; gap: 8px; }
.foot-links a::before { content: '—'; color: var(--gold); font-size: 10px; }
.foot-links a:hover { color: var(--gold); padding-left: 5px; }
.foot-logo-col { text-align: center; }
.foot-logo { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; color: #fff; line-height: 1.1; margin-bottom: 10px; }
.foot-logo span { font-family: 'Great Vibes', cursive; font-size: 18px; display: block; color: var(--gold); }
.foot-tag { font-size: 13px; color: rgba(255,255,255,.35); font-style: italic; font-family: 'Cormorant Garamond', serif; }
.foot-soc { display: flex; justify-content: center; gap: 10px; margin-top: 24px; }
.foot-soc a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; color: rgba(255,255,255,.45); transition: all .3s; }
.foot-soc a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.foot-info { display: flex; flex-direction: column; }
.fi { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 18px; font-size: 13px; }
.fi i { color: var(--gold); font-size: 13px; margin-top: 2px; flex-shrink: 0; }
.fi strong { display: block; color: #fff; font-size: 11px; letter-spacing: .8px; margin-bottom: 2px; }
.foot-bot { padding: 18px 0; text-align: center; font-size: 12px; }

/* ======================== BACK TO TOP ======================== */
#btt { position: fixed; bottom: 30px; right: 30px; z-index: 200; width: 46px; height: 46px; background: var(--gold); color: #fff; border: none; display: flex; align-items: center; justify-content: center; font-size: 15px; cursor: pointer; opacity: 0; pointer-events: none; transition: all .35s var(--ease); }
#btt.vis { opacity: 1; pointer-events: all; }
#btt:hover { background: var(--gold-d); transform: translateY(-4px); }

/* ======================== AOS ======================== */
[data-aos] { opacity: 0; transform: translateY(38px); transition: opacity .75s ease, transform .75s ease; }
[data-aos].in { opacity: 1; transform: translateY(0); }

/* ======================== PAGE HERO (inner pages) ======================== */
.page-hero { height: 380px; position: relative; display: flex; align-items: center; margin-top: 116px; background: linear-gradient(135deg, #2a1a0e 0%, #4a3020 35%, #7a5c3a 65%, #a88050 100%); }
.page-hero .h-ov { background: rgba(0,0,0,.55); }
.page-hero-cnt { position: relative; z-index: 2; padding: 0 48px; }
.page-hero-pre { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.page-hero-pre::before { content: ''; width: 30px; height: 1px; background: var(--gold); display: block; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(44px,6vw,80px); font-weight: 300; color: #fff; line-height: 1.05; }
.page-hero h1 em { font-style: italic; color: var(--gold-l); }
.breadcrumb { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,.4); display: flex; gap: 8px; }
.breadcrumb a { color: rgba(255,255,255,.55); transition: color .2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }

/* ======================== ZAKAZIVANJE PAGE ======================== */
.book-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 60px; align-items: start; }
.book-form-wrap { background: var(--dark2); padding: 60px 56px; }
.book-form-wrap .lbl { color: var(--gold-l); }
.book-form-wrap .h2 { color: #fff; }
.book-form-wrap .h2 em { color: var(--gold-l); }
.book-sidebar { position: sticky; top: 120px; }
.book-info-card { border: 1px solid var(--border); padding: 40px 36px; margin-bottom: 24px; background: #fff; }
.book-info-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 300; margin-bottom: 20px; }
.book-info-row { display: flex; gap: 14px; margin-bottom: 16px; font-size: 14px; color: var(--text-m); }
.book-info-row i { color: var(--gold); flex-shrink: 0; width: 18px; margin-top: 2px; }
.book-rules { font-size: 13px; line-height: 1.8; color: var(--text-m); }
.book-rules li { padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; gap: 10px; align-items: flex-start; }
.book-rules li:last-child { border: none; }
.book-rules li::before { content: '—'; color: var(--gold); flex-shrink: 0; }

/* ======================== USLUGE PAGE ======================== */
.cat-tabs { display: flex; gap: 0; border-bottom: 1px solid var(--border); margin-bottom: 56px; flex-wrap: wrap; }
.cat-tab { padding: 14px 28px; font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-l); border-bottom: 2px solid transparent; cursor: pointer; transition: all .25s; background: none; border-top: none; border-left: none; border-right: none; font-family: 'Jost', sans-serif; }
.cat-tab:hover { color: var(--text); }
.cat-tab.act { color: var(--gold); border-bottom-color: var(--gold); }
.price-table { width: 100%; border-collapse: collapse; }
.price-table thead th { padding: 12px 20px; text-align: left; font-size: 9.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-l); background: var(--off); border-bottom: 1px solid var(--border); }
.price-table tbody tr { border-bottom: 1px solid var(--border); transition: background .2s; }
.price-table tbody tr:hover { background: var(--off); }
.price-table td { padding: 14px 20px; font-size: 14px; }
.price-table .td-name { color: var(--text); }
.price-table .td-dur { color: var(--text-l); font-size: 12px; }
.price-table .td-price { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; color: var(--gold); white-space: nowrap; }
.price-table .td-note { font-family: 'Jost', sans-serif; font-size: 11px; color: var(--text-l); display: block; }
.akcija-badge { display: inline-block; background: var(--gold); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 2px 8px; margin-left: 8px; vertical-align: middle; }

/* ======================== BLOG FULL PAGE ======================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.blog-full-img { aspect-ratio: 16/10; overflow: hidden; margin-bottom: 24px; background: linear-gradient(145deg, #e8dcc8, #c5b08a); display: flex; align-items: center; justify-content: center; font-size: 56px; color: var(--gold-l); }
.blog-full-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-full-card:hover .blog-full-img img { transform: scale(1.04); }

/* ======================== RESPONSIVE ======================== */
@media (max-width: 1100px) {
  .about-g, .blog-lay, .book-grid { grid-template-columns: 1fr; gap: 60px; }
  .blog-side, .book-sidebar { position: static; }
  .iboxes-g { grid-template-columns: 1fr 1fr; }
  .ibox:nth-child(2n) { border-right: none; }
  .ibox:nth-child(3) { border-right: 1px solid var(--border); }
  .stats-g { grid-template-columns: 1fr 1fr; }
  .foot-g { grid-template-columns: 1fr; gap: 40px; }
  .appt { grid-template-columns: 1fr; }
  .appt-img { min-height: 380px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .section { padding: 70px 0; }
  .nav, .nav-tel { display: none; }
  .hbg { display: flex; }
  .iboxes-g { grid-template-columns: 1fr; }
  .ibox { border-right: none; border-bottom: 1px solid var(--border); }
  .price-grid { grid-template-columns: 1fr; }
  .pbox { margin: 0; }
  .form-g { grid-template-columns: 1fr; }
  .ff--full { grid-column: span 1; }
  .h-badge { right: 20px; bottom: 20px; padding: 18px 22px; }
  .h-badge-n { font-size: 36px; }
  .mq-out, .mq-sol { font-size: 52px; }
  .stats-g { grid-template-columns: 1fr 1fr; }
  .appt-form { padding: 50px 24px; }
  .svc-sw .swiper-slide { width: 280px; }
  .blog-sw .swiper-slide { width: 100%; }
  .book-form-wrap { padding: 40px 24px; }
  .blog-grid { grid-template-columns: 1fr; }
  .h-cnt { padding: 0 20px; padding-top: 160px; }
  .page-hero-cnt { padding: 0 20px; }
  .cat-tabs { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
}
