@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Yeseva One";
  src: url("../fonts/yeseva-one-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Yeseva One";
  src: url("../fonts/yeseva-one-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --sand: #c4b69c;
  --sand-light: #e8dfce;
  --cream: #faf6ee;
  --cream-deep: #f2eadc;
  --terracotta: #a76d55;
  --terracotta-dark: #784635;
  --charcoal: #373231;
  --muted: #665f5a;
  --orange: #ff8e18;
  --coral: #e94920;
  --rose: #c85d86;
  --white: #fffdf9;
  --green: #277c55;
  --line: rgba(55, 50, 49, 0.13);
  --shadow-sm: 0 10px 30px rgba(55, 50, 49, 0.08);
  --shadow-lg: 0 28px 80px rgba(55, 50, 49, 0.16);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 42px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  min-width: 300px;
  background: var(--cream);
  color: var(--charcoal);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

a {
  color: var(--terracotta-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--coral);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

::selection {
  background: var(--orange);
  color: var(--charcoal);
}

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

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

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.narrow {
  width: min(780px, calc(100% - 40px));
  margin-inline: auto;
}

.text-center {
  text-align: center;
}

.centered-lead {
  margin-inline: auto;
}

.justify-center {
  justify-content: center;
}

.mt-22 {
  margin-top: 22px;
}

.section {
  position: relative;
  padding: clamp(76px, 9vw, 124px) 0;
}

.section--compact {
  padding-block: clamp(54px, 7vw, 88px);
}

.section--sand {
  background: var(--sand-light);
}

.section--terracotta {
  overflow: hidden;
  background: var(--terracotta-dark);
  color: var(--white);
}

.section--pattern::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 16px 16px, rgba(167, 109, 85, 0.12) 0 2px, transparent 2.5px);
  background-size: 32px 32px;
  content: "";
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--terracotta-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  background: var(--orange);
  content: "";
}

.section--terracotta .eyebrow {
  color: #ffe6bb;
}

.display-title,
h1,
h2 {
  margin-top: 0;
  font-family: "Yeseva One", "Fraunces", Georgia, serif;
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
}

h3 {
  margin-top: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 650;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 7vw, 6.7rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 4.7vw, 4.3rem);
  letter-spacing: -0.042em;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.34rem, 2.2vw, 1.75rem);
  letter-spacing: -0.022em;
}

p {
  margin-top: 0;
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.75;
}

.section--terracotta .lead,
.section--terracotta p {
  color: rgba(255, 253, 249, 0.82);
}

.script-note {
  color: var(--terracotta-dark);
  font-family: "Caveat", cursive;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.05;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.section-heading > div:first-child {
  max-width: 750px;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.btn--primary {
  background: var(--terracotta-dark);
  box-shadow: 0 12px 28px rgba(120, 70, 53, 0.22);
  color: var(--white);
}

.btn--primary:hover {
  background: var(--charcoal);
  color: var(--white);
}

.btn--whatsapp {
  background: var(--green);
  box-shadow: 0 12px 28px rgba(39, 124, 85, 0.2);
  color: var(--white);
}

.btn--whatsapp:hover {
  background: #1d6443;
  color: var(--white);
}

.btn--secondary {
  border-color: rgba(55, 50, 49, 0.22);
  background: rgba(255, 253, 249, 0.72);
  color: var(--charcoal);
}

.btn--secondary:hover {
  border-color: var(--terracotta);
  background: var(--white);
  color: var(--terracotta-dark);
}

.btn--light {
  background: var(--white);
  color: var(--terracotta-dark);
}

.btn--light:hover {
  background: #ffe6bb;
  color: var(--charcoal);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
  text-decoration: none;
}

.text-link svg {
  width: 18px;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(4px);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(250, 246, 238, 0.9);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 28px rgba(55, 50, 49, 0.07);
}

.header-inner {
  display: grid;
  min-height: 86px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--charcoal);
  text-decoration: none;
}

.brand:hover {
  color: var(--charcoal);
}

.brand-logo {
  width: 62px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 18px;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  line-height: 1.08;
}

.brand-name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-tagline {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav {
  justify-self: center;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  background: var(--sand-light);
  color: var(--terracotta-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  margin-left: auto;
}

.header-phone {
  min-height: 44px;
  padding: 11px 16px;
  font-size: 0.82rem;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--charcoal);
  cursor: pointer;
}

.menu-toggle svg {
  width: 23px;
}

.menu-toggle .icon-close {
  display: none;
}

.menu-toggle[aria-expanded="true"] .icon-menu {
  display: none;
}

.menu-toggle[aria-expanded="true"] .icon-close {
  display: block;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 8vw, 106px) 0 clamp(80px, 10vw, 140px);
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 142, 24, 0.16) 0 8px, transparent 9px),
    radial-gradient(circle at 94% 14%, rgba(233, 73, 32, 0.12) 0 100px, transparent 101px),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1 span {
  color: var(--terracotta-dark);
}

