:root {
  --paper: #f7f1ed;
  --paper-2: #efe4dc;
  --ink: #18142a;
  --muted: #6d6575;
  --pink: #e73879;
  --pink-light: #f4a8c2;
  --blue: #628fc6;
  --wine: #572047;
  --white: #fffdfb;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Noto Sans JP", "Yu Gothic", sans-serif;
  --pad: clamp(24px, 5vw, 80px);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.9;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  height: 92px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .35s, height .35s, box-shadow .35s;
}
.site-header.scrolled { height: 72px; background: rgba(247,241,237,.88); backdrop-filter: blur(18px); box-shadow: 0 1px rgba(24,20,42,.08); }
.brand { display: inline-flex; flex-direction: column; gap: 0; line-height: 1; position: relative; z-index: 2; }
.brand span { font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: .08em; }
.brand small { margin-top: 6px; color: var(--pink); font-size: 8px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.global-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: 12px; font-weight: 600; letter-spacing: .1em; }
.global-nav a { position: relative; }
.global-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 1px; background: var(--pink); transition: right .25s; }
.global-nav a:hover::after { right: 0; }
.nav-cta { padding: 10px 20px; border: 1px solid var(--ink); border-radius: 999px; transition: .25s; }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-button { display: none; }

.hero {
  min-height: 100vh;
  padding: 132px var(--pad) 70px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, .8fr);
  align-items: center;
  gap: clamp(30px, 7vw, 112px);
  position: relative;
}
.hero::before { content: ""; position: absolute; width: min(56vw, 720px); aspect-ratio: 1; border-radius: 50%; background: rgba(244,168,194,.22); filter: blur(2px); right: -16vw; top: -25vw; }
.hero-copy { position: relative; z-index: 1; max-width: 690px; }
.eyebrow { margin: 0 0 24px; color: var(--pink); font-size: 10px; font-weight: 700; letter-spacing: .28em; }
.hero h1 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .78; letter-spacing: -.055em; font-size: clamp(90px, 10vw, 164px); }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { padding-left: .55em; color: var(--pink); font-weight: 500; }
.hero-jp { margin: 38px 0 0; font-size: clamp(23px, 2.6vw, 38px); font-weight: 600; line-height: 1.55; letter-spacing: .12em; }
.hero-lead { margin: 22px 0 0; max-width: 510px; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 25px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .06em; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { min-width: 215px; background: var(--pink); color: white; box-shadow: 0 14px 34px rgba(231,56,121,.25); }
.button-primary:hover { background: var(--wine); }
.text-link { font-size: 12px; font-weight: 600; border-bottom: 1px solid rgba(24,20,42,.3); }
.hero-visual { position: relative; z-index: 1; max-width: 620px; justify-self: end; }
.hero-photo-wrap { width: min(38vw, 510px); aspect-ratio: .76; border-radius: 48% 48% 20px 20px; overflow: hidden; box-shadow: 0 35px 80px rgba(34,24,46,.18); }
.hero-photo { height: 100%; object-fit: cover; object-position: 52% center; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.hero-visual:hover .hero-photo { transform: scale(1.025); }
.hero-orbit { position: absolute; z-index: 2; left: -58px; top: 9%; width: 116px; height: 116px; border-radius: 50%; background: var(--white); box-shadow: 0 12px 40px rgba(24,20,42,.13); display: grid; place-items: center; animation: float 4s ease-in-out infinite; }
.hero-orbit span { position: absolute; font-family: var(--serif); font-size: 11px; letter-spacing: .23em; transform: rotate(-22deg); }
.hero-orbit i { margin-top: 28px; color: var(--pink); font-style: normal; }
.hero-note { position: absolute; left: -18px; bottom: 36px; width: 132px; min-height: 104px; padding: 20px; background: var(--ink); color: white; }
.hero-note strong { font-family: var(--serif); font-size: 40px; line-height: .8; }
.hero-note span { font-size: 11px; }
.hero-note p { margin: 15px 0 0; color: var(--pink-light); font-size: 9px; letter-spacing: .12em; }
.hero-sticker { position: absolute; right: -30px; bottom: 12%; width: 94px; height: 94px; border-radius: 50%; background: var(--blue); color: white; display: grid; place-items: center; text-align: center; font-family: var(--serif); font-style: italic; font-size: 19px; line-height: .9; transform: rotate(9deg); box-shadow: 0 12px 35px rgba(75,111,155,.3); }
.scroll-cue { position: absolute; left: 25px; bottom: 56px; display: flex; align-items: center; gap: 12px; transform: rotate(-90deg); transform-origin: left bottom; font-size: 8px; text-transform: uppercase; letter-spacing: .25em; }
.scroll-cue i { display: block; width: 55px; height: 1px; background: var(--ink); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--pink); transform: translateX(-100%); animation: scrollLine 2s infinite; }

.ticker { width: 100%; max-width: 100vw; overflow: clip; contain: inline-size paint; background: var(--ink); color: white; margin: 15px 0 30px; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 36px; padding: 16px 0; animation: ticker 24s linear infinite; font-family: var(--serif); font-size: 18px; letter-spacing: .14em; }
.ticker-track i { color: var(--pink); font-style: normal; }

.section { padding: clamp(110px, 12vw, 180px) var(--pad); }
.section-heading { display: grid; grid-template-columns: .45fr 1fr; align-items: start; margin-bottom: 72px; }
.section-heading h2, .gallery-head h2, .works h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(64px, 8vw, 130px); line-height: .8; letter-spacing: -.04em; }
.section-heading h2 em, .gallery-head h2 em, .works h2 em, .contact h2 em { color: var(--pink); font-weight: 500; }
.about-grid { display: grid; grid-template-columns: minmax(320px,.8fr) minmax(320px,1fr); gap: clamp(54px, 10vw, 160px); max-width: 1260px; margin: auto; align-items: center; }
.about-photo { position: relative; }
.about-photo::before { content: ""; position: absolute; inset: -18px 24px 18px -18px; border: 1px solid var(--pink-light); border-radius: var(--radius); }
.about-photo img { position: relative; border-radius: var(--radius); aspect-ratio: .86; object-fit: cover; }
.about-photo > p { position: absolute; right: -35px; bottom: 35px; margin: 0; padding: 16px 24px; background: white; font-family: var(--serif); font-size: 25px; line-height: 1; box-shadow: 0 18px 40px rgba(24,20,42,.12); }
.about-photo > p span { color: var(--pink); font-family: var(--sans); font-size: 9px; letter-spacing: .08em; }
.about-copy { max-width: 590px; }
.about-intro { margin: 0 0 32px; color: var(--ink) !important; font-family: var(--serif); font-size: clamp(36px, 4vw, 56px); line-height: 1.35; }
.about-copy > p:not(.about-intro) { color: var(--muted); }
.profile-list { margin: 44px 0 0; border-top: 1px solid rgba(24,20,42,.15); }
.profile-list div { display: grid; grid-template-columns: 100px 1fr; padding: 13px 0; border-bottom: 1px solid rgba(24,20,42,.15); }
.profile-list dt { color: var(--pink); font-family: var(--serif); font-size: 12px; letter-spacing: .13em; }
.profile-list dd { margin: 0; font-size: 12px; font-weight: 500; }

