/* ===== STANDALONE PAGES ===== */
.inner-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 64, 198, 0.1), transparent 32%),
    radial-gradient(circle at 14% 70%, rgba(255, 64, 198, 0.06), transparent 30%),
    #000;
}

/* ===== REDESIGNED STANDALONE PAGES ===== */
.page-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.page-reveal.visible { opacity: 1; transform: translateY(0); }
.inner-page[data-page="services"] .page-main,
.inner-page[data-page="blog"] .page-main,
.inner-page[data-page="models"] .page-main,
.inner-page[data-page="themes"] .page-main,
.inner-page[data-page="referrals"] .page-main {
  padding-top: 0;
}

.page-visual-hero { position: relative; min-height: 100vh; overflow: hidden; display: flex; align-items: flex-end; background: #000; }
.page-visual-hero > img, .page-visual-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-visual-hero > img { object-fit: cover; }
.page-visual-shade { background: linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.78) 76%, #000); }
.page-visual-content { position: relative; z-index: 1; padding-bottom: 84px; display: grid; grid-template-columns: 0.95fr 1fr; align-items: end; gap: 84px; }
.page-visual-content h1, .services-showcase h2, .referrals-cta h2 { max-width: 620px; font-family: 'Instrument Serif', serif; font-size: clamp(36px, 4vw, 60px); font-weight: 400; line-height: .98; }
.page-visual-content h1 span, .services-showcase h2 span, .referrals-cta h2 span { color: #FF40C6; font-style: italic; }
.page-visual-copy { max-width: 620px; }
.page-visual-content p { margin: 0 0 28px; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.36; }
.page-visual-content .btn-pink { display: inline-flex; }
.services-hero > img { object-position: center; }
.blog-page-header { padding: 140px 0 0; }
.blog-page-header h1 { margin: 0; font-family: 'Instrument Serif', serif; font-size: clamp(36px, 4vw, 60px); font-weight: 400; line-height: .98; }
.blog-page-header h1 span { color: #FF40C6; font-style: italic; }
.blog-page-header p { margin: 18px 0 0; max-width: 620px; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.36; }
.blog-grid-section { padding-top: 56px; }
.models-hero > img { object-position: center 42%; }
.themes-hero > img { object-position: 50% 15%; }
.referrals-hero > img { object-position: center 44%; }
.services-showcase { position: relative; width: min(1000px, calc(100% - 48px)); aspect-ratio: 3 / 2; min-height: 480px; margin: 0 auto; overflow: hidden; border-radius: 20px; scroll-margin-top: 150px; cursor: none; }
.services-showcase-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; transition: opacity .25s ease; }
.services-showcase-bg[src$="car-show.webp"] { object-position: 50% 25%; }
.services-showcase-bg[src$="red-carpet.webp"] { object-position: 50% 20%; }
.services-showcase-bg[src$="promo-models.webp"] { object-position: 50% 20%; }
/* keep the photo bright; only a soft bottom-left vignette so the panel reads */
.services-showcase::after { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(110deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.08) 40%, rgba(0,0,0,0) 62%); }
.services-showcase-layout { position: absolute; left: 26px; bottom: 26px; right: auto; top: auto; z-index: 1; min-height: 0; width: min(620px, calc(100% - 52px)); display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: 34px; padding: 28px 32px; background: rgba(10,10,14,.5); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; cursor: auto; }
.services-showcase-heading { flex: 0 0 auto; }
.services-showcase-heading h2 { margin: 0; color: #fff; font-family: 'Instrument Serif', serif; font-size: clamp(34px,3.4vw,50px); font-weight: 400; line-height: 1; letter-spacing: -1px; max-width: none; }
.services-cursor { position: fixed; z-index: 9999; width: 96px; height: 96px; border-radius: 50%; background: #FF40C6; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; display: flex; align-items: center; justify-content: center; pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(0.5); transition: opacity 0.2s ease, transform 0.2s ease; }
.services-cursor.visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.services-menu-shell { position: relative; flex: 1 1 auto; min-width: 0; }
.services-menu { width: 100%; max-height: 147px; overflow-y: auto; padding-right: 16px; scrollbar-width: none; -ms-overflow-style: none; }
.services-menu::-webkit-scrollbar { display: none; }
.services-scrollbar { position: absolute; top: 0; right: 0; width: 4px; height: 100%; background: rgba(255,255,255,.16); border-radius: 2px; pointer-events: auto; cursor: pointer; }
.services-scrollbar-thumb { position: absolute; top: 0; left: 0; width: 4px; border-radius: 4px; background: #FF40C6; will-change: transform; pointer-events: auto; cursor: grab; touch-action: none; }
.services-scrollbar-thumb::before { content: ''; position: absolute; inset: -8px -11px; }
.services-scrollbar-thumb.dragging { cursor: grabbing; }
.services-menu-item { display: block; padding: 13px 2px; border-bottom: 1px solid rgba(255,255,255,.26); color: rgba(255,255,255,.86); font-size: 15px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; transition: color .25s ease, border-color .25s ease; }
.services-menu-item:hover { color: #FF40C6; }
.services-menu-item.active { color: #fff; background: none; border-bottom-color: #FF40C6; }
.service-detail-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #000;
}

.service-detail-hero > img,
.service-detail-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-detail-hero > img {
  object-fit: cover;
  object-position: center;
}

.service-detail-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0.62)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.9) 86%, #000);
}

.service-detail-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding-bottom: 92px;
}

.service-detail-hero-content h1 {
  max-width: 980px;
  margin: 10px 0 22px;
  color: #fff;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(64px, 9vw, 144px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.04em;
}

.service-detail-hero-content p:not(.section-kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.55;
}

.service-detail-hero-content .btn-pink {
  display: inline-flex;
  margin-top: 30px;
}

.service-detail-body {
  padding: 92px 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 64, 198, 0.12), transparent 30%),
    #000;
}

