:root {
  --porcelain: #f7f1ea;
  --ivory: #f7f1ea;
  --cream: #e8ddd3;
  --mist: #d7d2ce;
  --taupe: #8b7d77;
  --clay: #965f5a;
  --rose: #965f5a;
  --rose-soft: #d7b9b3;
  --plum: #271821;
  --aubergine: #3a2232;
  --ink: #211a1f;
  --chrome: #c8c5c0;
  --bronze: #965f5a;
  --bronze-dark: #7f4d4b;
  --charcoal: #211a1f;
  --black: #271821;
  --muted: #6f625f;
  --line: rgba(39, 24, 33, 0.14);
  --white: #fffaf4;
  --shadow: 0 30px 90px rgba(39, 24, 33, 0.18);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background:
    linear-gradient(90deg, rgba(39, 24, 33, 0.035) 1px, transparent 1px),
    var(--ivory);
  background-size: 96px 96px;
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

::selection {
  background: var(--rose-soft);
  color: var(--plum);
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--charcoal);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(247, 241, 234, 0.78);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(22px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 12px 30px rgba(67, 46, 28, 0.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(163, 109, 58, 0.45);
  border-radius: 50% 4px 50% 50%;
  background: rgba(255, 250, 244, 0.8);
  color: var(--bronze);
  font-family: var(--serif);
  font-size: 1.45rem;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.68);
}

.site-nav a {
  padding: 9px 16px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.93rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--charcoal);
  color: var(--white);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px 999px 999px 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button,
.site-nav a,
.hero-service-rail a,
.price-list a,
.text-link,
.filter-button,
.look-tile {
  cursor: pointer;
}

.header-cta,
.button-primary {
  background: var(--charcoal);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(36, 33, 31, 0.18);
}

.button-secondary {
  background: var(--white);
  color: var(--charcoal);
  border-color: var(--line);
}

.button-whatsapp {
  background: #1f7a4d;
  color: var(--white);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--charcoal);
}

.hero {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: end;
  min-height: clamp(640px, 86dvh, 820px);
  padding: clamp(76px, 8vw, 112px) clamp(18px, 5vw, 72px) clamp(22px, 3vw, 34px);
  overflow: hidden;
  isolation: isolate;
  background: var(--plum);
}

.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 11vw, 9.4rem);
  font-weight: 500;
  line-height: 0.82;
  text-wrap: balance;
  color: var(--white);
  letter-spacing: -0.025em;
}

.hero h1 span {
  display: block;
  font-style: italic;
}

.page-hero h1,
.booking-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.6vw, 5.2rem);
  font-weight: 500;
  line-height: 0.96;
}

.hero p,
.page-hero p,
.booking-hero p,
.section-note {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 1080px;
  padding-bottom: clamp(34px, 5vw, 62px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255, 253, 248, 0.76);
}

.hero p {
  max-width: 690px;
  color: rgba(255, 253, 248, 0.82);
}

.hero-actions,
.strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero .button-primary {
  background: var(--white);
  color: var(--black);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.hero .button-secondary {
  border-color: rgba(255, 253, 248, 0.44);
  background: rgba(255, 253, 248, 0.08);
  color: var(--white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.58) contrast(1.05) hue-rotate(-8deg);
  transform: scale(1.02);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(39, 24, 33, 0.9), rgba(58, 34, 50, 0.62) 44%, rgba(58, 34, 50, 0.08)),
    linear-gradient(0deg, rgba(39, 24, 33, 0.9), rgba(39, 24, 33, 0.06) 44%);
}

.hero-service-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 18px;
  background: rgba(39, 24, 33, 0.62);
  backdrop-filter: blur(18px);
}

.hero-service-rail a {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 20px;
  border-right: 1px solid rgba(255, 253, 248, 0.16);
}

.hero-service-rail a:last-child {
  border-right: 0;
}

.hero-service-rail span {
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-service-rail strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.55vw, 1.65rem);
  font-weight: 500;
  line-height: 1;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  color: var(--muted);
}

.hero-stats span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.7);
}

.hero-stats strong {
  color: var(--charcoal);
}

