/* Editorial landing page: water, tactile materials, and room to breathe. */
.editorial-hero { display: grid; grid-template-columns: 1.13fr 1fr; min-height: min(760px, calc(100svh - 5rem)); max-width: 1600px; margin: auto; }
.hero-editorial-copy { padding: clamp(3rem, 6vw, 6.5rem) 2rem 2rem var(--gutter); display: flex; flex-direction: column; align-items: flex-start; }
.hero-kicker { display: flex; align-items: center; gap: .7rem; }
.status-dot { width: 6px; height: 6px; background: var(--terracotta); border-radius: 50%; flex: none; }
.home .editorial-hero h1 { font-size: clamp(3.8rem, 7.5vw, 7.5rem); line-height: .98; letter-spacing: -.065em; margin: .15rem -3rem 1.9rem 0; position: relative; z-index: 1; font-weight: 300; }
.home .editorial-hero h1 em { color: var(--terracotta-deep); }
.hero-description { font-size: 1rem; color: var(--muted); max-width: 26rem; line-height: 1.75; }
.hero-editorial-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin: 1.2rem 0 3.8rem; }
.hero-index { display: flex; align-items: center; gap: 1.2rem; font-size: .68rem; color: var(--muted); margin: auto 0 0; }
.hero-index > span { max-width: 19rem; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-person { position: relative; margin: 1.25rem 1.25rem 1.25rem 0; overflow: hidden; background: #e3e7de; min-height: 540px; isolation: isolate; }
.hero-person picture { display: block; position: absolute; inset: 0; }
.hero-person img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  animation: portrait-arrive 1400ms var(--ease-breath) both;
}
.hero-person figcaption { position: absolute; bottom: 2rem; left: 2rem; right: 2rem; z-index: 1; color: var(--ivory); display: flex; flex-direction: column; gap: .4rem; }
.hero-person figcaption > span:first-child { font-family: var(--font-display); font-size: 3rem; letter-spacing: -.045em; }
.hero-person figcaption > span:last-child { font-size: .73rem; letter-spacing: .03em; }
.portrait-seal { position: absolute; width: 106px; height: 106px; top: 1.7rem; right: 1.7rem; display: grid; align-content: center; justify-items: center; gap: .3rem; border: 1px solid #293d3140; border-radius: 50%; color: var(--forest); background: #faf7f0cc; }
.portrait-seal svg { width: 36px; height: 36px; }
.portrait-seal span { font-size: .57rem; }
.trust-strip { border-block: 1px solid var(--line); }
.trust-strip ul { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.3rem; list-style: none; }
.trust-strip li { display: flex; align-items: center; gap: .6rem; font-size: .73rem; }
.trust-strip svg { width: 1rem; height: 1rem; flex: none; color: var(--terracotta-deep); }
.approach-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-bottom: 3.8rem; }
.approach-lede { font-size: clamp(1.2rem, 1.8vw, 1.55rem); line-height: 1.5; max-width: 30rem; }
.approach-signature { color: var(--terracotta-deep); font-size: .75rem; margin-top: 1.5rem; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); }
.principle { padding: 1.5rem 1.7rem 0 0; }
.principle + .principle { padding-left: 1.7rem; border-left: 1px solid var(--line); }
.principle-index { display: block; font-size: .65rem; color: var(--terracotta-deep); margin-bottom: 1.4rem; }
.principle h3 { font-size: 1.5rem; }
.principle p { font-size: .85rem; color: var(--muted); margin: .8rem 0 0; }
.experiences-section { background: #eeeae0; }
.home .section-head { gap: 2rem 4rem; }
.home .section-head > p { max-width: 25rem; font-size: .95rem; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.8rem; align-items: start; }
.experience:nth-child(2) { margin-top: 3rem; }
.experience:nth-child(3) { margin-top: 6rem; }
.experience-art { position: relative; display: block; aspect-ratio: 4 / 4.4; overflow: hidden; background: var(--forest); }
.experience-art img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease-breath); }
.experience-art::after { content: ''; position: absolute; inset: 0 0 60%; background: linear-gradient(#10221a80, transparent); pointer-events: none; }
.art-index { position: absolute; top: 1.25rem; left: 1.25rem; right: 1rem; color: white; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; z-index: 1; }
.art-arrow { position: absolute; bottom: 1rem; right: 1rem; background: var(--ivory); color: var(--forest); border-radius: 50%; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; transition: transform 250ms var(--ease-breath); }
.experience-copy { padding-top: 1.5rem; }
.home .experience-copy .kicker { font-size: .62rem; margin-bottom: .75rem; letter-spacing: .09em; }
.experience-copy h3 { font-size: clamp(2.6rem, 3.5vw, 3.5rem); font-weight: 300; letter-spacing: -.04em; }
.experience-copy > p:not(.kicker) { font-size: .89rem; color: var(--muted); margin: 1rem 0; }
.club-art { position: absolute; inset: 0; background: #b96f59; color: #fff3df; display: flex; flex-direction: column; justify-content: center; align-items: center; isolation: isolate; }
.club-orbit { position: absolute; width: 74%; aspect-ratio: 1; border: 1px solid #ffe5c999; border-radius: 50%; z-index: -1; transition: transform 700ms var(--ease-breath); }
.orbit-one { transform: translateY(-19%); }
.orbit-two { transform: translate(-16%, 13%); }
.orbit-three { transform: translate(16%, 13%); }
.club-art-word { font-size: clamp(2rem, 3vw, 3rem); font-family: var(--font-display); font-style: italic; }
.club-art-note { position: absolute; bottom: 2rem; left: 1rem; font-size: .45rem; letter-spacing: .12em; }
.founder-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.founder-visual { padding: 0 1.5rem; }
.founder-photo { margin: 0; aspect-ratio: 4 / 4.8; overflow: hidden; background: var(--sage); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.founder-caption { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; font-size: .65rem; color: var(--muted); }
.founder-copy .quote { font-size: 1.5rem; margin: 1.8rem 0 1.2rem; }
.founder-copy > p:not(.kicker):not(.quote) { font-size: .93rem; color: var(--muted); }
.founder-fact { display: flex; gap: 1.3rem; align-items: center; padding-block: 1.2rem; margin: 1.5rem 0; border-block: 1px solid var(--line); }
.founder-fact > span { font-size: 4rem; line-height: 1; font-family: var(--font-display); font-weight: 300; color: var(--terracotta-deep); }
.founder-fact > span span { font-size: 2rem; vertical-align: top; }
.founder-fact p { font-size: .75rem; margin: 0; }
.visit-section { background: var(--forest); color: var(--ivory); }
.home .visit-section h2, .visit-section h3 { color: var(--ivory); }
.home .visit-section .section-head > p { color: #d7ddd4; }
.visit-steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.8rem; margin-top: 3rem; }
.visit-steps li { border-top: 1px solid #faf7f052; padding-top: 1.4rem; }
.step-index { font-family: var(--font-display); font-size: 2.4rem; color: #e6a18d; display: block; margin-bottom: 1.6rem; }
.visit-steps p { font-size: .87rem; color: #d7ddd4; margin-top: 1rem; }
.home .faq-item { background: transparent; border-radius: 0; border: 0; border-bottom: 1px solid var(--line-strong); }
.home .faq-item summary { padding-inline: 0; font-size: .95rem; }
.home .faq-body p { padding-left: 0; font-size: .88rem; }
.home .faq { gap: 0; }
.editorial-closing { padding: clamp(4rem, 8vw, 8rem) 0 3rem; background: #e5b49c; overflow: hidden; }
.home .editorial-closing h2 { font-size: clamp(4rem, 9vw, 9rem); line-height: .97; letter-spacing: -.065em; margin-bottom: 3rem; }
.home .editorial-closing h2 em { color: var(--forest); }
.closing-bottom { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid #293d3155; }
.closing-bottom p { margin: 0; font-size: .9rem; }
.home .editorial-closing .btn { background: var(--forest); color: var(--ivory); }
.home .hero-editorial-copy h1 { animation: editorial-arrive 750ms var(--ease-breath) both; }
@keyframes portrait-arrive { from { opacity: .65; } to { opacity: 1; } }
@keyframes editorial-arrive { from { transform: translateY(14px); opacity: 0; } to { transform: none; opacity: 1; } }
@media (hover: hover) and (pointer: fine) {
  .experience-art:hover img { transform: scale(1.045); }
  .experience-art:hover .art-arrow { transform: rotate(45deg); }
  .experience-art:hover .orbit-one { transform: translateY(-24%); }
  .experience-art:hover .orbit-two { transform: translate(-21%, 16%); }
  .experience-art:hover .orbit-three { transform: translate(21%, 16%); }
  .text-link:hover span { transform: translate(3px, -2px); }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .home .site-nav li:first-child, .home .site-nav li:nth-child(6) { display: none; }
  .home .site-header { gap: .75rem; }
}
@media (max-width: 1000px) {
  .principles { grid-template-columns: 1fr 1fr; }
  .principle { padding-bottom: 1.3rem; }
  .principle:nth-child(3) { border-left: 0; padding-left: 0; }
  .principle:nth-child(n+3) { border-top: 1px solid var(--line); }
  .hero-editorial-copy { padding-top: 3rem; }
  .home .editorial-hero h1 { font-size: 7.6vw; }
  .hero-person { min-height: 520px; }
  .hero-index { display: none; }
  .hero-editorial-actions { margin-bottom: 2rem; gap: 1rem; }
  .home .hero-kicker { font-size: .55rem; letter-spacing: .07em; }
  .trust-strip ul { display: grid; grid-template-columns: 1fr 1fr; }
  .founder-grid { gap: 3rem; }
  .founder-visual { padding: 0; }
}
@media (max-width: 700px) {
  .editorial-hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-editorial-copy { padding: 2.5rem var(--gutter) 1.5rem; }
  .home .hero-kicker { font-size: .6rem; margin-bottom: 1.6rem; }
  .home .editorial-hero h1 { font-size: clamp(3.4rem, 12.5vw, 5.5rem); margin-right: 0; margin-bottom: 1.5rem; }
  .home[lang="fr-CA"] .editorial-hero h1 { font-size: clamp(2.65rem, 9.4vw, 4.5rem); }
  .hero-description { font-size: .94rem; }
  .hero-editorial-actions { margin: .5rem 0 1rem; gap: 1rem 1.5rem; }
  .hero-person { min-height: 0; height: 480px; margin: 0 var(--gutter) 1.5rem; }
  .hero-person picture { inset: 0; }
  .hero-person figcaption { left: 1.3rem; bottom: 1.3rem; }
  .hero-person figcaption > span:first-child { font-size: 2.5rem; }
  .portrait-seal { width: 84px; height: 84px; top: 1rem; right: 1rem; }
  .portrait-seal span { font-size: .48rem; }
  .trust-strip li { font-size: .65rem; align-items: start; }
  .trust-strip ul { gap: 1rem; }
  .approach-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; }
  .principles { grid-template-columns: 1fr 1fr; }
  .principle { padding: 1.3rem 1rem 1.3rem 0; }
  .principle + .principle { padding-left: 1rem; }
  .principle:nth-child(3) { border-left: 0; padding-left: 0; }
  .principle:nth-child(n+3) { border-top: 1px solid var(--line); }
  .principle h3 { font-size: 1.3rem; }
  .principle p { font-size: .8rem; }
  .experience-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .experience:nth-child(n) { margin-top: 0; }
  .experience-art { aspect-ratio: 5 / 4; }
  .experience-copy h3 { font-size: 3rem; }
  .club-art-word { font-size: 3rem; }
  .club-art-note { font-size: .55rem; }
  .founder-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .founder-visual { max-width: 450px; }
  .founder-caption { font-size: .61rem; }
  .visit-steps { grid-template-columns: 1fr; gap: 1.3rem; margin-top: 2rem; }
  .step-index { margin-bottom: .6rem; font-size: 1.9rem; }
  .home .questions-section .split { gap: 2rem; }
  .closing-bottom { align-items: flex-start; flex-direction: column; }
  .home .section-head { grid-template-columns: 1fr; gap: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .home .hero-editorial-copy h1, .hero-person img { animation: none; }
  .home.motion-ready [data-reveal]:not(.in) { opacity: 1; transform: none; }
  .home .experience-art:hover img, .home .experience-art:hover .art-arrow, .home .text-link:hover span { transform: none; }
  .home .club-orbit { transition: none; }
}
@media (max-width: 380px) {
  .principles { grid-template-columns: 1fr; }
  .principle:nth-child(n) { padding: 1.2rem 0; border-left: 0; }
  .principle + .principle { border-top: 1px solid var(--line); }
}

.hero-person::after { content: ""; position: absolute; inset: 65% 0 0; background: linear-gradient(transparent, #14251cbd); pointer-events: none; }

.google-reviews-section { background: var(--forest); color: var(--ivory); }
.home .google-reviews-section h2 { color: var(--ivory); }
.home .google-reviews-section .section-head > p { color: #d7ddd4; }
.google-review-summary { display: flex; align-items: baseline; gap: 1.2rem; margin: 2rem 0; }
.google-review-summary strong { font: 4rem var(--font-display); }
.google-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.google-review { padding: 1.5rem; border: 1px solid #faf7f045; min-width: 0; overflow-wrap: anywhere; }
.google-review-author { display: flex; align-items: center; gap: .8rem; font-size: .85rem; }
.google-review-author img { border-radius: 50%; flex: none; }
.google-review-author a { color: inherit; }
.google-review-rating { color: #e6b59f; margin: 1rem 0; }
.google-review blockquote { margin: 0 0 1.5rem; font-size: .95rem; line-height: 1.7; white-space: pre-line; }
.google-review-date, .google-review-order { font-size: .75rem; color: #d7ddd4; }
.google-review-order { margin-top: 1.5rem; }
.google-review-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.google-reviews-section .text-link { color: var(--ivory); }
.google-maps-attribution { display: block; height: 18px; width: auto; margin: 1.5rem 10px 5px; }
@media (max-width: 1000px) { .google-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) { .google-review-grid { grid-template-columns: 1fr; } }

.review-rating-scale { font-family: var(--font-body), sans-serif; font-size: 1rem; }
.google-review { display: flex; flex-direction: column; }
.google-review > .text-link { margin-top: auto; align-self: flex-start; }
.google-review-order time { white-space: nowrap; }

/* Massage is the primary homepage journey; movement follows the founder story. */
.home .editorial-hero h1 { font-size: clamp(3.3rem, 6.2vw, 6.2rem); margin-right: 0; }
.home .hero-description { max-width: 32rem; }
.booking-durations { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.5rem; }
.booking-durations span { padding: .6rem 1rem; border: 1px solid var(--line-strong); font-size: .85rem; }
.booking-backup { margin-top: 1.5rem; }
.home .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; }
.home .experience:nth-child(n) { margin-top: 0; }
.home .experience-art { aspect-ratio: 5 / 4; }
.home .founder-grid { gap: clamp(2rem, 5vw, 5rem); }
.home .founder-visual { padding: 0; }
.home .founder-photo { aspect-ratio: 912 / 1120; }
.home .founder-photo img { object-position: center 12%; }
@media (max-width: 700px) {
  .home .experience-grid { grid-template-columns: 1fr; }
  .home .editorial-hero h1 { font-size: clamp(2.9rem, 11vw, 4.8rem); }
  .home[lang="fr-CA"] .editorial-hero h1 { font-size: clamp(2.3rem, 8.7vw, 4rem); }
  .hero-person { height: auto; aspect-ratio: 2 / 3; }
}
