:root {
  --bg: #F5F0E6;
  --bg2: #EAE2D0;
  --ol: #6B705C;
  --old: #4A4E3B;
  --ola: #A5A58D;
  --td: #2E2C1F;
  --tl: #FFFFF8;
  --cta: #7A8450;
  --gold: #B08D3E;
  --h: 'Playfair Display', serif;
  --b: 'Libre Franklin', sans-serif;
  --tr: 0.3s cubic-bezier(.4, 0, .2, 1);
  --sh: 0 8px 40px -8px rgba(74, 78, 59, .12)
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: var(--b);
  background: var(--bg);
  color: var(--td);
  line-height: 1.6;
  overflow-x: hidden
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none
}

.c {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem
}

.stag {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: .75rem
}

.sh {
  font-family: var(--h);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--old);
  line-height: 1.2
}

.gr {
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 1rem 0 2rem
}

.gr.cx {
  margin: 1rem auto 2rem
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal.active {
  opacity: 1;
  transform: translateY(0)
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .85rem 2rem;
  border-radius: 50px;
  font-family: var(--b);
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  transition: all var(--tr);
  border: none;
  text-decoration: none
}

.btp {
  background: var(--cta);
  color: var(--tl);
  box-shadow: 0 4px 20px -4px rgba(122, 132, 80, .4)
}

.btp:hover {
  background: var(--old);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px -4px rgba(74, 78, 59, .4)
}

.bto {
  background: transparent;
  color: var(--ol);
  border: 1.5px solid var(--ol)
}

.bto:hover {
  background: var(--ol);
  color: var(--tl);
  transform: translateY(-1px)
}

.btsm {
  padding: .6rem 1.4rem;
  font-size: .85rem
}

.wi {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0
}

/* NAV */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--ol);
  transition: box-shadow var(--tr)
}

.nav.sc {
  box-shadow: 0 2px 24px -4px rgba(74, 78, 59, .25)
}

.ni {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  gap: 1rem
}

.nb {
  display: flex;
  flex-direction: column;
  gap: .1rem
}

.nw {
  display: flex;
  align-items: baseline;
  line-height: 1
}

.nw .sk {
  font-family: var(--h);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--tl);
  letter-spacing: .04em
}

.nw .et {
  font-family: var(--h);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .04em
}

.nc {
  font-size: .55rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255, 255, 248, .65);
  margin-top: .1rem
}

.nt {
  font-size: .6rem;
  color: rgba(255, 255, 248, .55);
  letter-spacing: .1em
}

.nl {
  display: flex;
  align-items: center;
  gap: 2rem
}

.nl a {
  font-size: .85rem;
  font-weight: 500;
  color: rgba(255, 255, 248, .85);
  transition: color var(--tr);
  letter-spacing: .02em
}

.nl a:hover {
  color: var(--gold)
}

.hbg {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: .25rem
}

.hbg span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--tl);
  border-radius: 2px;
  transition: all var(--tr)
}

.mm {
  display: none;
  background: var(--old);
  padding: 1rem 2rem 1.5rem;
  flex-direction: column;
  gap: 1rem
}

.mm a {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 248, .9);
  border-bottom: 1px solid rgba(255, 255, 248, .08);
  padding-bottom: .75rem
}

.mm.op {
  display: flex
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 5rem;
  background: var(--bg);
  position: relative;
  overflow: hidden
}

.hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 55%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(176, 141, 62, .06) 0%, transparent 70%);
  pointer-events: none
}

.hg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem
}

.hc {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.5rem
}

.chip {
  padding: .35rem 1rem;
  border-radius: 50px;
  border: 1.5px solid var(--ola);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ol);
  background: var(--bg)
}

.hh {
  font-family: var(--h);
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 700;
  color: var(--old);
  line-height: 1.1;
  margin-bottom: 1rem
}

.hh em {
  font-style: italic;
  color: var(--ol)
}