/* Service detail — matches Framer: contained image, centered pink title, centered text column */
.service-detail { background: #000; padding: 140px 0 96px; }
.service-detail-media {
  width: min(1400px, calc(100% - 200px));
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  background: #111;
}
.service-detail-media img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 4;
  object-fit: cover;
}
.service-detail[data-service="car-show"] .service-detail-media img { object-position: 50% 10%; }
.service-detail[data-service="servers"] .service-detail-media img { object-position: 50% 27%; }
.service-detail[data-service="music-videos"] .service-detail-media img { object-position: 50% 15%; }
.service-detail[data-service="event-staff"] .service-detail-media img { object-position: 50% 20%; }
.service-detail[data-service="red-carpet"] .service-detail-media img { object-position: 50% 20%; }
.service-detail[data-service="promo-models"] .service-detail-media img { object-position: 50% 20%; }
.service-detail[data-service="lingerie-model"] .service-detail-media img { object-position: 50% 25%; }
.service-detail-title {
  margin: 44px 0 0;
  text-align: center;
  color: #FF40C6;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(38px, 6.5vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.service-detail-content {
  max-width: 810px;
  margin: 34px auto 0;
  padding: 0 24px;
}
.service-detail-content h2 {
  margin: 26px 0 14px;
  color: #fff;
  font-weight: 600;
  font-size: clamp(26px, 4vw, 35px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.service-detail-content h3.service-detail-subhead {
  margin: 28px 0 6px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.service-detail-content p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.service-detail-content ul {
  margin: 4px 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.service-detail-content li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.service-detail-content li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}
@media (max-width: 768px) {
  .service-detail { padding-top: 116px; }
  .service-detail-media { width: calc(100% - 32px); border-radius: 18px; }
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 72px;
  align-items: start;
}

.service-detail-copy p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.78;
}

.service-detail-points {
  padding: 34px;
  border: 1px solid rgba(255, 64, 198, 0.35);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.035);
}

.service-detail-points h2 {
  margin-bottom: 22px;
  color: #FF40C6;
  font-family: 'Instrument Serif', serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
}

.service-detail-points ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-points li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
}

.service-detail-points li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: #FF40C6;
  vertical-align: 1px;
}

.service-detail-more {
  padding: 0 0 104px;
  background: #000;
}

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

.service-detail-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: 24px;
  background: #111;
}

.service-detail-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.service-detail-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 70%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
}

.service-detail-card span {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: #FF40C6;
  font-family: 'Instrument Serif', serif;
  font-size: 36px;
  font-style: italic;
  line-height: 0.96;
}