.works { background: var(--ink); color: white; position: relative; overflow: hidden; }
.works::after { content: "A"; position: absolute; right: -3vw; top: 1%; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 46vw; line-height: 1; pointer-events: none; }
.works-head { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .6fr; gap: 60px; align-items: end; max-width: 1350px; margin: 0 auto 100px; }
.works-head > p { max-width: 440px; margin: 0 0 10px; color: #b7afbc; }
.eyebrow.light { color: var(--pink-light); }
.work-list { position: relative; z-index: 1; max-width: 1250px; margin: auto; display: grid; gap: 150px; }
.work-card { display: grid; grid-template-columns: 60px minmax(260px,.82fr) minmax(300px,1fr); gap: clamp(24px, 5vw, 76px); align-items: center; }
.work-card.reverse { grid-template-columns: 60px minmax(300px,1fr) minmax(260px,.82fr); }
.work-card.reverse .work-image { order: 3; }
.work-card.reverse .work-content { order: 2; }
.work-number { align-self: start; padding-top: 12px; color: var(--pink-light); font-family: var(--serif); font-size: 20px; }
.work-image { overflow: hidden; border-radius: var(--radius); }
.work-image img { aspect-ratio: .82; height: 100%; object-fit: cover; transition: transform .8s ease; }
.work-card:hover .work-image img { transform: scale(1.035); }
.work-content { max-width: 470px; }
.work-type { color: var(--pink-light); font-size: 9px; font-weight: 700; letter-spacing: .25em; }
.work-content h3 { margin: 22px 0 26px; font-family: var(--serif); font-size: clamp(43px, 5vw, 74px); font-weight: 500; line-height: 1.08; }
.work-content > p:last-child { color: #b7afbc; }

.gallery { padding-bottom: 80px; }

.dress-event { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(420px, 1fr); gap: clamp(60px, 9vw, 140px); align-items: center; position: relative; overflow: hidden; background: var(--ink); color: white; }
.dress-event::after { content: "DRESS"; position: absolute; right: -1vw; bottom: -8vw; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 25vw; line-height: 1; pointer-events: none; }
.event-visual { min-height: 720px; position: relative; z-index: 1; }
.event-main-photo { width: 82%; height: 88%; object-fit: cover; object-position: center top; border-radius: 50% 50% 8px 8px; }
.event-sub-photo { position: absolute; right: 0; bottom: 0; width: 45%; aspect-ratio: 4 / 5; object-fit: cover; border: 8px solid var(--ink); }
.event-status { position: absolute; top: 5%; right: 0; width: 118px; height: 118px; margin: 0; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: white; font-family: var(--serif); font-size: 11px; letter-spacing: .12em; transform: rotate(10deg); }
.event-copy { max-width: 650px; position: relative; z-index: 1; }
.event-copy h2 { margin: 0 0 45px; font-family: var(--serif); font-size: clamp(72px, 9vw, 138px); font-weight: 500; line-height: .78; letter-spacing: -.04em; }
.event-copy h2 em { color: var(--pink); font-weight: 500; }
.event-copy > p:not(.eyebrow):not(.event-kicker) { max-width: 570px; color: rgba(255,255,255,.68); }
.event-kicker { margin: 0 0 28px; font-size: clamp(21px, 2vw, 30px); line-height: 1.8; font-weight: 500; }
.event-points { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 34px 0; color: var(--pink-light); font-family: var(--serif); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.event-points i { width: 4px; height: 4px; border-radius: 50%; background: var(--pink); }
.button-event { min-width: 270px; background: white; color: var(--ink); }
.button-event:hover { background: var(--pink); color: white; }

.gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 70px; }
.gallery-head > p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 13px; letter-spacing: .16em; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(210px, 24vw); gap: 12px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: 6px; }
.gallery-item.g-tall { grid-row: span 2; }
.gallery-item.g-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease, filter .8s ease; }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1.08); }
.gallery-item figcaption { position: absolute; left: 14px; bottom: 12px; padding: 5px 10px; background: rgba(255,255,255,.86); backdrop-filter: blur(8px); color: var(--ink); font-family: var(--serif); font-size: 12px; letter-spacing: .08em; }

