/* =========================================================
   Viktoria Hair — design tokens
   ========================================================= */
:root{
  --hv-cream:#FBF5EC;
  --hv-cream-alt:#F3E6D6;
  --hv-cream-deep:#EAD8C0;
  --hv-white:#FFFFFF;
  --hv-ink:#2A2118;
  --hv-ink-soft:#5B4C3F;
  --hv-ink-faint:#8A7A69;
  --hv-copper:#B2542E;
  --hv-copper-dark:#8C3F21;
  --hv-copper-light:#E7B78E;
  --hv-copper-wash:#F4E2D3;
  --hv-gold:#AE8A4E;
  --hv-line:rgba(42,33,24,.12);
  --hv-line-strong:rgba(42,33,24,.22);
  --hv-shadow:0 20px 45px -20px rgba(42,25,10,.35);
  --hv-shadow-soft:0 12px 30px -18px rgba(42,25,10,.28);
  --font-serif:'Fraunces', 'Iowan Old Style', 'Georgia', serif;
  --font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --hv-container:1200px;
  --hv-radius-lg:28px;
  --hv-radius-md:18px;
  --hv-radius-sm:12px;
  --hv-gap:clamp(1.25rem, 3vw, 2.5rem);
}

/* =========================================================
   Reset & base
   ========================================================= */
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important;}
}