.service-detail-card:hover img {
  transform: scale(1.06);
}
.blog-grid { grid-template-columns: repeat(3,1fr); gap: 22px; }
.blog-card { overflow: hidden; padding: 0; background: #080808; }
.blog-card img { width: 100%; height: 330px; object-fit: cover; display: block; }
.blog-card-copy { padding: 24px; }
.blog-card time { display: block; margin: 12px 0; }
.models-hero { min-height: 100vh; }
.model-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 34px; }
.model-filters strong { margin-right: 10px; color: #fff; font-size: 16px; font-weight: 700; letter-spacing: normal; text-transform: none; }
.model-filters button { padding: 10px 16px; border: 1px solid rgba(255,64,198,.36); border-radius: 999px; background: transparent; color: #fff; cursor: pointer; font-family: 'Instrument Serif', serif; font-size: 15px; }
.model-filters button:hover, .model-filters button.active { background: #FF40C6; color: #000; }
.model-hidden { display: none; }
.models-load {
  display: flex;
  width: 100%;
  height: 36px;
  margin: 34px auto 0;
  padding: 0;
  border: 0;
  border-radius: 20px;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0;
}
.models-load:hover {
  transform: none;
}
.models-load.hidden { display: none; }
/* Tighten the gap between LOAD MORE and the Booking form on the Models page */
.inner-page[data-page="models"] #roster { padding-bottom: 28px; }
.inner-page[data-page="models"] #shared-footer .booking { padding-top: 52px; }
/* Inquiry form: honeypot (hidden) + submit status message */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-status { margin: 14px 0 0; font-size: 14px; line-height: 1.45; min-height: 1px; }
.form-status--ok { color: #46d39a; }
.form-status--error { color: #ff6b9d; }
.theme-card { min-height: 390px; padding: 0; }
.theme-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; transition: transform .5s ease; }
.theme-card:hover img { transform: scale(1.06); }
.steps-grid, .rewards-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.reward-card { min-height: 260px; padding: 28px; border: 1px solid rgba(255,64,198,.34); border-radius: 26px; background: rgba(255,255,255,.025); }
.reward-card b { color: #FF40C6; font-family: 'Instrument Serif', serif; font-size: 56px; font-weight: 400; }
.reward-card h3 { margin: 14px 0 10px; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; }
.reward-card p { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.7; }
.page-section-heading.reward-heading { margin-top: 210px; }

/* ===== HOW IT WORKS — TIMELINE LAYOUT ===== */
.steps-grid { position: relative; }
.steps-grid::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background: #FF40C6;
  transform: scaleX(var(--line-scale, 1));
  transform-origin: left center;
}
.steps-grid .reward-card {
  position: relative;
  min-height: 0;
  padding: 34px 24px 0 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.steps-grid .reward-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FF40C6;
}
.steps-grid .reward-card b {
  font-size: 40px;
}
.steps-grid .reward-card h3 {
  margin: 12px 0 10px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1.2;
}
.steps-grid .reward-card p {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
}

/* ===== REWARD DETAILS — GRADIENT VALUES + SCROLL TRANSFORM ===== */
.rewards-grid .reward-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  transform-origin: center center;
  will-change: transform, opacity;
}
.rewards-grid .reward-card b {
  display: inline-block;
  font-size: 80px;
  line-height: 1;
  background: linear-gradient(45deg, #FF40C6 0%, #1F51FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .rewards-grid .reward-card { transform: none !important; opacity: 1 !important; }
}
@media (max-width: 1024px) {
  .steps-grid::before,
  .steps-grid .reward-card::before { display: none; }
  .steps-grid .reward-card { padding-top: 0; }
  .rewards-grid .reward-card { transform: none !important; opacity: 1 !important; }
}
.referrals-cta { padding: 116px 0 34px; text-align: center; }
.referrals-cta h2 { max-width: 920px; margin: 0 auto 30px; font-size: clamp(42px,5vw,76px); }
.contact-hero { min-height: 760px; }
.contact-hero > img { object-position: center 34%; }
@media (max-width: 1024px) {
  .blog-grid, .steps-grid, .rewards-grid { grid-template-columns: repeat(2,1fr); }
  .service-detail-layout { grid-template-columns: 1fr; gap: 40px; }
  .service-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-visual-content { gap: 40px; }
}
@media (max-width: 768px) {
  .page-visual-hero, .models-hero, .contact-hero { min-height: 640px; }
  .page-visual-content { padding-bottom: 64px; display: block; }
  .page-visual-content h1 { font-size: 62px; max-width: none; }
  .page-visual-copy { max-width: none; margin-top: 20px; }
  /* Mobile: image stacked on top, scroll menu (~3 items) below */
  .services-showcase { width: min(100%, calc(100% - 28px)); min-height: auto; display: flex; flex-direction: column; cursor: auto; }
  .services-showcase-bg { position: relative; inset: auto; width: 100%; height: 300px; object-fit: cover; }
  .services-showcase-shade { display: none; }
  .services-showcase-layout { position: relative; left: auto; bottom: auto; z-index: 1; width: 100%; min-height: auto; padding: 26px 24px 32px; background: #0c0c10; flex-direction: column; align-items: flex-start; gap: 16px; border: none; border-radius: 0; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .services-showcase::after { display: none; }
  .services-menu-shell { width: 100%; }
  .services-menu { width: 100%; max-height: 168px; margin-top: 4px; }
  .services-menu-item { padding: 14px 4px; font-size: 14px; }
  .service-detail-hero { min-height: 720px; }
  .service-detail-hero-content { padding-bottom: 58px; }
  .service-detail-hero-content h1 { font-size: 62px; }
  .service-detail-hero-content p:not(.section-kicker) { font-size: 16px; }
  .service-detail-body { padding: 64px 0; }
  .service-detail-points { padding: 24px; }
  .service-detail-grid,
  .blog-grid, .steps-grid, .rewards-grid { grid-template-columns: 1fr; }
  .theme-card { height: 270px; min-height: 270px; }
  .theme-card img { min-height: 270px; }
  .theme-card span { line-height: 44px; letter-spacing: -0.88px; }
}

.page-main {
  padding: 154px 0 0;
}

.page-hero {
  padding: 68px 0 76px;
  border-bottom: 1px solid rgba(255, 64, 198, 0.16);
}

.page-eyebrow,
.section-kicker {
  color: #FF40C6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.page-title {
  max-width: 960px;
  margin-top: 12px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 400;
  line-height: 0.92;
}

.page-title .accent-italic {
  font-size: 0.9em;
}

.page-intro {
  max-width: 790px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.8;
}

.page-section {
  padding: 84px 0;
}

.page-section + .page-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-section-heading {
  max-width: 900px;
  margin: 8px 0 28px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 400;
  line-height: 1;
}

.copy-grid,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.page-copy p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.85;
}

.page-copy strong {
  color: #fff;
}

.feature-card,
.service-card,
.blog-card,
.province-card,
.contact-card {
  border: 1px solid rgba(255, 64, 198, 0.32);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.025);
}

.feature-card {
  padding: 34px;
}

.feature-card h3,
.contact-card h3 {
  margin-bottom: 14px;
  font-family: 'Instrument Serif', serif;
  font-size: 34px;
  font-weight: 400;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  min-height: 148px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.service-card:hover,
.province-card:hover,
.model-card:hover {
  border-color: #FF40C6;
  transform: translateY(-4px);
}

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

.province-card {
  min-height: 260px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s ease;
}

.province-card h3 {
  font-family: 'Instrument Serif', serif;
  font-size: 42px;
  font-weight: 400;
}

.province-card p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.model-grid,
.theme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.theme-grid {
  grid-template-columns: repeat(2, minmax(0, 490px));
  gap: 20px;
}

.inner-page[data-page="themes"] .page-section > .container {
  max-width: 1000px;
  padding: 0;
}

.model-card,
.theme-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border: none;
  border-radius: 22px;
  background: #111;
  transition: 0.3s ease;
  cursor: none;
}

.model-card img,
.theme-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.model-card img {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.theme-card img {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
}

.model-card:hover img {
  filter: grayscale(0%);
}

.model-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(transparent, rgba(255, 64, 198, 0.35));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.model-card:hover::after {
  opacity: 1;
}

.theme-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.94));
}

.model-card span,
.theme-card span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  left: 18px;
  color: #fff;
  font-family: 'Instrument Serif', serif;
  font-size: 30px;
  font-style: italic;
}