.hdr {
  font-family: var(--h);
  font-size: 1.25rem;
  color: var(--ol);
  font-weight: 600
}

.hdg {
  font-size: .78rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ola);
  margin-top: .2rem
}

.hdesc {
  margin: 1.5rem 0 2rem;
  font-size: 1.05rem;
  color: rgba(46, 44, 31, .75);
  line-height: 1.8;
  max-width: 480px
}

.hact {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center
}

.hci {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .82rem;
  color: var(--ola);
  margin-top: 1.25rem
}

.hci strong {
  color: var(--old)
}

.hiw {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.hir {
  position: relative;
  width: 380px;
  height: 420px;
  border-radius: 60% 40% 55% 45%/55% 45% 55% 45%;
  overflow: hidden;
  border: 3px solid rgba(176, 141, 62, .25);
  box-shadow: 0 20px 80px -10px rgba(74, 78, 59, .18)
}

.hir img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top
}

.hbdg {
  position: absolute;
  bottom: 1.5rem;
  left: -1.5rem;
  background: var(--bg);
  border: 1px solid rgba(176, 141, 62, .2);
  border-radius: 12px;
  padding: .75rem 1.1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  box-shadow: var(--sh)
}

.hbi {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold)
}

.hbt {
  font-size: .75rem;
  color: var(--ola);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em
}

.hbl {
  font-size: .9rem;
  color: var(--old);
  font-weight: 700
}

.hdr2 {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(176, 141, 62, .15);
  pointer-events: none
}

/* SERVICES */
.svc {
  padding: 6rem 0;
  background: var(--bg2);
  position: relative
}

.svch {
  text-align: center;
  margin-bottom: 3.5rem
}

.sg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem
}

.sc2 {
  background: var(--bg);
  border: 1px solid rgba(165, 165, 141, .3);
  border-radius: 16px;
  padding: 2rem;
  transition: all var(--tr);
  position: relative;
  overflow: hidden
}

.sc2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0;
  transition: opacity var(--tr)
}

.sc2:hover {
  border-color: rgba(176, 141, 62, .3);
  transform: translateY(-4px);
  box-shadow: var(--sh)
}

.sc2:hover::before {
  opacity: 1
}

.sc2.lg {
  grid-column: span 2
}

.sc2 {
  border-top: 3px solid var(--gold)
}

.stt {
  font-family: var(--h);
  font-size: 1.25rem;
  color: var(--old);
  margin-bottom: 1rem;
  font-weight: 600
}

.sl {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.sl li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .875rem;
  color: rgba(46, 44, 31, .8);
  line-height: 1.5
}

.sl li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: .45em;
  flex-shrink: 0
}

.sc2.lg .sl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem 2rem
}

.scta {
  text-align: center;
  margin-top: 3rem
}

/* PORTFOLIO */
.port {
  padding: 6rem 0;
  background: var(--bg)
}

.ph {
  text-align: center;
  margin-bottom: 3rem
}

.pg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem
}

.pc {
  background: var(--bg2);
  border: 1px solid rgba(165, 165, 141, .25);
  border-radius: 14px;
  overflow: hidden;
  transition: all var(--tr);
  cursor: pointer
}

.pc:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh);
  border-color: rgba(176, 141, 62, .3)
}

.pip {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #EAE2D0, #D8D0BE);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: var(--ol)
}

.pip svg {
  width: 36px;
  height: 36px;
  opacity: .5
}

.pip span {
  font-size: .78rem;
  opacity: .6;
  font-style: italic;
  text-align: center;
  padding: 0 1rem
}

.pi {
  padding: 1rem 1.25rem
}

.ptag {
  display: inline-block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .2rem .65rem;
  border-radius: 50px;
  background: var(--ola);
  color: var(--tl);
  margin-bottom: .4rem
}

.pn {
  font-family: var(--h);
  font-size: 1rem;
  color: var(--old);
  font-weight: 600
}