.hero-copy .lead {
  max-width: 620px;
  margin-bottom: 28px;
}

.hero-visual {
  position: relative;
  min-height: 570px;
}

.hero-photo {
  position: absolute;
  inset: 16px 0 36px 46px;
  width: calc(100% - 46px);
  height: calc(100% - 52px);
  border-radius: 48% 48% 32px 32px;
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}

.hero-logo-card {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 172px;
  padding: 10px;
  border: 7px solid var(--cream);
  border-radius: 34px;
  background: var(--sand);
  box-shadow: var(--shadow-sm);
  transform: rotate(-5deg);
}

.hero-logo-card img {
  border-radius: 24px;
}

.hero-sticker {
  position: absolute;
  z-index: 3;
  top: 0;
  right: -6px;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: var(--shadow-sm);
  color: var(--charcoal);
  font-family: "Caveat", cursive;
  font-size: 1.36rem;
  font-weight: 700;
  line-height: 1.03;
  text-align: center;
  transform: rotate(7deg);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.trust-list svg {
  width: 16px;
  color: var(--terracotta-dark);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 110px) 0 clamp(62px, 8vw, 100px);
  background: var(--sand-light);
}

.page-hero::after {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 300px;
  height: 300px;
  border: 60px solid rgba(255, 142, 24, 0.18);
  border-radius: 50%;
  content: "";
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.65fr);
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(3rem, 6.5vw, 5.8rem);
}

.page-hero-media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 10px solid rgba(255, 253, 249, 0.62);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transform: rotate(2deg);
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

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

/* Cards and grids */
.intro-grid,
.contact-grid,
.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(44px, 8vw, 100px);
}

.portrait-card,
.photo-card {
  position: relative;
}

.portrait-card img,
.photo-card img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}

.portrait-card img {
  aspect-ratio: 4 / 5;
}

.photo-card img {
  aspect-ratio: 4 / 3;
}

.portrait-card::after {
  position: absolute;
  right: -20px;
  bottom: -20px;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose);
  color: var(--white);
  content: "♥";
  font-size: 2.1rem;
  transform: rotate(8deg);
}

.copy-stack > *:last-child {
  margin-bottom: 0;
}

.copy-stack p {
  color: var(--muted);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cards-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.76);
  box-shadow: var(--shadow-sm);
}

.card > *:last-child {
  margin-bottom: 0;
}

.card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.card-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 17px;
  background: var(--sand-light);
  color: var(--terracotta-dark);
}

.card-icon svg {
  width: 25px;
  height: 25px;
}

.service-card {
  min-height: 230px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  box-shadow: 0 18px 46px rgba(55, 50, 49, 0.12);
  transform: translateY(-5px);
}

.number-card {
  padding-top: 72px;
}

.number-card::before {
  position: absolute;
  top: 22px;
  left: 28px;
  color: var(--terracotta);
  content: attr(data-number);
  font-family: "Caveat", cursive;
  font-size: 2.35rem;
  font-weight: 700;
}

.benefit-list {
  display: grid;
  gap: 15px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
}

.benefit-list svg {
  width: 24px;
  color: var(--terracotta-dark);
}

.highlight-card {
  padding: clamp(34px, 6vw, 70px);
  border-radius: var(--radius-lg);
  background: var(--sand);
  box-shadow: var(--shadow-sm);
}

.highlight-card--dark {
  background: var(--charcoal);
  color: var(--white);
}

.highlight-card--dark p {
  color: rgba(255, 253, 249, 0.75);
}

.mini-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
}

