@font-face {
    font-family: 'Elegant';    
    src: url('/misc/elegant.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;             
}
@font-face {
    font-family: 'Body';    
    src: url('/misc/body.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;             
}
@font-face {
    font-family: 'Title';
    src: url('/misc/title.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
  --font-primary: 'Jost', sans-serif;
  --font-secondary: "Inter", Arial, sans-serif;
  --font-title: 'Playfair Display', serif;
  --font-Elegant: 'Elegant', serif;

  /* Core Inks (Dark Neutrals) */
  --ink: #17110c;
  --ink-2: #20170f;
  --ink-soft: #2c1f15;
  --smoke: #3a2a22;           /* UI panels & depth */


  --button: #e1b597;
  
  /* Creams & Lights */
  --cream: #f6ece3;
  --cream-2: #efe0d2;
  --linen: #faf4ee;           /* Light backgrounds */
  --dust: #cbb2a1;            /* Borders & subtle separators */

  /* Golds & Accents */
  --gold: #c47a3f;
  --gold-soft: #d5925a;
  --ember: #b85c2c;           /* Strong warm accent */
  --copper: #9a5a3a;          /* Muted gold alternative */

  /* Text & Special */
  --body-text: #d9c7b8;
  --hair: rgba(246, 236, 227, 0.24);  /* Overlay effect */

  /* Interactive States */
  --hoverA: #966336;          /* Gold hover */
  --hovermA: #a5a39e;         /* Neutral hover */
  --button-hover: rgba(196, 122, 63, 0.25);  /* Gold-based */
  --drop-hover: rgba(144, 103, 73, 0.85);    /* Brown drop/hover */

  /* Shadow */
  --shadow: rgba(23, 17, 12, 0.28);
}

:root[data-theme="light"] {
  --font-primary: 'Jost', sans-serif;
  --font-secondary: "Inter", Arial, sans-serif;
  --font-title: 'Playfair Display', serif;
  --font-Elegant: 'Elegant', serif;

   /* Light Inks (Dark text & accents) */
  --ink: #2c2118;
  --ink-2: #3a2a22;
  --ink-soft: #5c4737;

  --button: #e1b597;


  /* Creams & Light Backgrounds */
  --cream: #f8f2e9;
  --cream-2: #f1e6d6;
  --linen: #fffaf3;
  --smoke: #f4e9db;           /* Soft panels */

  /* Golds & Warm Accents */
  --gold: #c47a3f;
  --gold-soft: #d9a56a;
  --ember: #b86a2f;           /* Strong warm hover */
  --copper: #906749;
  --copper-hover: #906749c7;

  /* Text & Details */
  --body-text: #5c4737;
  --dust: #d8c4ac;            /* Borders / subtle lines */
  --hair: rgba(61, 47, 33, 0.12);

  /* Interactive */
  --hoverA: #a8763f;
  --hovermA: #c9b8a0;
  --button-hover: rgba(196, 122, 63, 0.18);
  --drop-hover: rgba(248, 242, 233, 0.95);

  /* Shadow */
  --shadow: rgba(44, 33, 24, 0.08);

  --gradient-1: linear-gradient(166deg, #ffcbad21 0%, #b24b001c 50%, #bd9974 100%);
  --gradient-hover: linear-gradient(166deg, #ffcbad21 0%, #906648bf 50%, #bd9974 100%);
  
}


:root[data-theme="light"] .btn--ghost:hover,
:root[data-theme="light"] .filter-btn.active {
    color: var(--cream);
}


:root[data-theme="light"] .page-hero {
  position: relative;
  padding: 130px 48px 90px;
  background: radial-gradient(circle at 85% 10%, rgba(216,185,124,.18), transparent 45%), linear-gradient(165deg, var(--ink) 0%, var(--gold) 45%, var(--ink) 100%);
  text-align: center;
}
:root[data-theme="light"] #moon{
  visibility: collapse;

}
:root[data-theme="light"] #sun{
  visibility: visible;

}

:root[data-theme="dark"] #moon{
  visibility: visible;

}
:root[data-theme="dark"] #sun{
  visibility: collapse;

}

:root[data-theme="light"] .contact-form {
  background: var(--ink-soft);
  border: 1px solid var(--hair);
  padding: 48px;
}


.legalLinks {
  color: var(--body-text);
}

 .opt2-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 36px;
    align-items: center;
    background: var(--ink-2);
    padding: 28px;
    border: 1px solid var(--hair);
    margin-bottom: 28px;

  }

  .opt2-row:nth-child(even) {
    grid-template-columns: 1fr 220px;
  }

  .opt2-row:nth-child(even) .opt2-photo { order: 2; }

  .photo {
/* or whatever sizing you already use */
  }

  .corner-pfp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;   /* match your ornament's intended size */
    height: 100px;
    z-index: 2;      /* sits above the avatar */
    pointer-events: none; /* clicks pass through to the avatar underneath */
  }



  .opt2-photo .avatar {
    width: 220px;
    height: 220px;
    aspect-ratio: 1;
    border-radius: 0;
    font-size: 40px;
  }

  .pfp-decor-bottom {
    width: 220px;
    height: 220px;
    position: absolute;
    right: 1.7rem;
  }

  .pfp-decor-top {
    width: 220px !important;
    height: 220px !important;
    position: absolute !important;
    left: 1.9rem !important;
    top: 1.9rem !important;
  }


  path {
    stroke: var(--body-text);
  }


  .footerico {
    display: flex;
  }

  .stud{
    border-right: 1px solid var(--button-hover);
  }
  .behan{
    border-right: 1px solid var(--button-hover);
  }


  
  .footer-brand {
    border-right: 1px solid var(--button-hover);
  }












  .opt2-role {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--gold);
    margin: 0 0 6px;
  }

  .opt2-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    margin: 0 0 12px;
    color: var(--body-text);
  }

  .opt2-bio {
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--body-text);
    margin: 0;
    max-width: 480px;
  }
 .avatar {
  background: linear-gradient(160deg, var(--gold-soft), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-2);
  font-family: 'Playfair Display', Georgia, serif;
}

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  background:var(--smoke);
  color:var(--ink);
  font-family:'Jost', sans-serif;
  -webkit-font-smoothing:antialiased;
  transition:background-color .7s cubic-bezier(.22,.61,.36,1);
}
img,svg{display:block;max-width:100%;}
a{color:inherit;}