.pnt {
  font-size: .8rem;
  color: var(--ola);
  margin-top: .25rem
}

.pnotice {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border: 1px dashed rgba(176, 141, 62, .4);
  border-radius: 12px;
  background: rgba(176, 141, 62, .04);
  text-align: center;
  font-size: .875rem;
  color: var(--ola);
  font-style: italic
}

/* ABOUT */
.abt {
  padding: 6rem 0;
  background: var(--bg2)
}

.ag {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 4rem;
  align-items: center
}

.aiw {
  position: relative
}

.aif {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 20px 80px 20px 80px;
  overflow: hidden;
  border: 3px solid rgba(176, 141, 62, .2);
  box-shadow: var(--sh)
}

.aif img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center
}

.adco {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid rgba(176, 141, 62, .2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 16px -2px rgba(74, 78, 59, .08);
  text-align: center
}

.adcn {
  font-family: var(--h);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--old);
  line-height: 1
}

.adcl {
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ola)
}

.an {
  font-family: var(--h);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--old);
  margin-bottom: .3rem
}

.adg {
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600
}

.abio {
  margin: 1.5rem 0;
  font-size: 1rem;
  color: rgba(46, 44, 31, .78);
  line-height: 1.85
}

.asp {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.75rem
}

.aspg {
  padding: .35rem .9rem;
  background: var(--bg);
  border: 1px solid rgba(165, 165, 141, .4);
  border-radius: 50px;
  font-size: .78rem;
  color: var(--ol);
  font-weight: 500
}

.asts {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap
}

.asc {
  flex: 1;
  min-width: 100px;
  padding: 1rem;
  background: var(--bg);
  border: 1px solid rgba(165, 165, 141, .25);
  border-radius: 12px;
  text-align: center
}

.asn {
  font-family: var(--h);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--old)
}

.asl {
  font-size: .72rem;
  color: var(--ola);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: .2rem
}

/* TESTIMONIALS */
.tst {
  padding: 6rem 0;
  background: var(--bg)
}

.tsh {
  text-align: center;
  margin-bottom: 2rem
}

.tg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem
}

.tc {
  background: var(--bg2);
  border: 1px solid rgba(165, 165, 141, .25);
  border-radius: 16px;
  padding: 1.75rem;
  transition: all var(--tr);
  display: flex;
  flex-direction: column
}

.tc:hover {
  box-shadow: var(--sh);
  border-color: rgba(176, 141, 62, .25);
  transform: translateY(-3px)
}

.tq {
  font-family: var(--h);
  font-size: 3rem;
  color: rgba(176, 141, 62, .25);
  line-height: .7;
  margin-bottom: .75rem
}

.tt {
  font-size: .9rem;
  color: rgba(46, 44, 31, .8);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 1.25rem;
  flex: 1
}

.ts {
  display: flex;
  gap: 3px;
  margin-bottom: .75rem
}

.star {
  width: 14px;
  height: 14px;
  fill: var(--gold)
}

.tna {
  font-weight: 700;
  font-size: .9rem;
  color: var(--old)
}

.tm {
  font-size: .75rem;
  color: var(--ola);
  margin-bottom: .6rem
}

.tav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
  color: #fff;
  flex-shrink: 0;
  margin-right: .75rem
}

.tinfo {
  display: flex;
  align-items: center;
  margin-top: auto
}

.tgbadge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .7rem;
  color: #5f6368;
  border: 1px solid #dadce0;
  border-radius: 20px;
  padding: .25rem .65rem;
  margin-bottom: 2.5rem
}

.tgbadge svg {
  width: 14px;
  height: 14px
}

.trating-bar {
  background: var(--bg2);
  border-radius: 20px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(165, 165, 141, .2);
  flex-wrap: wrap
}

.trating-num {
  font-family: var(--h);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--old);
  line-height: 1
}

.trating-stars {
  display: flex;
  gap: 4px;
  margin: .3rem 0
}