.hero-media {
  position: relative;
  min-height: 520px;
  border-radius: 0;
}

.hero-media img,
.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  position: absolute;
  inset: 0;
  border-radius: 36px 36px 0 36px;
  box-shadow: var(--shadow);
}

.appointment-card {
  position: absolute;
  right: clamp(12px, 3vw, 30px);
  bottom: clamp(12px, 3vw, 30px);
  width: min(270px, calc(100% - 24px));
  padding: 22px;
  border: 1px solid rgba(255, 253, 248, 0.68);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.appointment-card span,
.appointment-card a {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.appointment-card strong {
  display: block;
  margin: 6px 0 14px;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
}

.appointment-card a {
  color: var(--bronze);
  font-weight: 800;
}

.section {
  padding: clamp(48px, 6vw, 88px) clamp(18px, 5vw, 72px);
}

.intro-band {
  border-block: 1px solid var(--line);
  background: var(--ivory);
  color: var(--charcoal);
}

.intro-band p {
  max-width: 1280px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  line-height: 1.1;
  text-align: left;
  text-wrap: balance;
}

.signature-case {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(247, 241, 234, 0.94), rgba(232, 221, 211, 0.82)),
    linear-gradient(135deg, rgba(169, 111, 103, 0.16), transparent 48%);
}

.case-copy {
  max-width: 680px;
}

.case-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.case-frame {
  position: relative;
  min-height: min(62vh, 560px);
}

.case-frame img {
  position: absolute;
  right: 0;
  top: 0;
  width: min(76%, 620px);
  height: 84%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.03);
  box-shadow: var(--shadow);
}

.case-frame::before {
  content: "";
  position: absolute;
  left: 4%;
  bottom: 5%;
  width: 58%;
  height: 62%;
  border: 1px solid rgba(39, 24, 33, 0.22);
  background:
    linear-gradient(90deg, rgba(39, 24, 33, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(39, 24, 33, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
}

.case-frame div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(390px, 76%);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 250, 244, 0.34);
  background: rgba(39, 24, 33, 0.82);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.case-frame span {
  display: block;
  margin-bottom: 8px;
  color: var(--chrome);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-frame strong {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  font-weight: 500;
  line-height: 1;
}

.split-section,
.packages-preview,
.booking-layout,
.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
}

h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.2vw, 3.25rem);
  font-weight: 500;
  line-height: 1.02;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.12;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(48px, 6vw, 88px);
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: clamp(14px, 2vw, 26px);
  align-items: end;
  min-height: 220px;
  padding: clamp(22px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(163, 109, 58, 0.22);
  border-radius: 4px;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-4px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-card span,
.process-grid span,
.gallery-item span,
.comparison-card span {
  color: var(--bronze);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-card > span {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  color: rgba(163, 109, 58, 0.7);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.85;
}

.service-card h3 {
  grid-column: 2;
  margin-top: 0;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
}

.service-card p,
.team-card span,
.package-grid p,
.process-grid p,
.faq-grid p {
  color: var(--muted);
}

.service-card p {
  grid-column: 2;
  margin: 0;
  max-width: 46ch;
}

.service-card strong {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: end;
  display: block;
  min-width: max-content;
  margin-top: 0;
  color: var(--bronze);
}

.image-panel {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 253, 248, 0.48);
  border-radius: 6px;
  background: rgba(39, 24, 33, 0.62);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.price-list {
  display: grid;
  gap: 12px;
}

.price-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  border-inline: 0;
  border-top: 0;
}

.price-list a:hover,
.package-grid article:hover,
.team-card:hover,
.gallery-item:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.price-list span {
  font-family: var(--serif);
  font-size: 1.35rem;
}

.price-list p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
}

.price-list strong {
  color: var(--bronze);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.team-section {
  background: var(--plum);
  color: var(--white);
}

.team-section .eyebrow,
.team-section .team-card p {
  color: var(--beige);
}

.team-section .team-card span {
  color: rgba(255, 253, 248, 0.68);
}

.team-grid,
.testimonial-grid,
.package-grid,
.process-grid,
.faq-grid,
.story-grid,
.policy-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.team-card,
.package-grid article,
.process-grid article,
.faq-grid article,
.story-grid article,
.policy-grid article,
.trust-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.team-section .team-card {
  border-color: rgba(255, 253, 248, 0.16);
  background: rgba(255, 253, 248, 0.07);
}

.team-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.team-card p {
  margin: 6px 0;
  color: var(--bronze);
  font-weight: 800;
}

.gallery-preview {
  overflow: hidden;
}

.masonry-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 1.05fr;
  grid-auto-rows: 220px;
  gap: 20px;
}

.masonry-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px 48px 4px 4px;
  box-shadow: var(--shadow);
}