.EditButtons {
	visibility: hidden;
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.EditButtons button {
    padding: 10px 20px;
    cursor: pointer;
}

.tracked{letter-spacing:.22em;text-transform:uppercase;}

.wrap{max-width:1240px;margin:0 auto;padding:0 48px;}

.item-detail-panel {
  padding: 5rem 0 4rem;
  border-top: 1px solid rgba(239,229,208,0.14);
  border-bottom: 1px solid rgba(239,229,208,0.14);
  background: linear-gradient(135deg, rgba(239,229,208,0.06), rgba(239,229,208,0.02));
}

.item-detail-panel__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.item-detail-panel__intro {
  max-width: 720px;
  color: var(--cream-soft, rgba(239,229,208,0.8));
  line-height: 1.7;
}

.item-detail-panel__content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: stretch;
}

.item-detail-panel__copy,
.item-detail-panel__card {
  padding: 1.75rem;
  border: 1px solid rgba(239,229,208,0.16);
  background: rgba(239,229,208,0.04);
  border-radius: 20px;
}

.item-detail-panel__copy ul {
  margin: 1rem 0 0 1.2rem;
  display: grid;
  gap: 0.6rem;
  color: var(--cream-soft, rgba(239,229,208,0.8));
}

.item-detail-panel__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
}

.item-detail-panel__card-label {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-soft, #d8b97c);
}

@media (max-width: 1024px) {
  .item-detail-panel {
    padding: 3.5rem 0 3rem;
  }

  .item-detail-panel__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    grid-template-columns: unset;
  }
}


.besøgus {
  height: 20rem;
  font-size: large;
  line-height: 2;
}
.storeimg {
width: 50%;
background-image: url(assets/andre/forside.png);
background-size: cover;
background-position: center;
}
.Info {
padding: 1rem;
width: 100%;
display: flex;
flex-direction: column;
}
/* ---------- Buttons ---------- */
.btn__label path {
  stroke: var(--hovermA);
}

.btn__label .rightarrow {
  height: 22px;
}


.headline {
    margin-left: 0rem!important;
  }


.Mainbtn {
display: center;
display: flex;
display: inline-grid;
display: inline-flex;
font-family: 'Jost', sans-serif;
font-size: 17px;
text-transform: uppercase;
font-weight: 500;
transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease, border-color 0.5s ease;
cursor: pointer;
white-space: nowrap;
color: var(--hovermA);
letter-spacing: .18em;
height: 50px;
align-content: end;
display: inline-flex;
justify-content: center;
text-decoration: none;
isolation: isolate;
}
.Mainbtn:hover {

transform: translateY(-1px);
transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease, border-color 0.5s ease;

}


.btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.2em;
  will-change: opacity, transform;
}

.btn__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: opacity 0.7s cubic-bezier(.22,.61,.36,1), transform 0.7s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
}

.btn__label--default {
  opacity: 1;
  transform: translateY(0);
}

.btn__label--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s cubic-bezier(.22,.61,.36,1) 0.12s, transform 0.7s cubic-bezier(.22,.61,.36,1) 0.12s;
}


.btn:hover, .btn:focus-visible {
  background: var(--button-hover);
  color: var(--cream);
  border-color: var(--cream);
  transform: translateY(-1px);
  transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease, border-color 0.5s ease;
}

.btn:hover .btn__label--default,
.btn:focus-visible .btn__label--default {
  opacity: 0;
  transform: translateY(-10px);
}

.btn:hover .btn__label--hover,
.btn:focus-visible .btn__label--hover {
  opacity: 1;
  transform: translateY(0);
}

.bigbtn {
  margin-left: 0%!important;
  width: 90%;
  margin-bottom: 4rem;
  height: 5rem;
  font-size: x-large;
  letter-spacing: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .btn__text,
  .btn__label {
    transition: none;
  }
}
.btn--ghost{background:transparent;border:1px solid var(--gold-soft);color:var(--cream);}
.btn--ghost:hover{background:var(--gold-soft);color:var(--ink);}


.btn--sm{
  opacity:0;
  padding:13px 24px;
  font-size:11px;
  
  animation: fadeIn 0.8s ease forwards;
}


.btn--block{width:100%;}

/* ---------- Animations ---------- */

  .service-content.scrolled {
    position: absolute;
    z-index: 2;
    top: 25%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: -webkit-fill-available;
    text-align: left;
    
    transition: all .5s cubic-bezier(.22,.61,.36,1), opacity .4s ease;
    color: var(--);

  }

  .service-content.scrolled:hover {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: -webkit-fill-available;
    text-align: left;
  
    transition: all .9s ease-out, opacity .4s ease, background-color .4s ease;
    color: var(--gold-soft);
  }
  /* Scroll-entrance reveal: fades + lifts elements into view once,
     used on the treatment cards, gallery tiles, and section intros. */
  .reveal{
    opacity:0;
    transform:translateY(28px);
    transition:opacity .7s ease, transform .7s cubic-bezier(.16,.84,.44,1);
    transition-delay:0s;
  }
  .reveal.is-visible{
    opacity:1;
    transform:translateY(0);
  }
  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1;transform:none;transition:none;}
  }
  .about-intro .about-copy,
  .contact-form.reveal{
    transition-delay:.12s;
  }


  .serviceP {
    font-size: 14px ;
    transition: font-size .2s ease;
  }


  .btn--sm.scrolled{
    padding:13px 24px;
    font-size:11px;
    opacity:100;
  }


/* ---------- Cookies ---------- */

nav.cookiesprimary-Nav {
  display: flex;
  align-items: center;
  gap: 75px;
  width: 60%;
  flex-direction: column;
  justify-content: center;
}

.cookiesbtnN.btn.btn--sm.scrolled {
  min-width: 200px;
}

.cookiesbtnA.btn.btn--sm.scrolled {
  min-width: 200px;
}

.cookiesbutton {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
}
.cookieslogo {
  position: absolute;
  top: 5%;
  left: 2%;
  display: flex;
  gap: 0.7rem;
}
.cookies {
  visibility: hidden;
  position: fixed;
  /* bottom: 25%; */
  top: 50%;
  transform: translateY(-50%);

  z-index: 500;
  background: var(--shadow);
  height: 30rem;
  width: 70%;
  display: flex;
  justify-content: center;
  align-content: center;
  backdrop-filter: blur(18px);
  border-top: 1px solid var(--rose);
  box-shadow: 0 -20px 50px rgba(43,32,24,0.12);
  left: 15%;
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  border: solid 1px var(--copper);
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.serum-intro {
  display: flex;
  padding: 5rem;
  margin: 3rem 0rem 3rem 0rem;
  justify-content: space-between;
  height: 55rem;
}

.about-serum {
  width: 50%;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}


.track {
  display: flex;
  width: 200%;
  height: 100%;
  transition: transform 0.8s ease;

}

.track img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-size: cover;
}

.dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.about-copy {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: center;
}

  .eyebrow {
    display: block;
    font-size: 0.72rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--gold-soft);
    margin-bottom: 14px;
  }

.about-copy h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: clamp(28px,3.6vw,42px);
  margin-bottom: 20px;
  line-height: 1.2;
  width: 90%;
}
.paras {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0rem;
}
#serumPara1 {
  width: 45%;
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 18px;
  list-style: disc;
  text-align: left;
  width: 65%;
  padding: 2rem;
  padding-left: 0;
  font-family: var(--font-secondary);
}
#serumPara2 {
  width: 45%;
  list-style: disc;
  line-height: 4.75 !important;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.para {
  margin-bottom: 0px !important;
  font-size: 13px !important;
  color: var(--copper) !important;
}
.priss {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
#serumpricetag {
  
  margin: 0;
  align-self: self-end;
  text-align: left;
  color: #a39283;
}
#serumprice {
  font-size: 2rem;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold-soft);
  height: auto;
  text-align: left;
  
}
#serumstk {
  
  margin: 0;
  text-align: end;
  text-align: left;
  font-size: revert-layer;
  color: #a39283;
}
.page-hero p {
  color: var(--body-text);
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
    margin-bottom: 0px;
  line-height: 1.7;
  margin-bottom: 2rem;
  
}









/* ============================================================
   HOME — hero & services strip
   ============================================================ */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  min-height: 62rem;
  overflow: hidden;
  background: url(/assets/andre/forside.png);
  background-size: cover;
  background-position: center;
  transition: min-height .7s ease, transform .7s cubic-bezier(.16,.84,.44,1);
}

header{
  background: transparent!important;

}

header.scrolled{

  background-color: var(--copper-hover)!important;

}


.hero.scrolled {
  display: flex;
  min-height: 66rem;
  overflow: hidden;
  background: url(/assets/andre/forside.png);
  background-size: cover;
  background-position: center;
  transition: min-height .7s ease, transform .7s cubic-bezier(.16,.84,.44,1);

}
.hero-art{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 30%, rgba(216,185,124,.35), transparent 45%),
    linear-gradient(135deg, #5b4630 0%, #3a2c20 35%, #221911 70%, #15100b 100%);
}
.hero-art::before{
  content:"";
  position:absolute;
  top:0;right:0;bottom:0;left:0;
  background:linear-gradient(100deg, var(--ink) 0%, rgba(22,16,9,.85) 18%, rgba(22,16,9,0) 48%);
  z-index:2;
}
.hero-art .arch-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;}
.hero-art .grain{
  position:absolute;top:0;right:0;bottom:0;left:0;
  background-image:radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:3px 3px;
  opacity:.5;
  z-index:1;
}
.hero-text {
  position: absolute;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 56px;
  text-align: left;
  width: 900px;
  place-self: center;
    justify-self: center;
  justify-self: center;
  width: 100%;
}

.Desc-box {
  background: #2b2018f7;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 550px;
}

.copybox {
  border: var(--cream-2) solid 1px;
  padding: 5px;
  font-size: 18px;
  line-height: 1.7;
}

.eyebrow {
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: .32em;
  margin-bottom: 10px;

}
.hero-text h1 {
  font-family: 'Elegant', serif;
  font-weight: initial;
  font-size: clamp(40px, 5.4vw, 98px);
  line-height: 1.08;
  color: var(--dust);
  margin-bottom: 9px;
  letter-spacing: 1px;

}
.hero-text .subtitle {
  font-size: 24px;
  color: var(--gold-soft);
  font-weight: 300;
  margin-bottom: 22px;
  letter-spacing: 1px;

}

.divider {
  width: 30%;
  height: 1px;
  background: var(--gold-soft);
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 36px;
}

.hero-text p.copy{color:var(--body-text);font-size:15.5px;line-height:1.7;margin-bottom:34px;max-width:420px;}

.behandlingerTitle {
padding: 50px;
color: var(--copper-hover);
text-align: center;
font-size: xxx-large;
padding-bottom: 0px;
font-family: 'Elegant', serif;
font-weight: lighter;
}

.services{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
  max-width: 100%;
  margin:0 auto;
  padding:90px 48px 100px;
}
#treatments {
  background: var(--button-hover);
}

.service {
  position: relative;
  min-height: 480px;
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-right: 1px solid var(--hair);
  text-decoration: none;
  display: flex;
  justify-content: center;
}




.corner-ornament {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  width: 40%;
  z-index: 999999;
}

.cardtitle {
  position: absolute;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .01em;
  margin-top: 0;
  color: var(--gold-soft);
  transition: margin-top .4s ease;
}


.service {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  isolation: isolate;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 18px 40px rgba(43,32,24,.10);
}

.service::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background-position:center;
  background-size:cover !important;
  transform:scale(1);
  transition:transform 1s cubic-bezier(.22,.61,.36,1);
}
.service:hover::before{transform:scale(1.1);}

.service-1::before{background-image:url(/assets/treatments/service1/forside.png);}
.service-2::before{background-image:url(/assets/treatments/service2/forside.png);}
.service-3::before{background-image:url(/assets/treatments/service3/forside.png);}
.service-4::before{background-image:url(/assets/treatments/service4/forside.png);}
.service-5::before{background-image:url(/assets/treatments/service5/forside.png);}
.service-6::before{background-image:url(/assets/treatments/service6/forside.png);}

.service-bg{
  position:absolute; inset:0;
  z-index:2;
  pointer-events:none;
  background: var(--gradient-1);
   transition:background .45s ease;
}
.service:hover .service-bg{
    background: var(--gradient-hover);
    transition: background 1.85s ease;
  }

.service-badge{
  position:absolute;
  top:18px; right:18px;
  z-index:3;
  width:38px; height:38px;
  border-radius:50%;
  background:rgba(255,255,255,.22);
  backdrop-filter:blur(6px);
  display:flex; align-items:center; justify-content:center;
  opacity:0;
  transform:scale(.7) rotate(-25deg);
  transition:opacity .35s ease, transform .45s cubic-bezier(.34,1.56,.64,1), background .3s ease;
}
.service-badge svg{width:15px;height:15px;color:var(--cream);}
.service:hover .service-badge{
  opacity:1;
  transform:scale(1) rotate(0deg);
  background:var(--cream);
}