.trating-star {
  width: 20px;
  height: 20px;
  fill: var(--gold)
}

.trating-label {
  font-size: .8rem;
  color: var(--ola)
}

.tglink {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  color: #4285f4;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s
}

.tglink:hover {
  opacity: .75
}

/* LOCATION */
.loc {
  padding: 6rem 0;
  background: var(--bg2)
}

.lh {
  text-align: center;
  margin-bottom: 3.5rem
}

.lg2 {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 2.5rem;
  align-items: start
}

.mc {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(165, 165, 141, .3);
  box-shadow: var(--sh)
}

.mc iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  filter: sepia(18%) saturate(80%) contrast(95%)
}

.lcard {
  background: var(--bg);
  border: 1px solid rgba(165, 165, 141, .25);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 2px 16px -2px rgba(74, 78, 59, .08)
}

.lct {
  font-family: var(--h);
  font-size: 1.35rem;
  color: var(--old);
  margin-bottom: 1.25rem;
  font-weight: 700
}

.lr {
  display: flex;
  gap: .75rem;
  margin-bottom: 1rem;
  font-size: .9rem;
  color: rgba(46, 44, 31, .78);
  align-items: flex-start
}

.li {
  flex-shrink: 0;
  margin-top: .15rem;
  color: var(--gold)
}

.li svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2
}

.ll {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ola);
  display: block;
  margin-bottom: .15rem
}

.ld {
  height: 1px;
  background: rgba(165, 165, 141, .2);
  margin: 1.25rem 0
}

.cn {
  font-size: .78rem;
  color: var(--ola);
  font-style: italic;
  display: flex;
  align-items: center;
  gap: .4rem
}

.la {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-top: 1.5rem
}

/* CONTACT */
.cont {
  padding: 6rem 0;
  background: var(--old);
  position: relative;
  overflow: hidden
}

.cont::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(176, 141, 62, .05) 0%, transparent 60%);
  pointer-events: none
}

.ci {
  text-align: center;
  position: relative;
  z-index: 1
}

.ctit {
  font-family: var(--h);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--tl);
  margin-bottom: 1rem
}

.cd {
  font-size: 1rem;
  color: rgba(255, 255, 248, .65);
  margin-bottom: 2.5rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto
}

.cg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 700px;
  margin: 0 auto 2.5rem
}

.ccard {
  background: rgba(255, 255, 248, .05);
  border: 1px solid rgba(255, 255, 248, .1);
  border-radius: 16px;
  padding: 1.75rem;
  text-align: center
}

.cci {
  color: var(--gold);
  margin-bottom: .75rem
}

.cci svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  margin: 0 auto
}

.ccl {
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255, 255, 248, .5);
  margin-bottom: .4rem
}

.ccv {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--tl)
}

.ccs {
  font-size: .8rem;
  color: rgba(255, 255, 248, .55);
  margin-top: .25rem
}

.ctm {
  font-size: .85rem;
  color: rgba(255, 255, 248, .5);
  margin-top: 1.5rem
}

.ctm strong {
  color: rgba(255, 255, 248, .8)
}

/* FOOTER */
footer {
  background: var(--old);
  border-top: 1px solid rgba(165, 165, 141, .15);
  padding: 3rem 0 1.5rem
}

.fg {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 248, .07);
  margin-bottom: 1.5rem
}

.fw {
  display: flex;
  align-items: baseline;
  gap: .15rem
}

.fsk {
  font-family: var(--h);
  font-size: 1.3rem;
  color: var(--tl);
  font-weight: 700
}

.fet {
  font-family: var(--h);
  font-size: 1.3rem;
  color: var(--gold);
  font-weight: 700
}

.fcl {
  font-size: .55rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255, 255, 248, .4);
  display: block;
  margin-top: .1rem
}

.ftag {
  font-size: .8rem;
  color: rgba(255, 255, 248, .5);
  margin-top: .75rem;
  line-height: 1.6
}