.model-card span {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.model-card:hover span {
  opacity: 1;
  transform: translateY(0);
}

.model-cursor {
  position: fixed;
  z-index: 9999;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #FF40C6;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.model-cursor.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.theme-card {
  height: 400px;
  min-height: 400px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 64, 198, 0.13), rgba(255, 255, 255, 0.02)),
    #090909;
}

.theme-card img {
  height: 100%;
  min-height: 0;
}

.theme-card:hover img {
  transform: scale(1.06);
}

.theme-card span {
  right: 30px;
  bottom: 30px;
  left: 30px;
  color: #FF40C6;
  font-size: 65px;
  line-height: 65px;
  letter-spacing: -1.3px;
}

.theme-card--soon {
  cursor: default;
}

.theme-card--soon img {
  min-height: 0;
}

@media (max-width: 768px) {
  .theme-card {
    height: 270px;
    min-height: 270px;
  }

  .theme-card img {
    min-height: 270px;
  }

  .theme-card span {
    line-height: 44px;
    letter-spacing: -0.88px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card img {
  height: 350px;
}

.blog-card-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px;
}

.blog-card h3 {
  margin: 0 0 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #fff;
}

.blog-card time {
  display: block;
  margin: 0 0 16px;
  color: #FF40C6;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.blog-card p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.4;
}

.read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  margin-top: auto;
  padding: 0 16px;
  background: #FF40C6;
  color: #fff;
  font-family: 'Instrument Serif', serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.read-more:hover {
  background: #e838b3;
}

.contact-card {
  padding: 32px;
}

.contact-list {
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

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

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  outline: none;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 15px;
  font: inherit;
  font-size: 13px;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form option {
  color: #000;
}

/* ===== CONTACT PAGE ===== */
.inner-page[data-page="contact"] {
  min-height: 100vh;
  background: #090008;
}

.inner-page[data-page="contact"] .page-main {
  padding-top: 0;
}

.contact-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 202px 24px 38px;
  background: #0a0008;
}

.contact-page-bg,
.contact-page-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.contact-page-bg {
  object-fit: cover;
  object-position: 45% 48%;
}

.contact-page-overlay {
  /* Flat 63% black darkening — matches Framer (no bright glows) */
  background: rgba(0, 0, 0, 0.63);
}

.contact-page-inner {
  position: relative;
  z-index: 1;
  width: min(996px, calc(100vw - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 306px minmax(0, 633px);
  gap: 57px;
  align-items: start;
}

.contact-page-info {
  min-height: 624px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2px;
}

.contact-page-copy h1 {
  font-family: 'Instrument Serif', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.6px;
}

.contact-page-copy h1 span {
  color: #FF40C6;
  font-style: italic;
}

.contact-page-copy p {
  max-width: 305px;
  margin-top: 54px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.2px;
}

.contact-page-links {
  padding-bottom: 3px;
}

.contact-page .contact-info h4,
.contact-page .social-links h4 {
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 1;
}

.contact-page .contact-item,
.contact-page .social-item {
  gap: 12px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.2;
}

.contact-page .contact-item svg,
.contact-page .social-item svg {
  width: 20px;
  height: 20px;
}

.contact-page .social-links {
  margin-top: 31px;
}

.contact-page-form {
  display: grid;
  gap: 18px;
}

.contact-field label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.2px;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  outline: none;
  background: rgba(64, 48, 60, 0.68);
  color: #fff;
  padding: 0 12px;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.contact-field select {
  appearance: none;
  -webkit-appearance: none;
  color: rgba(255, 255, 255, 0.58);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11'%3E%3Cpath fill='none' stroke='%23b8b1b9' stroke-width='2' d='M1 1l8 8 8-8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 42px;
}

.contact-field select option {
  background: #1b1018;
  color: #fff;
}

.contact-field textarea {
  height: 99px;
  min-height: 99px;
  padding: 11px 12px;
  resize: vertical;
}

.contact-submit {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: #FF40C6;
  color: #fff;
  cursor: pointer;
  font-family: 'Instrument Serif', serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  transition: background 0.25s ease, transform 0.25s ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  background: #FF40C6;
}

/* Match the home-page button spec: 16px, ALL CAPS, solid pink, scale hover */
.read-more,
.contact-submit {
  font-size: 16px;
  text-transform: uppercase;
  background: #FF40C6;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.read-more:hover,
.contact-submit:hover,
.contact-submit:focus-visible {
  transform: scale(1.05);
}

.inner-page[data-page="contact"] #shared-footer .booking {
  display: none;
}

/* ===== BLOG DETAIL SUBPAGE ===== */
/* Blog article hero — matches the service subpage banner (contained, 9/4, rounded) */
.blog-detail-hero { width: min(1400px, calc(100% - 200px)); margin: 0 auto; padding-top: 140px; }
.blog-detail-hero img { display: block; width: 100%; height: auto; aspect-ratio: 9 / 4; object-fit: cover; object-position: 50% 25%; border-radius: 24px; }
/* Per-image focus points so faces are never cropped */
.blog-detail-hero[data-blog="blog-08"] img { object-position: 50% 30%; }
.blog-detail-hero[data-blog="blog-10"] img { object-position: 50% 20%; }
.blog-detail-header { padding: 60px 0 40px; text-align: center; }
.blog-detail-title { max-width: 900px; margin: 0 auto; font-family: 'Instrument Serif', serif; font-size: clamp(32px, 4vw, 56px); font-weight: 400; font-style: italic; color: #FF40C6; line-height: 1.1; }
.blog-detail-date { display: block; margin-top: 16px; color: rgba(255,255,255,.5); font-size: 14px; }
.blog-detail-excerpt { max-width: 700px; margin: 16px auto 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.6; text-align: center; }
.blog-detail-body { padding: 0 0 60px; }
.blog-detail-body .container { max-width: 780px; }
.blog-detail-body h2 { margin: 40px 0 16px; font-family: 'Instrument Serif', serif; font-size: clamp(24px, 3vw, 36px); font-weight: 400; }
.blog-detail-body p { margin-bottom: 18px; color: rgba(255,255,255,.85); font-size: 15px; line-height: 1.8; }
.blog-detail-body blockquote { margin: 30px 0; padding: 24px 30px; border-left: 3px solid #FF40C6; background: rgba(255,64,198,.06); color: #fff; font-family: 'Instrument Serif', serif; font-size: 22px; font-style: italic; line-height: 1.4; }
.blog-detail-body .btn-pink { display: inline-flex; margin-top: 28px; }
.blog-detail-nav { padding: 30px 0 60px; border-top: 1px solid rgba(255,64,198,.18); }
.blog-detail-nav a { display: block; max-width: 780px; margin: 0 auto; padding: 18px 0; color: #FF40C6; font-family: 'Instrument Serif', serif; font-size: 20px; font-style: italic; transition: color .25s; }
.blog-detail-nav a:hover { color: #fff; }

/* ===== MODEL DETAIL SUBPAGE ===== */
.model-detail { padding: 180px 0 60px; }
.model-detail-name { text-align: center; font-family: 'Instrument Serif', serif; font-size: clamp(42px, 5vw, 72px); font-weight: 400; font-style: italic; color: #FF40C6; }
.model-detail-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.model-detail-gallery img { width: 100%; height: 600px; object-fit: cover; border-radius: 16px; }
.model-detail-gallery--single { max-width: 640px; margin: 40px auto 0; grid-template-columns: 1fr; }
.model-detail-cta { display: flex; width: max-content; margin: 36px auto 0; }

/* ===== THEME DETAIL SUBPAGE ===== */
.theme-detail { padding: 180px 0 60px; text-align: center; }
.theme-detail-name { font-family: 'Instrument Serif', serif; font-size: clamp(42px, 5vw, 72px); font-weight: 400; font-style: italic; color: #FF40C6; text-transform: uppercase; }
.theme-detail-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 40px 0 36px; }
.theme-detail-gallery img { width: 100%; height: 460px; object-fit: cover; border-radius: 16px; }
.theme-detail-gallery--single { grid-template-columns: 1fr; max-width: 760px; margin-left: auto; margin-right: auto; }
.theme-detail-gallery--single img { max-height: 600px; height: auto; }

@media (max-width: 1024px) {
  .theme-detail-gallery { grid-template-columns: repeat(2, 1fr); }
  .theme-detail-gallery img { height: 380px; }
}

@media (max-width: 768px) {
  .blog-detail-hero { width: calc(100% - 32px); padding-top: 116px; }
  .blog-detail-hero img { height: auto; border-radius: 18px; }
  .model-detail, .theme-detail { padding: 120px 0 40px; }
  .model-detail-gallery { grid-template-columns: 1fr; }
  .model-detail-gallery img { height: 400px; }
  .theme-detail-gallery { grid-template-columns: 1fr; }
  .theme-detail-gallery img { height: 320px; }
}

.page-footer {
  padding: 38px 0;
  border-top: 1px solid rgba(255, 64, 198, 0.22);
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

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

.page-footer img {
  width: 92px;
  opacity: 0.7;
}

/* ===== ABOUT PAGE ===== */
.inner-page[data-page="about"] {
  background: #000;
}

.inner-page[data-page="about"] .page-main {
  padding-top: 0;
}

.about-story-panel {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
}

.about-story-stack {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  width: 100%;
  margin: 0;
  padding: 100px 100px 0;
  overflow: clip;
}

.about-story-stack .about-story-panel {
  position: sticky;
  top: 150px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 1000px;
  max-width: 100%;
  height: 75vh;
  min-height: 0;
  border: 0;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px #222;
  overflow: clip;
}

.about-story-panel img,
.about-story-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-story-panel img {
  object-fit: cover;
}

.about-story-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.08) 42%, #000 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 54%);
}

.about-story-content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 84px;
}

.about-story-stack .about-story-content {
  min-height: calc(100vh - 172px);
  padding-bottom: 60px;
}

.about-story-panel--stack {
  background: #000;
}

.about-story-scroll-spacer {
  width: 100%;
  height: calc(100vh + 100px);
  padding-bottom: 100px;
  overflow: clip;
}

.about-stack-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: visible;
  -webkit-mask: linear-gradient(#000 18%, rgba(0, 0, 0, 0) 100%);
  mask: linear-gradient(#000 18%, rgba(0, 0, 0, 0) 100%);
  will-change: transform, opacity;
}

.about-stack-image--base {
  z-index: 0;
  top: -0.0446022%;
  opacity: 0;
}

.about-stack-image--sweep {
  z-index: 1;
  transform-origin: 100% 0%;
}

.about-stack-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.about-stack-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 235px;
  padding: 30px;
  overflow: clip;
}

.about-stack-title-window,
.about-stack-copy-window {
  position: relative;
  flex: 1 0 0;
  width: 1px;
  overflow: clip;
}

.about-stack-title-window {
  min-height: 61px;
  height: 61px;
}

.about-stack-copy-window {
  height: 175px;
}

.about-stack-heading {
  position: absolute;
  left: 50%;
  width: 465px;
  margin: 0;
  color: #FF40C6;
  font-family: 'Instrument Serif', serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  white-space: pre-wrap;
  will-change: transform, opacity;
}

.about-stack-heading span {
  color: #fff;
  font-style: normal;
}

.about-stack-heading--talents {
  top: 0;
}

.about-stack-heading--promises {
  bottom: 0;
}

.about-stack-copy {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 465px;
  overflow: clip;
  will-change: transform, opacity;
}

.about-stack-copy p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: -0.02em;
}

.about-stack-copy p + p {
  margin-top: 19.2px;
}

.about-stack-copy strong {
  color: #fff;
  font-weight: 400;
}

.about-story-content--welcome {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  align-items: end;
  gap: 84px;
  max-width: 1000px;
}

/* Match the service/landing hero text cluster exactly */
.about-story-content--welcome h1 { max-width: 620px; }
.about-story-content--welcome .about-story-copy p { margin: 0 0 28px; }

#about-talents .about-story-content--welcome,
#about-promises .about-story-content--welcome {
  max-width: 1200px;
}

.about-story h1,
.about-story h2,
.about-booking h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  line-height: 0.98;
}

.about-story h1 {
  font-size: clamp(36px, 4vw, 60px);
}

.about-story h1 span,
.about-story h2 span,
.about-booking h2 span {
  display: block;
  color: #FF40C6;
  font-style: italic;
}

.about-story h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 4vw, 60px);
}

.about-story-copy {
  max-width: 620px;
}

.about-story-copy--wide {
  max-width: 760px;
}

.about-story-copy p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.36;
}