.service-content{
  position:absolute;
  z-index:3;
  left:0; right:0; bottom:0;
  padding:28px 26px 26px;
}
.service-num:hover {
  margin-top: 0px !important;
}

.service-num {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft);
  opacity: .75;
  font-size: 1.3rem;
  letter-spacing: .16em;
  margin-bottom: 10px;
  position: fixed;
  top: 1rem;
  right: 1rem;
  justify-content: space-between;
  width: 93%;
}

.service h3 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: xx-large;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .01em;
  transition: margin-top .4s ease;
  color: var(--smoke);
  transition: all .5s cubic-bezier(.22,.61,.36,1), opacity .4s ease;
  margin-bottom: 4rem;
}

.service:hover h3{margin-bottom:0.5rem; }

.service-desc{
  max-height:0;
  opacity:0;
  overflow:hidden;
  transition:max-height .5s cubic-bezier(.22,.61,.36,1), opacity .4s ease;
}
.service:hover .service-desc{
  max-height:210px;
  opacity:1;
}
.service p {
  font-size: 18.5px;
  line-height: 1.6;
  color: var(--drop-hover);
  margin-bottom: 24px;
  max-width: 380px;
}



.service-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color: var(--gold-soft);
  font-size:11.5px;
  letter-spacing:.14em;
  text-transform:uppercase;
  text-decoration:none;
  border-bottom:1px solid var(--rose);
  padding-bottom:4px;
  transition:color .2s ease, gap .2s ease;
}



.service-link svg{width:11px;height:11px;transition:transform .25s ease;}
.service-link:hover{color:var(--rose);}
.service-link:hover svg{transform:translateX(3px);}

.services .service:nth-child(1){transition-delay:.05s;}
.services .service:nth-child(2){transition-delay:.12s;}
.services .service:nth-child(3){transition-delay:.19s;}
.services .service:nth-child(4){transition-delay:.26s;}
.services .service:nth-child(5){transition-delay:.33s;}
.services .service:nth-child(6){transition-delay:.4s;}

/* ============================================================
   PAGE HERO BANNER — used on About / Gallery / Contact / Treatments
   ============================================================ */


.service-badge{

  visibility: collapse;


}




.page-hero {
  position: relative;
  background: radial-gradient(circle at 85% 10%, rgba(216,185,124,.18), transparent 45%), linear-gradient(165deg, #2a2014 0%, #27190b 45%, var(--ink) 100%);
  border-bottom: 1px solid var(--hair);
  text-align: center;
  height: 50vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#gallery {
  justify-content: center;
}

#about{
  justify-content: center;
}

#contact{
}

.page-hero .crumb{
  color:var(--gold-soft);
  font-size:12px;
  letter-spacing:.32em;
  margin-bottom:18px;
}
.page-hero h1{
  font-family:'Playfair Display', serif;
  font-weight:500;
  font-size:clamp(38px,5vw,56px);
  margin-bottom:18px;
}
.page-hero p{
  color:var(--body-text);
  font-size:16px;
  max-width:520px;
  margin:0 auto;
  line-height:1.7;
}
.page-hero .divider{margin:24px auto;}

section{position:relative;}
.section-pad{padding:100px 48px;}
.section-head{max-width:640px;margin:0 auto 64px;text-align:center;}
.section-head .eyebrow{justify-content:center;display:flex;}
.section-head h2{
  font-family:'Playfair Display', serif;
  font-weight:500;
  font-size:clamp(28px,3.4vw,40px);
  margin-bottom:16px;
}
.section-head p{color:var(--body-text);font-size:15.5px;line-height:1.7;}
.section-head .divider{margin:18px auto 0;}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-intro {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  max-width: 1740px;
  margin: 0 auto;
  margin-top: 5rem;

}
.about-portrait {
  aspect-rati: 5/5;
  min-height: 420px;

  overflow: hidden;
  width: 75%;
  justify-self: center;
    margin-bottom: auto;
  align-self: center;
  display: flex;
  justify-content: space-between;
}
#dropdowncontainer {
  width: 11rem;
  height: auto;
  position: absolute;
  top: 75%;
  display: flex;
  flex-direction: column;
  min-height: 170px;
}
.demo {
  width: 100%;
}
.about-portrait svg{position:absolute;inset:0;width:100%;height:100%;}
.about-portrait .frame{
  position:absolute;
  top:18px;right:18px;bottom:18px;left:18px;
  
  z-index:2;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-copy h2{
  font-family:'Playfair Display', serif;
  font-weight:500;
  font-size:clamp(28px,3.6vw,42px);
  margin-bottom:20px;
  color: var(--body-text);
  line-height:1.2;
  width: 90%;
}


.about-copy p{color:var(--body-text);font-size:15.5px;line-height:1.75;margin-bottom:18px;}
.about-copy .signature{
  font-family:'Playfair Display', serif;
  font-style:italic;
  color:var(--gold-soft);
  font-size:22px;
  margin-top:24px;
}

.stats-band{
  background:var(--cream);
  border-top:1px solid var(--hair);
  border-bottom:1px solid var(--hair);
}
.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}

.stat-item{padding:0 20px;}
.stat-item .num{
  font-family:'Playfair Display', serif;
  font-size:clamp(32px,4vw,46px);
  color:var(--gold-soft);
  margin-bottom:8px;
}
.stat-item .label{font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--body-text);}

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.filter-bar{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:54px;
}
.filter-btn{
  background:transparent;
  border:1px solid var(--hair);
  color:var(--cream-2);
  font-family:'Jost', sans-serif;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:11px 22px;
  cursor:pointer;
  transition:all .2s ease;
}
.filter-btn:hover{border-color:var(--gold-soft);color:var(--cream);}
.filter-btn.active{background:var(--gold-soft);border-color:var(--gold-soft);color:var(--ink);}

@keyframes scale {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}