.masonry-grid img:first-child {
  grid-row: span 2;
  border-radius: 80px 4px 4px 4px;
}

.masonry-grid img:nth-child(2) {
  transform: translateY(42px);
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--bronze);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.testimonials-section {
  background: var(--cream);
}

blockquote {
  margin: 0;
  padding: clamp(20px, 2.5vw, 28px);
  border-top: 1px solid var(--charcoal);
  border-radius: 0;
  background: transparent;
}

blockquote p {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  line-height: 1.25;
}

blockquote cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.booking-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: clamp(18px, 4vw, 56px);
  padding: clamp(26px, 4vw, 44px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(39, 24, 33, 0.95), rgba(58, 34, 50, 0.82)),
    url("https://images.unsplash.com/photo-1562322140-8baeececf3df?auto=format&fit=crop&w=1400&q=80") center / cover;
  color: var(--white);
}

.booking-strip h2 {
  max-width: 860px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
  padding: 40px clamp(18px, 5vw, 72px);
  background: var(--plum);
  color: rgba(255, 253, 248, 0.82);
}

.site-footer h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-legal {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 253, 248, 0.16);
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.92rem;
}

.footer-brand {
  color: var(--white);
}

.sticky-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 50%;
  background: #1f7a4d;
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(31, 122, 77, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.sticky-whatsapp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.sticky-whatsapp span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.sticky-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

.page-hero,
.booking-hero {
  min-height: 460px;
  align-items: end;
  padding: clamp(70px, 8vw, 108px) clamp(18px, 5vw, 72px) clamp(42px, 5vw, 58px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(36, 33, 31, 0.78), rgba(36, 33, 31, 0.25)),
    url("https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=80") center / cover;
}

.services-hero {
  background:
    linear-gradient(90deg, rgba(36, 33, 31, 0.8), rgba(36, 33, 31, 0.18)),
    url("https://images.unsplash.com/photo-1562322140-8baeececf3df?auto=format&fit=crop&w=1600&q=80") center / cover;
}

.gallery-hero {
  background:
    linear-gradient(90deg, rgba(36, 33, 31, 0.8), rgba(36, 33, 31, 0.2)),
    url("https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?auto=format&fit=crop&w=1600&q=80") center / cover;
}

.gallery-page {
  background: var(--plum);
  color: var(--white);
}

.gallery-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(169, 111, 103, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(255, 253, 248, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 253, 248, 0.035) 1px, transparent 1px);
  background-size: auto, 84px 84px, 84px 84px;
}

.gallery-page .site-header {
  background: rgba(39, 24, 33, 0.76);
  border-color: rgba(255, 253, 248, 0.1);
}

.gallery-page .brand,
.gallery-page .site-nav a,
.gallery-page .header-cta {
  color: var(--white);
}

.gallery-page .brand-mark {
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(218, 199, 175, 0.45);
  color: var(--beige);
}

.gallery-page .brand small,
.gallery-page .site-nav a {
  color: rgba(255, 253, 248, 0.68);
}

.gallery-page .site-nav {
  border-color: rgba(255, 253, 248, 0.12);
  background: rgba(255, 253, 248, 0.06);
}

.gallery-page .site-nav a:hover,
.gallery-page .site-nav a[aria-current="page"] {
  background: var(--white);
  color: var(--black);
}

.gallery-page .header-cta {
  background: var(--white);
  color: var(--black);
}