body{
  font-family:var(--font-sans);
  background:var(--hv-cream);
  color:var(--hv-ink);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

h1,h2,h3,h4{
  font-family:var(--font-serif);
  font-weight:500;
  line-height:1.12;
  color:var(--hv-ink);
  margin:0 0 .5em;
  letter-spacing:-.01em;
}
h1{font-size:clamp(2.4rem,5vw,4.2rem); font-weight:500;}
h2{font-size:clamp(1.9rem,3.4vw,2.9rem);}
h3{font-size:clamp(1.3rem,2vw,1.7rem); font-weight:600;}
p{margin:0 0 1.1em; color:var(--hv-ink-soft);}
a{color:inherit; text-decoration:none;}
ul{padding-left:1.2em; color:var(--hv-ink-soft);}
li{margin-bottom:.4em;}
strong{color:var(--hv-ink); font-weight:600;}

.hv-container{
  width:100%;
  max-width:var(--hv-container);
  margin:0 auto;
  padding:0 clamp(1.25rem, 4vw, 2.5rem);
}

.hv-visually-hidden{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

.skip-link{
  position:absolute; left:1rem; top:-60px;
  background:var(--hv-ink); color:var(--hv-cream);
  padding:.75rem 1.25rem; border-radius:0 0 10px 10px;
  z-index:999; transition:top .2s ease;
}
.skip-link:focus{top:0;}

/* =========================================================
   Reveal-on-scroll
   ========================================================= */
.hv-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}
.hv-reveal.is-visible{opacity:1; transform:none;}
.hv-reveal-stagger > *{transition-delay:calc(var(--i, 0) * 90ms);}

/* =========================================================
   Buttons
   ========================================================= */
.hv-btn{
  display:inline-flex; align-items:center; gap:.55em;
  font-family:var(--font-sans); font-weight:600; font-size:.95rem;
  padding:.95em 1.6em;
  border-radius:999px;
  border:1.5px solid transparent;
  cursor:pointer;
  white-space:nowrap;
  transition:transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.hv-btn__icon{width:1.05em; height:1.05em; flex-shrink:0; transition:transform .25s ease;}
.hv-btn--solid{
  background:var(--hv-copper); color:var(--hv-white);
  box-shadow:var(--hv-shadow-soft);
}
.hv-btn--solid:hover{background:var(--hv-copper-dark); transform:translateY(-2px); box-shadow:var(--hv-shadow);}
.hv-btn--ghost{
  background:transparent; color:var(--hv-ink); border-color:var(--hv-line-strong);
}
.hv-btn--ghost:hover{border-color:var(--hv-copper); color:var(--hv-copper); transform:translateY(-2px);}
.hv-btn--on-dark{
  background:transparent; color:var(--hv-cream); border-color:rgba(251,245,236,.4);
}
.hv-btn--on-dark:hover{background:rgba(251,245,236,.12); border-color:var(--hv-cream); transform:translateY(-2px);}
.hv-btn:hover .hv-btn__icon{transform:translateX(3px);}
.hv-btn--sm{padding:.7em 1.25em; font-size:.85rem;}

/* =========================================================
   Icons & curl motif
   ========================================================= */
.hv-icon{width:1.2em; height:1.2em;}
.hv-curl{width:110px; height:20px; color:var(--hv-copper);}
.hv-heading__curl{margin:.6em auto 0;}
.hv-heading--left .hv-heading__curl{margin-left:0;}

/* =========================================================
   Section heading
   ========================================================= */
.hv-eyebrow{
  display:inline-flex; align-items:center; gap:.5em;
  font-family:var(--font-sans); font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; font-size:.78rem; color:var(--hv-copper);
  margin:0 0 .9em;
}
.hv-eyebrow__icon{width:1em; height:1em;}
.hv-heading{max-width:760px; margin:0 0 3rem;}
.hv-heading--center{margin-left:auto; margin-right:auto; text-align:center;}
.hv-heading__title{margin-bottom:0;}
.hv-heading__subtitle{margin-top:1em; font-size:1.08rem; max-width:56ch;}
.hv-heading--center .hv-heading__subtitle{margin-left:auto; margin-right:auto;}

/* =========================================================
   Placeholder media system
   ========================================================= */
.hv-media{position:relative; overflow:hidden; border-radius:var(--hv-radius-md); background:var(--hv-cream-deep);}
.hv-media__img{width:100%; height:100%; object-fit:cover; transition:transform .6s ease;}
.hv-placeholder{
  width:100%; height:100%; min-height:220px;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.9rem;
  background:
    radial-gradient(120% 140% at 15% 10%, var(--hv-copper-wash) 0%, transparent 55%),
    radial-gradient(120% 140% at 85% 90%, var(--hv-cream-deep) 0%, transparent 60%),
    linear-gradient(135deg, #F6E9DA 0%, #EFD9BE 55%, #E9CBAA 100%);
  color:var(--hv-copper-dark);
  padding:2rem;
  text-align:center;
}
.hv-placeholder__curl{width:70px; height:14px; opacity:.55;}
.hv-placeholder__label{font-family:var(--font-serif); font-style:italic; font-size:.95rem; color:var(--hv-copper-dark); opacity:.75;}

/* =========================================================
   Site header
   ========================================================= */
.hv-header{
  position:fixed; top:0; left:0; right:0; z-index:100;
  padding:1.1rem 0;
  transition:background-color .35s ease, box-shadow .35s ease, padding .35s ease;
}
.hv-header.is-solid{
  background:rgba(251,245,236,.92);
  backdrop-filter:blur(10px);
  box-shadow:0 1px 0 var(--hv-line);
  padding:.75rem 0;
}
.hv-header__inner{display:flex; align-items:center; justify-content:space-between; gap:1.5rem;}
.hv-brand{display:flex; align-items:center; gap:.65rem; font-family:var(--font-serif); font-size:1.35rem; color:var(--hv-ink); font-weight:600;}
.hv-brand__mark{width:34px; height:34px; flex-shrink:0;}
.hv-brand span{white-space:nowrap;}
.hv-brand--logo{line-height:0;}
.hv-brand--logo .custom-logo-link{display:block;}
.hv-brand--logo img.custom-logo{max-height:84px; width:auto; height:auto; display:block;}

.hv-nav{display:none;}
.hv-nav ul{display:flex; align-items:center; gap:2.1rem; margin:0; padding:0; list-style:none;}
.hv-nav a{
  font-size:.95rem; font-weight:500; color:var(--hv-ink-soft);
  position:relative; padding:.3em 0;
}
.hv-nav a::after{
  content:''; position:absolute; left:0; right:100%; bottom:-2px; height:2px;
  background:var(--hv-copper); transition:right .3s ease;
}
.hv-nav a:hover{color:var(--hv-ink);}
.hv-nav a:hover::after{right:0;}
.hv-nav .current-menu-item > a{color:var(--hv-copper);}

.hv-header__actions{display:flex; align-items:center; gap:.9rem;}
.hv-header__phone{display:none; font-size:.9rem; font-weight:600; color:var(--hv-ink);}

.hv-menu-toggle{
  display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px; border-radius:50%; border:1.5px solid var(--hv-line-strong);
  background:transparent; cursor:pointer; color:var(--hv-ink);
}
.hv-menu-toggle svg{width:20px; height:20px;}
.hv-menu-toggle .hv-icon-close{display:none;}
body.hv-menu-open .hv-menu-toggle .hv-icon-open{display:none;}
body.hv-menu-open .hv-menu-toggle .hv-icon-close{display:block;}

.hv-mobile-nav{
  position:fixed; inset:0; z-index:99;
  background:var(--hv-ink);
  color:var(--hv-cream);
  display:flex; flex-direction:column; justify-content:flex-start;
  padding:6.5rem 2rem 3rem;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  opacity:0; visibility:hidden; transform:translateY(-12px);
  transition:opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
}
body.hv-menu-open .hv-mobile-nav{opacity:1; visibility:visible; transform:none; transition:opacity .35s ease, transform .35s ease;}
body.hv-menu-open{overflow:hidden;}
.hv-mobile-nav ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:1.1rem; flex-shrink:0;}
.hv-mobile-nav a{font-family:var(--font-serif); font-size:2rem; color:var(--hv-cream);}
.hv-mobile-nav__footer{margin-top:2.5rem; margin-bottom:1rem; display:flex; flex-direction:column; gap:1rem; align-items:flex-start; flex-shrink:0;}

@media (max-height:700px){
  .hv-mobile-nav{padding-top:5.5rem;}
  .hv-mobile-nav a{font-size:1.6rem;}
  .hv-mobile-nav ul{gap:.8rem;}
  .hv-mobile-nav__footer{margin-top:1.6rem;}
}

@media (min-width:960px){
  .hv-nav{display:block;}
  .hv-menu-toggle{display:none;}
  .hv-header__phone{display:inline-flex; align-items:center; gap:.4em;}
}

/* =========================================================
   Hero
   ========================================================= */
.hv-hero{
  position:relative;
  padding:9.5rem 0 6rem;
  overflow:hidden;
  background:var(--hv-cream);
}
.hv-hero__bg{position:absolute; inset:0; z-index:0; pointer-events:none;}
.hv-hero__blob{position:absolute; border-radius:50%; filter:blur(2px); opacity:.55;}
.hv-hero__blob--1{width:520px; height:520px; top:-180px; right:-160px; background:radial-gradient(circle at 30% 30%, var(--hv-copper-light), transparent 70%);}
.hv-hero__blob--2{width:420px; height:420px; bottom:-220px; left:-140px; background:radial-gradient(circle at 60% 40%, var(--hv-cream-deep), transparent 70%);}
.hv-hero__waves{position:absolute; inset:auto 0 0 0; height:220px; color:var(--hv-copper); opacity:.12;}
.hv-hero__inner{position:relative; z-index:1; display:grid; gap:3rem; align-items:center;}
.hv-hero__content{max-width:640px;}
.hv-hero__badge{
  display:inline-flex; align-items:center; gap:.5em;
  background:var(--hv-white); border:1px solid var(--hv-line);
  padding:.5em 1em; border-radius:999px; font-size:.82rem; font-weight:600;
  color:var(--hv-copper-dark); margin-bottom:1.6rem;
  box-shadow:var(--hv-shadow-soft);
}
.hv-hero__badge .hv-icon{width:1em; height:1em;}
.hv-hero h1{margin-bottom:.55em;}
.hv-hero h1 em{font-style:italic; color:var(--hv-copper);}
.hv-hero__lede{font-size:1.18rem; max-width:52ch; margin-bottom:2.1rem;}
.hv-hero__actions{display:flex; flex-wrap:wrap; gap:1rem; margin-bottom:2.4rem;}
.hv-hero__trust{display:flex; flex-wrap:wrap; gap:.6rem 1.6rem;}
.hv-trust-item{display:flex; align-items:center; gap:.5em; font-size:.86rem; color:var(--hv-ink-soft); font-weight:500;}
.hv-trust-item .hv-icon{width:1.2em; height:1.2em; color:var(--hv-copper);}

.hv-hero__visual{position:relative;}
.hv-hero__frame{
  position:relative; border-radius:var(--hv-radius-lg); overflow:hidden;
  aspect-ratio:4/5; box-shadow:var(--hv-shadow);
}
.hv-hero__frame .hv-placeholder{min-height:100%;}
.hv-hero__tag{
  position:absolute; left:-1.2rem; bottom:1.6rem;
  background:var(--hv-white); border-radius:var(--hv-radius-sm);
  padding:1.1rem 1.3rem; box-shadow:var(--hv-shadow);
  display:flex; align-items:center; gap:.8rem; max-width:230px;
}
.hv-hero__tag .hv-icon{width:1.6rem; height:1.6rem; color:var(--hv-copper); flex-shrink:0;}
.hv-hero__tag strong{display:block; font-family:var(--font-serif); font-size:1.05rem; font-weight:600;}
.hv-hero__tag span{display:block; font-size:.78rem; color:var(--hv-ink-faint);}

@media (min-width:960px){
  .hv-hero{padding:11rem 0 7rem;}
  .hv-hero__inner{grid-template-columns:1.05fr .95fr; gap:4rem;}
}

/* =========================================================
   Generic page hero (inner pages)
   ========================================================= */
.hv-page-hero{
  position:relative; padding:8.5rem 0 4rem; background:var(--hv-cream-alt); overflow:hidden;
}
.hv-page-hero::after{
  content:''; position:absolute; inset:auto 0 0 0; height:1px; background:var(--hv-line);
}
.hv-page-hero .hv-eyebrow{justify-content:center;}
.hv-page-hero__inner{position:relative; z-index:1; max-width:760px; margin:0 auto; text-align:center;}
.hv-page-hero p{max-width:56ch; margin-left:auto; margin-right:auto; font-size:1.08rem;}
.hv-page-hero .hv-curl{margin:0 auto 1.4rem;}

/* =========================================================
   Sections & alternating bands
   ========================================================= */
.hv-section{padding:5.5rem 0;}
.hv-section--alt{background:var(--hv-cream-alt);}
.hv-section--tight{padding:3.5rem 0;}

/* =========================================================
   Service cards / grid
   ========================================================= */
.hv-grid{display:grid; gap:var(--hv-gap);}
.hv-grid--services{grid-template-columns:repeat(auto-fit, minmax(270px,1fr));}

.hv-card{
  display:flex; flex-direction:column;
  background:var(--hv-white); border-radius:var(--hv-radius-md);
  overflow:hidden; box-shadow:var(--hv-shadow-soft);
  transition:transform .35s ease, box-shadow .35s ease;
  height:100%;
}
.hv-card:hover{transform:translateY(-6px); box-shadow:var(--hv-shadow);}
.hv-card:hover .hv-media__img{transform:scale(1.06);}
.hv-card__media{aspect-ratio:4/3.4; border-radius:0;}
.hv-card__body{padding:1.6rem 1.6rem 1.9rem; display:flex; flex-direction:column; flex:1;}
.hv-card__eyebrow{font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; font-weight:700; color:var(--hv-copper); margin-bottom:.5em;}
.hv-card__title{margin-bottom:.5rem; font-size:1.35rem;}
.hv-card__excerpt{flex:1; font-size:.95rem; margin-bottom:1.3rem;}
.hv-card__link{display:inline-flex; align-items:center; gap:.4em; font-weight:600; font-size:.92rem; color:var(--hv-ink);}
.hv-card__link .hv-icon{width:1em; height:1em; transition:transform .25s ease;}
.hv-card:hover .hv-card__link{color:var(--hv-copper);}
.hv-card:hover .hv-card__link .hv-icon{transform:translateX(4px);}

/* Flagship feature cards (Curly Girl Method / Trvala ondulace on homepage) */
.hv-features{display:grid; gap:var(--hv-gap); grid-template-columns:1fr;}
@media (min-width:840px){ .hv-features{grid-template-columns:1fr 1fr;} }
.hv-feature{
  position:relative; border-radius:var(--hv-radius-lg); overflow:hidden;
  background:var(--hv-ink); color:var(--hv-cream);
  min-height:460px; display:flex; align-items:flex-end;
  box-shadow:var(--hv-shadow);
}
.hv-feature__media{position:absolute; inset:0; z-index:0;}
.hv-feature__media .hv-media,
.hv-feature__media .hv-placeholder{height:100%; border-radius:0;}
.hv-feature__scrim{position:absolute; inset:0; background:linear-gradient(180deg, rgba(20,14,8,0) 15%, rgba(20,14,8,.92) 92%); z-index:1;}
.hv-feature__body{position:relative; z-index:2; padding:2.4rem;}
.hv-feature__eyebrow{color:var(--hv-copper-light);}
.hv-feature h3{color:var(--hv-white); font-size:1.7rem; margin-bottom:.5rem;}
.hv-feature p{color:rgba(251,245,236,.82); margin-bottom:1.4rem;}

/* =========================================================
   Philosophy / pull quote
   ========================================================= */
.hv-quote{
  max-width:840px; margin:0 auto; text-align:center; position:relative;
}
.hv-quote blockquote{
  font-family:var(--font-serif); font-style:italic; font-weight:500;
  font-size:clamp(1.5rem,3vw,2.2rem); color:var(--hv-ink); margin:0 0 1.2rem; line-height:1.4;
}
.hv-quote cite{font-style:normal; font-size:.9rem; color:var(--hv-ink-faint); font-weight:600;}

/* =========================================================
   Location / CTA band
   ========================================================= */
.hv-band{
  background:linear-gradient(135deg, var(--hv-copper-dark), var(--hv-copper));
  color:var(--hv-white); border-radius:var(--hv-radius-lg);
  padding:3.2rem clamp(1.5rem,5vw,4rem);
  display:grid; gap:2rem; align-items:center;
  position:relative; overflow:hidden;
}
.hv-band::before{
  content:''; position:absolute; inset:0;
  background:radial-gradient(60% 120% at 90% 10%, rgba(255,255,255,.16), transparent 60%);
}
.hv-band__inner{position:relative; z-index:1; display:grid; gap:2rem;}
.hv-band h2{color:var(--hv-white);}
.hv-band p{color:rgba(255,255,255,.85);}
.hv-band__meta{display:flex; flex-wrap:wrap; gap:1rem 2rem; margin-bottom:1.6rem;}
.hv-band .hv-trust-item{color:rgba(255,255,255,.9);}
.hv-band .hv-trust-item .hv-icon{color:var(--hv-white);}
.hv-band__actions{display:flex; flex-wrap:wrap; gap:1rem;}
@media (min-width:900px){ .hv-band__inner{grid-template-columns:1.3fr .9fr; align-items:center;} }

/* =========================================================
   Certificates (About page)
   ========================================================= */
.hv-cert-grid{display:grid; gap:1.5rem; grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.hv-cert{
  background:var(--hv-white); border-radius:var(--hv-radius-md); padding:1.8rem;
  box-shadow:var(--hv-shadow-soft); display:flex; gap:1.2rem; align-items:flex-start;
}
.hv-cert__icon{
  width:52px; height:52px; border-radius:50%; background:var(--hv-copper-wash);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.hv-cert__icon .hv-icon{width:26px; height:26px; color:var(--hv-copper-dark);}
.hv-cert h3{margin-bottom:.3rem; font-size:1.15rem;}
.hv-cert__meta{font-size:.85rem; color:var(--hv-ink-faint); margin-bottom:.5rem;}

/* =========================================================
   Timeline-ish list (values / process)
   ========================================================= */
.hv-list-check{list-style:none; padding:0; display:grid; gap:.9rem;}
.hv-list-check li{display:flex; gap:.7em; align-items:flex-start; color:var(--hv-ink-soft);}
.hv-list-check .hv-icon{width:1.3em; height:1.3em; color:var(--hv-copper); flex-shrink:0; margin-top:.1em;}

/* =========================================================
   Gallery
   ========================================================= */
.hv-filters{display:flex; flex-wrap:wrap; gap:.7rem; margin-bottom:2.6rem; justify-content:center;}
.hv-filter{
  font-size:.85rem; font-weight:600; padding:.55em 1.2em; border-radius:999px;
  border:1.5px solid var(--hv-line-strong); background:transparent; color:var(--hv-ink-soft);
  cursor:pointer; transition:all .25s ease;
}
.hv-filter:hover{border-color:var(--hv-copper); color:var(--hv-copper);}
.hv-filter.is-active{background:var(--hv-ink); border-color:var(--hv-ink); color:var(--hv-cream);}

.hv-masonry{columns:1; column-gap:var(--hv-gap);}
@media (min-width:640px){ .hv-masonry{columns:2;} }
@media (min-width:1000px){ .hv-masonry{columns:3;} }
.hv-masonry__item{break-inside:avoid; margin-bottom:var(--hv-gap); border-radius:var(--hv-radius-md); overflow:hidden; box-shadow:var(--hv-shadow-soft); cursor:zoom-in;}
.hv-masonry__item .hv-media{border-radius:0;}
.hv-masonry__item.is-hidden{display:none;}

.hv-lightbox{
  position:fixed; inset:0; z-index:200; background:rgba(20,14,8,.92);
  display:flex; align-items:center; justify-content:center; padding:2rem;
  opacity:0; visibility:hidden; transition:opacity .3s ease, visibility 0s linear .3s;
}
.hv-lightbox.is-open{opacity:1; visibility:visible; transition:opacity .3s ease;}
.hv-lightbox img{max-width:100%; max-height:85vh; border-radius:12px;}
.hv-lightbox__close{position:absolute; top:1.5rem; right:1.5rem; width:46px; height:46px; border-radius:50%; background:rgba(255,255,255,.12); border:none; color:var(--hv-cream); display:flex; align-items:center; justify-content:center; cursor:pointer;}

/* =========================================================
   Promotions / news cards
   ========================================================= */
.hv-promo{
  display:flex; gap:1.4rem; background:var(--hv-white); border-radius:var(--hv-radius-md);
  padding:1.6rem; box-shadow:var(--hv-shadow-soft); align-items:flex-start;
}
.hv-promo__icon{width:50px; height:50px; border-radius:14px; background:var(--hv-copper-wash); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.hv-promo__icon .hv-icon{width:24px; height:24px; color:var(--hv-copper-dark);}
.hv-promo h3{margin-bottom:.3rem;}
.hv-empty-state{
  text-align:center; padding:3.5rem 1.5rem; background:var(--hv-white);
  border-radius:var(--hv-radius-md); box-shadow:var(--hv-shadow-soft);
}
.hv-empty-state .hv-curl{margin:0 auto 1.2rem; color:var(--hv-copper-light);}

/* =========================================================
   Contact page
   ========================================================= */
.hv-contact-grid{display:grid; gap:3rem;}
@media (min-width:900px){ .hv-contact-grid{grid-template-columns:1fr 1fr;} }
.hv-info-card{background:var(--hv-white); border-radius:var(--hv-radius-md); padding:2.2rem; box-shadow:var(--hv-shadow-soft); margin-bottom:1.5rem;}
.hv-info-row{display:flex; gap:1rem; align-items:flex-start; margin-bottom:1.3rem;}
.hv-info-row:last-child{margin-bottom:0;}
.hv-info-row .hv-icon{width:1.4em; height:1.4em; color:var(--hv-copper); flex-shrink:0; margin-top:.15em;}
.hv-info-row strong{display:block; margin-bottom:.15em;}
.hv-map{border-radius:var(--hv-radius-md); overflow:hidden; box-shadow:var(--hv-shadow-soft); aspect-ratio:16/11;}
.hv-map iframe{width:100%; height:100%; border:0; display:block;}

.hv-form{background:var(--hv-white); border-radius:var(--hv-radius-md); padding:2.2rem; box-shadow:var(--hv-shadow-soft);}
.hv-form__row{margin-bottom:1.3rem; display:flex; flex-direction:column; gap:.5em;}
.hv-form label{font-size:.85rem; font-weight:600; color:var(--hv-ink);}
.hv-form input[type=text],
.hv-form input[type=tel],
.hv-form input[type=email],
.hv-form textarea{
  font-family:var(--font-sans); font-size:1rem; padding:.85em 1em;
  border:1.5px solid var(--hv-line-strong); border-radius:12px; background:var(--hv-cream);
  color:var(--hv-ink); transition:border-color .2s ease;
}
.hv-form input:focus, .hv-form textarea:focus{outline:none; border-color:var(--hv-copper);}
.hv-form textarea{resize:vertical;}
.hv-form__hp{position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden;}
.hv-form__consent-label{display:flex; align-items:flex-start; gap:.7em; font-size:.85rem; font-weight:400; color:var(--hv-ink-soft); cursor:pointer;}
.hv-form__consent-label input[type=checkbox]{flex-shrink:0; width:1.2em; height:1.2em; margin-top:.15em; accent-color:var(--hv-copper); cursor:pointer;}
.hv-form__consent-label a{color:var(--hv-copper); text-decoration:underline;}
.hv-form__consent-label a:hover, .hv-form__consent-label a:focus{color:var(--hv-copper-dark);}
.hv-form__notice{display:flex; align-items:center; gap:.5em; padding:.9em 1.1em; border-radius:10px; margin-bottom:1.3rem; font-size:.92rem; font-weight:600;}
.hv-form__notice--ok{background:#E6F0E4; color:#3B5C36;}
.hv-form__notice--error{background:#F6E3DE; color:#8C3F21;}
.hv-form__notice .hv-icon{width:1.2em; height:1.2em;}

/* =========================================================
   Footer
   ========================================================= */
.hv-footer{background:var(--hv-ink); color:rgba(251,245,236,.75); padding:4.5rem 0 2rem;}
.hv-footer__grid{display:grid; gap:2.6rem; margin-bottom:3rem;}
@media (min-width:760px){ .hv-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.1fr;} }
.hv-footer__brand{font-family:var(--font-serif); font-size:1.4rem; color:var(--hv-cream); display:flex; align-items:center; gap:.6rem; margin-bottom:1rem;}
.hv-footer__brand .hv-brand__mark{width:30px;height:30px;}
.hv-footer__brand--logo{line-height:0;}
.hv-footer__brand--logo .custom-logo-link{display:block;}
.hv-footer__brand--logo img.custom-logo{max-height:60px; width:auto; height:auto; display:block;}
.hv-footer h4{color:var(--hv-cream); font-family:var(--font-sans); font-size:.82rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:1.1rem; font-weight:700;}
.hv-footer ul{list-style:none; padding:0; margin:0; display:grid; gap:.7rem;}
.hv-footer a:hover{color:var(--hv-cream);}
.hv-footer__contact li{display:flex; gap:.6em; align-items:flex-start;}
.hv-footer__contact .hv-icon{width:1.1em; height:1.1em; color:var(--hv-copper-light); flex-shrink:0; margin-top:.2em;}
.hv-footer__bottom{border-top:1px solid rgba(251,245,236,.14); padding-top:1.6rem; display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between; font-size:.82rem;}

/* =========================================================
   Single service template
   ========================================================= */
.hv-service-hero{position:relative; padding:8.5rem 0 3rem; background:var(--hv-cream-alt); overflow:hidden;}
.hv-service-hero__grid{display:grid; gap:2.5rem; align-items:center;}
@media (min-width:900px){ .hv-service-hero__grid{grid-template-columns:1.1fr .9fr;} }
.hv-service-hero .hv-media, .hv-service-hero .hv-placeholder{aspect-ratio:4/5; border-radius:var(--hv-radius-lg);}
.hv-service-body{max-width:70ch;}
.hv-service-body h3{margin-top:1.6rem;}
.hv-service-body ul{margin-bottom:1.4rem;}
.hv-service-body li::marker{color:var(--hv-copper);}
.hv-back-link{display:inline-flex; align-items:center; gap:.5em; font-weight:600; font-size:.9rem; color:var(--hv-ink-soft); margin-bottom:1.6rem;}
.hv-back-link:hover{color:var(--hv-copper);}
.hv-back-link .hv-icon{width:1em; height:1em; transform:scaleX(-1);}
.hv-related{margin-top:5rem;}

/* Flagship-specific extras (Curly Girl Method / Trvala ondulace) */
.hv-flagship-badge{display:inline-flex; align-items:center; gap:.5em; background:var(--hv-copper-wash); color:var(--hv-copper-dark); font-weight:700; font-size:.78rem; letter-spacing:.06em; text-transform:uppercase; padding:.5em 1em; border-radius:999px; margin-bottom:1.2rem;}
.hv-benefit-grid{display:grid; gap:1rem; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); margin:2rem 0 2.5rem;}
.hv-benefit{background:var(--hv-white); border-radius:var(--hv-radius-sm); padding:1.3rem; box-shadow:var(--hv-shadow-soft); font-size:.92rem; display:flex; gap:.7em; align-items:flex-start;}
.hv-benefit .hv-icon{width:1.3em; height:1.3em; color:var(--hv-copper); flex-shrink:0; margin-top:.1em;}

/* =========================================================
   About page
   ========================================================= */
.hv-about-grid{display:grid; gap:3rem; align-items:start;}
@media (min-width:900px){ .hv-about-grid{grid-template-columns:.9fr 1.1fr;} }
.hv-about-grid .hv-media, .hv-about-grid .hv-placeholder{aspect-ratio:4/5; border-radius:var(--hv-radius-lg);}

/* Utility spacing */
.hv-mt-lg{margin-top:3rem;}
.hv-mb-0{margin-bottom:0;}