.fct {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem
}

.fl {
  display: flex;
  flex-direction: column;
  gap: .6rem
}

.fl a {
  font-size: .85rem;
  color: rgba(255, 255, 248, .6);
  transition: color var(--tr)
}

.fl a:hover {
  color: var(--tl)
}

.fi {
  display: flex;
  gap: .6rem;
  margin-bottom: .75rem;
  font-size: .85rem;
  color: rgba(255, 255, 248, .6)
}

.fi svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  margin-top: .2rem;
  color: var(--gold)
}

.fb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .78rem;
  color: rgba(255, 255, 248, .35)
}

/* FLOATING WA */
.fwa {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px -4px rgba(122, 132, 80, .45);
  transition: all var(--tr);
  animation: fp 3s ease-in-out infinite
}

.fwa:hover {
  background: var(--old);
  transform: scale(1.1);
  animation: none
}

.fwa svg {
  width: 26px;
  height: 26px;
  fill: #fff
}

.fwat {
  position: absolute;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--old);
  color: var(--tl);
  font-size: .78rem;
  font-weight: 600;
  padding: .45rem .9rem;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--tr)
}

.fwa:hover .fwat {
  opacity: 1
}

@keyframes fp {

  0%,
  100% {
    box-shadow: 0 4px 24px -4px rgba(122, 132, 80, .45), 0 0 0 0 rgba(122, 132, 80, .4)
  }

  50% {
    box-shadow: 0 4px 24px -4px rgba(122, 132, 80, .45), 0 0 0 12px rgba(122, 132, 80, 0)
  }
}

/* DIVIDER */
.dv {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ola) 50%, transparent)
}

/* RESPONSIVE */
@media(max-width:1024px) {
  .sg {
    grid-template-columns: 1fr 1fr
  }

  .sc2.lg {
    grid-column: span 2
  }

  .ag {
    grid-template-columns: 280px 1fr;
    gap: 3rem
  }

  .aif {
    aspect-ratio: 1/1;
    border-radius: 50%
  }

  .lg2 {
    grid-template-columns: 1fr
  }

  .mc iframe {
    height: 320px
  }

  .fg {
    grid-template-columns: 1fr 1fr
  }

  .tg {
    grid-template-columns: 1fr 1fr
  }

  .trating-bar {
    gap: 1.5rem
  }
}

@media(max-width:768px) {

  .nl,
  .nav-cta-d {
    display: none
  }

  .hbg {
    display: flex
  }

  .hg {
    grid-template-columns: 1fr;
    gap: 2.5rem
  }

  .hero {
    padding: 7rem 0 4rem
  }

  .hiw {
    order: -1;
    overflow: hidden
  }

  .hir {
    width: 260px;
    height: 280px
  }

  .sg {
    grid-template-columns: 1fr
  }

  .sc2.lg {
    grid-column: span 1
  }

  .sc2.lg .sl {
    grid-template-columns: 1fr
  }

  .pg {
    grid-template-columns: 1fr 1fr
  }

  .ag {
    grid-template-columns: 1fr;
    text-align: center
  }

  .aiw {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .aif {
    width: 220px;
    height: 220px;
    border-radius: 50%
  }

  .asp {
    justify-content: center
  }

  .asts {
    justify-content: center
  }

  .tg {
    grid-template-columns: 1fr
  }

  .cg {
    grid-template-columns: 1fr
  }

  .fg {
    grid-template-columns: 1fr;
    gap: 2rem
  }

  .fb {
    flex-direction: column;
    text-align: center
  }

  .fwa {
    bottom: 1.25rem;
    right: 1.25rem
  }
}

@media(max-width:480px) {
  .pg {
    grid-template-columns: 1fr
  }

  .hh {
    font-size: 2.2rem
  }

  .c {
    padding: 0 1.25rem
  }
}

/* SERVICE FLASHCARDS */
.sfc {
  padding: 5rem 0 4rem;
  background: var(--bg)
}

.sfch {
  text-align: center;
  margin-bottom: 2rem
}

/* Category Tab Bar */
.sft-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
  scrollbar-width: none
}

