/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
:root {
  --ink: #171513;
  --paper: #f3efe8;
  --paper-deep: #e5dfd5;
  --accent: #a02720;
  --accent-dark: #741912;
  --accent-soft: #efb5ad;
  --line: rgba(24, 20, 18, 0.14);
  --line-light: rgba(255, 255, 255, 0.22);
  --line-green: #047a38;
  --line-green-dark: #066b36;
  --site-header-height: 88px;
}
html {
  scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: calc(var(--site-header-height) + 20px);
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, textarea, select {
  font: inherit;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
:where(a, button, summary, input, textarea, select):focus-visible {
  outline: 3px solid #6f1c17;
  outline-offset: 4px;
}
.hero :focus-visible, .preview-header :focus-visible, .mid-cta :focus-visible, .mobile-cta :focus-visible, .site-footer :focus-visible {
  outline-color: #fff;
}
.skip-link {
  position: fixed;
  z-index: 60;
  top: 12px;
  left: 12px;
  padding: 16px;
  color: #171513;
  background: #fff;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.theme-wine {
  --accent: #8a2835;
  --accent-dark: #641823;
  --accent-soft: #e4abb3;
}
.theme-teal {
  --accent: #16636a;
  --accent-dark: #0c454b;
  --accent-soft: #9fd4d4;
}
.theme-copper {
  --accent: #8a4c28;
  --accent-dark: #623116;
  --accent-soft: #e0b28f;
}
.site-preview {
  min-height: 100vh;
  overflow: clip;
}
::selection {
  color: white;
  background: var(--accent);
}
.preview-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  background: rgba(21, 20, 19, .98);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
}
.header-inner {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 88px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 22px;
}
.brand strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 21px;
  letter-spacing: .04em;
}
.brand small {
  display: block;
  margin-top: 1px;
  font-size: 10px;
  letter-spacing: .12em;
  opacity: .7;
}
.brand-operator {
  letter-spacing: 0;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.desktop-site-navigation ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.desktop-site-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: #f4eeea;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-underline-offset: 7px;
}
.desktop-site-navigation a:hover, .desktop-site-navigation a[aria-current="location"] {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.header-contact {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 3px;
  background: var(--line-green);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}
.header-contact:hover {
  background: var(--line-green-dark);
}
.mobile-site-menu {
  display: none;
}
.mobile-site-menu > summary {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 48px;
  min-height: 48px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 3px;
  color: white;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  list-style: none;
  cursor: pointer;
}
.mobile-site-menu > summary::-webkit-details-marker {
  display: none;
}
.menu-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 14px;
}
.menu-icon::before, .menu-icon::after, .menu-icon > span {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: '';
  transition: transform .18s ease, opacity .18s ease;
}
.menu-icon::before {
  top: 0;
}
.menu-icon > span {
  top: 6px;
}
.menu-icon::after {
  top: 12px;
}
.menu-close-label {
  display: none;
}
.mobile-site-menu[open] .menu-open-label {
  display: none;
}
.mobile-site-menu[open] .menu-close-label {
  display: inline;
}
.mobile-site-menu[open] .menu-icon::before {
  transform: translateY(6px) rotate(45deg);
}
.mobile-site-menu[open] .menu-icon::after {
  transform: translateY(-6px) rotate(-45deg);
}
.mobile-site-menu[open] .menu-icon > span {
  opacity: 0;
}
.mobile-menu-panel {
  position: absolute;
  top: 100%;
  right: 16px;
  box-sizing: border-box;
  width: min(520px, calc(100vw - 32px));
  max-height: calc(100vh - var(--site-header-height) - 16px);
  max-height: calc(100dvh - var(--site-header-height) - 16px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 0 0 8px 8px;
  background: #fffdf9;
  color: var(--ink);
  box-shadow: 0 16px 32px rgba(0,0,0,.24);
}
.mobile-menu-panel :focus-visible {
  outline-color: var(--accent);
}
.mobile-menu-title {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  font-weight: 700;
}
.mobile-menu-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-panel li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 52px;
  padding: 4px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.mobile-menu-panel li a > span {
  flex: 0 0 auto;
  color: var(--accent);
}
.mobile-menu-panel li a:hover, .mobile-menu-panel li a[aria-current="location"] {
  color: var(--accent-dark);
}
.mobile-menu-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  margin-top: 20px;
  padding: 0 16px;
  border-radius: 3px;
  color: white;
  background: var(--line-green);
  font-size: 15px;
  font-weight: 700;
}
.mobile-menu-contact:hover {
  background: var(--line-green-dark);
}
@media (max-width: 1179px) {
  :root {
    --site-header-height: 80px;
  }
  .header-inner {
    min-height: 80px;
  }
  .desktop-site-navigation {
    display: none;
  }
  .mobile-site-menu {
    display: block;
  }
  .brand-operator {
    display: none;
  }
}
@media (max-width: 390px) {
  .preview-header .header-inner {
    padding-inline: 12px;
  }
  .header-inner .brand-mark {
    display: none;
  }
  .mobile-menu-panel {
    right: 12px;
    width: calc(100vw - 24px);
    padding: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu-icon::before, .menu-icon::after, .menu-icon > span {
    transition: none;
  }
}
.hero {
  position: relative;
  min-height: min(940px, 100svh);
  display: grid;
  align-items: end;
  color: white;
  background: #151413;
  isolation: isolate;
}
.hero-photo, .hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-photo {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(1.04);
  animation: heroReveal .35s ease-out both;
}
.hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(9,9,8,.94) 0%, rgba(10,10,9,.76) 43%, rgba(10,10,9,.12) 78%), linear-gradient(0deg, rgba(10,9,8,.95) 0%, transparent 44%);
}
.hero-content {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 205px;
}
.hero-domain {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.5);
  font-size: 12px;
  letter-spacing: .16em;
}
.hero-domain span {
  color: white;
  font-weight: 700;
  letter-spacing: .08em;
}
.hero-domain small {
  font-family: Georgia, serif;
  font-size: 10px;
}
.hero-domain small::before {
  content: "/";
  margin-right: 12px;
  color: rgba(255,255,255,.3);
}
.preview-status {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 6px 10px;
  border: 1px solid #a59b94;
  border-radius: 3px;
  color: #f4eeea;
  background: #25201bcc;
  font-size: 12px;
  line-height: 1.6;
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 650px;
  margin: 0 0 20px;
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: .04em;
}
.hero-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--accent-soft);
}
.hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 5.7vw, 80px);
  line-height: 1.2;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.hero h1 em {
  color: var(--accent-soft);
  font-style: normal;
}
.hero h1:focus {
  outline: none;
}
.headline-phrase {
  display: inline-block;
  max-width: 100%;
}
.hero-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(16px, 1.65vw, 19px);
  line-height: 1.95;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.button {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 28px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: white;
  background: var(--accent);
  box-shadow: 0 16px 38px rgba(20,5,2,.28);
}
.button-primary:hover {
  background: var(--accent-dark);
}
.button-line {
  color: white;
  background: var(--line-green);
  box-shadow: 0 16px 38px rgba(2,81,34,.25);
}
.button-line:hover {
  background: var(--line-green-dark);
}
.button-quiet {
  border: 1px solid var(--line-light);
  background: rgba(255,255,255,.06);
}
.button-quiet:hover {
  border-color: rgba(255,255,255,.56);
}
.hero-note {
  margin: 14px 0 0;
  color: #e7ded7;
  font-size: 13px;
  line-height: 1.7;
}
.hero-image-caption {
  display: block;
  margin-top: 12px;
  color: #d4cbc5;
  font-size: 12px;
}
.hero-facts, .hero-promise {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: grid;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
  background: rgba(16,14,13,.72);
  backdrop-filter: blur(16px);
}
.hero-facts {
  grid-template-columns: repeat(3, minmax(160px, 210px));
}
.hero-facts div {
  padding: 24px;
  border-right: 1px solid var(--line-light);
}
.hero-facts strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 25px;
  color: var(--accent-soft);
}
.hero-facts span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #e9e1db;
  line-height: 1.6;
}
.hero-facts small {
  grid-column: 1 / -1;
  padding: 12px 18px 16px;
  color: #e9e1db;
  font-size: 12px;
  line-height: 1.65;
}
.hero-facts small a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hero-facts small span {
  margin-top: 6px;
  font-size: inherit;
}
.hero-promise {
  grid-template-columns: repeat(3, auto);
}
.hero-promise span {
  padding: 26px 28px;
  border-right: 1px solid var(--line-light);
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
}
.opening-section, .context-section, .clarity-section, .scope-section, .faq-section, .consultation-section, .privacy-section {
  max-width: 1120px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.assurance-section {
  max-width: 1120px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(44px, 7vw, 86px);
  margin: 0 auto;
  padding: 76px 24px 70px;
}
.assurance-section h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 4.2vw, 50px);
  line-height: 1.45;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.assurance-section > div > p:last-child {
  max-width: 720px;
  margin: 26px 0 0;
  color: #625b54;
  font-size: 16px;
  line-height: 2;
}
.assurance-section ul {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.assurance-section li {
  padding: 22px 4px;
  border-bottom: 1px solid var(--line);
}
.assurance-section li strong {
  display: block;
  font-family: "Yu Mincho", serif;
  font-size: 18px;
}
.assurance-section li span {
  display: block;
  margin-top: 7px;
  color: #70675f;
  font-size: 13px;
  line-height: 1.75;
}
.opening-section {
  display: grid;
  grid-template-columns: 90px minmax(0, 780px);
  gap: 36px;
  padding-top: 130px;
  padding-bottom: 130px;
}
.section-number {
  margin: 3px 0 0;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 18px;
}
.section-label {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
}
.opening-section h2, .section-heading h2, .preserve-card h2, .faq-section h2, .form-intro h2, .mid-cta h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.45;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.section-copy > .opening-body, .section-heading div > p:last-child, .form-intro > p {
  max-width: 740px;
  margin: 24px 0 0;
  color: #625b54;
  font-size: 16px;
  line-height: 2;
}
.section-copy .evidence-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid var(--accent);
  background: rgba(255,255,255,.56);
  color: #625b54;
  font-size: 13px;
  line-height: 1.8;
}
.context-section {
  padding-top: 20px;
  padding-bottom: 140px;
}
.section-heading {
  display: grid;
  grid-template-columns: 90px minmax(0, 790px);
  gap: 36px;
}
.issue-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 66px 0 0 126px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.issue-grid article {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.36);
}
.issue-grid article > span {
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 11px;
}
.issue-grid h3 {
  margin: 40px 0 10px;
  font-family: "Yu Mincho", serif;
  font-size: 23px;
}
.issue-grid p {
  margin: 0;
  color: #655d56;
  font-size: 16px;
  line-height: 1.8;
}
.clarity-section {
  padding-top: 8px;
  padding-bottom: 140px;
}
.clarity-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  margin: 66px 0 0 126px;
}
.clarity-cards {
  display: grid;
  gap: 10px;
}
.clarity-cards article {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.56);
}
.clarity-cards article > span {
  grid-row: 1 / 3;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 11px;
}
.clarity-cards h3 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: 21px;
}
.clarity-cards p {
  margin: 8px 0 0;
  color: #655d56;
  font-size: 16px;
  line-height: 1.8;
}
.service-diagram {
  align-self: start;
  margin: 0;
  padding: 28px;
  color: #fff;
  background: #211e1b;
  border-top: 3px solid var(--accent);
}
.service-diagram figcaption {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}
.service-diagram figcaption small {
  display: block;
  margin-top: 10px;
  color: #ddd3cb;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}
.clue-grid, .relation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.clue-grid > span, .relation-grid > span {
  display: grid;
  align-items: center;
  min-height: 62px;
  padding: 12px;
  border: 1px solid #70645b;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}
.diagram-arrow {
  padding: 10px;
  color: var(--accent-soft);
  text-align: center;
  font-size: 26px;
}
.diagram-result {
  padding: 18px;
  border-left: 3px solid var(--accent-soft);
  background: #35302b;
}
.diagram-result span {
  display: block;
  margin-bottom: 7px;
  color: #e2d8cf;
  font-size: 13px;
}
.diagram-result strong {
  font-size: 16px;
  line-height: 1.75;
}
.record-timeline {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.record-timeline li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  padding: 0 0 24px;
}
.record-timeline li:last-child {
  padding-bottom: 0;
}
.record-timeline li > span {
  color: var(--accent-soft);
  font-family: Georgia, serif;
  font-size: 18px;
}
.record-timeline li > div {
  border-left: 1px solid #70645b;
  padding-left: 16px;
}
.record-timeline strong {
  font-size: 16px;
}
.record-timeline p, .preservation-pair p {
  margin: 8px 0 0;
  color: #e2d8cf;
  font-size: 14px;
  line-height: 1.8;
}
.relation-grid {
  margin-top: 12px;
}
.evidence-key {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.6;
}
.evidence-key span {
  padding: 10px 12px;
  border-left: 3px solid var(--accent-soft);
}
.evidence-key span:last-child {
  border-left-style: dashed;
}
.preservation-pair {
  display: grid;
  gap: 14px;
}
.preservation-pair > div {
  padding: 18px;
  border: 1px solid #70645b;
}
.preservation-pair span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-soft);
  font-size: 13px;
}
.preservation-pair strong {
  font-size: 17px;
}
.voice-section {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  max-width: 1120px;
  margin: 64px auto 32px;
  padding: 0 24px;
}
.voice-photo {
  position: relative;
  align-self: start;
  margin: 0;
  padding: 0;
  color: white;
  background: #211e1b;
}
.voice-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
}
.voice-photo figcaption {
  display: grid;
  gap: 8px;
  padding: 24px;
}
.voice-photo span {
  color: var(--accent-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.voice-photo strong {
  font-family: "Yu Mincho", serif;
  font-size: 30px;
  letter-spacing: .08em;
}
.voice-photo small {
  color: #e2d8cf;
  font-size: 13px;
  line-height: 1.7;
}
.voice-content {
  padding: clamp(42px, 6vw, 76px);
  background: #fff;
  box-shadow: 0 28px 80px rgba(43,34,28,.1);
}
.voice-content h2 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.5;
  letter-spacing: -.025em;
}
.voice-content blockquote {
  margin: 32px 0;
  padding: 22px 0 22px 24px;
  border-left: 3px solid var(--accent);
  color: var(--accent-dark);
  font-family: "Yu Mincho", serif;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.6;
}
.voice-content > p:not(.section-label):not(.voice-sign) {
  margin: 0 0 24px;
  color: #504941;
  font-size: 17px;
  line-height: 2;
}
.voice-content ul {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.voice-content li {
  position: relative;
  padding: 14px 10px 14px 28px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}
.voice-content li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 21px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.voice-sign {
  margin: 34px 0 0;
  text-align: right;
  color: var(--ink);
  font-family: "Yu Mincho", serif;
  font-size: 15px;
  font-weight: 700;
}
.process-section {
  padding: 130px max(24px, calc((100vw - 1120px) / 2 + 24px));
  color: white;
  background: #191715;
}
.section-heading-light .section-number, .section-heading-light .section-label {
  color: var(--accent-soft);
}
.section-heading-light div > p:last-child {
  color: rgba(255,255,255,.62);
}
.process-list {
  max-width: 870px;
  margin: 74px 0 0 126px;
}
.process-list article {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.process-list article:last-child {
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.process-list strong {
  color: var(--accent-soft);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: .12em;
}
.process-list h3 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: 25px;
}
.process-list p {
  margin: 10px 0 0;
  color: #e2d8cf;
  font-size: 16px;
  line-height: 1.8;
}
.scope-section {
  padding-top: 132px;
  padding-bottom: 46px;
}
.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 64px 0 0 126px;
}
.scope-card {
  padding: clamp(30px, 4vw, 46px);
}
.scope-card-in {
  color: white;
  background: var(--accent);
}
.scope-card-out {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.56);
}
.scope-card > p {
  margin: 0 0 24px;
  font-family: "Yu Mincho", serif;
  font-size: 23px;
  font-weight: 700;
}
.scope-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scope-card li {
  position: relative;
  padding: 13px 0 13px 25px;
  border-top: 1px solid rgba(255,255,255,.2);
  font-size: 13px;
  line-height: 1.65;
}
.scope-card-out li {
  border-color: var(--line);
}
.scope-card li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: .65;
}
.fee-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  margin: 14px 0 0 126px;
  padding: 44px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 28px 70px rgba(43,34,28,.08);
}
.fee-panel h3 {
  max-width: 560px;
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: 25px;
  line-height: 1.6;
}
.fee-panel ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fee-panel li {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid var(--line);
  color: #655d56;
  font-size: 11px;
}
.preserve-section {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  max-width: 1120px;
  margin: auto;
  padding: 130px 24px;
}
.preserve-card {
  padding: clamp(32px, 5vw, 64px);
}
.preserve-card-main {
  color: white;
  background: var(--accent);
}
.preserve-card-main .section-label {
  color: rgba(255,255,255,.65);
}
.preserve-card-sub {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.52);
}
.preserve-card h2 {
  font-size: clamp(26px, 3.2vw, 38px);
}
.preserve-card ul {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
.preserve-card li {
  position: relative;
  padding: 14px 0 14px 24px;
  border-top: 1px solid currentColor;
  border-color: rgba(255,255,255,.18);
  font-size: 14px;
}
.preserve-card-sub li {
  border-color: var(--line);
}
.preserve-card li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 21px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: .65;
}
.mid-cta {
  position: relative;
  display: grid;
  place-items: center;
  padding: 120px 24px;
  text-align: center;
  color: white;
  background: var(--accent-dark);
  overflow: hidden;
}
.mid-cta::before, .mid-cta::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
}
.mid-cta::before {
  width: 520px;
  height: 520px;
  left: -260px;
  top: -290px;
}
.mid-cta::after {
  width: 420px;
  height: 420px;
  right: -210px;
  bottom: -260px;
}
.mid-cta > p {
  position: relative;
  margin: 0 0 12px;
  color: rgba(255,255,255,.7);
  font-size: 14px;
}
.mid-cta h2 {
  position: relative;
}
.mid-cta .button {
  position: relative;
  margin-top: 34px;
  color: var(--accent-dark);
  background: white;
  box-shadow: none;
}
.mid-cta .button:hover {
  background: #f4eee7;
}
.mid-cta .button-line {
  color: white;
  background: var(--line-green);
}
.mid-cta .button-line:hover {
  background: var(--line-green-dark);
}
.mid-cta small {
  position: relative;
  margin-top: 14px;
  color: rgba(255,255,255,.55);
}
.faq-section {
  padding-top: 130px;
  padding-bottom: 130px;
}
.faq-list {
  margin: 64px 0 0 126px;
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 10px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  margin-left: auto;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list summary span, .faq-list p span {
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 18px;
}
.faq-list details > p {
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0 48px 30px 10px;
  color: #625b54;
  font-size: 14px;
  line-height: 1.9;
}
.consultation-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(44px, 7vw, 90px);
  padding-top: 130px;
  padding-bottom: 150px;
  border-top: 1px solid var(--line);
}
.form-intro .section-number {
  margin-bottom: 48px;
}
.consultation-line-cta {
  width: min(100%, 360px);
  margin-top: 26px;
}
.form-intro > .form-fallback {
  margin-top: 14px;
  color: #625b54;
  font-size: 13px;
  line-height: 1.8;
}
.form-intro dl {
  margin: 42px 0 0;
}
.form-intro dl div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.form-intro dl div:last-child {
  border-bottom: 1px solid var(--line);
}
.form-intro dt {
  color: #625b54;
}
.form-intro dd {
  margin: 0;
  font-weight: 700;
}
.consultation-form {
  padding: clamp(28px, 4vw, 48px);
  background: white;
  box-shadow: 0 28px 80px rgba(43,34,28,.1);
}
.consultation-form {
  min-width: 0;
}
.consultation-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.consultation-form fieldset > label {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.consultation-form label > span {
  font-size: 15px;
  font-weight: 700;
}
.consultation-form em {
  color: var(--accent-dark);
  font-size: 12px;
  font-style: normal;
}
.consultation-form small {
  color: #625b54;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}
.consultation-form input, .consultation-form textarea, .consultation-form select {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid #cec7bf;
  border-radius: 2px;
  background: #fcfbf9;
  font-size: 16px;
}
.consultation-form textarea {
  resize: vertical;
  line-height: 1.7;
}
.consultation-form input:focus, .consultation-form textarea:focus, .consultation-form select:focus {
  outline: 2px solid var(--accent-dark);
  outline-offset: 2px;
  border-color: var(--accent);
}
.form-more {
  margin: 8px 0 24px;
  padding: 0 14px;
  border: 1px solid var(--line);
}
.form-more summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.form-more summary span {
  color: #625b54;
  font-size: 12px;
  font-weight: 400;
}
.form-more label {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
}
.consent {
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 10px;
}
.consent input {
  width: 24px;
  min-height: 24px;
  margin: 0;
  padding: 0;
  accent-color: var(--accent);
}
.consent span {
  line-height: 1.7;
}
.submit-button {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border: 0;
  border-radius: 3px;
  color: white;
  background: var(--accent);
  font-weight: 700;
  cursor: pointer;
}
.submit-button:hover {
  background: var(--accent-dark);
}
.form-notice {
  margin: 16px 0 0;
  color: #625b54;
  font-size: 13px;
  line-height: 1.8;
}
.preview-notice {
  margin: 0 0 26px;
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  color: #504941;
  background: #f3efe8;
  font-size: 13px;
  line-height: 1.8;
}
.form-review h3 {
  margin: 0 0 18px;
  font-family: "Yu Mincho", serif;
  font-size: 25px;
}
.form-review > p:not(.preview-notice) {
  font-size: 15px;
  line-height: 1.8;
}
.form-review dl {
  margin: 26px 0;
}
.form-review dl > div {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.form-review dt {
  margin-bottom: 8px;
  color: #625b54;
  font-size: 13px;
}
.form-review dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.submit-button:disabled {
  opacity: .55;
  cursor: not-allowed;
}
.consent a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.privacy-section {
  margin-bottom: 120px;
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.privacy-section h2 {
  max-width: 780px;
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: clamp(25px, 3.4vw, 38px);
  line-height: 1.5;
}
.privacy-section > p:last-child {
  max-width: 840px;
  margin: 20px 0 0;
  color: #655d56;
  font-size: 13px;
  line-height: 1.9;
}
.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: 54px max(24px, calc((100vw - 1120px) / 2 + 24px));
  color: white;
  background: #151311;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-brand p {
  margin: 0;
}
.footer-brand strong {
  display: block;
  font-size: 15px;
}
.footer-brand small {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.5);
  font-size: 10px;
}
.footer-service-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  max-width: 390px;
  font-size: 12px;
}
.footer-service-links > span {
  flex-basis: 100%;
  color: rgba(255,255,255,.52);
  font-size: 10px;
}
.footer-service-links a, .footer-meta a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.78);
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.32);
  text-underline-offset: 4px;
}
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  max-width: 220px;
  color: rgba(255,255,255,.52);
  font-size: 10px;
}
.footer-meta span {
  flex-basis: 100%;
  text-align: right;
}
.mobile-cta {
  display: none;
}
.motion-ready .reveal-section {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
}
.motion-ready .reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@keyframes heroReveal {
  from {
    opacity: 0;
    transform: scale(1.06);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 900px) {
  .hero-content {
    padding-bottom: 220px;
  }
  .consultation-section {
    grid-template-columns: 1fr;
  }
  .assurance-section, .clarity-layout {
    grid-template-columns: 1fr;
  }
  .clarity-layout {
    margin-left: 0;
  }
  .scope-grid, .fee-panel {
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .header-inner {
    padding: 12px 16px;
    gap: 8px;
  }
  .header-actions {
    gap: 8px;
  }
  .brand {
    gap: 8px;
    min-width: 0;
  }
  .brand-mark {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  .brand strong {
    font-size: clamp(15px, 4.2vw, 18px);
    white-space: nowrap;
    letter-spacing: 0;
  }
  .brand small {
    font-size: 10px;
    letter-spacing: .025em;
    white-space: nowrap;
    color: #e7ded7;
    opacity: 1;
  }
  .header-contact {
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .hero {
    min-height: 0;
  }
  .hero-photo {
    object-position: 64% center;
  }
  .hero-shade {
    background: linear-gradient(180deg, rgba(9,8,8,.18) 0%, rgba(9,8,8,.7) 42%, rgba(9,8,8,.98) 80%), linear-gradient(90deg, rgba(9,8,8,.7), transparent 82%);
  }
  .hero-content {
    width: auto;
    margin: 0;
    padding: 112px 20px 28px;
  }
  .hero-domain {
    margin-bottom: 18px;
  }
  .hero-kicker {
    max-width: 310px;
  }
  .hero h1 {
    font-size: clamp(29px, 8.3vw, 38px);
    line-height: 1.35;
    letter-spacing: -.035em;
  }
  .hero-lead {
    font-size: 16px;
    line-height: 1.9;
  }
  .hero-actions {
    display: grid;
  }
  .button {
    width: auto;
    min-height: 58px;
  }
  .hero-facts {
    position: relative;
    left: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero-facts div {
    padding: 18px 10px 14px;
  }
  .hero-facts strong {
    font-size: clamp(16px, 5vw, 22px);
  }
  .hero-facts span {
    font-size: 12px;
    line-height: 1.65;
  }
  .hero-facts small {
    padding: 4px 16px 18px;
  }
  .hero-promise {
    position: relative;
    left: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-promise span {
    padding: 20px 8px;
    text-align: center;
    font-size: 12px;
  }
  .assurance-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 52px 20px;
  }
  .assurance-section h2 {
    font-size: 30px;
  }
  .assurance-section > div > p:last-child {
    font-size: 16px;
    line-height: 1.95;
  }
  .opening-section, .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .opening-section {
    padding: 56px 20px 64px;
  }
  .context-section, .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .context-section {
    padding-bottom: 92px;
  }
  .opening-section h2, .section-heading h2, .faq-section h2, .form-intro h2, .mid-cta h2 {
    font-size: 30px;
  }
  .section-copy > .opening-body, .section-heading div > p:last-child, .form-intro > p {
    font-size: 16px;
    line-height: 1.95;
  }
  .section-copy > .evidence-note {
    font-size: 13px;
    line-height: 1.8;
  }
  .issue-grid {
    grid-template-columns: 1fr;
    margin: 46px 0 0;
  }
  .issue-grid article {
    min-height: 0;
    padding: 22px;
  }
  .issue-grid h3 {
    margin-top: 18px;
    font-size: 21px;
  }
  .clarity-section {
    padding: 0 20px 92px;
  }
  .clarity-layout {
    margin-top: 46px;
  }
  .clarity-cards article {
    padding: 20px;
  }
  .service-diagram {
    padding: 22px;
  }
  .voice-section {
    grid-template-columns: 1fr;
    margin: 40px auto 28px;
    padding: 0 20px;
  }
  .voice-photo img {
    height: 340px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center 20%;
  }
  .voice-photo figcaption {
    gap: 6px;
    padding: 22px;
  }
  .voice-content {
    padding: 32px 22px;
  }
  .voice-content h2 {
    font-size: 29px;
  }
  .voice-content blockquote {
    margin: 26px 0;
    padding-left: 18px;
    font-size: 22px;
  }
  .voice-content > p:not(.section-label):not(.voice-sign) {
    font-size: 17px;
    line-height: 1.95;
  }
  .voice-content li {
    font-size: 14px;
  }
  .process-section {
    padding: 88px 20px;
  }
  .process-list {
    margin: 50px 0 0;
  }
  .process-list article {
    grid-template-columns: 80px 1fr;
    gap: 14px;
    padding: 28px 0;
  }
  .process-list h3 {
    font-size: 21px;
  }
  .scope-section {
    padding: 88px 20px 20px;
  }
  .scope-grid {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }
  .scope-card {
    padding: 32px 24px;
  }
  .fee-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 24px;
  }
  .fee-panel h3 {
    font-size: 22px;
  }
  .preserve-section {
    grid-template-columns: 1fr;
    padding: 82px 20px;
  }
  .preserve-card {
    padding: 34px 26px;
  }
  .preserve-card h2 {
    font-size: 27px;
  }
  .mid-cta {
    padding: 88px 20px;
  }
  .faq-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .faq-list {
    margin: 46px 0 0;
  }
  .faq-list summary {
    min-height: 76px;
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
  }
  .faq-list details > p {
    padding: 0 0 26px;
  }
  .consultation-section {
    gap: 46px;
    padding: 86px 20px 92px;
  }
  .form-intro .section-number {
    margin-bottom: 30px;
  }
  .consultation-form {
    padding: 24px 18px;
  }
  .privacy-section {
    margin: 0 20px 92px;
    padding: 36px 0;
  }
  .site-footer {
    display: grid;
    align-items: start;
    padding: 46px 20px 110px;
  }
  .footer-service-links {
    justify-content: flex-start;
    max-width: none;
  }
  .footer-service-links a {
    min-height: 44px;
    padding-right: 8px;
  }
  .footer-meta {
    justify-content: flex-start;
    max-width: none;
  }
  .footer-meta a {
    min-height: 44px;
  }
  .footer-meta span {
    text-align: left;
  }
  .mobile-cta {
    position: fixed;
    z-index: 30;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 9px 9px 15px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    color: white;
    background: rgba(24,20,18,.94);
    box-shadow: 0 14px 40px rgba(0,0,0,.32);
    backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateY(calc(100% + 22px));
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .mobile-cta span {
    font-size: 12px;
    line-height: 1.5;
    color: #e7ded7;
  }
  .mobile-cta a {
    max-width: 56%;
    flex: 0 0 auto;
    padding: 13px 16px;
    border-radius: 5px;
    background: var(--line-green);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-photo, .hero-content {
    animation: none;
  }
  .button {
    transition: none;
  }
  .motion-ready .reveal-section {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .mobile-cta {
    transition: none;
  }
}
.voice-content .story-reading-note {
  padding: 16px 0;
  border-block: 1px solid var(--line);
  font-size: 14px !important;
  line-height: 1.8 !important;
}
.story-chapter {
  margin-top: 40px;
}
.story-chapter h3 {
  margin: 0 0 22px;
  font-family: "Yu Mincho", serif;
  font-size: clamp(22px, 2.3vw, 28px);
  line-height: 1.65;
}
.story-chapter h3 > span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font: 17px Georgia, serif;
  letter-spacing: .08em;
}
.story-chapter > p {
  margin: 0 0 20px;
  color: #3c3833;
  font-size: 17px;
  line-height: 2.05;
  overflow-wrap: anywhere;
}
.voice-content .story-lessons-label {
  margin: 38px 0 0 !important;
  color: var(--ink) !important;
  font-weight: 700;
}
.voice-content .story-lessons-label + ul {
  margin-top: 18px;
}
.voice-content > .original-source {
  margin-top: 22px !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}
.original-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 88px 24px;
}
.original-heading {
  max-width: 800px;
  margin-bottom: 42px;
}
.original-heading h2 {
  margin: 0 0 24px;
  font-family: "Yu Mincho", serif;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.55;
  letter-spacing: -.025em;
  text-wrap: pretty;
}
.original-heading > p:last-child {
  max-width: 700px;
  margin: 0;
  color: #544d45;
  font-size: 17px;
  line-height: 1.9;
}
.original-heading > p:not(.section-label):not(.editorial-note) {
  max-width: 700px;
  margin: 0;
  color: #544d45;
  font-size: 17px;
  line-height: 1.9;
}
.original-heading > .editorial-note {
  margin-top: 18px;
  color: #625b54;
  font-size: 14px;
  line-height: 1.85;
}
.original-source {
  margin: 22px 0 0;
  color: #625b54;
  font-size: 14px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}
.original-source > span:last-child:not(:first-child) {
  display: block;
}
.original-source a, .media-section a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.original-source a {
  display: inline;
}
.perspective-section {
  border-top: 1px solid var(--line);
}
.perspective-list {
  border-top: 1px solid var(--line);
}
.perspective-list > article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 24px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}
.perspective-index {
  color: var(--accent);
  font: 34px Georgia, serif;
}
.perspective-list h3 {
  margin: 0 0 20px;
  font-size: 23px;
  line-height: 1.6;
}
.perspective-list blockquote {
  max-width: 800px;
  margin: 0 0 18px;
  padding-left: 20px;
  border-left: 2px solid var(--accent);
  font-family: "Yu Mincho", serif;
  font-size: 20px;
  line-height: 1.85;
}
.perspective-list article > div > p:not(.original-source) {
  max-width: 800px;
  margin: 0;
  color: #514a42;
  font-size: 17px;
  line-height: 1.9;
}
.cases-section {
  padding-top: 44px;
}
.original-cases {
  display: grid;
  gap: 32px;
}
.original-case {
  min-width: 0;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid #d4cbc0;
  background: #fff;
  box-shadow: 0 12px 38px rgba(43,34,28,.035);
}
.case-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: baseline;
  margin-bottom: 20px;
}
.case-caption > span {
  color: var(--accent);
  font: 18px Georgia, serif;
  letter-spacing: .08em;
}
.case-caption p {
  margin: 0;
  color: #625b54;
  font-size: 14px;
}
.original-case h3 {
  max-width: 870px;
  margin: 0 0 24px;
  font-family: "Yu Mincho", serif;
  font-size: clamp(25px, 3vw, 35px);
  line-height: 1.6;
}
.case-background, .case-history > div > p, .case-outcome > p {
  margin: 0 0 20px;
  color: #403a34;
  font-size: 17px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}
.case-opening > p {
  margin: 0 0 20px;
  color: #403a34;
  font-size: 17px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}
.case-opening > .excerpt-label {
  color: #625b54;
  font-size: 14px;
}
.case-judgment {
  margin: 30px 0;
  padding: 24px 28px;
  border-left: 3px solid var(--accent);
  background: #f6f2ec;
}
.case-judgment > p {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 700;
}
.case-judgment blockquote {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: clamp(20px, 2.3vw, 26px);
  line-height: 1.85;
}
.case-history {
  margin: 24px 0;
  border-block: 1px solid var(--line);
}
.case-history summary {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}
.case-history summary::-webkit-details-marker {
  display: none;
}
.case-history summary > span {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 24px;
}
.case-history[open] summary > span {
  transform: rotate(45deg);
}
.case-history > div {
  max-width: 850px;
  padding: 16px 0;
}
.case-history > div > .excerpt-label {
  color: #625b54;
  font-size: 14px;
}
.case-outcome {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  margin-top: 28px;
}
.case-outcome h4 {
  margin: 3px 0 0;
  color: var(--accent-dark);
  font-size: 16px;
  line-height: 1.8;
}
.case-outcome h4 > small {
  display: block;
  margin-top: 6px;
  color: #625b54;
  font-size: 14px;
  font-weight: 400;
}
.case-outcome p {
  margin-bottom: 0;
}
.case-context {
  padding: 12px 0;
  color: #625b54;
  font-size: 14px;
  line-height: 1.8;
}
.customer-voice-section {
  padding-top: 40px;
}
.customer-letter {
  position: relative;
  margin: 0;
  padding: clamp(28px, 6vw, 64px);
  color: #342a25;
  border-top: 3px solid var(--accent);
  background: #fffdf8;
  box-shadow: 0 20px 60px rgba(43,34,28,.07);
}
.letter-mark {
  position: absolute;
  top: 16px;
  right: 32px;
  color: #bd9981;
  font: 86px Georgia, serif;
}
.customer-letter blockquote {
  position: relative;
  max-width: 790px;
  margin: 0;
}
.customer-letter blockquote > p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 2;
}
.customer-letter blockquote > .letter-quote {
  margin-bottom: 34px;
  font-family: "Yu Mincho", serif;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.75;
}
.customer-letter figcaption {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 16px;
  font-weight: 700;
}
.customer-letter figcaption small {
  display: block;
  max-width: 760px;
  margin-top: 16px;
  color: #655a50;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}
.recommendations-section {
  padding-top: 40px;
}
.recommendation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.recommendation-list figure {
  margin: 0;
  padding: 32px 0;
  border-block: 1px solid var(--line);
}
.recommendation-list blockquote {
  margin: 0 0 28px;
}
.recommendation-list blockquote p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.95;
}
.recommendation-list figcaption strong {
  display: block;
  font-size: 17px;
}
.recommendation-list figcaption span {
  display: block;
  margin-top: 8px;
  color: #625b54;
  font-size: 14px;
}
.first-action-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 40px;
  align-items: center;
  margin: 0 auto 60px;
  padding: 40px;
  border: 1px solid #c1b4a5;
  background: #eee7dc;
}
.first-action-section h2 {
  margin: 0 0 16px;
  font-family: "Yu Mincho", serif;
  font-size: clamp(23px, 2.7vw, 30px);
  line-height: 1.6;
}
.first-action-section > div > p:last-child {
  max-width: 680px;
  margin: 0;
  color: #514a42;
  font-size: 17px;
  line-height: 1.85;
}
.first-action-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #544d45;
  font-size: 14px;
  line-height: 1.8;
}
.media-section {
  border-block: 1px solid var(--line);
}
.publication-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 42px 0;
}
.publication-list article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  border-left: 4px solid var(--accent);
  background: #fff;
}
.publication-number {
  color: var(--accent-dark);
  font: 15px Georgia, serif;
  letter-spacing: .08em;
}
.publication-list article > p {
  margin: 16px 0 0;
  color: #625b54;
  font-size: 14px;
}
.publication-list h3 {
  margin: 24px 0 8px;
  font-family: "Yu Mincho", serif;
  font-size: 28px;
  line-height: 1.65;
}
.publication-list a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: auto;
  padding-top: 20px;
  font-size: 15px;
}
.media-history {
  margin: 0;
  padding: 0;
  list-style: none;
}
.media-history li {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 28px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.media-history li > div > span {
  font-size: 15px;
}
.media-history small {
  display: block;
  margin-top: 12px;
  color: #625b54;
  font-size: 14px;
}
.media-history h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.65;
}
.media-history p {
  margin: 0 0 12px;
  color: #514a42;
  font-size: 16px;
  line-height: 1.85;
}
.media-history a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 15px;
}
.faq-editorial-note {
  max-width: 800px;
  margin: 24px 0 0 126px;
  color: #625b54;
  font-size: 14px;
  line-height: 1.85;
}
@media (min-width: 901px) and (min-height: 780px) {
  .voice-photo {
    position: sticky;
    top: calc(var(--site-header-height) + 24px);
  }
}
@media (max-width: 780px) {
  .original-section {
    padding: 64px 20px;
  }
  .original-heading {
    margin-bottom: 30px;
  }
  .original-heading h2 {
    font-size: 29px;
  }
  .perspective-list > article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
    padding: 28px 0;
  }
  .perspective-index {
    font-size: 26px;
  }
  .perspective-list h3 {
    font-size: 21px;
  }
  .perspective-list blockquote {
    padding-left: 14px;
    font-size: 19px;
  }
  .original-case {
    padding: 24px 20px;
  }
  .case-judgment {
    padding: 20px 16px;
  }
  .case-outcome {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .recommendation-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .recommendation-list figure {
    border-bottom: 0;
  }
  .customer-letter {
    padding: 36px 22px;
  }
  .letter-mark {
    top: 10px;
    right: 16px;
    font-size: 62px;
  }
  .first-action-section {
    grid-template-columns: 1fr;
    margin: 0 20px 36px;
    padding: 30px 22px;
  }
  .first-action-section .button {
    width: 100%;
  }
  .publication-list {
    grid-template-columns: 1fr;
  }
  .publication-list article {
    padding: 28px 24px;
  }
  .publication-list h3 {
    font-size: 25px;
  }
  .media-history li {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .media-history small {
    display: inline-block;
    margin: 0 0 0 12px;
  }
  .faq-editorial-note {
    margin-left: 0;
  }
}

.form-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.form-review dd{overflow-wrap:anywhere}.form-status{margin:16px 0;line-height:1.7}.form-status:focus{outline:2px solid currentColor}.form-review-actions{display:grid;gap:12px}.consultation-form[hidden]{display:none}.privacy-section a{text-decoration:underline;text-underline-offset:4px}