.gallery-luxury-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 4.5vw, 70px);
  align-items: end;
  min-height: clamp(620px, 82dvh, 760px);
  padding: clamp(76px, 7vw, 108px) clamp(18px, 5vw, 72px) clamp(42px, 5vw, 58px);
  border-bottom: 1px solid rgba(255, 253, 248, 0.12);
}

.gallery-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.gallery-hero-copy h1 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(3.8rem, 8vw, 7.4rem);
  font-weight: 500;
  line-height: 0.82;
  text-wrap: balance;
}

.gallery-hero-copy p {
  max-width: 620px;
  color: rgba(255, 253, 248, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.gallery-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 253, 248, 0.13);
  background: rgba(255, 253, 248, 0.13);
}

.gallery-hero-meta span {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: rgba(39, 24, 33, 0.74);
  color: rgba(255, 253, 248, 0.58);
}

.gallery-hero-meta strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  font-weight: 500;
  line-height: 0.9;
}

.gallery-hero-composition {
  position: relative;
  z-index: 0;
  min-height: min(62vh, 600px);
}

.gallery-hero-composition img {
  position: absolute;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
}

.composition-main {
  right: 0;
  bottom: 0;
  width: min(78%, 620px);
  height: 86%;
  border: 1px solid rgba(255, 253, 248, 0.18);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.44);
}

.composition-cut {
  left: 0;
  top: 0;
  width: min(48%, 330px);
  height: 46%;
  border: 12px solid var(--plum);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.gallery-hero-composition p {
  position: absolute;
  left: 6%;
  bottom: 8%;
  width: min(300px, 58%);
  margin: 0;
  padding: 18px;
  border-left: 1px solid var(--beige);
  background: rgba(39, 24, 33, 0.72);
  color: rgba(255, 253, 248, 0.76);
}

.gallery-curation {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 58px);
  padding: clamp(48px, 6vw, 88px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 253, 248, 0.1);
}

.collection-index {
  position: sticky;
  top: 102px;
  align-self: start;
  display: grid;
  gap: 8px;
}

.gallery-page .filter-button {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 253, 248, 0.66);
  text-align: left;
}

.gallery-page .filter-button span {
  color: var(--beige);
  font-family: var(--serif);
}

.gallery-page .filter-button.is-active {
  background: transparent;
  color: var(--white);
}

.featured-look {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 1.22fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  min-height: 460px;
}

.featured-look h2,
.transformation-ledger h2 {
  color: var(--white);
  font-size: clamp(2.3rem, 4.3vw, 4.7rem);
  line-height: 0.9;
}

.featured-look p,
.transformation-ledger p,
.look-tile p {
  color: rgba(255, 253, 248, 0.66);
}

.featured-look img {
  width: 100%;
  height: min(58vh, 540px);
  object-fit: cover;
  filter: saturate(0.76) contrast(1.05);
}

.couture-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 78px;
  gap: clamp(12px, 1.6vw, 22px);
  padding: clamp(16px, 4vw, 56px) clamp(18px, 5vw, 72px) clamp(48px, 6vw, 88px);
}

.look-tile {
  position: relative;
  grid-column: span 4;
  grid-row: span 5;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.1);
  background: var(--aubergine);
}

.look-tile-large {
  grid-column: span 7;
  grid-row: span 7;
}

.look-tile-wide {
  grid-column: span 8;
  grid-row: span 4;
}

.look-tile-tall {
  grid-column: span 5;
  grid-row: span 7;
}

.look-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.08);
  transform: scale(1.01);
  transition: transform 180ms ease-out, filter 180ms ease-out;
}

.look-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(39, 24, 33, 0.84), transparent 48%);
}

.look-tile:hover img {
  transform: scale(1.035);
  filter: saturate(0.9) contrast(1.05);
}

.look-tile div {
  position: absolute;
  left: clamp(16px, 2vw, 26px);
  right: clamp(16px, 2vw, 26px);
  bottom: clamp(16px, 2vw, 26px);
  z-index: 1;
}