.sft-wrap::-webkit-scrollbar {
  display: none
}

.sft {
  display: flex;
  gap: .5rem;
  justify-content: center;
  flex-wrap: wrap
}

.sftb {
  padding: .45rem 1.1rem;
  border-radius: 50px;
  border: 1.5px solid var(--ola);
  background: transparent;
  font-family: var(--b);
  font-size: .78rem;
  font-weight: 600;
  color: var(--ol);
  cursor: pointer;
  transition: all .2s;
  letter-spacing: .04em;
  white-space: nowrap
}

.sftb:hover {
  border-color: var(--gold);
  color: var(--old)
}

.sftb.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--tl)
}

/* Card Grid */
.sfg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: .85rem
}

.scard {
  background: var(--bg2);
  border: 1px solid rgba(165, 165, 141, .3);
  border-top: 3px solid var(--gold);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  cursor: pointer;
  text-align: left;
  transition: all .22s;
  font-family: var(--b)
}

.scard:hover,
.scard[aria-expanded="true"] {
  border-color: rgba(176, 141, 62, .5);
  border-top-color: var(--old);
  background: var(--bg);
  transform: translateY(-3px);
  box-shadow: 0 6px 24px -6px rgba(74, 78, 59, .15)
}

.scard[aria-expanded="true"] .scmore {
  color: var(--gold)
}

.sclabel {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ola)
}