.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
  max-width:1240px;
  margin:0 auto;
}
.gallery-item{
  position:relative;
  aspect-ratio:1/1;
  min-height:260px;
  overflow:hidden;
  border-radius:6px;
  cursor:pointer;
  box-shadow:0 14px 32px rgba(43,32,24,.10);
  animation: scale 0.70s ease 0s 1 normal forwards;
  
}
.gallery-item.tall{grid-row:span 2;aspect-ratio:auto;min-height:540px;animation: scale 0.70s ease 0s 1 normal forwards; }
.gallery-bg{
  position:absolute;inset:0;
  transition:transform .7s cubic-bezier(.22,.61,.36,1);
}
.gallery-item:hover .gallery-bg{transform:scale(1.08);}
.gallery-item.cat-pmu .gallery-bg{background:linear-gradient(150deg,#7a5c39,#3c2c1d 60%,#1a130c);}
.gallery-item.cat-tattoo .gallery-bg{background:linear-gradient(150deg,#6b6258,#3a3530 55%,#181512);}
.gallery-item.cat-nails .gallery-bg{background:linear-gradient(150deg,#cbb79b,#7d6c57 55%,#332a20);}
.gallery-item.cat-wax .gallery-bg{background:linear-gradient(150deg,#8a9686,#4a5340 55%,#1c2017);}
.gallery-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg, transparent 40%, rgba(10,8,5,.85) 100%);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:22px;
  opacity:0;
  transition:opacity .3s ease;
}
.gallery-item:hover .gallery-overlay{opacity:1;}
.gallery-overlay .cat{font-size:11px;letter-spacing:.18em;color:var(--gold-soft);text-transform:uppercase;margin-bottom:6px;}
.gallery-overlay .title{font-family:'Playfair Display', serif;font-size:17px;}
.gallery-item-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.18;}
.gallery-item-icon svg{width:64px;height:64px;}
.gallery-item.hidden{display:none;}


.gallery-grid .gallery-item:nth-child(1){transition-delay:.05s;}
.gallery-grid .gallery-item:nth-child(2){transition-delay:.1s;}
.gallery-grid .gallery-item:nth-child(3){transition-delay:.15s;}
.gallery-grid .gallery-item:nth-child(4){transition-delay:.2s;}
.gallery-grid .gallery-item:nth-child(5){transition-delay:.25s;}
.gallery-grid .gallery-item:nth-child(6){transition-delay:.3s;}



/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contact-info {
  display: flex;
  width: 30%;
  margin-left: 5%;
  height: 50rem;
  display: flex;
  flex-direction: column;
}
.contact-grid{
  display: flex;
  flex-direction: row;
  gap:64px;
  margin:0;
  padding:100px 48px;
  background: var(--button-hover);
  width: 100%;
}
.contact-info h2 {
    font-family: var(--font-title);
    font-weight: 500;
    font-size: clamp(28px, 3.2vw, 40px);
    color: var(--ink-soft);
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--hair);
}
.contact-info > p {
    color: var(--body-text);
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 32px;
    max-width: 380px;
}
.contact-info .parking-note {
    color: var(--gold-soft);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 18px;
    max-width: none;
}

  .cta-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 4px;
  margin-bottom: 40px;
  transition: gap .2s ease, color .2s ease;
  width: 20%;
  }
  .cta-line:hover { gap: 13px; color: var(--gold-soft); }
  .cta-line svg { width: 11px; height: 11px; }

.contact-info > p{color:var(--body-text);font-size:15px;line-height:1.7;margin-bottom:36px;}
.info-list{    list-style: none;
    margin: 0;
    padding: 0;}
.info-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid var(--hair);
}
  .info-list strong {
    display: block;
    font-size: 12.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 5px;
  }

  .info-list span, .info-list a {
    font-size: 13.5px;
    color: var(--body-text);
    text-decoration: none;
  }
  .info-list a:hover { color: var(--gold-soft); }

  .info-list .ic {
    width: 32px;
    height: 32px;
    border: 1px solid var(--gold-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .25s ease, transform .25s ease;
	cursor:pointer
  }
    .info-list li:hover .ic {
    background: var(--gold-soft);
    transform: scale(1.06);
  }
.info-list li:hover .ic svg { stroke: var(--linen); }
.info-list .ic svg { width: 15px; height: 15px; transition: stroke .25s ease; }


.info-list a:hover{color:var(--gold-soft);}

.map-block{
  aspect-ratio:16/9;
  min-height:220px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(216,185,124,.25), transparent 55%),
    linear-gradient(150deg,#3a2c20,#1a130c);
  width: 100%;
}
.map-block svg{position:absolute;inset:0;width:100%;height:100%;}

.contact-form{
  background:var(--ink-2);
  border:1px solid var(--hair);
  padding:48px;
}
.contact-form h3{
  font-family:'Playfair Display', serif;
  font-size:24px;
  font-weight:500;
  margin-bottom:8px;
}
.contact-form > p{color:var(--body-text);font-size:14px;margin-bottom:30px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;}
.field{margin-bottom:20px;}
.field label{
  display:block;
  font-size:11.5px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--cream-2);
  margin-bottom:9px;
}
.field input, .field select, .field textarea{
  width:100%;
  background:transparent;
  border:1px solid var(--hair);
  color:var(--cream);
  padding:13px 16px;
  font-family:'Jost', sans-serif;
  font-size:14px;
  outline:none;
  transition:border-color .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus{border-color:var(--gold-soft);}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%23d8b97c' stroke-width='1.3'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px 20px !important;
}

.field select option{background:var(--ink-2);color:var(--cream);}
.field textarea{resize:vertical;min-height:110px;}
.form-note{font-size:12px;color:var(--body-text);margin-top:16px;line-height:1.6;}
.form-success{
  display:none;
  align-items:center;
  gap:14px;
  background:rgba(216,185,124,.1);
  border:1px solid var(--gold-soft);
  color:var(--cream);
  padding:18px 20px;
  font-size:14px;
  margin-bottom:24px;
}
.form-success.show{display:flex;}
.form-success svg{width:20px;height:20px;flex-shrink:0;color:var(--gold-soft);}
.contact-form form.hide{display:none;}

.hours-list{list-style:none;}
.hours-list li{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid var(--hair);font-size:14px;color:var(--body-text);}
.hours-list li:first-child{border-top:none;}
.hours-list li span:last-child{color:var(--cream);}

/* ============================================================
   TREATMENTS DETAIL PAGE
   ============================================================ */
.treat-detail{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:center;
  padding:96px 48px;
  max-width:1240px;
  margin:0 auto;
  border-bottom:1px solid var(--hair);
}
.treat-detail:last-of-type{border-bottom:none;}
.treat-detail.reverse{direction:rtl;}
.treat-detail.reverse > *{direction:ltr;}
.treat-visual{
  position:relative;
  aspect-ratio:4/3;
  min-height:300px;
  overflow:hidden;
  background:linear-gradient(150deg,#7a5c39,#3c2c1d 60%,#1a130c);
}
.treat-detail:nth-of-type(2) .treat-visual{background:linear-gradient(150deg,#6b6258,#3a3530 55%,#181512);}
.treat-detail:nth-of-type(3) .treat-visual{background:linear-gradient(150deg,#cbb79b,#7d6c57 55%,#332a20);}
.treat-detail:nth-of-type(4) .treat-visual{background:linear-gradient(150deg,#8a9686,#4a5340 55%,#1c2017);}
.treat-visual .v-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.22;}
.treat-visual .v-icon svg{width:140px;height:140px;}
.treat-copy h2{
  font-family:'Playfair Display', serif;
  font-weight:500;
  font-size:clamp(26px,3.2vw,36px);
  margin-bottom:16px;
  text-transform:uppercase;
}
.treat-copy p{color:var(--body-text);font-size:15px;line-height:1.75;margin-bottom:22px;}
.treat-list{list-style:none;margin-bottom:28px;}
.treat-list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:14px;
  color:var(--cream-2);
  margin-bottom:11px;
}
.treat-list li svg{width:14px;height:14px;margin-top:3px;color:var(--gold-soft);flex-shrink:0;}
.treat-price{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-bottom:26px;
}
.treat-price .from{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--body-text);}
.treat-price .amount{font-family:'Playfair Display', serif;font-size:26px;color:var(--gold-soft);}

  .team-card {
    background: var(--ink-2);
    width: 28rem;
    padding: 43px 28px 56px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 24px 48px var(--shadow);
    border: 1px solid var(--hair);
    aspect-ratio: 1/1;
  }

  .team-photo {
    position: relative;
    aspect-ratio: 4 / 4;
    margin-bottom: 22px;
    padding: 4px;
    background: linear-gradient(160deg, var(--gold-soft), var(--gold));
  }

  .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 6px solid var(--ink-2);
  }

  .team-name {
    font-size: 28px;
    color: var(--cream);
    margin: 0 0 6px;
    letter-spacing: 0.02em;
    font-weight: 400;
  }

  .team-role {
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--gold-soft);
    margin: 0 0 18px;
  }

  .team-divider {
    width: 36px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 18px;
  }

  .team-bio {
    font-family: Arial, sans-serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--body-text);
    margin: 0;
  }
  .rightarrow {
    height: 20px!important;

  }




/* ============================================================
   CTA BAND (shared)
   ============================================================ */
.cta-band{
  text-align:center;
  padding:100px 48px;
  background:
    radial-gradient(circle at 20% 20%, rgba(216,185,124,.16), transparent 50%),
    var(--ink-2);
  border-top:1px solid var(--hair);
  border-bottom:1px solid var(--hair);
}
.cta-band h2{
  font-family:'Playfair Display', serif;
  font-weight:500;
  font-size:clamp(28px,3.6vw,42px);
  margin-bottom:18px;
}
.cta-band p{color:var(--body-text);font-size:15.5px;margin-bottom:34px;}

  .logo-text .brand-of {

  color: var(--cream-2);
  }
  .logo-text .brand-name {

  color: var(--cream-2);
  }
  .logo-text .brand-sub {

  color: var(--cream-2);
  }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ---- Tablet: 1100px ---- */
@media (max-width:1100px){
  nav.primary-nav ul{gap:20px;}
  header{padding:14px 28px;}
  .headline .divider-fleuron {
    max-width: 80%;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0px;
    display: none;
  }
  .item-detail-panel__content {flex-direction: column;}
  /* Hero */
  .hero{grid-template-columns:1fr;min-height:auto;}
  .hero.scrolled{}
  .hero-text{padding:120px 36px 48px;max-width:none;}
  .Desc-box{width:100%;max-width:560px;}

  /* Services */
  .services{grid-template-columns:repeat(2,1fr);gap:20px;padding:64px 32px 72px;}

  /* About */
  .about-intro{grid-template-columns:1fr;gap:48px;padding:72px 32px;}
  .about-portrait{min-height:360px;aspect-ratio:4/3;}

  /* Stats */
  .stats{grid-template-columns:repeat(2,1fr);gap:36px;row-gap:48px;}

  /* Gallery */
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
  .gallery-item.tall{grid-row:span 1;aspect-ratio:1/1;min-height:260px;}

  /* Contact */
  .contact-grid{flex-direction:column;padding:72px 32px;gap:40px;}
  .contact-info{width:100%;margin-left:0;height:auto;}
  .contact-form{padding:32px;}
  .img-grid{width:100%;min-height:320px;}

  /* Treatments */
  .treat-detail{grid-template-columns:1fr;gap:36px;padding:64px 32px;direction:ltr !important;}
  .treat-detail.reverse{direction:ltr;}

  /* Footer */
  

  
  .logo-text .brand-of {

  color: var(--cream-2);
  }
  .logo-text .brand-name {

  color: var(--cream-2);
  }
  .logo-text .brand-sub {

  color: var(--cream-2);
  }
  footer h4 {
    font-family: var(--font-primary);
    color: var(--body-text);
    font-weight: bolder;
  }
  footer ul {
    display: flex;
    flex-direction: column;
  }
  .rightarrow {
    height: 20px!important;

  }
  .footerico2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  /* Cookie banner */
  .cookies{height:auto;padding:40px 24px 36px;flex-direction:column;align-items:center;gap:16px;}
  nav.cookiesprimary-Nav{width:100%;gap:24px;}
  .cookiesbutton{width:100%;max-width:420px;gap:16px;}
  .cookieslogo{position:static;margin-bottom:8px;}
  .headline {
    margin-left: 0rem;
  }
  header {
    position: fixed;
    top: 0;
    z-index: 50;
    display: flex;
    flex-direction: row!important;
    align-items: center;
    justify-content: space-between;
  }
  header-actions{
    visibility: collapse;
  }
}

.cookiesurlbar {
  display: flex;
  gap: 8px;
}
@media (max-width: 890px) {
  .menu-toggle {
    display: flex;
    position: absolute;
    right: 20px;
    top: 18px;
    margin-left: 0;
  }
  .opt2-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 36px;
    align-items: center;
    background: var(--ink-2);
    padding: 28px;
    border: 1px solid var(--hair);
    margin-bottom: 28px;
    height: 50vh;
    width: 100%;
  }
}

/* ---- Mobile: 760px ---- */
@media (max-width:890px){

  body{max-width:100%;overflow-x:hidden;}

  .hero {
    grid-template-columns: 1fr;
    min-height: 100vh!important;

  }

.hero.scrolled {
  grid-template-columns: 1fr;
  min-height: 45rem!important;
  

  }
  .map-block {
    aspect-ratio: 1/1;
  }
  .contact-info {
    flex-direction: column;
  }

  /* Nav */
  nav.primary-nav ul, .header-actions .socials{display:none;}
  .menu-toggle{display:flex;}
  nav.primary-nav.open{
    display:flex;
    position:fixed;
    top:0; left:0; right:0; bottom:0;
    background:var(--ink);
    border-bottom:1px solid var(--hair);
    z-index:90;
    overflow-y:auto;
    padding-top:80px;
  }
  nav.primary-nav.open ul{
    display:flex;
    flex-direction:column;
    width:100%;
    padding:18px 28px 40px;
    gap:4px;
  }
  nav.primary-nav.open ul > li{width:100%;}
  nav.primary-nav.open ul > li > a{
    padding:14px 0;
    width:100%;
    font-size:15px;
    display:block;
  }
  .has-dropdown{width:100%;justify-content:space-between;}
  .has-dropdown.open #dropdowncontainer{display:flex;}
  .header-actions .btn{display:none;}

  /* Header */
  header{padding:12px 20px 12px 20px; }

  /* Hero */
  .hero{min-height:100vh !important;}
  .hero.scrolled{min-height:100svh;}
  .hero-text{
    padding:100px 22px 32px;
    justify-content:center;
    gap:16px;
  }
  .hero-text h1{font-size:clamp(34px,9vw,52px);}
  .hero-text .subtitle{font-size:18px;}
  .Desc-box{width:100%;max-width:none;}
  .bigbtn{
    width:100%;
    margin-left:0;
    font-size:16px;
    height:4rem;
    margin-bottom:2rem;
  }

  /* Services */
  .titlenumber {
    border: 2px ridge var(--gold-soft);
    padding: 14px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    border-radius: 100px;
    font-family: var(--font-primary);
  }

  .services{grid-template-columns:1fr;gap:16px;padding:40px 16px 56px;height:auto;margin: 7px;}
  .service{min-height:460px;}
  .service-content{padding:20px;}
  .service h3{font-size:22px;}
  .service p{font-size:14px;max-width:none;}
  /* Always show service description on mobile (no hover) */
  .service-desc{max-height:none !important;opacity:1 !important;}
  .service h3{margin-bottom:8px !important;}
  .service-badge{opacity:1;transform:scale(1) rotate(0deg);}
  .service-content.scrolled {
    position: absolute;
    z-index: 2;
    top: 25%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: -webkit-fill-available;
    text-align: left;
    margin-top: 0px !important;
    transition: all .9s ease-out, opacity .4s ease, background-color .4s ease;
    color: var(--gold-soft);
  }

  /* About */
  .about-intro{padding:52px 20px;gap:30px;}
  .about-portrait{min-height:280px;aspect-ratio:1/1; height: 45rem; width: 95%;}
  .about-copy h2{font-size:28px;}
  .about-copy p{font-size:15px;}

  /* Stats */
  .stats{grid-template-columns:1fr 1fr;gap:20px;row-gap:36px;}
  .section-pad {
      padding: 20px 48px;
      padding-bottom: 50px;
  }

  /* Gallery */
  .gallery-grid{grid-template-columns:1fr;gap:14px;}
  .gallery-item{min-height:220px;}
  .gallery-item.tall{min-height:300px;}
  /* Show gallery overlay always on mobile */
  .gallery-overlay{opacity:1;}
  .filter-bar{gap:8px;margin-bottom:36px;}
  .filter-btn{padding:10px 16px;font-size:11px;}

  /* Contact */
  .contact-grid{padding:48px 20px;gap:36px;}
  .contact-form{padding:24px 20px;}
  .info-list li{display: flex;
    flex-direction: row;gap:8px;}
  .form-row{grid-template-columns:1fr;}

  /* Cookies */
  .cookies{height:auto;padding:32px 20px 28px;flex-direction:column;align-items:center;gap:20px;}
  nav.cookiesprimary-Nav{width:100%;gap:16px;text-align:center;}
  nav.cookiesprimary-Nav h1{font-size:18px;}
  .cookiesbutton{flex-direction:column;width:100%;align-items:center;gap:12px;}
  .cookiesbtnN.btn.btn--sm.scrolled,
  .cookiesbtnA.btn.btn--sm.scrolled{min-width:0;width:100%;max-width:280px;}
  .cookieslogo{position:static;}

  /* Page hero sections */
  .page-hero{padding:80px 20px 60px;}
  .page-hero h1{font-size:clamp(30px,8vw,44px);}

  /* CTA band */
  .cta-band{padding:64px 20px;}

  /* Footer */
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:16px;}
  .footer-brand p{max-width:none;}
  .stud, .behan, .footer-brand{border-right:none;}

  footer{

    display: flex;
    flex-direction: column;

  }
  /* btn--sm visibility fix */
  .btn--sm.scrolled{opacity:1;}


}

/* Besøg os section */
.img-grid {
flex: 1.3;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 14px;
min-height: 260px;

}
.box-top-left {
grid-column: 1;
grid-row: 1;
background-image: url(/assets/salon/salon1.png);
background-size: cover;
background-position: center;
border-radius: 9px;
}
.box-bottom-left {
grid-column: 1;
grid-row: 2;
background-image: url(/assets/salon/salon2.png);
background-size: cover;
background-position: center;
border-radius: 9px;
}
.box-right-tall {
grid-column: 2;
grid-row: 1 / 3;
background-image: url(/assets/salon/salon3.png);
background-size: cover;
background-position: center;
border-radius: 9px;
}
.besøgbox {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}


/* ---- Small phones: 420px ---- */
@media (max-width:420px){
  .hero-text h1{font-size:32px;}
  .hero-text .subtitle{font-size:15px;}
  .service{aspect-ratio:auto;min-height:460px;}
  .stats{grid-template-columns:1fr;}
  .contact-form{padding:20px 16px;}
  header{padding:10px 16px;}
  .logo-text .brand-name{font-size:15px;}
  .filter-btn{width:100%;justify-content:center;}
  .bigbtn{height:3.4rem;font-size:15px;}
}
@media (max-width: 760px) {
  .frame {
    min-height: 280px;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 760px) {
  .about-portrait {
    min-height: 180px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    height: 45rem;
  }
  .opt2-photo .avatar {
    width: 110px;
    height: 110px;
    aspect-ratio: 1;
    border-radius: 0;
    font-size: 40px;
  }
  .pfp-decor-top, .pfp-decor-bottom {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    left: 1.9rem !important;
    top: 1.9rem !important;
    visibility: collapse;
  }
}
@media (max-width: 760px) {
	.about-portrait .frame {
	  position: absolute;
	  top: 18px;
	  right: 18px;
	  bottom: 18px;
	  left: 0;
	  z-index: 2;
		background-repeat: repeat;
		background-size: auto;
	  background-size: contain;
	  background-repeat: no-repeat;
	  width: 25rem;
	}
}
@media (max-width: 890px) {
  .opt2-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    background: var(--ink-2);
    padding: 28px;
    border: 1px solid var(--hair);
    margin-bottom: 28px;
    height: 50vh;
    width: 100%;
  }
  .service-bg {
    transition: background 1.85s ease;
  }
  #GiaPfp {
	  width: 110px;
	  height: 110px;
	  position: absolute;
	  top: 4vh;
	}
  #MajPfp {
	  width: 110px;
	  height: 110px;
	  position: absolute;
	  top: 57vh;
	}