.mini-gallery a {
  overflow: hidden;
  border-radius: var(--radius);
}

.mini-gallery a:first-child {
  grid-row: 1 / 3;
}

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

.mini-gallery a:hover img {
  transform: scale(1.035);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--sand-light);
  color: var(--charcoal);
  font-size: 0.82rem;
  font-weight: 750;
}

/* Gallery */
.gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.filter-button {
  min-height: 44px;
  padding: 9px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.filter-button:hover,
.filter-button[aria-pressed="true"] {
  border-color: var(--terracotta-dark);
  background: var(--terracotta-dark);
  color: var(--white);
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: var(--sand-light);
  cursor: zoom-in;
}

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

.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 320ms ease, filter 320ms ease;
}

.gallery-item[data-category="salon"] img {
  aspect-ratio: 4 / 3;
}

.gallery-item::after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.9);
  color: var(--charcoal);
  content: "+";
  font-size: 1.35rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  width: min(1100px, calc(100% - 32px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: var(--white);
}

.lightbox::backdrop {
  background: rgba(30, 26, 25, 0.93);
  backdrop-filter: blur(8px);
}

.lightbox-inner {
  position: relative;
  display: grid;
  min-height: 70vh;
  place-items: center;
}

.lightbox-figure {
  margin: 0;
  text-align: center;
}

.lightbox-image {
  width: auto;
  max-width: min(100%, 1000px);
  max-height: 78vh;
  margin-inline: auto;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
}

.lightbox-caption {
  margin: 14px 70px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.lightbox-control {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  cursor: pointer;
}

.lightbox-control:hover {
  background: rgba(255, 255, 255, 0.22);
}

.lightbox-control svg {
  width: 23px;
}

.lightbox-close {
  top: 0;
  right: 0;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

/* Contact and sharing */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.contact-card {
  display: block;
  min-height: 174px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--charcoal);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-card:hover {
  box-shadow: var(--shadow-sm);
  color: var(--charcoal);
  transform: translateY(-4px);
}

.contact-card svg {
  width: 25px;
  height: 25px;
  margin-bottom: 18px;
  color: var(--terracotta-dark);
}

.contact-card strong,
.contact-card span {
  display: block;
}

.contact-card strong {
  margin-bottom: 6px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
}

.contact-card span {
  color: var(--muted);
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}

.qr-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 26px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.qr-card img {
  width: 150px;
  border-radius: 14px;
}

.share-actions,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-button,
.social-link {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--charcoal);
  cursor: pointer;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.share-button:hover,
.social-link:hover {
  background: var(--terracotta-dark);
  color: var(--white);
  transform: translateY(-3px);
}

.share-button svg,
.social-link svg {
  width: 21px;
  height: 21px;
}

.floating-whatsapp {
  position: fixed;
  z-index: 900;
  right: 20px;
  bottom: 20px;
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 16px 36px rgba(29, 100, 67, 0.28);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease;
}

.floating-whatsapp:hover {
  color: var(--white);
  transform: translateY(-3px);
}

.floating-whatsapp svg {
  width: 22px;
}

/* Footer */
.footer-cta {
  padding: clamp(42px, 6vw, 72px) 0;
  background: var(--terracotta-dark);
  color: var(--white);
}

.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.footer-cta h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4.5vw, 4rem);
}

.site-footer {
  padding: 70px 0 22px;
  background: var(--charcoal);
  color: rgba(255, 253, 249, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.8fr;
  gap: clamp(34px, 7vw, 90px);
  padding-bottom: 50px;
}

.site-footer .brand {
  margin-bottom: 20px;
  color: var(--white);
}

.site-footer .brand-tagline {
  color: rgba(255, 253, 249, 0.58);
}

.footer-about {
  max-width: 430px;
  font-size: 0.9rem;
}

.footer-title {
  margin-bottom: 18px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a {
  color: rgba(255, 253, 249, 0.76);
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffe6bb;
}

.site-footer .social-links {
  margin-top: 20px;
}

.site-footer .social-link {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.69rem;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #aab9ca !important;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: 0.88;
  transition: color 180ms ease, opacity 180ms ease;
}

.footer-credit img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-credit strong {
  color: #64c7ff;
  font-weight: 700;
}

.site-footer .footer-credit:hover {
  color: #d6e5f3 !important;
  opacity: 1;
}

.site-footer .footer-credit:hover strong {
  color: #b86cff;
}

/* Consent and status */
.cookie-banner {
  position: fixed;
  z-index: 1500;
  right: 20px;
  bottom: 20px;
  display: none;
  width: min(460px, calc(100% - 40px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: var(--charcoal);
  box-shadow: var(--shadow-lg);
  color: var(--white);
}

.cookie-banner.is-visible {
  display: block;
}

.cookie-banner p {
  margin-bottom: 16px;
  color: rgba(255, 253, 249, 0.76);
  font-size: 0.78rem;
  line-height: 1.55;
}

.cookie-banner a {
  color: #ffe6bb;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cookie-actions .btn {
  min-height: 42px;
  padding: 9px 15px;
  font-size: 0.75rem;
}

.toast {
  position: fixed;
  z-index: 1800;
  bottom: 28px;
  left: 50%;
  padding: 11px 17px;
  border-radius: 999px;
  background: var(--charcoal);
  box-shadow: var(--shadow-sm);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.prose h2 {
  margin-top: 46px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.prose h3 {
  margin-top: 32px;
}

.prose p,
.prose li {
  color: var(--muted);
}

.prose a {
  font-weight: 700;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-nav {
    position: fixed;
    z-index: 999;
    top: 86px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: calc(100dvh - 86px);
    padding: 30px 20px 44px;
    overflow-y: auto;
    background: var(--charcoal);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-list {
    width: min(520px, 100%);
    margin-inline: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .nav-link {
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 16px;
    background: #474140;
    color: var(--white);
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
  }

  .nav-link:hover,
  .nav-link[aria-current="page"] {
    border-color: #ffe6bb;
    background: #ffe6bb;
    color: var(--charcoal);
  }

  .menu-toggle {
    display: inline-flex;
    background: var(--charcoal);
    color: var(--white);
  }

  .menu-toggle:hover,
  .menu-toggle[aria-expanded="true"] {
    border-color: var(--terracotta-dark);
    background: var(--terracotta-dark);
  }

  .cards-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .hero-grid,
  .page-hero-grid,
  .intro-grid,
  .contact-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-photo {
    inset-inline: 6%;
    width: 88%;
  }

  .hero-logo-card {
    left: 3%;
  }

  .page-hero-media {
    max-width: 620px;
  }

  .cards-grid,
  .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container,
  .narrow {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding-block: 70px;
  }

  .header-inner {
    min-height: 74px;
    gap: 12px;
  }

  .site-nav {
    top: 74px;
    height: calc(100dvh - 74px);
  }

  .brand-logo {
    width: 52px;
    height: 44px;
  }

  .brand-name {
    font-size: 1.1rem;
  }

  .brand-tagline,
  .header-phone {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-visual {
    min-height: 410px;
  }

  .hero-photo {
    inset: 10px 3% 25px 9%;
    width: 88%;
    border-radius: 44% 44% 26px 26px;
  }

  .hero-logo-card {
    width: 118px;
    border-width: 5px;
    border-radius: 25px;
  }

  .hero-sticker {
    right: 0;
    width: 100px;
    height: 100px;
    font-size: 1.08rem;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .cards-grid,
  .cards-grid--four,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .mini-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 160px;
  }

  .mini-gallery a:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .gallery-item {
    border-radius: 15px;
  }

  .gallery-item::after {
    display: none;
  }

  .qr-card {
    grid-template-columns: 108px 1fr;
    gap: 17px;
    padding: 17px;
  }

  .qr-card img {
    width: 108px;
  }

  .lightbox-inner {
    min-height: 60vh;
    padding-bottom: 64px;
  }

  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 2px;
    transform: none;
  }

  .lightbox-prev {
    left: calc(50% - 58px);
  }

  .lightbox-next {
    right: calc(50% - 58px);
  }

  .lightbox-caption {
    margin-inline: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-whatsapp {
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
  }

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

  .cookie-banner {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 2.85rem;
  }

  .brand-copy {
    max-width: 145px;
  }

  .button-row .btn {
    width: 100%;
  }

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .footer-cta,
  .floating-whatsapp,
  .cookie-banner,
  .share-actions,
  .menu-toggle {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }
}