/* Category colour accents on labels */
.scard[data-cat="hair"] .sclabel { color: #7a8450 }
.scard[data-cat="growth"] .sclabel { color: #9c7240 }
.scard[data-cat="aesthetic"] .sclabel { color: #7a6b8a }
.scard[data-cat="consult"] .sclabel { color: #4a7a6b }

.scname {
  font-size: .9rem;
  font-weight: 600;
  color: var(--old);
  line-height: 1.3
}

.scmore {
  font-size: .75rem;
  color: var(--ola);
  margin-top: .25rem;
  transition: color .2s
}

/* Hidden cards (filtered out) */
.scard.sfhidden {
  display: none
}

/* Detail Drawer */
.sfd {
  margin-top: 1.5rem;
  border-radius: 14px;
  background: var(--bg2);
  border: 1px solid rgba(176, 141, 62, .25);
  border-left: 4px solid var(--gold);
  overflow: hidden;
  animation: sfd-in .25s ease
}

.sfd[hidden] {
  display: none
}

@keyframes sfd-in {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.sfd-inner {
  padding: 1.5rem 2rem
}

.sfd-meta {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
  flex-wrap: wrap
}

.sfd-cat {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(176, 141, 62, .1);
  padding: .2rem .65rem;
  border-radius: 50px
}

.sfd-name {
  font-family: var(--h);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--old)
}

.sfd-desc {
  font-size: .9rem;
  color: rgba(46, 44, 31, .8);
  line-height: 1.8;
  margin-bottom: .75rem
}

.sfd-dis {
  font-size: .75rem;
  color: var(--ola);
  font-style: italic;
  border-top: 1px solid rgba(165, 165, 141, .2);
  padding-top: .6rem;
  margin-bottom: .85rem
}

.sfd-close {
  background: none;
  border: 1.5px solid rgba(165, 165, 141, .4);
  border-radius: 50px;
  padding: .35rem 1rem;
  font-size: .78rem;
  color: var(--ol);
  cursor: pointer;
  font-family: var(--b);
  font-weight: 600;
  transition: all .2s
}

.sfd-close:hover {
  background: var(--ol);
  color: var(--tl)
}

@media(max-width:768px) {
  .sfg {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: .65rem
  }

  .sfd-inner {
    padding: 1.1rem 1.25rem
  }
}

@media(max-width:480px) {
  .sfg {
    grid-template-columns: 1fr 1fr
  }
}

/* =============================
   VISUAL DERMATOLOGY GALLERY
   ============================= */

.vdg {
  padding: 5.5rem 0 6rem;
  background: #F3EBDD;
  position: relative
}

.vdg::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C5A45A 40%, #C5A45A 60%, transparent)
}

/* ── Section Intro ── */
.vdg-intro { text-align: center; margin-bottom: 3.5rem }

.vdg-label {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #C5A45A;
  margin-bottom: 1.25rem
}

.vdg-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin: 0 auto 1.5rem
}
.vdg-rule-line {
  display: block;
  width: 60px; height: 1px;
  background: #C5A45A;
  opacity: .55
}
.vdg-rule-sm .vdg-rule-line { width: 36px }
.vdg-rule-dot { color: #C5A45A; font-size: .75rem; line-height: 1; opacity: .8 }

.vdg-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  font-weight: 700;
  color: #0D3B24;
  line-height: 1.15;
  margin-bottom: 1rem
}

.vdg-sub {
  font-size: .97rem;
  color: rgba(13,59,36,.6);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7
}

/* ── 3-column flat grid ── */
.vdg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

/* =============================
   REVEAL CARD
   ============================= */

/*
  The card is position:relative with no fixed height.
  The front (.vdg-card-front) is in normal flow — its img determines height.
  The back (.vdg-card-back) is position:absolute, covering the front exactly.
*/

.vdg-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  /* subtle border matching artwork language */
  border: 1px solid rgba(197,164,90,.28);
  background: #EDE4D3
}

/* ── FRONT: normal flow, image drives height ── */
.vdg-card-front {
  position: relative;
  display: block;
  /* opacity-only transition — NO transform, to avoid creating a new containing block
     that could offset the position:absolute .vdg-card-back during animation */
  transition: opacity .38s ease
}

.vdg-card.revealed .vdg-card-front {
  opacity: 0;
  pointer-events: none
}

/* ── Image: width 100%, natural height — NO forced height ── */
.vdg-card-front img {
  display: block;
  width: 100%;
  height: auto;
  /* very gentle zoom on hover */
  transition: transform 350ms ease
}

.vdg-card:not(.revealed):hover .vdg-card-front img {
  transform: scale(1.015)
}

/* ── Explore button: hidden by default, visible on hover ── */
.vdg-explore-btn {
  position: absolute;
  bottom: .9rem;
  right: .9rem;
  font-family: 'Libre Franklin', sans-serif;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .07em;
  color: #F3EBDD;
  background: #173F2A;
  border: 1px solid rgba(197,164,90,.7);
  border-radius: 50px;
  padding: .38rem 1rem;
  cursor: pointer;
  /* hidden by default — opacity only, no transform to avoid containing block side effects */
  opacity: 0;
  transition: opacity .25s ease, background .2s ease
}

.vdg-card:not(.revealed):hover .vdg-explore-btn,
.vdg-card:not(.revealed):focus-within .vdg-explore-btn {
  opacity: 1
}

/* Always visible on touch / mobile (no hover) */
@media (hover: none) {
  .vdg-explore-btn {
    opacity: 1
  }
}

.vdg-explore-btn:focus-visible {
  outline: 2px solid #C5A45A;
  outline-offset: 2px
}

/* ── BACK: absolute overlay, same footprint as front ── */
.vdg-card-back {
  position: absolute;
  inset: 0;
  background: #F3EBDD;
  border: 1px solid rgba(197,164,90,.4);
  border-radius: 12px;
  padding: 1.6rem 1.4rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  overflow-y: auto;
  /* hidden */
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .38s ease, transform .38s ease
}

.vdg-card.revealed .vdg-card-back {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto
}

/* Typography */
.vdg-card-cat {
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #C5A45A
}

.vdg-card-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 700;
  color: #0D3B24;
  line-height: 1.2;
  margin: 0
}