.aboutmetxt {
	  height: 30vh;
	  margin-top: 14vh;
    width: 26vh;
	}
  #gallery {

    visibility: collapse;
  }
  
  #gallery{
.pfp-decor-bottom {
	  width: 1px;
	  height: 1px;
	  position: absolute;
	  right: 1.7rem;
	  visibility: collapse;
	}
	#MajPfp {
	  width: 110px;
	  height: 110px;
	  position: absolute;
	  top: 57vh;
	}
}

@media (max-width: 760px) {
  .about-portrait {
    min-height: 180px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    height: 60rem;
  }
  #GiaPfp {
    
    width: 110px;
    height: 110px;
  }
  .opt2-role {
    font-size: small;
  }
  .opt2-name {
    font-size: medium;
  }
}
@media (max-width: 760px) {
  .serum-intro {
	  flex-direction: column;
	  padding: 2.5rem 1.25rem;
	  margin: 2rem 0;
	  gap: 2rem;
    height: auto;
  }

  .about-serum {
	  width: 100%;
  }

  .slideshow {
	  aspect-ratio: 4 / 3;
	  height: auto;
  }

  .about-copy {
	  width: 100%;
  }

  .about-copy h2 {
	  width: 100%;
	  font-size: clamp(24px, 7vw, 32px);
  }

  .paras {
	  flex-direction: column;
	  padding: 0;
	  gap: 1.5rem;
  }

  #serumPara1,
  #serumPara2 {
	  width: 100%;
	  padding: 0;
    font-size: small;
  }

  #serumPara2 {
	  line-height: 2.2 !important;
    flex-direction: column;
  }

  .priss {
	  grid-template-rows: auto auto;
	  margin-top: 1.5rem;
	  row-gap: 4px;
  }

  #serumpricetag,
  #serumprice,
  #serumstk {
	  padding-left: 0;
  }
}
@media (max-width: 760px) {
  .contact-info {
    
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 200px) {
  .infobtn {
  width: 80%;
  margin: auto;
  height: 5rem;
  font-size: 20px;
  }
  .item-detail-panel__content {flex-direction: column;}
}


















@keyframes gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

:root{
  --ink:#17110c;
  --ink-2:#20170f;
  --ink-soft:#2c1f15;

  --cream:#f6ece3;
  --cream-2:#efe0d2;

  --gold:#c47a3f;
  --gold-soft:#d5925a;

  --body-text:#d9c7b8;

  --hair:rgba(246, 236, 227, 0.24);
  --hoverA:#966336;
  --hovermA:#a5a39e;

  --ember:#b85c2c;
  --copper:#9a5a3a;
  --smoke:#3a2a22;
  --linen:#faf4ee;
  --dust:#cbb2a1;
  --shadow:rgba(23,17,12,0.22);
  --button-hover:rgba(190, 148, 80, 0.219);
  --drop-hover:rgba(89, 61, 35, 0.76);
}

.editbtns {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  width: 159px;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
}

.editbtn {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 56px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;

  border: 1px solid var(--hair);
  border-radius: 4px;

  background: linear-gradient(180deg, var(--ink-2) 0%, var(--ink) 100%);
  color: var(--cream-2);

  font-size: 9px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;

  box-shadow: 0 6px 16px var(--shadow);
  transition: background 0.35s ease, border-color 0.35s ease,
              color 0.35s ease, box-shadow 0.35s ease, transform 0.2s ease;
}

/* icon representing the background-size mode, drawn in pure CSS */
.editbtn::before {
  content: "";
  width: 22px;
  height: 16px;
  border: 1.4px solid var(--gold);
  border-radius: 2px;
  background: transparent;
  transition: border-color 0.35s ease, background 0.35s ease;
}

/* cover: inner block overflows/fills the frame edge-to-edge */
#editbtn1::before {
  background: var(--gold);
  box-shadow: inset 0 0 0 2px var(--ink);
}

