/* ===== Premium Omotesando Salon Landing Page ===== */
.gemini-comp-site {
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
  background: #faf9f7;
  color: #231f1e;
  letter-spacing: 0.01em;
  line-height: 1.6;
  --main-accent: #A88A68;
  --hero-glass: rgba(255,255,255,0.58);
  --panel-glass-bg: rgba(255,255,255,0.82);
  --panel-glass-light: rgba(255,255,255,0.72);
  --gallery-bg: #22201e;
  --faq-light: #f6f5f1;
  --cta-bg: #131110;
  --button-bg: #221E1C;
  --border-radius: 22px;
  --section-gap: 92px;
  --section-gap-sm: 56px;
  --shadow-mid: 0 8px 24px 0 rgba(48,40,32,0.13);
}
.gemini-comp-site h1,
.gemini-comp-site h2,
.gemini-comp-site h3,
.gemini-comp-site h4 {
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #131110;
}
.gemini-comp-site a {
  color: var(--main-accent);
  text-decoration: none;
  transition: color 0.23s;
}
.gemini-comp-site a:hover,
.gemini-comp-site .button:hover,
.gemini-comp-site .button:focus {
  color: #fff;
  background: var(--main-accent);
}
.gemini-comp-site main { display: block; }

/* ===== HERO ===== */
.gemini-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: stretch;
  background: #eae8e3; /* fallback */
  overflow: hidden;
}
.gemini-hero__bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url('images/service-page-1.png') center/cover no-repeat; /* <- replace src if local image present */
  filter: brightness(0.97) blur(0px);
  min-height: 480px;
}
.gemini-hero__glass {
  position: relative;
  margin: auto 0 auto 4.5vw;
  z-index: 2;
  background: var(--hero-glass);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-mid);
  padding: 3em 3.4em 2.4em 2.6em;
  backdrop-filter: blur(12px) saturate(120%);
  max-width: 480px;
  min-width: 310px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  align-self: center;
}
@media(max-width: 1024px) {
  .gemini-hero__glass { margin-left: 2vw; padding: 2em 1.3em; }
}
@media(max-width: 768px) {
  .gemini-hero {
    min-height: 58vh;
    flex-direction: column;
    justify-content: flex-end;
  }
  .gemini-hero__glass {
    max-width: 97vw;
    min-width: 0;
    margin: 0 auto 4vw auto;
    padding: 2.1em 1.2em 1.9em 1em;
  }
}
.gemini-hero__glass h1 {
  font-size: 2.25em;
  color: #231f1e;
  margin: 0 0 0.38em 0;
  line-height: 1.18;
}
.gemini-hero__glass p {
  font-size: 1.13em;
  color: #3a3530;
  margin-bottom: 0.8em;
}
.gemini-hero__cta {
  margin-top: 1.3em;
  display: flex;
}
.gemini-hero__cta .button {
  background: var(--button-bg);
  color: #fff;
  font-size: 1.1em;
  border: none;
  border-radius: 54px;
  padding: 0.95em 2.4em 0.95em 2.2em;
  box-shadow: 0 3px 13px 0 rgba(40,28,12,0.13);
  letter-spacing: 0.10em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.gemini-hero__cta .button svg { margin-left: .6em; height: 1em; width: 1em; stroke: #A88A68; transition: stroke 0.18s; }
.gemini-hero__cta .button:hover svg { stroke: #fff; }

/* ===== PHILOSOPHY BENTO (Section 2) ===== */
.gemini-bento {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1fr;
  grid-template-rows: auto auto;
  gap: 2vw 2.2vw;
  margin: calc(var(--section-gap) * 0.6) auto 0 auto;
  max-width: 1228px;
  min-height: 340px;
  align-items: stretch;
  background: none;
}
.gemini-bento__img-large {
  grid-row: 1/3; grid-column: 1/2;
  border-radius: calc(var(--border-radius) + 2px);
  overflow: hidden;
  box-shadow: 0 4px 25px 0 rgba(50,40,28,0.06);
  object-fit: cover;
  min-width: 182px; min-height: 332px;
}
.gemini-bento__img-medium {
  grid-row: 1/2; grid-column: 2/3;
  border-radius: calc(var(--border-radius) - 6px);
  overflow: hidden;
  object-fit: cover;
  min-width: 120px; min-height: 110px;
}
.gemini-bento__img-small {
  grid-row: 2/3; grid-column: 2/3;
  border-radius: calc(var(--border-radius) - 6px);
  overflow: hidden; object-fit: cover;
  min-width: 110px; min-height: 100px;
}
.gemini-bento__panel {
  grid-row: 1/3; grid-column: 3/4;
  align-self: stretch;
  background: var(--panel-glass-bg);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-mid);
  padding: 2.5em 2em 2.2em 2em;
  display: flex; flex-direction: column; justify-content: center;
  min-width: 220px;
  font-size: 1.09em;
}
.gemini-bento__panel strong {
  font-size: 1.28em;
  font-weight: 600;
  line-height: 1.42;
  color: #231f1e;
  display: block;
}
.gemini-bento__panel p:last-child {margin-bottom:0;}

@media (max-width: 1024px) {
  .gemini-bento {
    grid-template-columns: 1fr 1.1fr;
    grid-template-rows: 220px 110px 1fr;
    gap: 2vw 1vw;
    max-width: 97vw;
    margin-top: 32px;
  }
  .gemini-bento__img-large { grid-row: 1/3; grid-column: 1/2; min-height: 174px;}
  .gemini-bento__img-medium { grid-row: 1/2; grid-column: 2/3;}
  .gemini-bento__img-small  { grid-row: 2/3; grid-column: 2/3;}
  .gemini-bento__panel { grid-row: 3/4; grid-column: 1/3; min-width: 0; }
}
@media (max-width: 700px) {
  .gemini-bento {
    grid-template-columns: 1fr;
    grid-template-rows: 210px 95px 1fr;
    gap: 12px 0;
    margin-top: 28px;
  }
  .gemini-bento__img-large, .gemini-bento__img-medium, .gemini-bento__img-small {
    min-width: 0; width: 100%; height: auto; min-height: 120px;
  }
  .gemini-bento__panel { padding: 1.7em 1em; font-size: 1em; }
}

/* ===== GALLERY HORIZONTAL ===== */
.gemini-gallery-scroll {
  background: var(--gallery-bg);
  padding: 2.7em 0 2.4em 0;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5vw;
  justify-content: center;
  align-items: flex-end;
}
.gemini-gallery__img {
  min-width: 210px;
  max-width: 295px;
  height: 190px;
  border-radius: 1.1em;
  object-fit: cover;
  box-shadow: 0 3px 20px 0 rgba(33,25,18,0.13);
  opacity: 0.97;
  transition: outline 0.23s, box-shadow 0.18s;
  outline: 2.5px solid transparent;
}
.gemini-gallery__img:hover, .gemini-gallery__img:focus {
  outline: 2.5px solid var(--main-accent);
  box-shadow: 0 6px 32px 0 rgba(168,138,104,0.14);
}
@media(max-width: 900px){
  .gemini-gallery__img { min-width: 155px; height: 110px; }
  .gemini-gallery-scroll { padding: 1.3em 0; gap: 13px; }
}

/* ===== SERVICE INFO ===== */
.gemini-service-info {
  background: linear-gradient(90deg, #1c1917 95%, #282521 100%);
  padding: 2.2em 0 1.8em 0;
  color: #e8e7e4;
  display: flex;
  justify-content: center;
  gap: 3vw;
  box-shadow: 0 2px 8px 0 rgba(48,40,32,0.09);
}
.gemini-service-info__col {
  flex: 1 1 0;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8em;
  padding: 0 1vw;
  border-right: 1px solid rgba(168,138,104,.17);
}
.gemini-service-info__col:last-child {
  border-right: none;
}
.gemini-service-info__icon {
  font-size: 1.7em;
  margin-bottom: 0.22em;
  color: var(--main-accent);
  opacity: 0.93;
}
.gemini-service-info__title {
  font-size: 1.13em;
  font-weight: 600;
  color: #e8e7e4;
  margin-bottom: 0.1em;
}
.gemini-service-info__desc {
  font-size: 1em;
  opacity: 0.97;
  color: #ebe9e6;
  text-align: center;
}
@media(max-width: 900px){
  .gemini-service-info {
    flex-direction: column;
    gap: 0;
    padding-left: 1vw; padding-right: 1vw;
  }
  .gemini-service-info__col {
    border-right: none;
    border-bottom: 1px solid rgba(168,138,104,.11);
    min-width: 0;
    padding: 0.7em 0;
  }
  .gemini-service-info__col:last-child { border-bottom: none;}
}

/* ===== FAQ ===== */
.gemini-faq {
  padding: var(--section-gap-sm) 0 2.1em 0;
  background: var(--faq-light);
  border-top-left-radius: clamp(18px, 5vw, 64px);
  border-top-right-radius: clamp(18px, 5vw, 64px);
  margin-top: -1px;
}
.gemini-faq__container {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 3vw;
  justify-content: center;
  flex-wrap: wrap;
}
.gemini-faq__list {
  flex: 1 1 360px; min-width: 0;
}
.gemini-faq__item {
  background: none;
  border-bottom: 1px solid #d0ccbf;
  padding: 1em 0 1.3em 0;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  position: relative;
}
.gemini-faq__item:last-child { border-bottom: none; }
.gemini-faq__q {
  display: flex;
  align-items: center;
  font-size: 1.06em;
  font-weight: 600;
  color: #231f1e;
  gap: 1em;
}
.gemini-faq__icon {
  width: 1.2em;
  height: 1.2em;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #cabca7;
  margin-left: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.gemini-faq__a {
  font-size: 1em;
  color: #4a3f36;
  margin-top: 0.43em;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s cubic-bezier(.8,.2,.2,1), opacity 0.19s;
}
.gemini-faq__item.open .gemini-faq__a {
  opacity: 1;
  max-height: 300px;
}
.gemini-faq__item.open .gemini-faq__icon {
  background: #cabca7;
  color: #fff;
}

/* ===== FINAL CTA (ACCESS/MAP) ===== */
.gemini-final-cta {
  background: radial-gradient(70% 94% at 55% 32%, #e5e2de 80%, rgba(240,232,220,0.14) 100%);
  position: relative;
  min-height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
.gemini-final-cta__bg {
  position: absolute; z-index: 0; inset: 0; background: url('images/service-page-2.png') center/cover no-repeat; filter: blur(10px) brightness(0.90);
}
.gemini-final-cta__glass {
  position: relative;
  z-index: 2;
  background: var(--hero-glass);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-mid);
  padding: 2.6em 2em 2.1em 2.3em;
  min-width: 310px;
  max-width: 820px;
  width: 96vw;
  display: flex;
  gap: 3vw;
  align-items: flex-start;
  flex-wrap: wrap;
  backdrop-filter: blur(14.5px) saturate(110%);
}
.gemini-final-cta__info {
  flex: 1.1 1 260px;
  min-width: 0;
  color: #1a1916;
  font-size: 1.10em;
}
.gemini-final-cta__info strong {
  color: #A88A68;
  font-size: 1.13em;
  font-weight: 600;
  display: block;
  margin-bottom: 0.45em;
}
.gemini-final-cta__info .gemini-final-cta__meta {
  display: flex; flex-direction: column; gap:0.21em; font-size: .99em;
  color: #3a3a36;
}
.gemini-final-cta__access {
  flex: 1 0 220px;
  min-width: 180px;
  display: flex; flex-direction: column; gap: 1em;
}
.gemini-final-cta__map-embed {
  width: 100%; min-width: 160px; height: 136px; border-radius: 1em; border: none; box-shadow: 0 2px 16px 0 rgba(140,130,110,0.08);
}
.gemini-final-cta__cta {
  margin-top: 0.75em;
  align-self: flex-end;
}
.gemini-final-cta__cta .button {
  background: var(--button-bg);
  color: #fff;
  font-size: 1.08em;
  border: none;
  border-radius: 56px;
  padding: 1em 2.6em 1em 2.3em;
  font-weight: 700;
  letter-spacing: 0.09em;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  display: flex; align-items: center;
  gap: 0.7em;
  box-shadow: 0 4px 17px 0 rgba(40,28,12,0.12);
}
.gemini-final-cta__cta .button svg { margin-left: .7em; height: 1.1em; width: 1.1em; stroke: #A88A68; transition: stroke 0.18s;}
.gemini-final-cta__cta .button:hover svg { stroke: #fff; }
@media (max-width: 768px) {
  .gemini-final-cta__glass { flex-direction: column; gap: 2em; min-width: 0; padding: 1.2em 0.8em; }
}

/* ===== COMPANY INFO/FOOTER ===== */
.gemini-footer {
  padding: 1.6em 0 2.0em 0;
  background: #f4f1ec;
  color: #695e53;
  font-size: 1em;
}
.gemini-footer__info {
  max-width: 980px; margin: 0 auto;
  display: flex; flex-wrap: wrap;
  gap: 3vw;
  justify-content: flex-start;
}
.gemini-footer__block {
  margin-bottom: 1em;
  flex: 1 1 260px;
  min-width: 160px;
}
.gemini-footer__block h4 {
  color: #A88A68;
  font-size: 1.04em;
  margin-bottom: 0.61em;
  font-weight: 600;
}
.gemini-footer__list {
  list-style: none; padding: 0; margin: 0;
}
.gemini-footer__list li { margin-bottom: 0.5em; }
.gemini-footer__copyright {
  font-size: 0.90em; color: #b6ad9f;
  margin-top: 1em; text-align: left;
}

/* ===== SCROLL REVEAL EFFECT CLASSES ===== */
.gemini-scroll-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.45s cubic-bezier(.6,.05,.45,1), transform 0.57s cubic-bezier(.6,.05,.45,1); }
.gemini-scroll-reveal.visible { opacity: 1 !important; transform: none !important; }
@media (prefers-reduced-motion: reduce) {
  .gemini-scroll-reveal { transition: none !important; }
}

/* readability guard: keep AI-generated light sections readable */
main :where(p,li,dd,span,small,label) {
  opacity:1;
}
main :where(.card,.panel,.box,.content,.feature,.service,.faq,.contact,.form,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"]) {
  color:#0f172a;
}
main :where(.card,.panel,.box,.content,.feature,.service,.faq,.contact,.form,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"]) :where(p,li,dd,span,small,label) {
  color:#334155;
  opacity:1;
}
main :where(.card,.panel,.box,.content,.feature,.service,.faq,.contact,.form,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"]) :where(h1,h2,h3,h4,strong) {
  color:#0f172a;
}
main :where(.btn,.button,[class*="btn"],[class*="button"],[class*="cta"]) {
  opacity:1;
}
body.layout-a-official-aeo main,
body.layout-b-readable-lp main,
body.layout-d-inquiry-focus main {
  color:#0f172a;
}
body.layout-a-official-aeo main :where(p,li,dd,span,small,label),
body.layout-b-readable-lp main :where(p,li,dd,span,small,label),
body.layout-d-inquiry-focus main :where(p,li,dd,span,small,label) {
  color:#334155;
}
body.layout-c-premium-ai main :where(.card,.panel,.box,.content,.feature,.service,.faq,.contact,.form,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"]) {
  color:#f8ecd0;
}
body.layout-c-premium-ai main :where(.card,.panel,.box,.content,.feature,.service,.faq,.contact,.form,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"]) :where(p,li,dd,span,small,label,strong) {
  color:#ead9b7;
}
main :where(.gemini-comp-site,.ai-comp-page) :where(.card,.panel,.box,.feature,.service,.faq,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"]) {
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
main :where(.gemini-comp-site,.ai-comp-page) :where(.card,.panel,.box,.feature,.service,.faq,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"]):hover {
  transform:translateY(-3px);
  box-shadow:0 24px 70px rgba(15,23,42,.14);
}
main :where(.gemini-comp-site,.ai-comp-page) :where(.btn,.button,[class*="btn"],[class*="button"],[class*="cta"]) {
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
main :where(.gemini-comp-site,.ai-comp-page) :where(.btn,.button,[class*="btn"],[class*="button"],[class*="cta"]):hover {
  transform:translateY(-2px);
  filter:saturate(1.06);
}
.gemini-comp-site :where(.info-item,.info-list,.info-text,.faq-item,.faq-list,.dl-overview,.feature-card,.concept-card,.content-audit-section,.content-audit-section *) {
  color:inherit !important;
}
.gemini-comp-site :where(.card,.panel,.box,.content,.feature,.service,.faq,.contact,.form,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"]) {
  color:inherit !important;
}
.gemini-comp-site :where(.card,.panel,.box,.content,.feature,.service,.faq,.contact,.form,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"]) :where(h1,h2,h3,h4,strong) {
  color:var(--accent-gold,var(--c-gold,var(--color-text-main,inherit))) !important;
}
.gemini-comp-site :where(.card,.panel,.box,.content,.feature,.service,.faq,.contact,.form,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"]) :where(p,li,dd,span,small,label) {
  color:var(--text-light,var(--c-text-muted,var(--color-text-muted,inherit))) !important;
}
.gemini-comp-site :where(.info-text p,.info-text span,.dl-overview dd,.faq-a,.concept-desc,.feature-lines) {
  color:var(--color-text-muted,#d8d8d8) !important;
  opacity:1 !important;
}
.gemini-comp-site :where(.info-text h4,.dl-overview dt,.faq-q,.concept-title,.section-title) {
  color:var(--color-text-main,#f5f5f5) !important;
}
.gemini-comp-site .codex-feature-label {
  display:block;
  margin-top:.85rem;
  color:var(--color-text-main,#f5f5f5);
  font-weight:700;
  font-size:clamp(.9rem,1.3vw,1rem);
  letter-spacing:.04em;
}
.gemini-comp-site .codex-feature-note {
  display:block;
  margin-top:.35rem;
  color:var(--color-text-muted,#d8d8d8);
  font-size:.82rem;
  line-height:1.55;
}
.gemini-comp-site .codex-filled-image {
  display:block;
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
}
.gemini-comp-site,
.gemini-comp-site * {
  box-sizing:border-box;
}
.gemini-comp-site {
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.gemini-comp-site :where(img,video,iframe,svg,canvas) {
  max-width:100%;
}
.gemini-comp-site :where(.bento-item,.c-bento__item,.concept-img-wrapper,.craft-item,.entrance-img,.c-scene__bg,.c-info-grid__exterior) .codex-filled-image {
  border-radius:inherit;
}
.gemini-comp-site {
  --codex-fixed-header-offset:clamp(88px,10vw,124px);
}
.gemini-comp-site :where(.hero,.hero-section,.fv,.first-view,section[class*="hero"]):not(.gcs-hero):not(.gemini-comp-site-hero) {
  box-sizing:border-box;
  padding-top:max(var(--codex-fixed-header-offset), env(safe-area-inset-top));
}
.gemini-comp-site :where([id]) {
  scroll-margin-top:var(--codex-fixed-header-offset);
}
html:has(.gemini-comp-site) {
  scroll-padding-top:clamp(88px,10vw,124px);
}
.gemini-comp-site :where(.map-container,.c-info-grid__map,.info-map,.access-map,.location-map,.google-map,.map-frame,.map-box) {
  position:relative;
  overflow:hidden;
  min-height:300px;
}
.gemini-comp-site :where(.map-container,.c-info-grid__map,.info-map,.access-map,.location-map,.google-map,.map-frame,.map-box) iframe.codex-map-embed {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  filter:saturate(.92) contrast(.96);
}
.gemini-comp-site :where(.map-container,.c-info-grid__map,.info-map,.access-map,.location-map,.google-map,.map-frame,.map-box):has(iframe.codex-map-embed) :where(.map-grid-lines,.map-pin,.c-map-pin) {
  display:none !important;
}
.gemini-comp-site :where(.info-map,.map-box,.map-frame):has(iframe.codex-map-embed) > :where(svg,h1,h2,h3,h4,p,span) {
  display:none !important;
}
.gemini-comp-site :where(.gcs-hero,.gemini-comp-site-hero) {
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  min-height:min(720px,calc(100vh - 96px)) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
}
.gemini-comp-site :where(.gcs-hero-layer,.gemini-comp-site-hero__inner,.hero-layer) {
  width:min(1120px,calc(100% - 96px)) !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:clamp(28px,4vw,56px) 0 !important;
}
.gemini-comp-site :where(.gcs-hero,.gemini-comp-site-hero) > :where(.gcs-hero-imgwrap,.gcs-hero-panel,.hero-main-img,.hero-info-panel,.hero-side-glass,.gemini-top-image-fallback) {
  position:relative !important;
  inset:auto !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  transform:none !important;
  margin:0 !important;
  width:100% !important;
  max-width:100% !important;
}
.gemini-comp-site :where(.gcs-hero-imgwrap,.hero-main-img,.hero-bg-overlay,.gemini-top-image-fallback) {
  min-height:clamp(320px,42vw,560px) !important;
  border-radius:clamp(18px,2.4vw,30px) !important;
  overflow:hidden !important;
}
.gemini-comp-site :where(.gcs-hero-imgwrap,.hero-main-img,.hero-bg-overlay,.gemini-top-image-fallback) img {
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:clamp(320px,42vw,560px) !important;
  object-fit:cover !important;
}
.gemini-comp-site :where(.gcs-hero-panel,.hero-info-panel,.hero-copy-glass,.hero-side-glass) {
  max-width:680px !important;
  z-index:2 !important;
}
.gemini-comp-site :where(.gcs-hero-title,.hero-title,.hero-copy-glass h1,.hero-copy-glass [class*="title"]) {
  max-width:12em !important;
}
.gemini-comp-site .gemini-top-image-fallback {
  display:none !important;
}
.gemini-comp-site :where(.gcs-hero-cta,.hero-cta,.hero-copy-glass [class*="cta"]) {
  white-space:nowrap !important;
  overflow-wrap:normal !important;
  letter-spacing:min(.06em,1px) !important;
}
.gemini-comp-site :where(.gcs-hero-textblock,.hero-copy-glass,.hero-info-panel) {
  transform:translateY(-18px);
}
.gemini-comp-site :where(.gcs-hero-title,.hero-title,.hero-copy-glass h1) {
  line-height:1.16 !important;
}
.gemini-comp-site :where(.gcs-hero-lead,.hero-lead,.hero-copy-glass p) {
  line-height:1.68 !important;
}
.gemini-comp-site .codex-forced-map {
  width:min(1120px,92vw);
  margin:clamp(48px,7vw,88px) auto;
  padding:clamp(24px,4vw,44px);
  border:1px solid rgba(148,163,184,.28);
  border-radius:24px;
  background:rgba(255,255,255,.06);
  box-shadow:0 28px 80px rgba(15,23,42,.12);
}
.gemini-comp-site .codex-forced-map__eyebrow {
  margin:0 0 10px;
  font-size:.82rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.72;
}
.gemini-comp-site .codex-forced-map h2 {
  margin:0 0 12px;
  font-size:clamp(1.6rem,3.2vw,2.5rem);
}
.gemini-comp-site .codex-forced-map address {
  margin:0 0 22px;
  font-style:normal;
  line-height:1.8;
}
.gemini-comp-site .codex-forced-map__frame {
  position:relative;
  overflow:hidden;
  min-height:320px;
  border-radius:18px;
  background:#111827;
}
.gemini-comp-site .codex-forced-map__frame iframe.codex-map-embed {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.gemini-comp-site .codex-mobile-title {
  display:block;
  position:absolute;
  top:24px;
  left:clamp(18px,5vw,72px);
  z-index:80;
  color:var(--c-text-main,#f7f1e8);
  font-size:clamp(1.08rem,2.2vw,1.55rem);
  line-height:1.25;
  font-weight:700;
  letter-spacing:.04em;
  text-shadow:0 2px 16px rgba(0,0,0,.45);
}
@media (max-width: 768px) {
  body:has(.gemini-comp-site) {
    overflow-x:hidden;
  }
  .gemini-comp-site {
    --codex-fixed-header-offset:84px;
    overflow-x:hidden;
  }
  .gemini-comp-site .codex-mobile-title {
    display:block;
    position:relative;
    top:auto;
    left:auto;
    z-index:80;
    padding:16px 18px 14px;
    border-bottom:1px solid rgba(255,255,255,.12);
    background:rgba(8,8,8,.96);
    color:var(--c-text-main,#f7f1e8);
    font-size:clamp(1.08rem,5.4vw,1.45rem);
    line-height:1.25;
    font-weight:700;
    letter-spacing:.04em;
  }
  .gemini-comp-site :where(.l-container,.wrap,.container,[class*="container"]) {
    width:100% !important;
    max-width:100% !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .gemini-comp-site :where(.c-hero,.hero,.hero-section,.fv,.first-view,section[class*="hero"]) {
    display:block !important;
    height:auto !important;
    min-height:auto !important;
    max-width:100% !important;
    padding-top:24px !important;
    padding-bottom:42px !important;
    overflow:hidden !important;
  }
  .gemini-comp-site :where(.gcs-hero,.gemini-comp-site-hero) {
    width:calc(100% - 36px) !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
    padding:24px 0 42px !important;
  }
  .gemini-comp-site :where(.gcs-hero-textblock,.hero-copy-glass,.hero-info-panel) {
    transform:none;
  }
  .gemini-comp-site :where(.gcs-hero-imgwrap,.hero-main-img,.hero-bg-overlay,.gemini-top-image-fallback),
  .gemini-comp-site :where(.gcs-hero-imgwrap,.hero-main-img,.hero-bg-overlay,.gemini-top-image-fallback) img {
    min-height:260px !important;
  }
  .gemini-comp-site :where(.hero-image-wrapper,.hero-media,.hero-image,.hero-visual,[class*="hero-image"],[class*="hero__image"],[class*="hero-media"],[class*="hero-visual"]) {
    position:relative !important;
    inset:auto !important;
    display:block !important;
    width:calc(100% - 36px) !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:4 / 3;
    margin:0 auto 24px !important;
    overflow:hidden !important;
    border-radius:14px;
    z-index:1 !important;
  }
  .gemini-comp-site :where(.hero-image-wrapper,.hero-media,.hero-image,.hero-visual,[class*="hero-image"],[class*="hero__image"],[class*="hero-media"],[class*="hero-visual"]) :where(img,picture,video) {
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    object-fit:cover !important;
    object-position:center !important;
    filter:brightness(.94) contrast(1.04) !important;
    opacity:1 !important;
    mask-image:none !important;
    -webkit-mask-image:none !important;
  }
  .gemini-comp-site :where(.c-hero__content,.hero-content,.hero-inner,[class*="hero__content"],[class*="hero-inner"]) {
    width:100% !important;
    max-width:100% !important;
  }
  .gemini-comp-site :where(.c-hero__panel,.hero-panel,[class*="hero__panel"]) {
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:24px !important;
  }
  .gemini-comp-site :where(h1,.c-hero__title,.hero-title,[class*="hero__title"]) {
    max-width:100% !important;
    font-size:clamp(1.7rem,9vw,2.4rem) !important;
    line-height:1.25 !important;
    overflow-wrap:anywhere;
    word-break:normal;
  }
  .gemini-comp-site :where(p,li,dd,span,a,button) {
    overflow-wrap:anywhere;
  }
  .gemini-comp-site :where(.c-btn,.btn,.button,[class*="btn"],[class*="button"],[class*="cta"]) {
    max-width:100%;
    min-height:44px;
    white-space:normal;
    text-align:center;
  }
  .gemini-comp-site :where(.gemini-top-image-fallback,figure[class*="image"],figure[class*="visual"]) {
    margin:20px auto 0 !important;
    max-width:100% !important;
    border-radius:14px !important;
  }
  .gemini-comp-site :where(.c-bento,.bento,.bento-grid,[class*="bento"]) {
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-auto-rows:auto !important;
    gap:14px !important;
  }
  .gemini-comp-site :where(.c-bento__item,[class*="bento__item"],.bento-item,.gallery-item,[class*="gallery-item"]) {
    grid-column:auto !important;
    grid-row:auto !important;
    min-height:220px !important;
    aspect-ratio:4 / 3;
  }
  .gemini-comp-site :where(.c-bento__list-panel,[class*="bento__list"]) {
    grid-column:auto !important;
    grid-row:auto !important;
  }
  .gemini-comp-site :where(.c-scene,.scene,.scene-section,[class*="scene"]) {
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    max-width:100% !important;
    overflow:visible !important;
  }
  .gemini-comp-site :where(.c-scene__split,[class*="scene__split"]) {
    position:relative !important;
    width:100% !important;
    height:auto !important;
    min-height:360px;
    clip-path:none !important;
    padding:42px 18px !important;
    display:flex !important;
    align-items:center !important;
  }
  .gemini-comp-site :where(.c-scene__panel,[class*="scene__panel"]) {
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:24px !important;
  }
  .gemini-comp-site :where(.c-info-grid,.info-grid,[class*="info-grid"],.access-grid,[class*="access-grid"]) {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .gemini-comp-site :where(.c-info-grid > div,.info-grid > div,[class*="info-grid"] > div,.access-grid > div,[class*="access-grid"] > div) {
    min-height:auto !important;
  }
  .gemini-comp-site :where(.c-info-grid__exterior,.c-info-grid__map,.info-map,.map-container,.access-map,.location-map,.google-map,.map-frame,.map-box) {
    min-height:260px !important;
  }
  .gemini-comp-site :where(.c-info-grid__details,.info-details,[class*="details"]) {
    padding:22px !important;
  }
  .gemini-comp-site :where(.c-features,.features,.feature-grid,[class*="feature-grid"]) {
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  .gemini-comp-site :where(.c-feature-item,.feature-item,[class*="feature-item"]) {
    min-width:0 !important;
    width:100% !important;
    padding:18px 12px !important;
  }
  .gemini-comp-site :where(.c-floating-cta,.floating-cta,[class*="floating-cta"]) {
    padding:10px 0 !important;
    max-width:100% !important;
  }
  .gemini-comp-site :where(.c-floating-cta__inner,[class*="floating-cta__inner"]) {
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
  }
  .gemini-comp-site :where(.c-floating-cta__tel,[class*="floating-cta__tel"]) {
    justify-content:center !important;
    font-size:1rem !important;
  }
  .gemini-comp-site :where(.content-audit-section,.content-audit-section .wrap) {
    max-width:100% !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }
}
@media (max-width: 420px) {
  .gemini-comp-site :where(.c-features,.features,.feature-grid,[class*="feature-grid"]) {
    grid-template-columns:1fr !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  main :where(.gemini-comp-site,.ai-comp-page) :where(*, *::before, *::after) {
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
  main :where(.gemini-comp-site,.ai-comp-page) :where(.card,.panel,.box,.feature,.service,.faq,.item,[class*="card"],[class*="panel"],[class*="box"],[class*="item"],.btn,.button,[class*="btn"],[class*="button"],[class*="cta"]):hover {
    transform:none;
  }
}

/* codex-beauty-clean-guard: keep salon pages bright, clean, and approachable */
body:has(.gemini-comp-site),
.gemini-comp-site {
  background:#faf7f2 !important;
  color:#2d2925 !important;
}
.gemini-comp-site :where(header,.gemini-comp-site-header) {
  background:rgba(250,247,242,.96) !important;
  color:#2d2925 !important;
  border-bottom:1px solid rgba(185,154,111,.20) !important;
  box-shadow:0 12px 34px rgba(88,70,54,.08) !important;
  mix-blend-mode:normal !important;
}
.gemini-comp-site :where(nav a,.gemini-comp-site-nav a,.site-logo,.gemini-comp-site-title) {
  color:#3b342d !important;
  text-shadow:none !important;
}
.gemini-comp-site :where(.gemini-comp-site-hero,.hero-info-panel,.hero-copy-glass,.hero-side-glass,.hero-bg-overlay,.gemini-comp-site-services,.gemini-comp-site-story,.gemini-comp-site-access,.story-content-glass,.access-content-panel,.service-card,.faq-item,[class*="panel"],[class*="card"]) {
  background:rgba(255,255,255,.82) !important;
  color:#2d2925 !important;
  border-color:rgba(185,154,111,.20) !important;
}
.gemini-comp-site :where(.hero-title,.hero-lead,.service-card-title,.service-card-lead,.story-title,.story-desc,.access-title,.access-info-list,.footer-overview-list,h1,h2,h3,h4,p,li,dd,dt,span) {
  color:#2d2925 !important;
  text-shadow:none !important;
}
.gemini-comp-site :where(.hero-cta-btn,.service-card-cta,.sticky-cta-btn,[class*="cta"]) {
  background:linear-gradient(90deg,#e9cf9b,#c8a76f) !important;
  color:#2d2925 !important;
  border:1px solid rgba(150,118,72,.26) !important;
}
.gemini-comp-site :where(.gemini-comp-site-footer,footer) {
  background:#f3eee7 !important;
  color:#3b342d !important;
}