.message { display: grid; grid-template-columns: minmax(320px,.8fr) minmax(320px,1fr); gap: clamp(55px, 9vw, 130px); align-items: center; position: relative; overflow: hidden; background: var(--paper-2); }
.message-photo { height: min(65vw, 760px); overflow: hidden; border-radius: 46% 46% 8px 8px; }
.message-photo img { height: 100%; object-fit: cover; }
.message-copy { max-width: 600px; position: relative; z-index: 1; }
.message blockquote { margin: 0 0 40px; font-family: var(--serif); font-size: clamp(62px, 8vw, 118px); line-height: .84; letter-spacing: -.04em; }
.message blockquote em { color: var(--pink); font-weight: 500; }
.message-copy > p:last-child { max-width: 480px; color: var(--muted); }
.message-mark { position: absolute; right: 0; bottom: -18vw; color: rgba(231,56,121,.07); font-family: var(--serif); font-size: 48vw; line-height: 1; }

.contact { min-height: 78vh; display: grid; place-items: center; text-align: center; position: relative; overflow: hidden; }
.contact::before, .contact::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); }
.contact::before { width: 380px; height: 380px; left: -130px; top: 20%; background: rgba(98,143,198,.14); }
.contact::after { width: 500px; height: 500px; right: -190px; bottom: -40%; background: rgba(231,56,121,.1); }
.contact-inner { position: relative; z-index: 1; }
.contact h2 { font-size: clamp(72px, 10vw, 150px); }
.contact-inner > p:not(.eyebrow) { margin: 40px 0 32px; color: var(--muted); }
.button-dark { min-width: 250px; background: var(--ink); color: white; }
.button-dark:hover { background: var(--pink); }
.contact-orbit { position: absolute; right: 7%; top: 14%; width: 155px; height: 155px; border: 1px solid rgba(24,20,42,.2); border-radius: 50%; display: grid; place-items: center; color: var(--pink); font-family: var(--serif); font-size: 10px; letter-spacing: .18em; transform: rotate(14deg); }