.about-story-copy strong {
  color: #FF40C6;
}

.about-booking {
  padding: 108px 0 116px;
  text-align: center;
  background: #000;
}

.about-booking h2 {
  max-width: 860px;
  margin: 16px auto 30px;
  font-size: clamp(36px, 4vw, 60px);
}

.about-booking h2 span {
  display: inline;
}

/* ===== ABOUT IMAGE TICKER ===== */
.about-ticker {
  overflow: hidden;
  width: 100%;
  margin: 60px 0;
  -webkit-mask-image: linear-gradient(180deg, #000 20%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(180deg, #000 20%, rgba(0, 0, 0, 0) 100%);
}

.about-ticker-track {
  display: flex;
  width: max-content;
  animation: about-ticker-scroll 60s linear infinite;
}

.about-ticker:hover .about-ticker-track {
  animation-play-state: paused;
}

.about-ticker-track img {
  flex: 0 0 auto;
  width: 200px;
  height: 300px;
  margin-right: 16px;
  object-fit: cover;
  border-radius: 14px;
}

@keyframes about-ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .about-ticker-track {
    animation: none;
  }
}

@media (max-width: 768px) {
  .about-ticker {
    margin: 40px 0;
  }
  .about-ticker-track img {
    width: 150px;
    height: 225px;
    margin-right: 12px;
    border-radius: 12px;
  }
}