.vdg-card-rule {
  display: flex; align-items: center; gap: .6rem; margin: .1rem 0
}
.vdg-card-rule .vdg-rule-line { width: 28px }

.vdg-card-desc {
  font-size: .85rem;
  color: rgba(13,59,36,.78);
  line-height: 1.72;
  flex: 1
}

.vdg-card-dis {
  font-size: .72rem;
  color: rgba(13,59,36,.44);
  font-style: italic;
  line-height: 1.5
}

.vdg-card-actions {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  margin-top: auto;
  padding-top: .6rem;
  border-top: 1px solid rgba(197,164,90,.25)
}

.vdg-card-link {
  font-size: .82rem;
  font-weight: 600;
  color: #0D3B24;
  letter-spacing: .04em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(197,164,90,.45);
  transition: color .2s, text-decoration-color .2s
}
.vdg-card-link:hover { color: #C5A45A; text-decoration-color: #C5A45A }

.vdg-back-btn {
  display: inline-block;
  font-family: 'Libre Franklin', sans-serif;
  font-size: .78rem;
  font-weight: 500;
  color: rgba(13,59,36,.5);
  background: none; border: none;
  cursor: pointer; padding: 0; text-align: left;
  transition: color .2s
}
.vdg-back-btn:hover { color: #0D3B24 }

.vdg-back-btn:focus-visible,
.vdg-card-link:focus-visible {
  outline: 2px solid #C5A45A;
  outline-offset: 2px;
  border-radius: 2px
}

/* ── Gallery CTA ── */
.vdg-cta {
  text-align: center;
  margin-top: 3.5rem;
  display: flex; flex-direction: column; align-items: center; gap: 1.25rem
}
.vdg-cta-text { font-size: .95rem; color: rgba(13,59,36,.6); font-style: italic }

/* ===========================
   VDG RESPONSIVE
   =========================== */

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  .vdg-grid { grid-template-columns: repeat(2, 1fr); gap: 18px }
}

/* Mobile: 1 column */
@media (max-width: 640px) {
  .vdg { padding: 4rem 0 5rem }
  .vdg-intro { margin-bottom: 2.5rem }
  .vdg-grid { grid-template-columns: 1fr; gap: 18px }
}

/* ── OUR APPROACH ── */
.approach {
  padding: 4rem 0 4.5rem;
  background: var(--bg2)
}

.approach-head {
  text-align: center;
  margin-bottom: 2.5rem
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 880px;
  margin: 0 auto
}

.approach-step {
  background: var(--bg);
  border: 1px solid rgba(165,165,141,.28);
  border-top: 3px solid var(--gold);
  border-radius: 14px;
  padding: 1.6rem 1.75rem 1.5rem;
  transition: box-shadow .25s ease, transform .25s ease
}

.approach-step:hover {
  box-shadow: 0 6px 28px -6px rgba(74,78,59,.13);
  transform: translateY(-2px)
}

.ap-num {
  display: block;
  font-family: var(--h);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--gold);
  margin-bottom: .65rem
}

.ap-title {
  font-family: var(--h);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--old);
  margin: 0 0 .55rem;
  line-height: 1.2
}

.ap-desc {
  font-size: .875rem;
  color: rgba(46,44,31,.68);
  line-height: 1.75;
  margin: 0
}

/* Tablet: tighten padding but keep 2 columns */
@media (max-width: 900px) {
  .approach-steps {
    max-width: 100%
  }
  .approach-step {
    padding: 1.35rem 1.4rem 1.25rem
  }
}

/* Mobile: single column, compact */
@media (max-width: 600px) {
  .approach {
    padding: 3rem 0 3.5rem
  }
  .approach-head {
    margin-bottom: 1.75rem
  }
  .approach-steps {
    grid-template-columns: 1fr;
    gap: 1rem
  }
  .approach-step {
    padding: 1.2rem 1.25rem 1.1rem
  }
}