footer { padding: 34px var(--pad); border-top: 1px solid rgba(24,20,42,.12); display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 9px; letter-spacing: .09em; }
.footer-brand span { font-size: 19px; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-10px) rotate(2deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes scrollLine { 0% { transform: translateX(-100%); } 50%,100% { transform: translateX(100%); } }

@media (max-width: 980px) {
  .site-header { height: 74px; }
  .menu-button { position: relative; z-index: 3; display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { width: 25px; height: 1px; background: var(--ink); transition: .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 0; z-index: 1; background: var(--paper); flex-direction: column; justify-content: center; gap: 26px; font-family: var(--serif); font-size: 42px; opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .35s; }
  .global-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-cta { font-family: var(--sans); font-size: 12px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero h1 { font-size: clamp(80px, 11vw, 110px); }
  .hero-photo-wrap { width: 44vw; }
  .hero-jp { font-size: 24px; }
  .hero-lead { font-size: 13px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: 40px; }
  .works-head { grid-template-columns: 1fr; }
  .work-card, .work-card.reverse { grid-template-columns: 35px 1fr 1fr; gap: 24px; }
  .dress-event { grid-template-columns: 1fr 1fr; gap: 45px; }
  .event-visual { min-height: 590px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-item.g-wide { grid-column: span 1; }
  .contact-orbit { display: none; }
}

@media (max-width: 720px) {
  :root { --pad: 22px; --radius: 18px; }
  body { line-height: 1.8; }
  .hero { min-height: auto; padding-top: 112px; grid-template-columns: 1fr; gap: 58px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; justify-self: center; width: 100%; }
  .hero h1 { font-size: clamp(82px, 26vw, 118px); }
  .hero h1 em { padding-left: .24em; }
  .hero-jp { margin-top: 30px; }
  .hero-actions { flex-wrap: wrap; gap: 20px; }
  .hero-photo-wrap { width: calc(100vw - 70px); max-width: 470px; }
  .hero-orbit { left: -4px; width: 92px; height: 92px; }
  .hero-sticker { right: 0; width: 82px; height: 82px; }
  .hero-note { left: 3px; bottom: 24px; }
  .scroll-cue { display: none; }
  .ticker { margin-top: 0; }
  .section { padding-top: 100px; padding-bottom: 100px; }
  .section-heading { margin-bottom: 58px; }
  .section-heading h2, .gallery-head h2, .works h2 { font-size: clamp(62px, 19vw, 92px); }
  .about-grid { grid-template-columns: 1fr; gap: 70px; }
  .about-photo > p { right: -6px; bottom: 22px; }
  .works-head { margin-bottom: 70px; }
  .work-list { gap: 95px; }
  .work-card, .work-card.reverse { grid-template-columns: 28px 1fr; }
  .work-card .work-number { grid-row: span 2; }
  .work-card .work-image, .work-card.reverse .work-image { order: initial; grid-column: 2; }
  .work-card .work-content, .work-card.reverse .work-content { order: initial; grid-column: 2; }
  .work-content h3 { font-size: 44px; }
  .dress-event { grid-template-columns: 1fr; gap: 70px; }
  .event-visual { min-height: 125vw; }
  .event-main-photo { width: 88%; height: 92%; }
  .event-status { width: 95px; height: 95px; font-size: 9px; }
  .event-copy h2 { font-size: clamp(68px, 20vw, 102px); }
  .event-kicker { font-size: 20px; }
  .gallery-head { display: block; }
  .gallery-head > p { margin-top: 30px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 55vw; gap: 7px; }
  .gallery-item.g-tall { grid-row: span 2; }
  .message { grid-template-columns: 1fr; gap: 70px; }
  .message-photo { height: 125vw; max-height: 680px; }
  .message blockquote { font-size: clamp(64px, 19vw, 100px); }
  .contact { min-height: 85vh; }
  .contact h2 { font-size: clamp(70px, 21vw, 110px); }
  footer { align-items: flex-start; flex-wrap: wrap; }
  footer p { order: 3; flex-basis: 100%; }
}

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