.look-tile span {
  color: var(--beige);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.look-tile h2 {
  margin: 6px 0;
  color: var(--white);
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  line-height: 0.92;
}

.look-tile p {
  max-width: 38ch;
  margin: 0;
}

.look-tile.is-hidden,
.featured-look.is-hidden {
  display: none;
}

.transformation-ledger {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 4.5vw, 70px);
  padding: clamp(48px, 6vw, 88px) clamp(18px, 5vw, 72px);
  border-block: 1px solid rgba(255, 253, 248, 0.12);
  background: var(--aubergine);
}

.ledger-list {
  display: grid;
}

.ledger-list article {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.14);
}

.ledger-list span {
  color: var(--beige);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ledger-list p {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.8vw, 1.85rem);
  line-height: 1.08;
}

.gallery-page .booking-strip {
  border: 1px solid rgba(255, 253, 248, 0.12);
}

.gallery-page .site-footer {
  background: var(--plum);
  border-top: 1px solid rgba(255, 253, 248, 0.1);
}

.salon-story {
  background: var(--cream);
}

.story-grid article,
.policy-grid article {
  min-height: 210px;
  padding: clamp(22px, 2.5vw, 28px);
}

.story-grid article,
.package-grid article,
.process-grid article,
.faq-grid article,
.policy-grid article,
.trust-grid article {
  border-radius: 0 28px 0 0;
}

.story-grid span,
.standards-list span,
.note-table span,
.add-on-grid span,
.prep-list span,
.trust-grid span {
  color: var(--bronze);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-grid h3,
.policy-grid h3 {
  margin-top: 24px;
  font-size: clamp(1.4rem, 1.8vw, 1.85rem);
}

.story-grid p,
.standards-list p,
.note-table p,
.add-on-grid p,
.prep-list p,
.policy-grid p,
.trust-grid p,
.press-notes p {
  color: var(--muted);
}

.standards-section,
.press-notes,
.service-notes,
.add-on-section,
.visit-prep,
.gallery-trust {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1.22fr);
  gap: clamp(28px, 4.5vw, 64px);
  align-items: start;
}

.standards-list,
.note-table,
.prep-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.standards-list article,
.note-table article,
.prep-list article {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.press-notes {
  background: var(--cream);
}

.note-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.note-columns p {
  min-height: 170px;
  margin: 0;
  padding: clamp(20px, 2.5vw, 28px);
  background: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.5vw, 1.5rem);
  line-height: 1.16;
}

.add-on-section {
  background: var(--plum);
  color: var(--white);
}

.add-on-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.add-on-grid article {
  display: grid;
  gap: 8px;
  padding: clamp(20px, 2.4vw, 26px);
  border: 1px solid rgba(255, 253, 248, 0.14);
  background: rgba(255, 253, 248, 0.06);
}

.add-on-grid strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  font-weight: 500;
}

.add-on-grid p {
  color: rgba(255, 253, 248, 0.68);
}

.add-on-section .add-on-grid span {
  color: var(--chrome);
}

.policy-section {
  background: var(--ivory);
}

.visit-prep {
  background: var(--cream);
}

.gallery-page .gallery-trust {
  border-top: 1px solid rgba(255, 253, 248, 0.12);
  border-bottom: 1px solid rgba(255, 253, 248, 0.12);
}

.gallery-page .gallery-trust .section-heading h2,
.gallery-page .gallery-trust h3 {
  color: var(--white);
}

.gallery-page .trust-grid article {
  border-color: rgba(255, 253, 248, 0.13);
  background: rgba(255, 253, 248, 0.06);
}

.gallery-page .trust-grid p {
  color: rgba(255, 253, 248, 0.68);
}

.page-hero > div,
.booking-hero > div {
  max-width: 900px;
}

.page-hero p,
.booking-hero p {
  color: rgba(255, 253, 248, 0.82);
}

.service-menu {
  display: grid;
  gap: 46px;
}

.menu-group {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1.28fr);
  gap: clamp(24px, 5vw, 64px);
}

.package-grid article strong {
  display: block;
  color: var(--bronze);
  font-size: 1.25rem;
}

.process-section {
  background: var(--cream);
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-controls {
  display: flex;
  gap: 10px;
  padding-bottom: 24px;
}

.filter-button {
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--muted);
  cursor: pointer;
}

.filter-button.is-active {
  background: var(--charcoal);
  color: var(--white);
}

.portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 16px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(48px, 6vw, 88px);
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--cream);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.gallery-item.is-hidden {
  display: none;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 380ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item div {
  position: absolute;
  inset-inline: 14px;
  bottom: 14px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  backdrop-filter: blur(12px);
}

.gallery-item h2 {
  margin-top: 4px;
  font-size: 1.4rem;
}

.before-after {
  background: var(--cream);
}

.comparison-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.comparison-card div {
  padding: clamp(22px, 3vw, 34px);
  background: var(--white);
}

.comparison-card p {
  margin: 14px 0 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.12;
}

.booking-contact-card {
  justify-self: end;
  width: min(420px, 100%);
  padding: 28px;
  border: 1px solid rgba(255, 253, 248, 0.26);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.12);
  backdrop-filter: blur(12px);
}

.booking-contact-card span {
  color: var(--beige);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-contact-card a {
  display: block;
  margin: 14px 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.15;
}

.appointment-form {
  display: grid;
  gap: 15px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-heading {
  margin-bottom: 8px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  color: var(--charcoal);
  padding: 13px 14px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(163, 109, 58, 0.35);
  outline-offset: 3px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-status {
  min-height: 28px;
  margin: 0;
  color: var(--bronze);
  font-weight: 800;
}

.visit-panel {
  display: grid;
  gap: 18px;
}

.map-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(36, 33, 31, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(36, 33, 31, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #efe2d0, #d8c3aa 55%, #ead6d1);
  background-size: 56px 56px, 56px 56px, cover;
  box-shadow: var(--shadow);
}

.map-card::before,
.map-card::after {
  content: "";
  position: absolute;
  background: rgba(163, 109, 58, 0.45);
}

.map-card::before {
  width: 150%;
  height: 34px;
  left: -20%;
  top: 52%;
  transform: rotate(-11deg);
}

.map-card::after {
  width: 38px;
  height: 140%;
  left: 58%;
  top: -20%;
  transform: rotate(18deg);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--white);
  font-weight: 900;
}

.visit-details {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.visit-details h2 {
  font-size: 1.85rem;
}

dl {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

@media (max-width: 1040px) {
  .hero,
  .split-section,
  .packages-preview,
  .booking-layout,
  .booking-hero,
  .menu-group {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 32px;
  }

  .hero-media {
    min-height: 520px;
  }

  .hero-service-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-service-rail a:nth-child(2) {
    border-right: 0;
  }

  .hero-service-rail a:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 253, 248, 0.16);
  }

  .service-grid,
  .team-grid,
  .testimonial-grid,
  .package-grid,
  .process-grid,
  .portfolio-gallery,
  .site-footer,
  .story-grid,
  .policy-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-strip {
    grid-template-columns: 1fr;
  }

  .booking-contact-card {
    justify-self: start;
  }

  .service-card {
    grid-template-columns: 64px 1fr;
  }

  .service-card strong {
    grid-column: 2;
    grid-row: auto;
    align-self: start;
  }

  .gallery-luxury-hero,
  .gallery-curation,
  .featured-look,
  .transformation-ledger,
  .standards-section,
  .press-notes,
  .service-notes,
  .add-on-section,
  .visit-prep,
  .gallery-trust,
  .signature-case {
    grid-template-columns: 1fr;
  }

  .collection-index {
    position: static;
  }

  .couture-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .look-tile,
  .look-tile-large,
  .look-tile-wide,
  .look-tile-tall {
    grid-column: span 3;
    grid-row: span 5;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    inset: 76px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    border-radius: 8px;
  }

  .hero {
    min-height: calc(100dvh - 74px);
    padding-top: 110px;
    padding-bottom: 26px;
  }

  .hero h1,
  .page-hero h1,
  .booking-hero h1 {
    font-size: clamp(3.2rem, 18vw, 5.3rem);
    overflow-wrap: break-word;
  }

  .hero h1 {
    line-height: 0.86;
  }

  .eyebrow {
    font-size: 0.69rem;
    letter-spacing: 0.1em;
    overflow-wrap: anywhere;
  }

  .hero-media {
    min-height: 430px;
  }

  .hero-bg {
    object-position: 66% center;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(39, 24, 33, 0.92), rgba(58, 34, 50, 0.66)),
      linear-gradient(0deg, rgba(39, 24, 33, 0.92), rgba(39, 24, 33, 0.18) 58%);
  }

  .hero-copy {
    padding-bottom: 32px;
  }

  .hero-service-rail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    overflow: visible;
    padding: 12px;
    border-bottom: 1px solid rgba(255, 253, 248, 0.22);
    border-radius: 18px;
    margin-top: 4px;
  }

  .hero-service-rail a {
    min-height: auto;
    padding: 16px 14px;
    border: 1px solid rgba(255, 250, 244, 0.14);
    border-radius: 14px;
    background: rgba(255, 250, 244, 0.06);
    min-width: 0;
  }

  .hero-service-rail a:nth-child(n + 3) {
    display: none;
  }

  .hero-service-rail strong {
    font-size: clamp(1.2rem, 6vw, 1.45rem);
    white-space: normal;
  }

  .hero-service-rail span {
    font-size: 0.64rem;
    letter-spacing: 0.08em;
  }

  .hero-media img {
    border-radius: 18px 18px 0 18px;
  }

  .service-grid,
  .team-grid,
  .testimonial-grid,
  .package-grid,
  .process-grid,
  .portfolio-gallery,
  .site-footer,
  .comparison-card,
  .form-row,
  .story-grid,
  .policy-grid,
  .trust-grid,
  .add-on-grid,
  .note-columns {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-template-columns: 1fr;
    min-height: 260px;
  }

  .service-card > span,
  .service-card h3,
  .service-card p,
  .service-card strong {
    grid-column: 1;
    grid-row: auto;
  }

  .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .masonry-grid img,
  .masonry-grid img:first-child {
    border-radius: 8px;
  }

  .masonry-grid img:nth-child(2) {
    transform: none;
  }

  .masonry-grid img:first-child,
  .gallery-item.tall {
    grid-row: span 1;
  }

  .portfolio-gallery {
    grid-auto-rows: 330px;
  }

  .price-list a {
    grid-template-columns: 1fr;
  }

  .gallery-controls {
    overflow-x: auto;
  }

  .booking-strip {
    margin-inline: 18px;
  }

  .strip-actions,
  .hero-actions {
    flex-direction: column;
  }

  .button,
  .header-cta {
    width: 100%;
  }

  .sticky-whatsapp {
    right: 14px;
    bottom: 14px;
  }

  .gallery-page .site-header {
    background: rgba(39, 24, 33, 0.9);
  }

  .gallery-page .nav-toggle {
    background: rgba(255, 253, 248, 0.08);
    border-color: rgba(255, 253, 248, 0.18);
  }

  .gallery-page .nav-toggle span {
    background: var(--white);
  }

  .gallery-page .site-nav {
    background: var(--aubergine);
  }

  .gallery-luxury-hero {
    min-height: auto;
    padding-top: 92px;
  }

  .gallery-hero-copy h1 {
    font-size: clamp(4rem, 22vw, 7.4rem);
  }

  .gallery-hero-meta {
    grid-template-columns: 1fr;
  }

  .gallery-hero-composition {
    min-height: 520px;
  }

  .composition-main {
    width: 86%;
    height: 78%;
  }

  .composition-cut {
    width: 52%;
    height: 36%;
  }

  .gallery-hero-composition p {
    left: 0;
    width: 72%;
  }

  .gallery-curation {
    padding-top: 48px;
  }

  .featured-look {
    min-height: auto;
  }

  .featured-look h2,
  .transformation-ledger h2 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
  }

  .featured-look img {
    height: 440px;
  }

  .couture-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .look-tile,
  .look-tile-large,
  .look-tile-wide,
  .look-tile-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 460px;
  }

  .ledger-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .standards-list article,
  .note-table article,
  .prep-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .note-columns p {
    min-height: auto;
  }

  .case-frame {
    min-height: 520px;
  }

  .case-frame img {
    width: 86%;
    height: 78%;
  }

  .case-frame::before {
    width: 74%;
  }
}
