:root {
  color-scheme: light;
  --off-white: #faf8f5;
  --sand: #e7ddd1;
  --nude: #d4c2b0;
  --taupe: #a88f7b;
  --taupe-text: #806b5d;
  --brown: #2b2420;
  --black: #0d0d0d;
  --wine: #6b1f2b;
  --line: rgba(43, 36, 32, 0.18);
  --muted: #655b55;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Montserrat", Arial, sans-serif;
  --script: "Allura", "Brush Script MT", cursive;
  --gutter: clamp(22px, 5.8vw, 92px);
  --section-space: clamp(80px, 9vw, 144px);
  --header-height: 104px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; background: var(--off-white); color: var(--brown); font-family: var(--body); font-size: 15px; line-height: 1.65; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
address { font-style: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -90px; left: 18px; z-index: 100; background: var(--wine); color: white; padding: 12px 18px; }
.skip-link:focus { top: 18px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 34px;
  padding: 14px var(--gutter) 11px;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 248, 245, 0.94);
  backdrop-filter: blur(18px);
}
.brand { display: inline-grid; width: max-content; justify-items: center; line-height: 1; }
.brand strong { color: var(--wine); font-family: var(--script); font-size: clamp(39px, 3.6vw, 58px); font-weight: 400; line-height: .72; white-space: nowrap; }
.brand span { width: 100%; margin-top: 13px; font-size: 9px; font-weight: 500; letter-spacing: .38em; text-align: center; text-indent: .38em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.5vw, 42px); }
.main-nav a { position: relative; font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--wine); transition: right .22s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.mobile-language-switcher { display: none; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 24px; }
.language-switcher { display: flex; align-items: center; gap: 6px; color: var(--taupe-text); font-size: 10px; letter-spacing: .1em; }
.language-switcher button { border: 0; padding: 5px 2px; background: transparent; cursor: pointer; }
.language-switcher button[aria-pressed="true"] { color: var(--wine); font-weight: 600; }
.header-cta { min-width: 118px; padding: 13px 20px; background: var(--wine); color: white; text-align: center; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle { display: none; }

.hero { min-height: calc(100svh - var(--header-height)); display: grid; grid-template-columns: 43% 57%; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(70px, 8vw, 126px) clamp(28px, 3vw, 48px) clamp(70px, 8vw, 126px) var(--gutter); }
.eyebrow, .section-label { margin: 0 0 22px; color: var(--wine); font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::after, .section-label::after { content: ""; display: block; width: 36px; height: 1px; margin-top: 13px; background: currentColor; }
.hero h1 { max-width: 640px; margin: 0; font-family: var(--display); font-size: clamp(58px, 5.2vw, 84px); font-weight: 400; line-height: .93; letter-spacing: -.045em; }
.hero h1 em { color: var(--wine); font-weight: inherit; }
.hero-lede { max-width: 430px; margin: 28px 0 32px; color: var(--muted); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.55; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--wine); padding: 14px 24px; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .1em; line-height: 1.25; text-align: center; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .header-cta:focus-visible, .language-switcher button:focus-visible, .menu-toggle:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
.button-primary { background: var(--wine); color: white; }
.button-primary:hover { background: #541621; }
.button-outline { background: transparent; color: var(--wine); }
.button-outline:hover { background: var(--wine); color: white; }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.location-line { display: flex; align-items: center; gap: 10px; margin: 36px 0 0; font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.location-line svg { width: 17px; height: 17px; fill: none; stroke: var(--wine); stroke-width: 1.5; }
.hero-media { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: var(--sand); }
.hero-media::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 12%; background: linear-gradient(90deg, var(--off-white), transparent); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.section-shell { padding: var(--section-space) var(--gutter); border-bottom: 1px solid var(--line); }
h2, h3 { font-family: var(--display); font-weight: 400; }
.section-intro h2, .section-title-row h2, .gallery-area > h2, .testimonials h2 { margin: 0; font-size: clamp(45px, 4.8vw, 76px); line-height: 1; letter-spacing: -.035em; }
.about { display: grid; grid-template-columns: .82fr .58fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.section-intro > p:not(.section-label) { max-width: 470px; color: var(--muted); }
.section-intro > p:first-of-type:not(.section-label) { margin-top: 28px; }
.pending-copy { margin-top: 28px; color: var(--wine) !important; font-weight: 500; }
.certificate-placeholder { position: relative; overflow: hidden; border: 1px solid var(--nude); background: linear-gradient(145deg, rgba(231, 221, 209, .35), rgba(212, 194, 176, .72)); }
.portrait-frame { position: relative; min-height: 420px; margin: 0; overflow: hidden; background: var(--sand); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(107, 31, 43, .2); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: 50% 28%; }
.portrait-frame figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 12px 14px; background: rgba(250, 248, 245, .9); backdrop-filter: blur(9px); }
.portrait-frame figcaption strong { color: var(--wine); font-family: var(--display); font-size: 21px; font-weight: 500; line-height: 1; }
.portrait-frame figcaption span { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.method { padding-left: clamp(30px, 4vw, 64px); border-left: 1px solid var(--line); }
.method-list { margin: 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.method-list li:first-child { padding-top: 0; }
.method-list li:last-child { border-bottom: 0; }
.method-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--nude); border-radius: 50%; color: var(--wine); font-family: var(--display); font-size: 13px; }
.method-list strong { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.method-list p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }

.services { background: #fffdfb; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.section-title-row > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 130px minmax(220px, .8fr) minmax(510px, 1.55fr) 190px; gap: clamp(24px, 3vw, 48px); align-items: center; padding: 36px 0; border-bottom: 1px solid var(--line); }
.service-visual { aspect-ratio: 1; display: grid; place-items: center; background: var(--off-white); }
.service-visual svg { width: 84%; fill: none; stroke: var(--wine); stroke-width: 1.35; stroke-linecap: round; }
.service-copy h3 { margin: 0; color: var(--wine); font-size: clamp(31px, 3vw, 45px); line-height: 1; }
.service-copy p { max-width: 310px; margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.service-facts { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; }
.service-facts div { min-height: 76px; padding: 8px 15px; border-left: 1px solid var(--line); }
.service-facts dt { margin-bottom: 9px; color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.service-facts dd { margin: 0; font-size: 11px; }

.proof { display: grid; grid-template-columns: 2.1fr .9fr; gap: clamp(50px, 7vw, 110px); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.gallery-card { position: relative; aspect-ratio: .86; overflow: hidden; background: var(--sand); }
.gallery-card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(107, 31, 43, .16); pointer-events: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.025); }
.gallery-card:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
.gallery-card > span { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 12px; background: rgba(250, 248, 245, .9); backdrop-filter: blur(8px); }
.gallery-card b { color: var(--wine); font-family: var(--display); font-size: 16px; font-weight: 500; }
.gallery-card small { font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.certificate-area { padding-left: clamp(30px, 4vw, 64px); border-left: 1px solid var(--line); }
.certificate-placeholder { min-height: 370px; display: grid; place-items: center; align-content: center; gap: 18px; color: var(--taupe-text); text-align: center; }
.certificate-placeholder svg { width: 52px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.certificate-placeholder p { margin: 0; font-family: var(--display); font-size: 25px; }

.testimonials { min-height: 350px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; padding: clamp(74px, 8vw, 125px) var(--gutter); background: var(--sand); overflow: hidden; }
.testimonials h2 { max-width: 850px; }
.testimonial-lash { justify-self: end; width: min(100%, 420px); fill: none; stroke: var(--wine); stroke-width: 1.15; stroke-linecap: round; opacity: .72; }

.contact-heading { margin-bottom: 50px; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-grid article { min-height: 190px; padding: 30px clamp(24px, 3vw, 50px); border-right: 1px solid var(--line); }
.location-grid article:first-child { padding-left: 0; }
.location-grid article:last-child { border-right: 0; }
.location-grid span { color: var(--wine); font-size: 10px; letter-spacing: .12em; }
.location-grid h3 { margin: 22px 0 14px; font-size: clamp(28px, 2.6vw, 42px); line-height: 1; }
.location-grid address { color: var(--muted); font-size: 13px; }
.contact-strip { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(50px, 8vw, 130px); align-items: end; margin-top: 54px; }
.contact-strip > div > p { margin: 0 0 20px; font-family: var(--display); font-size: clamp(25px, 2.6vw, 39px); line-height: 1.1; }
.contact-strip ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-strip li { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.contact-strip li > span, .contact-strip li::first-letter { text-transform: none; }
.contact-strip li a { color: var(--wine); font-weight: 500; }

.site-footer { min-height: 250px; display: grid; place-items: center; align-content: center; gap: 22px; padding: 54px var(--gutter); text-align: center; }
.footer-brand strong { font-size: clamp(50px, 6vw, 82px); }
.site-footer > p { margin: 0; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.site-footer .footer-note { max-width: 520px; color: var(--muted); font-size: 9px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-tools { display: none; }
  .menu-toggle { position: relative; display: block; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { position: absolute; left: 7px; right: 7px; height: 1px; background: var(--brown); transition: transform .25s ease, top .25s ease; }
  .menu-toggle > span:first-child { top: 15px; }
  .menu-toggle > span:nth-child(2) { top: 27px; }
  .menu-toggle[aria-expanded="true"] > span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { top: 21px; transform: rotate(-45deg); }
  .main-nav { position: fixed; top: var(--header-height); left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px var(--gutter) 26px; border-bottom: 1px solid var(--line); background: var(--off-white); transform: translateY(-130%); visibility: hidden; pointer-events: none; transition: transform .28s ease, visibility 0s linear .28s; }
  .main-nav.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .mobile-language-switcher { display: flex; align-items: center; gap: 9px; padding-top: 18px; color: var(--taupe-text); }
  .mobile-language-switcher button { border: 0; padding: 6px 0; background: transparent; font-size: 10px; letter-spacing: .12em; cursor: pointer; }
  .mobile-language-switcher button[aria-pressed="true"] { color: var(--wine); font-weight: 600; }
  .service-row { grid-template-columns: 110px minmax(200px, .7fr) 1.4fr; }
  .service-row .button { grid-column: 2 / -1; justify-self: start; }
  .about { grid-template-columns: .8fr .6fr; }
  .method { grid-column: 1 / -1; display: grid; grid-template-columns: .55fr 1.45fr; padding: 52px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .method-list { display: grid; grid-template-columns: repeat(2, 1fr); }
  .method-list li:nth-child(odd) { padding-right: 24px; }
}

@media (max-width: 920px) {
  .service-row { grid-template-columns: 100px 1fr; }
  .service-facts { grid-column: 1 / -1; }
  .service-row .button { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --header-height: 76px; }
  .site-header { grid-template-columns: 1fr auto; padding-top: 10px; padding-bottom: 8px; }
  .brand { justify-items: center; }
  .brand strong { font-size: 38px; }
  .brand span { margin-top: 8px; font-size: 8px; }
  .header-tools { display: none; }
  .menu-toggle { position: relative; display: block; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { position: absolute; left: 7px; right: 7px; height: 1px; background: var(--brown); transition: transform .25s ease, top .25s ease; }
  .menu-toggle > span:first-child { top: 15px; }
  .menu-toggle > span:nth-child(2) { top: 27px; }
  .menu-toggle[aria-expanded="true"] > span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { top: 21px; transform: rotate(-45deg); }
  .main-nav { position: fixed; top: var(--header-height); left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px var(--gutter) 26px; border-bottom: 1px solid var(--line); background: var(--off-white); transform: translateY(-130%); visibility: hidden; pointer-events: none; transition: transform .28s ease, visibility 0s linear .28s; }
  .main-nav.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .mobile-language-switcher { color: var(--taupe-text); }
  .mobile-language-switcher button { border: 0; padding: 6px 0; background: transparent; font-size: 10px; letter-spacing: .12em; cursor: pointer; }
  .mobile-language-switcher button[aria-pressed="true"] { color: var(--wine); font-weight: 600; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 0; padding-top: 46px; padding-bottom: 38px; }
  .hero h1 { font-size: clamp(48px, 11vw, 68px); }
  .hero-media { min-height: 0; aspect-ratio: 2 / 1; }
  .hero-media::after { inset: 0 0 auto; width: auto; height: 12%; background: linear-gradient(180deg, var(--off-white), transparent); }
  .about, .proof, .testimonials, .contact-strip { grid-template-columns: 1fr; }
  .portrait-frame, .portrait-frame img { min-height: 500px; }
  .method { display: block; }
  .method-list { margin-top: 30px; }
  .section-title-row { display: block; }
  .section-title-row > p { margin-top: 24px; }
  .service-row { grid-template-columns: 100px 1fr; }
  .service-facts { grid-column: 1 / -1; }
  .service-row .button { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .certificate-area { padding: 50px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .testimonials { gap: 30px; }
  .testimonial-lash { width: 60%; }
  .contact-strip { align-items: start; }
}

@media (max-width: 560px) {
  :root { --gutter: 20px; --section-space: 64px; }
  body { font-size: 14px; }
  .hero-copy { min-height: 0; padding-top: 38px; padding-bottom: 30px; }
  .hero .eyebrow, .hero .location-line { display: none; }
  .hero h1 { font-size: clamp(42px, 11.5vw, 50px); line-height: .92; }
  .hero-lede { margin: 18px 0 22px; font-size: 14px; line-height: 1.45; }
  .hero .button { min-height: 52px; }
  .button { width: 100%; }
  .hero-media { display: none; }
  .about { display: block; }
  .portrait-frame { min-height: 420px; margin: 46px 0; }
  .portrait-frame img { min-height: 420px; }
  .method-list { display: block; }
  .method-list li:nth-child(odd) { padding-right: 0; }
  .service-row { display: grid; grid-template-columns: 86px 1fr; gap: 24px 18px; padding: 30px 0; }
  .service-copy h3 { font-size: 35px; }
  .service-facts { grid-template-columns: repeat(2, 1fr); }
  .service-facts div { min-height: 70px; border-bottom: 1px solid var(--line); }
  .service-facts div:last-child { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .gallery-card { aspect-ratio: .9; }
  .gallery-card > span { right: 8px; bottom: 8px; left: 8px; padding: 9px; }
  .gallery-card small { font-size: 9px; letter-spacing: .05em; }
  .testimonials h2 { font-size: 42px; }
  .testimonial-lash { width: 78%; }
  .location-grid { grid-template-columns: 1fr; }
  .location-grid article, .location-grid article:first-child { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .location-grid article:last-child { border-bottom: 0; }
  .contact-strip li { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
