:root {
  --black: #090909;
  --charcoal: #1d1a1a;
  --red: #a3131b;
  --wine: #5c0b10;
  --cream: #f5f1ea;
  --paper: #fbf8f2;
  --ink: #111111;
  --muted: #746b64;
  --line: rgba(17, 17, 17, .14);
  --line-dark: rgba(245, 241, 234, .18);
  --font-body: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-head: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  --font-en: "Cormorant Garamond", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.85;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, .lead, .btn, summary { word-break: auto-phrase; text-wrap: balance; letter-spacing: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--red); color: #fff; padding: 10px 16px; z-index: 9999; }
.skip-link:focus { left: 8px; top: 8px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(9, 9, 9, .88);
  color: var(--cream);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line-dark);
}
.header-inner {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; justify-self: center; }
.brand-text { font-family: var(--font-en); font-size: 30px; line-height: 1; font-weight: 600; }
.nav { display: flex; gap: 22px; align-items: center; font-size: 13px; color: rgba(245, 241, 234, .82); }
.nav-left { justify-self: start; }
.nav-right-wrap { justify-self: end; display: flex; align-items: center; gap: 20px; }
.header-cta { white-space: nowrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid currentColor;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; border-color: var(--red); }
.btn-red:hover { background: #fff; color: var(--red); border-color: #fff; }
.btn-dark { background: var(--black); color: var(--cream); border-color: var(--black); }
.btn-line { color: var(--cream); border-color: rgba(245, 241, 234, .55); }
.btn-coordinate {
  border-color: rgba(245, 241, 234, .82);
  box-shadow: inset 0 0 0 1px rgba(163, 19, 27, .75);
}
.hero { width: 100%; min-height: 760px; background: #050505; color: var(--cream); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.78) 42%, rgba(5,5,5,.32) 100%), url("../images/fv.jpg") center right / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: url("../images/texture-1.jpg"); opacity: .16; mix-blend-mode: screen; }
.hero-dust { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .9; z-index: 1; }
.hero-inner { width: min(1360px, calc(100% - 40px)); margin: 0 auto; min-height: 760px; display: grid; grid-template-columns: .45fr .55fr; align-items: center; position: relative; z-index: 2; padding: 80px 0; }
.hero-copy { max-width: 560px; }
.hero-kicker { font-family: var(--font-en); color: #d9a5a9; font-size: 21px; margin-bottom: 22px; }
.hero h1 { font-family: var(--font-head); font-size: clamp(42px, 5.6vw, 72px); line-height: 1.17; margin: 0 0 22px; font-weight: 700; }
.hero-lead { color: rgba(245,241,234,.78); font-size: 18px; max-width: 520px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.hero-note { margin-top: 26px; color: rgba(245,241,234,.55); font-size: 13px; }
.hero-panel { align-self: end; justify-self: end; width: min(420px, 80%); border-left: 1px solid rgba(245,241,234,.28); padding-left: 24px; color: rgba(245,241,234,.72); }
.hero-panel strong { display: block; color: var(--cream); font-family: var(--font-en); font-size: 42px; line-height: 1; margin-bottom: 8px; }
.section { position: relative; padding: 104px 0; overflow: hidden; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; }
.eyebrow { font-family: var(--font-en); font-size: 18px; color: var(--red); line-height: 1; }
.section-title { font-family: var(--font-head); font-size: clamp(30px, 4vw, 48px); line-height: 1.35; margin: 12px 0 18px; font-weight: 700; }
.lead { font-size: 17px; color: var(--muted); max-width: 720px; }
.dark { background: var(--black); color: var(--cream); }
.dark .lead, .dark .muted { color: rgba(245, 241, 234, .72); }
.grid-2 { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.photo-cover { width: 100%; height: 100%; object-fit: cover; }
.editorial-photo { min-height: 560px; overflow: hidden; }
.editorial-photo img { width: 100%; height: 100%; object-fit: cover; }
.rule-list { border-top: 1px solid var(--line); }
.rule-item { display: grid; grid-template-columns: 92px 1fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.rule-item .num { font-family: var(--font-en); font-size: 72px; line-height: .8; color: transparent; -webkit-text-stroke: 1px var(--red); }
.rule-item h3 { font-family: var(--font-head); font-size: 25px; margin: 0 0 8px; }
.rule-item p { margin: 0; color: var(--muted); }
.service-index { border-top: 1px solid var(--line-dark); }
.service-row {
  display: grid;
  grid-template-columns: 60px 1fr minmax(220px, .72fr);
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line-dark);
  align-items: baseline;
}
.service-row .ix { font-family: var(--font-en); color: var(--red); font-size: 30px; }
.service-row h3 { font-family: var(--font-head); font-size: clamp(25px, 3.2vw, 42px); line-height: 1.2; margin: 0; }
.service-row p { margin: 0; color: rgba(245, 241, 234, .72); font-size: 14px; }
.service-row-link {
  color: inherit;
  transition: background .28s ease, border-color .28s ease, transform .28s ease;
}
.service-row-link:hover {
  background: rgba(163, 19, 27, .16);
  border-bottom-color: rgba(245, 241, 234, .34);
  transform: translateX(6px);
}
.coordinate-row {
  margin-top: 8px;
  padding-inline: 18px;
  border: 1px solid rgba(163, 19, 27, .7);
  background: linear-gradient(90deg, rgba(163, 19, 27, .22), rgba(245, 241, 234, .04));
}
.row-cta {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  color: var(--cream);
  font-weight: 700;
  white-space: nowrap;
}
.row-cta::after {
  content: "";
  width: 28px;
  height: 1px;
  margin-left: 10px;
  background: var(--red);
}
.number-wall { display: grid; grid-template-columns: 1fr .9fr; gap: 42px; align-items: end; }
.big-number { font-family: var(--font-en); font-size: clamp(96px, 16vw, 220px); line-height: .78; color: var(--red); }
.voice-card { border: 1px solid var(--line); background: rgba(255,255,255,.56); padding: 24px; }
.voice-card img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; margin-bottom: 18px; }
.voice-card blockquote { margin: 0; font-family: var(--font-head); font-size: 19px; line-height: 1.75; }
.message-panel { display: grid; grid-template-columns: 380px 1fr; gap: 54px; align-items: center; }
.message-panel img { aspect-ratio: 4 / 5; object-fit: cover; }
.full-bleed { min-height: 480px; background: linear-gradient(90deg, rgba(9,9,9,.82), rgba(9,9,9,.18)), url("../images/section-bg-2.jpg") center/cover fixed; display: grid; align-items: end; color: var(--cream); }
.full-bleed .wrap { padding: 90px 0; }
.full-bleed p { font-family: var(--font-head); font-size: clamp(28px, 4vw, 48px); line-height: 1.55; max-width: 780px; margin: 0; }
.visual-strip { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; margin-top: 36px; }
.visual-strip img { height: 360px; width: 100%; object-fit: cover; }
.price-table { border-top: 1px solid var(--line); }
.price-row { display: grid; grid-template-columns: 220px 1fr; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.price-action { padding-top: 28px; }
.price-action .btn { width: min(100%, 360px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list summary { cursor: pointer; font-family: var(--font-head); font-size: 20px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 14px 0 0; color: var(--muted); }
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); }
.process-step { background: var(--paper); padding: 24px; min-height: 220px; }
.process-step span { font-family: var(--font-en); color: var(--red); font-size: 36px; }
.process-step h3 { font-family: var(--font-head); margin: 8px 0; }
.access-box { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border: 1px solid var(--line); padding: 32px; background: #fff; }
.access-box dl { margin: 0; display: grid; grid-template-columns: 110px 1fr; gap: 12px 18px; }
.access-box dt { color: var(--muted); }
.cta-band { background: var(--black); color: var(--cream); padding: 96px 0; position: relative; overflow: hidden; }
.cta-band::before { content: "Gemma."; position: absolute; right: -20px; bottom: -60px; font-family: var(--font-en); font-size: 210px; color: rgba(163, 19, 27, .18); line-height: 1; }
.cta-inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.site-footer { background: #050505; color: var(--cream); padding: 58px 0 28px; }
.footer-grid { width: min(1120px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 14px 24px; color: rgba(245, 241, 234, .72); font-size: 14px; }
.copyright { width: min(1120px, calc(100% - 40px)); margin: 38px auto 0; color: rgba(245, 241, 234, .45); font-size: 12px; border-top: 1px solid var(--line-dark); padding-top: 18px; }
.page-hero { background: var(--black); color: var(--cream); padding: 98px 0 74px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,9,9,.92), rgba(9,9,9,.52)), url("../images/section-bg-2.jpg") center/cover; opacity: .9; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { font-family: var(--font-head); font-size: clamp(34px, 5vw, 58px); line-height: 1.25; margin: 10px 0 0; }
.sub-section { padding: 82px 0; }
.contact-form { display: grid; gap: 16px; max-width: 760px; }
.contact-form label { display: grid; gap: 8px; font-weight: 700; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 14px 16px;
  font: inherit;
  background: #fff;
}
.contact-form textarea { min-height: 160px; resize: vertical; }
.form-message {
  border-left: 4px solid var(--red);
  background: rgba(179, 18, 25, .08);
  margin: 0 0 18px;
  padding: 14px 16px;
  color: var(--black);
}
.coord-hero { background: #050505; color: var(--cream); position: relative; overflow: hidden; }
.coord-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.94), rgba(5,5,5,.68) 48%, rgba(5,5,5,.18)), url("../images/coordinate-service.jpg") center right / cover no-repeat; opacity: .92; }
.coord-hero .wrap { min-height: 620px; display: grid; align-items: center; position: relative; z-index: 1; }
.coord-copy { max-width: 680px; padding: 96px 0; }
.coord-copy h1 { font-family: var(--font-head); font-size: clamp(42px, 6vw, 78px); line-height: 1.18; margin: 12px 0 20px; }
.coord-copy .lead { color: rgba(245,241,234,.78); }
.coord-label { font-family: var(--font-en); font-size: 58px; line-height: .95; color: rgba(245,241,234,.92); margin: 18px 0 4px; }
.coord-panel { border: 1px solid var(--line); background: rgba(255,255,255,.62); padding: 28px; }
.coord-panel h3 { font-family: var(--font-head); font-size: 24px; margin: 0 0 12px; }
.coord-list { display: grid; gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.coord-list li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; color: var(--muted); }
.coord-list li::before { content: ""; width: 10px; height: 10px; margin-top: 11px; background: var(--red); transform: rotate(45deg); }
.coord-reasons { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.coord-reason { min-height: 250px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.coord-reason span { font-family: var(--font-en); color: var(--red); font-size: 52px; line-height: 1; }
.coord-reason h3 { font-family: var(--font-head); font-size: 22px; line-height: 1.45; margin: 12px 0; }
.coord-reason p { color: rgba(245,241,234,.72); margin: 0; font-size: 14px; }
.coord-method { display: grid; grid-template-columns: .82fr 1.18fr; gap: 44px; align-items: center; }
.coord-method img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.coord-note { border-left: 4px solid var(--red); padding: 16px 0 16px 22px; margin-top: 24px; color: var(--muted); }
@media (hover: none) { .btn, .nav a { min-height: 44px; } }
@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; min-height: 70px; }
  .nav-left { display: none; }
  .brand { justify-self: start; }
  .nav-right-wrap { justify-self: end; }
  .nav-right { display: none; }
  .hero, .hero-inner { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding: 92px 0 64px; }
  .hero-panel { justify-self: start; width: 100%; margin-top: 54px; }
  .visual-strip { grid-template-columns: 1fr; }
  .visual-strip img { height: auto; aspect-ratio: 4 / 3; }
  .grid-2, .number-wall, .message-panel, .access-box, .footer-grid, .cta-inner { grid-template-columns: 1fr; }
  .coord-method, .coord-reasons { grid-template-columns: 1fr; }
  .grid-3, .process { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 42px 1fr; }
  .service-row p { grid-column: 2; }
  .price-row { grid-template-columns: 1fr; }
  .editorial-photo { min-height: 360px; }
}
@media (max-width: 768px) {
  .section, .sub-section { padding: 64px 0; }
  .hero-inner { grid-template-columns: 1fr; width: min(100% - 28px, 1360px); }
  .hero h1 { font-size: 40px; }
  .service-row, .price-row, .access-box dl { grid-template-columns: 1fr; }
  .service-row p { grid-column: auto; }
}
@media (max-width: 620px) {
  .section { padding: 72px 0; }
  .wrap, .header-inner, .footer-grid, .copyright, .cta-inner { width: min(100% - 28px, 1120px); }
  .brand-text { font-size: 26px; }
  .header-cta { padding: 10px 14px; font-size: 13px; }
  .rule-item { grid-template-columns: 1fr; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
