:root {
  --ivory: #fffaf7;
  --cream: #fff0f7;
  --rose: #f8d9e9;
  --rose-deep: #e31b7b;
  --wine: #d41468;
  --wine-dark: #8d0d49;
  --gold: #c9a13d;
  --gold-soft: #efd788;
  --ink: #463038;
  --muted: #806771;
  --white: #ffffff;
  --line: rgba(127, 30, 79, .16);
  --shadow: 0 24px 70px rgba(127, 30, 79, .14);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", Georgia, serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.85; letter-spacing: .03em; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--wine); color: #fff; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,250,247,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(127,30,79,.08); }
.header-inner { width: min(1280px, calc(100% - 48px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; line-height: 1; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--wine); font-family: Georgia, serif; font-size: 17px; letter-spacing: -.08em; }
.brand-name { font-family: Georgia, var(--serif); font-size: 19px; letter-spacing: .14em; color: var(--wine-dark); }
.brand-name small { display: block; margin-top: 7px; font-family: var(--sans); font-size: 8px; letter-spacing: .27em; color: var(--gold); }
.global-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; letter-spacing: .08em; }
.global-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.global-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 1px; background: var(--gold); transition: width .2s; }
.global-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 13px 21px; border-radius: 999px; background: linear-gradient(135deg, #f02b8b, #c70e61); color: #fff; box-shadow: 0 9px 22px rgba(127,30,79,.2); }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }

.hero { position: relative; min-height: 770px; height: 94vh; max-height: 940px; display: grid; align-items: center; overflow: hidden; padding-top: 88px; background: #fde8f3; }
.hero-image { position: absolute; inset: 88px 0 0; background: url("grand-jouer-hero-v5.png") center center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 88px 0 0; background: linear-gradient(90deg, rgba(255,250,247,.98) 0%, rgba(255,250,247,.86) 37%, rgba(255,250,247,.15) 67%, rgba(255,250,247,0) 100%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 88px 0 0; pointer-events: none; background-image: radial-gradient(circle at 15% 20%, rgba(255,255,255,.95) 0 1px, transparent 2px), radial-gradient(circle at 75% 22%, rgba(239,215,136,.95) 0 1.5px, transparent 3px), radial-gradient(circle at 86% 64%, rgba(255,255,255,.9) 0 1px, transparent 2.5px); background-size: 86px 86px, 133px 133px, 109px 109px; opacity: .56; mask-image: linear-gradient(90deg, transparent, #000 32%, #000); }
.hero-content { position: relative; z-index: 2; padding-bottom: 20px; }
.hero-content > * { max-width: 640px; }
.eyebrow { margin: 0 0 24px; color: var(--gold); font-family: Georgia, serif; font-size: 12px; font-weight: 700; letter-spacing: .22em; }
.hero h1 { margin: 0 0 28px; color: var(--wine-dark); font-family: var(--serif); font-size: clamp(46px, 5.5vw, 78px); font-weight: 500; line-height: 1.35; letter-spacing: .035em; }
.hero h1 em { color: var(--wine); font-style: normal; background: linear-gradient(transparent 74%, rgba(217,189,131,.34) 0); }
.hero-lead { margin: 0 0 40px; color: #705760; font-family: var(--serif); font-size: 18px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; min-height: 54px; padding: 14px 28px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-align: center; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #e2c779, #b88c2c); color: var(--wine-dark); border-color: #e7d38f; box-shadow: 0 14px 34px rgba(174,130,39,.24); }
.button-primary:hover { background: linear-gradient(135deg, #edd998, #c49a3c); }
.text-link { padding: 10px 0; color: var(--wine); font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--gold-soft); }
.hero-seal { position: absolute; z-index: 2; right: 4.5vw; bottom: 52px; width: 148px; height: 148px; display: grid; align-content: center; justify-items: center; border: 1px solid rgba(201,161,61,.7); border-radius: 50%; background: rgba(255,250,247,.84); color: var(--wine-dark); text-align: center; backdrop-filter: blur(6px); box-shadow: 0 15px 50px rgba(127,30,79,.1); }
.hero-seal::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(201,161,61,.48); border-radius: inherit; }
.hero-seal span { color: var(--gold); font-family: Georgia, serif; font-size: 8px; letter-spacing: .22em; }
.hero-seal strong { margin: 5px 0 2px; font-family: var(--serif); font-size: 20px; letter-spacing: .1em; }
.hero-seal small { font-size: 10px; letter-spacing: .16em; }

.trust-strip { position: relative; z-index: 3; margin-top: -1px; background: linear-gradient(105deg, #a30050, #df1d75, #8d0044); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 132px; padding: 25px 24px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-right: 1px solid rgba(255,255,255,.13); text-align: center; }
.trust-grid > div:last-child { border: 0; }
.trust-grid strong { margin-bottom: 7px; font-family: Georgia, var(--serif); font-size: 28px; font-weight: 500; color: #f1d69f; letter-spacing: .05em; }
.trust-grid strong small { margin-left: 4px; font-family: var(--sans); font-size: 12px; }
.trust-grid span { color: rgba(255,255,255,.75); font-size: 12px; letter-spacing: .08em; }

.intro { background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: start; }
.section-heading h2, .method-title h2, .profile-content h2 { margin: 0; color: var(--wine-dark); font-family: var(--serif); font-size: clamp(32px, 4vw, 50px); font-weight: 500; line-height: 1.55; letter-spacing: .04em; }
.section-heading > p:last-child { max-width: 610px; margin: 20px auto 0; color: var(--muted); }
.centered { text-align: center; }
.intro-copy > p { margin-top: 0; color: var(--muted); }
.lead-copy { color: var(--ink) !important; font-family: var(--serif); font-size: 19px; line-height: 2; }
.note-box { margin-top: 34px; padding: 24px 26px; display: flex; gap: 20px; background: #fff; border-left: 2px solid var(--gold); box-shadow: 0 12px 38px rgba(127,30,79,.07); }
.note-box p { margin: 0; font-size: 14px; line-height: 1.8; }
.note-number { color: var(--gold); font-family: Georgia, serif; font-size: 13px; }

.services { background-color: var(--cream); background-image: radial-gradient(circle at 8% 12%, rgba(239,215,136,.28) 0 1px, transparent 2px), radial-gradient(circle at 84% 24%, rgba(255,255,255,.9) 0 1px, transparent 2px); background-size: 74px 74px, 116px 116px; }
.service-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; align-items: stretch; }
.service-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid rgba(201,161,61,.3); box-shadow: 0 20px 48px rgba(127,30,79,.09); }
.service-card::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(201,161,61,.15); pointer-events: none; }
.service-media { position: relative; z-index: 1; aspect-ratio: 16 / 10; overflow: hidden; background: #eadde2; }
.service-media::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(68,28,44,.2)); pointer-events: none; }
.service-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.service-card:hover .service-media img { transform: scale(1.025); }
.service-media-counseling img { width: 103%; max-width: none; object-position: left center; }
.service-card:hover .service-media-counseling img { transform: none; }
.service-media-personal img { object-position: center 23%; }
.service-body { position: relative; z-index: 1; flex: 1; padding: 30px 34px 34px; display: flex; flex-direction: column; }
.card-topline { display: flex; align-items: center; gap: 12px; color: var(--gold); font-family: Georgia, serif; }
.card-topline span { font-size: 24px; }
.card-topline small { font-size: 9px; letter-spacing: .18em; }
.service-card h3 { margin: 12px 0 13px; font-family: var(--serif); font-size: 29px; font-weight: 500; color: var(--wine-dark); }
.service-summary { margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.price { margin-top: auto; padding: 16px 0 17px; display: flex; align-items: baseline; gap: 12px; border-top: 1px solid var(--line); }
.price strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.price span { color: var(--muted); font-size: 11px; }
.service-link { align-self: flex-start; margin-top: auto; }

.method { position: relative; background: #fffaf7; overflow: hidden; }
.method::before { content: "GJ"; position: absolute; left: -35px; top: 30px; color: rgba(185,147,78,.07); font-family: Georgia, serif; font-size: 290px; line-height: 1; }
.method-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.method-title > p:last-child { margin-top: 28px; color: var(--muted); }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-list li { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.method-list > li > span { color: var(--gold); font-family: Georgia, serif; font-size: 14px; letter-spacing: .12em; }
.method-list h3 { margin: -4px 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 500; color: var(--wine); }
.method-list p { margin: 0; color: var(--muted); font-size: 14px; }

.profile { background: #fde7f2; }
.profile-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.profile-visual { position: relative; max-width: 440px; }
.profile-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: linear-gradient(145deg, #eb338c, #9d0b4d); border: 1px solid rgba(255,255,255,.38); box-shadow: var(--shadow); color: #fff; text-align: center; }
.profile-frame::before, .profile-frame::after { content: ""; position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(239,215,136,.72); pointer-events: none; }
.profile-frame::after { inset: 29px; border-color: rgba(255,255,255,.42); }
.profile-photo { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; transform: scale(1.18); transform-origin: 50% 35%; filter: saturate(.95) contrast(1.02); }
.profile-monogram { display: grid; place-items: center; width: 154px; height: 154px; border: 1px solid var(--gold-soft); border-radius: 50%; font-family: Georgia, serif; font-size: 58px; letter-spacing: -.08em; color: #f0dcb3; }
.profile-frame p { margin: 0; color: rgba(255,255,255,.65); font-family: Georgia, serif; font-size: 10px; letter-spacing: .22em; line-height: 2; }
.profile-caption { position: absolute; z-index: 3; right: -34px; bottom: -30px; width: 230px; padding: 20px 24px; background: var(--ivory); box-shadow: 0 16px 50px rgba(127,30,79,.16); }
.profile-caption span, .profile-caption small { display: block; color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.profile-caption strong { display: block; margin: 5px 0; color: var(--wine-dark); font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: .12em; }
.profile-content > p:not(.eyebrow) { color: var(--muted); }
.profile-facts { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(127,30,79,.18); border-bottom: 1px solid rgba(127,30,79,.18); }
.profile-facts > div { padding: 22px 20px 22px 0; }
.profile-facts > div + div { padding-left: 22px; border-left: 1px solid rgba(127,30,79,.18); }
.profile-facts span { color: var(--gold); font-family: Georgia, serif; font-size: 9px; letter-spacing: .18em; }
.profile-facts p { margin: 5px 0 0; color: var(--ink) !important; font-size: 13px; }
.qualifications { margin-top: 24px; border-bottom: 1px solid rgba(127,30,79,.18); }
.qualifications summary { padding: 16px 2px; color: var(--wine); cursor: pointer; font-size: 14px; font-weight: 700; }
.qualifications div { padding: 0 2px 18px; }
.qualifications p { margin: 0; font-size: 13px; line-height: 1.9; }
.profile-video { position: relative; margin-top: 96px; padding: 34px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: center; background: rgba(255,255,255,.62); border: 1px solid rgba(201,161,61,.42); box-shadow: 0 22px 58px rgba(127,30,79,.1); }
.profile-video::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(201,161,61,.22); pointer-events: none; }
.profile-video-copy { position: relative; z-index: 1; padding: 12px 0 12px 12px; }
.profile-video-copy .eyebrow { margin-bottom: 17px; }
.profile-video-copy h3 { margin: 0; color: var(--wine-dark); font-family: var(--serif); font-size: clamp(27px, 3vw, 39px); font-weight: 500; line-height: 1.55; letter-spacing: .04em; }
.profile-video-copy > p:not(.eyebrow) { margin: 20px 0 25px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.profile-video-panel { position: relative; z-index: 1; padding: 8px; background: linear-gradient(135deg, #e9ca70, #9f731f 52%, #f2df9d); box-shadow: 0 18px 42px rgba(93,39,59,.18); }
.profile-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--wine-dark); border: 1px solid rgba(255,255,255,.78); }
.profile-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.voices { background: var(--ivory); }
.voice-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.voice-card { margin: 0; padding: 36px 30px; background: #fff; border-top: 2px solid var(--gold); box-shadow: 0 18px 48px rgba(127,30,79,.08); }
.stars { margin-bottom: 18px; color: var(--gold); font-size: 13px; letter-spacing: .16em; }
.voice-card p { margin: 0; color: #65585a; font-family: var(--serif); font-size: 15px; line-height: 2; }
.voice-card footer { margin-top: 24px; color: var(--wine); font-size: 12px; font-weight: 700; }
.disclaimer { margin: 22px 0 0; color: #8c7f80; font-size: 11px; text-align: right; }

.collection { background: #fff0f7; overflow: hidden; }
.collection-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collection-item { position: relative; aspect-ratio: 1 / 1; padding: 0; overflow: hidden; border: 1px solid rgba(201,161,61,.38); background: #eadde2; cursor: zoom-in; box-shadow: 0 16px 38px rgba(127,30,79,.09); }
.collection-item::before { content: ""; position: absolute; z-index: 2; inset: 10px; border: 1px solid rgba(255,255,255,.44); pointer-events: none; }
.collection-item::after { content: "＋"; position: absolute; z-index: 3; top: 20px; right: 20px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(124,19,67,.52); color: #fff; font-size: 18px; line-height: 1; backdrop-filter: blur(5px); }
.collection-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.collection-item:hover img, .collection-item:focus-visible img { transform: scale(1.045); filter: brightness(.88); }
.collection-item span { position: absolute; z-index: 3; inset: auto 0 0; padding: 42px 24px 20px; color: #fff; background: linear-gradient(transparent, rgba(53,15,31,.82)); font-family: var(--serif); font-size: 17px; letter-spacing: .06em; text-align: left; }
.collection-actions { margin-top: 42px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px; }
.gallery-lightbox { width: min(960px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; background: transparent; overflow: visible; }
.gallery-lightbox::backdrop { background: rgba(47,15,28,.88); backdrop-filter: blur(7px); }
.gallery-lightbox-inner { position: relative; min-height: min(82vh, 760px); display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; gap: 16px; }
.gallery-lightbox figure { margin: 0; min-width: 0; display: grid; justify-items: center; gap: 13px; }
.gallery-lightbox figure img { max-width: 100%; max-height: 74vh; width: auto; height: auto; object-fit: contain; background: #fff; border: 8px solid #fff; box-shadow: 0 22px 80px rgba(0,0,0,.38); }
.gallery-lightbox figcaption { color: #fff; font-family: var(--serif); font-size: 16px; text-align: center; }
.gallery-close, .gallery-nav { border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; backdrop-filter: blur(4px); }
.gallery-close { position: absolute; z-index: 2; right: 0; top: 0; width: 44px; height: 44px; font-size: 26px; line-height: 1; }
.gallery-nav { width: 52px; height: 52px; font-family: Georgia, serif; font-size: 36px; line-height: 1; }
.gallery-nav:hover, .gallery-nav:focus-visible, .gallery-close:hover, .gallery-close:focus-visible { background: var(--wine); border-color: var(--gold-soft); }

.instagram { position: relative; background: var(--ivory); overflow: hidden; }
.instagram::before { content: "@"; position: absolute; right: -30px; top: -105px; color: rgba(201,161,61,.08); font-family: Georgia, serif; font-size: 360px; line-height: 1; pointer-events: none; }
.instagram-copy { position: relative; z-index: 1; max-width: 760px; margin-inline: auto; }
.instagram-copy h2 { margin: 12px 0 20px; color: var(--wine-dark); font-family: var(--serif); font-size: clamp(36px, 4.7vw, 62px); font-weight: 500; line-height: 1.35; letter-spacing: .05em; }
.instagram-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 16px; line-height: 2; }
.instagram-accounts { position: relative; z-index: 1; margin-top: 52px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; }
.instagram-panel { min-width: 0; padding: clamp(16px, 3vw, 30px); background: linear-gradient(145deg, #fff, #fff7fb); border: 1px solid rgba(201,161,61,.35); box-shadow: 0 24px 65px rgba(127,30,79,.12); }
.instagram-panel-heading { margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(201,161,61,.28); text-align: center; }
.instagram-panel-heading p { margin: 0 0 7px; color: var(--gold-dark); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.instagram-panel-heading h3 { margin: 0; color: var(--wine-dark); font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.instagram-panel .instagram-media { min-width: 0 !important; max-width: 100% !important; width: 100% !important; margin: 0 auto !important; }
.instagram-account-link { margin-top: 22px; display: block; color: var(--wine); font-size: 14px; font-weight: 700; text-align: center; text-decoration: underline; text-underline-offset: 5px; }
.instagram-fallback { position: relative; z-index: 1; margin: 20px 0 0; color: #817477; font-size: 12px; line-height: 1.7; text-align: center; }

.flow { background: linear-gradient(115deg, #970044, #cf0e66 55%, #85003d); color: #fff; }
.flow .section-heading h2 { color: #fff; }
.flow .section-heading .eyebrow { color: var(--gold-soft); }
.flow-grid { margin: 58px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; counter-reset: none; }
.flow-grid li { position: relative; min-height: 208px; padding: 35px 42px; border: 1px solid rgba(255,255,255,.16); border-right: 0; }
.flow-grid li:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.flow-grid li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -13px; top: 47%; width: 26px; height: 26px; display: grid; place-items: center; background: var(--wine-dark); color: var(--gold-soft); }
.flow-grid span { color: var(--gold-soft); font-family: Georgia, serif; font-size: 10px; letter-spacing: .2em; }
.flow-grid h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.flow-grid p { margin: 0; color: rgba(255,255,255,.67); font-size: 13px; }

.faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 44px 25px 0; color: var(--wine-dark); cursor: pointer; font-family: var(--serif); font-size: 17px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 22px; color: var(--gold); font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 0 25px; padding-right: 40px; color: var(--muted); font-size: 14px; }

.contact { padding-top: 50px; background: linear-gradient(180deg, var(--ivory) 0 50%, #f7d9e8 50%); }
.contact-card { position: relative; padding: 74px 8%; background: radial-gradient(circle at 82% 18%, rgba(239,215,136,.22) 0 1px, transparent 2px), radial-gradient(circle at 18% 76%, rgba(255,255,255,.34) 0 1px, transparent 2px), linear-gradient(130deg, #eb2783, #9d074d); background-size: 72px 72px, 103px 103px, auto; color: #fff; text-align: center; box-shadow: 0 28px 80px rgba(127,30,79,.26); overflow: hidden; }
.contact-card::before, .contact-card::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(217,189,131,.22); border-radius: 50%; }
.contact-card::before { left: -120px; top: -130px; }
.contact-card::after { right: -100px; bottom: -140px; }
.contact-card .eyebrow { color: var(--gold-soft); }
.contact-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4.6vw, 56px); font-weight: 500; line-height: 1.5; }
.contact-card > p:not(.eyebrow) { position: relative; z-index: 1; color: rgba(255,255,255,.76); }
.contact-actions { position: relative; z-index: 1; margin: 32px 0 20px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 22px; }
.button-light { background: #fff; color: var(--wine); min-width: 240px; }
.contact-social { color: #f0d9ac; font-size: 14px; border-bottom: 1px solid rgba(240,217,172,.45); }
.contact-card > small { color: rgba(255,255,255,.5); font-size: 11px; }

.site-footer { padding: 64px 0 90px; background: #f7d9e8; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .5fr; gap: 60px; align-items: start; }
.footer-brand { margin-bottom: 18px; }
.site-footer p { margin: 0; color: #78686a; font-size: 12px; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; font-size: 12px; font-weight: 600; }
.site-footer nav a:hover { color: var(--wine); }
.footer-note { text-align: right; }
.footer-note small { display: block; margin-top: 24px; color: #927f80; font-size: 10px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.mobile-only { display: none; }

@media (max-width: 980px) {
  .section { padding: 92px 0; }
  .global-nav { gap: 18px; }
  .global-nav a { font-size: 11px; }
  .hero { min-height: 700px; max-height: 820px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,250,247,.98) 0%, rgba(255,250,247,.82) 48%, rgba(255,250,247,.16) 80%); }
  .hero-content > * { max-width: 560px; }
  .hero-seal { width: 126px; height: 126px; }
  .intro-grid, .method-grid, .profile-grid, .faq-grid { gap: 55px; }
  .service-body { padding-inline: 26px; }
  .profile-caption { right: -14px; }
  .profile-video { gap: 34px; }
}

@media (max-width: 780px) {
  body { padding-bottom: 66px; }
  .wrap { width: min(100% - 32px, 620px); }
  .section { padding: 76px 0; }
  .header-inner { width: calc(100% - 28px); height: 72px; }
  .brand-mark { width: 41px; height: 41px; font-size: 15px; }
  .brand-name { font-size: 15px; }
  .brand-name small { font-size: 7px; }
  .menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; cursor: pointer; }
  .menu-button span:not(.sr-only) { width: 24px; height: 1px; display: block; background: var(--wine); transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 72px 0 auto; height: calc(100vh - 72px); padding: 42px 30px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,250,247,.98); }
  .global-nav.open { display: flex; }
  .global-nav a { padding: 17px 3px !important; border-bottom: 1px solid var(--line); font-size: 14px; }
  .global-nav .nav-cta { margin-top: 24px; border: 0; border-radius: 3px; text-align: center; }
  .hero { min-height: 690px; height: 86vh; padding-top: 72px; align-items: end; }
  .hero-image { inset: 72px 0 0; background-position: 66% center; }
  .hero-overlay { inset: 72px 0 0; background: linear-gradient(0deg, rgba(255,250,247,.99) 0%, rgba(255,250,247,.95) 43%, rgba(255,250,247,.16) 82%); }
  .hero-content { padding-bottom: 58px; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-lead { font-size: 16px; line-height: 1.9; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-seal { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; width: 100%; }
  .trust-grid > div { min-height: 110px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-bottom: 0; }
  .trust-grid strong { font-size: 23px; }
  .intro-grid, .method-grid, .profile-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .instagram-accounts { grid-template-columns: 1fr; gap: 28px; }
  .section-heading h2, .method-title h2, .profile-content h2 { font-size: 32px; line-height: 1.55; }
  .service-grid, .voice-grid { grid-template-columns: 1fr; gap: 22px; }
  .service-summary { min-height: auto; }
  .method::before { font-size: 190px; }
  .profile-visual { width: calc(100% - 18px); max-width: 390px; }
  .profile-caption { right: -18px; bottom: -20px; }
  .profile-content { margin-top: 16px; }
  .profile-video { margin-top: 72px; padding: 26px; grid-template-columns: 1fr; gap: 28px; }
  .profile-video-copy { padding: 8px 6px 0; }
  .profile-video-copy h3 { font-size: 30px; }
  .voice-card { padding: 30px 25px; }
  .disclaimer { text-align: left; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-lightbox-inner { grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 8px; }
  .gallery-nav { width: 44px; height: 44px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-grid li { min-height: 0; padding: 28px 26px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0; }
  .flow-grid li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
  .flow-grid li:not(:last-child)::after { content: "↓"; left: 50%; right: auto; top: auto; bottom: -13px; transform: translateX(-50%); }
  .faq-list p { padding-right: 0; }
  .contact { padding-top: 10px; }
  .contact-card { width: calc(100% - 24px); padding: 60px 24px; }
  .contact-card h2 { font-size: 34px; }
  .contact-actions { flex-direction: column; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-note { text-align: left; }
  .mobile-cta { position: fixed; z-index: 45; inset: auto 0 0; height: 66px; display: grid; place-items: center; background: linear-gradient(90deg, #e21c75, #ad0c55); color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .08em; box-shadow: 0 -10px 30px rgba(127,30,79,.18); }
  .desktop-only { display: none; }
  .mobile-only { display: initial; }
}

@media (max-width: 420px) {
  .hero { min-height: 665px; }
  .hero h1 { font-size: 35px; }
  .hero-lead { font-size: 14px; }
  .button { width: 100%; padding-inline: 18px; }
  .trust-grid span { font-size: 10px; }
  .section-heading h2, .method-title h2, .profile-content h2 { font-size: 29px; }
  .note-box { padding: 20px; gap: 13px; }
  .service-body { padding: 26px 23px 28px; }
  .service-card h3 { font-size: 26px; }
  .profile-facts { grid-template-columns: 1fr; }
  .profile-facts > div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(127,30,79,.18); }
  .profile-video { width: calc(100% - 24px); padding: 20px; }
  .profile-video-copy h3 { font-size: 27px; }
  .collection-grid { grid-template-columns: 1fr; gap: 15px; }
  .collection-item span { padding-inline: 20px; }
  .instagram-copy h2 { font-size: 32px; }
  .instagram-panel { width: calc(100% - 12px); margin-inline: auto; padding: 10px; }
  .gallery-lightbox-inner { display: block; min-height: 0; padding: 58px 0 72px; }
  .gallery-lightbox figure img { max-height: 68vh; }
  .gallery-nav { position: absolute; z-index: 2; bottom: 8px; }
  .gallery-prev { left: calc(50% - 58px); }
  .gallery-next { right: calc(50% - 58px); }
  .contact-card h2 { font-size: 30px; }
  .site-footer nav { grid-template-columns: 1fr; }
}

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

:focus-visible { outline: 3px solid rgba(185,147,78,.65); outline-offset: 3px; }