@media (max-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .model-grid,
  .theme-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .copy-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-page {
    padding-top: 126px;
  }

  .contact-page-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-page-info {
    min-height: auto;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .page-main {
    padding-top: 100px;
  }

  .about-story-panel,
  .about-story-content {
    min-height: 720px;
  }

  .about-story-stack {
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 100px;
  }

  .about-story-stack .about-story-panel {
    top: 82px;
    width: 100%;
    height: 75vh;
    min-height: 0;
    border: 0;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-end;
  }

  .about-story-stack .about-story-panel + .about-story-panel {
    margin-top: 0;
  }

  .about-story-scroll-spacer {
    height: calc(100vh + 100px);
  }

  .about-story-stack .about-story-content {
    min-height: calc(100vh - 80px);
  }

  .about-story-panel img {
    height: 400px;
    object-position: center top;
  }

  .about-story-panel--stack .about-stack-image {
    top: 0;
    bottom: auto;
    height: 300px;
    border-radius: 0;
  }

  .about-story-panel--stack .about-stack-image img {
    height: 100%;
    object-position: center;
  }

  .about-stack-content {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 347px;
    padding: 30px;
  }

  .about-stack-title-window {
    flex: 0 0 auto;
    width: 100%;
    height: 42px;
    min-height: 0;
  }

  .about-stack-copy-window {
    flex: 0 0 auto;
    width: 100%;
    height: 235px;
  }

  .about-stack-heading {
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }

  .about-stack-copy {
    width: 100%;
  }

  .about-story-shade {
    height: 470px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), #000 95%);
  }

  .about-story-content,
  .about-story-content--welcome {
    display: block;
    padding: 370px 30px 58px;
  }

  .about-story h1 {
    max-width: 420px;
    font-size: 36px;
  }

  .about-story h2 {
    font-size: 36px;
  }

  .about-story-copy p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.38;
  }

  .about-booking {
    padding: 76px 0 84px;
  }

  .page-hero,
  .page-section {
    padding: 56px 0;
  }

  .province-grid,
  .blog-grid,
  .theme-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .model-card,
  .theme-card {
    min-height: 260px;
  }

  .model-card img,
  .theme-card img {
    min-height: 260px;
  }

  .theme-card span {
    font-size: 44px;
  }

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

  .contact-page {
    padding: 122px 18px 34px;
  }

  .contact-page-inner {
    width: 100%;
  }

  .contact-page-copy h1 {
    font-size: 52px;
  }

  .contact-page-copy p {
    margin-top: 28px;
    font-size: 18px;
  }

  .contact-page .contact-item,
  .contact-page .social-item,
  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    font-size: 16px;
  }

  .contact-page .contact-info h4,
  .contact-page .social-links h4,
  .contact-field label {
    font-size: 18px;
  }
}

/* Mobile theme cards — match Framer: contained with side margins + fixed image aspect ratio */
@media (max-width: 768px) {
  .inner-page[data-page="themes"] .page-section > .container { padding: 0 16px; }
  .inner-page[data-page="themes"] .theme-card { height: auto; min-height: 0; aspect-ratio: 1.4438; border-radius: 20px; }
  .inner-page[data-page="themes"] .theme-card img { min-height: 0; }
}