/* contain: inner block sits fully inside with visible margin */
#editbtn2::before {
  width: 14px;
  height: 10px;
  background: var(--gold);
}

/* auto: inner block is off-ratio / smaller, sitting top-left, rest empty */
#editbtn3::before {
  width: 10px;
  height: 7px;
  background: var(--gold);
  margin-right: 10px;
  margin-bottom: 7px;
}

.editbtn span {
  font-size: 9px;
  color: var(--body-text);
  transition: color 0.35s ease;
}

.editbtn:hover {
  background: linear-gradient(180deg, var(--ink-soft) 0%, var(--smoke) 100%);
  border-color: var(--gold-soft);
  box-shadow: 0 8px 22px var(--drop-hover), 0 0 0 1px var(--button-hover);
  transform: translateY(-1px);
}

.editbtn:hover::before {
  border-color: var(--ember);
}

.editbtn:hover span {
  color: var(--gold-soft);
}

.editbtn:active {
  transform: translateY(0);
  background: var(--hoverA);
}

.editbtn:active span {
  color: var(--linen);
}

.editbtn:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 3px;
}

.editbtn.active-mode {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold), 0 6px 16px var(--shadow);
  width: 42% !important;
}

.editbtn.active-mode span {
  color: var(--gold-soft);
}

.divider {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .divider .line {
    flex: 1;
    height: 1px;
    background: var(--gold);
    opacity: 0.6;
  }

  .divider .fleuron {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
  }


p {
  color: var(--body-text);
}
.arrow {
  color: var(--body-text);
  width: 20px;
  font-family: sans-serif;
}
li {
  display: flex;
  justify-content: space-between;
}


.rightarrow {
  width: 22px;
  stroke: rgb(125, 106, 84);
}
.footer-brand {
  width: 90%;
}
kontakt-ul {
  width: auto !important;
}
.kontakt-ul {
  width: auto;
}
.kontakticons {
  width: 18px;
}
.Info {
  margin-right: 5%;
  color: var(--gold-soft);
  width: 45vh;
}}