:root {
  --black: #151515;
  --black2: #201d1b;
  --ivory: #eeeae1;
  --paper: #f4efe6;
  --paper2: #ebe3d6;
  --ink: #211d1a;
  --muted: #6e655c;
  --red: #9b3325;
  --red2: #e2472c;
  --lime: #d9e54b;
  --line: rgba(43, 34, 29, 0.16);
  --darkline: rgba(238, 234, 225, 0.2);
  --serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  --mono: "SFMono-Regular", Menlo, "Roboto Mono", monospace;
  --ease: cubic-bezier(0.2, 0.7, 0.1, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  line-height: 2.05;
  letter-spacing: 0.045em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.wrap {
  width: min(1180px, calc(100% - 56px));
  margin: auto;
}

.paper-wrap {
  width: min(1040px, calc(100% - 64px));
  margin: auto;
}

.ov-skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 100000;
  padding: 8px 14px;
  background: #fff;
  color: #111;
  font-family: var(--sans);
  font-size: 13px;
}

.ov-skip-link:focus {
  top: 12px;
}

.ov-a11y-nav {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ov-a11y-nav a:focus {
  position: fixed;
  left: 16px;
  bottom: 16px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  overflow: visible;
  clip: auto;
  background: #fff;
  color: #111;
  z-index: 100000;
}

/* First view */
.hero {
  min-height: 100svh;
  background: var(--black);
  color: var(--ivory);
  position: relative;
  overflow: hidden;
  padding: 118px 0 48px;
  display: flex;
  align-items: center;
  font-family: var(--sans);
}

.hero::before {
  content: "VOICING";
  position: absolute;
  top: -0.11em;
  left: -0.035em;
  font: 700 clamp(7rem, 19vw, 18rem) / 1 var(--sans);
  letter-spacing: -0.075em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(238, 234, 225, 0.13);
  white-space: nowrap;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.hd {
  position: absolute;
  inset: 0 0 auto;
  height: 80px;
  z-index: 10;
  border-bottom: 1px solid var(--darkline);
  color: var(--ivory);
  font-family: var(--sans);
  transition: background-color 220ms ease, backdrop-filter 220ms ease;
}

.admin-bar .hd {
  top: 32px;
}

.hd-in {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hd-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.logo {
  color: var(--ivory);
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 800;
  text-decoration: none;
}

.hd-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #aaa;
}

.hd-menu a {
  color: inherit;
  text-decoration: none;
}

.hd-menu a:hover,
.hd-menu a:focus-visible {
  color: var(--ivory);
}

.hd-menu-toggle {
  display: none;
}

.hd .contact {
  border: 1px solid #777;
  border-radius: 999px;
  padding: 8px 16px;
  color: var(--ivory);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
  padding-top: 65px;
}

.kicker {
  font: 10px/1.5 var(--sans);
  letter-spacing: 0.28em;
  color: var(--lime);
  margin: 0 0 27px;
}

.hero-grid > div:first-child {
  container-type: inline-size;
}

.hero h1 {
  font-family: var(--serif);
  font-size: min(clamp(3rem, 6.3vw, 6.4rem), 14.6cqw);
  line-height: 1.17;
  font-weight: 500;
  letter-spacing: -0.055em;
  margin: 0;
}

.hero h1 .hero-line {
  display: block;
  width: fit-content;
  white-space: nowrap;
}

.hero h1 em {
  font-style: normal;
  color: var(--red2);
  position: relative;
  display: inline-block;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 0.06em;
  background: var(--red2);
}

.lead {
  max-width: 38em;
  margin: 36px 0 0;
  font-size: 14px;
  line-height: 2.15;
  color: #bdb9b0;
}

.lead strong {
  color: var(--ivory);
  font-weight: 600;
}

.hero-foot {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 22px;
  font: 9px/1.5 var(--sans);
  letter-spacing: 0.2em;
  color: #777;
}

.hero-foot::before {
  content: "";
  width: 58px;
  height: 1px;
  background: var(--red2);
}

.finder-shell {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  width: min(41vw, 520px);
  aspect-ratio: 1;
  margin-left: auto;
  border: 1px solid #6a6861;
  border-radius: 9% 9% 18% 9%;
  padding: 18px;
  background: #242423;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.52);
  transform: perspective(1100px) rotate(1.5deg) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 0.22s ease-out;
  position: relative;
}

.finder-shell::before {
  content: "THE VOICING FINDER";
  position: absolute;
  left: 22px;
  top: -27px;
  font: 8px/1.5 var(--sans);
  letter-spacing: 0.24em;
  color: #817e77;
}

.finder {
  height: 100%;
  border-radius: 7% 7% 16% 7%;
  border: 1px solid #68655d;
  position: relative;
  overflow: hidden;
  background: #0a0b09;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.72);
}

.finder-scene {
  position: absolute;
  z-index: 0;
  inset: -5%;
  width: 110%;
  height: 110%;
  object-fit: cover;
  object-position: var(--image-focus-x, 50%) var(--image-focus-y, 50%);
  transform: translate3d(var(--scene-x, 0), var(--scene-y, 0), 0) scale(1.05);
  filter: saturate(1.02) contrast(1.05) brightness(0.92);
  transition: transform 0.25s ease-out;
  animation: scene-breathe 13s ease-in-out infinite alternate;
}

@keyframes scene-breathe {
  to {
    filter: saturate(1.07) contrast(1.07) brightness(1.01);
  }
}

.finder::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.18), transparent 24% 72%, rgba(217, 229, 75, 0.08)), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.finder::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 3%;
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.12), inset 0 0 32px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.cross-x,
.cross-y {
  position: absolute;
  background: rgba(255, 255, 255, 0.46);
  z-index: 3;
  pointer-events: none;
}

.cross-x {
  height: 1px;
  width: 100%;
  top: 50%;
}

.cross-y {
  width: 1px;
  height: 100%;
  left: 50%;
}

.focus-dot {
  position: absolute;
  z-index: 4;
  left: calc(var(--x, 58%) - 21px);
  top: calc(var(--y, 42%) - 21px);
  width: 42px;
  height: 42px;
  border: 1px solid var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(217, 229, 75, 0.7);
  transition: left 0.18s ease-out, top 0.18s ease-out;
}

.finder-data {
  position: absolute;
  z-index: 5;
  inset: auto 6% 5%;
  display: flex;
  justify-content: space-between;
  font: 7px/1.5 var(--sans);
  letter-spacing: 0.15em;
  color: #fff;
  text-shadow: 0 1px 5px #000;
}

.finder-tag {
  position: absolute;
  right: -28px;
  top: 18%;
  writing-mode: vertical-rl;
  font: 8px/1.5 var(--sans);
  letter-spacing: 0.2em;
  color: #8d8981;
}

.finder-caption {
  margin: 17px 2px 0;
  display: flex;
  justify-content: space-between;
  font: 9px/1.5 var(--sans);
  letter-spacing: 0.13em;
  color: #7e7b74;
}

.dock {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  border-top: 1px solid var(--darkline);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
}

.dock > span,
.dock > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--darkline);
  font: 8px/1.5 var(--sans);
  letter-spacing: 0.18em;
  color: #777;
}

.dock > span:first-child {
  justify-content: flex-start;
  padding-left: 28px;
  color: #bbb;
}

.dock-contact {
  gap: 12px;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.dock > .dock-contact {
  color: var(--ivory);
}

.dock-contact:hover,
.dock-contact:focus-visible {
  background: rgba(238, 234, 225, 0.1);
}

.dock-contact:focus-visible {
  outline: 2px solid var(--ivory);
  outline-offset: -5px;
}

.dock .on {
  background: var(--ivory);
  color: var(--ink);
  border-radius: 18px 18px 0 0;
  margin-top: -11px;
}

/* Paper, halftone and letterpress texture */
.paper {
  position: relative;
  background-color: var(--paper);
  background-image: radial-gradient(rgba(91, 71, 54, 0.075) 0.62px, transparent 0.68px);
  background-size: 5px 5px;
}

.paper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.14'/%3E%3C/svg%3E");
}

.paper > * {
  position: relative;
  z-index: 1;
}

.inked {
  text-shadow: 0.018em 0.018em 0 rgba(68, 49, 38, 0.18), -0.012em 0 0 rgba(84, 55, 40, 0.08);
}

/* Moving type bands */
.mq {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  white-space: nowrap;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.mq-track {
  display: inline-flex;
  width: max-content;
  animation: mq-left 38s linear infinite;
}

.mq span {
  padding: 0 1.15em;
}

.mq b {
  font: 400 0.5em/1 var(--sans);
  color: var(--red);
  vertical-align: middle;
}

@keyframes mq-left {
  to {
    transform: translateX(-50%);
  }
}

.mq.out {
  border-bottom: 0;
  padding: 34px 0;
  font-family: var(--sans);
  font-size: clamp(3rem, 9vw, 8rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.mq.out .mq-track {
  animation-duration: 30s;
  animation-direction: reverse;
}

.mq.out b {
  font-size: 0.34em;
  font-weight: 400;
}

.mq.out a {
  text-decoration: none;
}

.paper-section {
  padding: clamp(110px, 15vw, 178px) 0;
  border-top: 1px solid var(--line);
}

.tag {
  font: 10px/1.5 var(--mono);
  letter-spacing: 0.28em;
  color: var(--red);
  margin: 0 0 34px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.tag::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--red);
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 58px;
}

.two {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: start;
}

.body p {
  margin: 0 0 27px;
  font-size: 15px;
  line-height: 2.3;
  color: #453e38;
}

.ov-about-body {
  margin-top: 36px;
}

.pull {
  margin: 0;
  padding-left: 27px;
  border-left: 1px solid var(--red);
  font-size: clamp(1.05rem, 2.1vw, 1.36rem);
  line-height: 2.1;
}

.focus-frame {
  position: relative;
  aspect-ratio: 4/5;
  border: 1px solid var(--line);
  background: var(--paper2);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 34px;
}

.focus-frame::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid var(--line);
}

.focus-frame p {
  text-align: center;
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  line-height: 2;
  margin: 0;
  filter: blur(8px);
  opacity: 0.32;
  transition: 1.35s var(--ease);
}

.focus-frame.in p {
  filter: blur(0);
  opacity: 1;
}

.focus-frame .rd {
  position: absolute;
  font: 9px/1.5 var(--mono);
  letter-spacing: 0.2em;
  color: var(--muted);
}

.focus-frame .tl {
  left: 20px;
  top: 17px;
}

.focus-frame .br {
  right: 20px;
  bottom: 17px;
}

.focus-frame i {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1px solid var(--red);
  opacity: 0.55;
}

.focus-frame i:nth-of-type(1) {
  left: 9%;
  top: 9%;
  border-right: 0;
  border-bottom: 0;
}

.focus-frame i:nth-of-type(2) {
  right: 9%;
  bottom: 9%;
  border-left: 0;
  border-top: 0;
}

.f {
  filter: blur(9px);
  opacity: 0;
  transform: translateY(10px);
  transition: filter 1.05s var(--ease), opacity 1.05s var(--ease), transform 1.05s var(--ease);
}

.f.in {
  filter: blur(0);
  opacity: 1;
  transform: none;
}

.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }

.method {
  background-color: var(--black);
  background-image: none;
  color: var(--ivory);
}

.method .tag {
  color: #ef8b78;
}

.method .tag::before {
  background: #ef8b78;
}

.method-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 68px;
}

.method-head h2 {
  margin: 0;
  color: var(--ivory);
}

.method-head > p {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 2.05;
  color: #999;
  margin: 0 0 10px;
}

.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #4c4944;
  border: 1px solid #4c4944;
}

.process article {
  background: var(--black);
  padding: 38px 34px;
  min-height: 290px;
  position: relative;
  overflow: hidden;
}

.process article::after {
  content: attr(data-n);
  position: absolute;
  right: -0.08em;
  bottom: -0.28em;
  font: 700 13rem/1 var(--sans);
  color: rgba(255, 255, 255, 0.035);
}

.process small {
  font: 8px/1.5 var(--sans);
  letter-spacing: 0.22em;
  color: var(--lime);
}

.process h3 {
  font-size: 27px;
  font-weight: 500;
  margin: 75px 0 16px;
  color: var(--ivory);
}

.process p {
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.95;
  color: #aaa;
  margin: 0;
  max-width: 22em;
}

.bridge {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  border-top: 1px solid #403d39;
  padding-top: 30px;
}

.bridge p {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 2;
  color: #999;
  margin: 0;
  max-width: 54em;
}

.bridge strong {
  font-size: 18px;
  font-weight: 500;
  color: var(--ivory);
  white-space: nowrap;
}

.entry {
  background-color: var(--paper);
}

.entry-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: start;
}

.entry h2 {
  margin: 0;
}

.entry-card {
  border-top: 1px solid var(--ink);
  padding-top: 28px;
}

.entry-card > p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 2.05;
  margin: 0 0 34px;
}

.entry-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  border-top: 1px solid var(--line);
}

.entry-card li {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font: 11px/1.5 var(--sans);
  letter-spacing: 0.12em;
  display: flex;
  justify-content: space-between;
}

.entry-card li::after {
  content: "↗";
}

.entry-card a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
  background: #895044;
  transition: background 0.2s ease;
  padding: 19px 22px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
}

.entry-card a:hover,
.entry-card a:focus-visible {
  background: var(--ink);
}

.entry-card a.entry-secondary {
  margin-top: 12px;
  border: 1px solid #895044;
  background: transparent;
  color: #895044;
  gap: 18px;
}

.entry-card a.entry-secondary:hover,
.entry-card a.entry-secondary:focus-visible {
  background: #895044;
  color: #fff;
}

/* Price */
.price {
  background-color: var(--paper2);
}

.price-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 64px;
}

.price-head h2 {
  margin: 0;
}

.price-head > p {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 2.05;
  color: var(--muted);
  margin: 0;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.price-card {
  background: var(--paper);
  padding: 34px 32px 38px;
  display: flex;
  flex-direction: column;
}

.price-card-main {
  background: var(--ivory);
}

.price-label {
  margin: 0 0 26px;
  font: 10px/1.6 var(--mono);
  letter-spacing: 0.18em;
  color: var(--red);
}

.price-amount {
  margin: 0 0 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  font: 400 40px/1.25 var(--serif);
  letter-spacing: -0.025em;
}

.price-amount small {
  font: 12px var(--sans);
  letter-spacing: 0.04em;
  margin-left: 6px;
}

.price-amount-quote {
  font-size: 21px;
  letter-spacing: 0.02em;
}

.price-desc {
  margin: 0 0 26px;
  font: 13px/2 var(--sans);
  color: #5d5349;
}

.price-list {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.price-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font: 12px/1.7 var(--sans);
}

.price-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.price-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  margin-top: 44px;
}

.price-note {
  border-left: 2px solid #895044;
  padding: 4px 0 4px 22px;
}

.price-note h3 {
  margin: 0 0 8px;
  font: 500 13px/1.8 var(--sans);
}

.price-note p {
  margin: 0;
  font: 12px/2 var(--sans);
  color: #64584d;
}

.price-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 52px;
  padding: 20px 26px;
  background: #895044;
  color: #fff;
  text-decoration: none;
  font: 700 13px/1.8 var(--sans);
  white-space: nowrap;
  transition: background 0.2s ease;
}

.price-cta:hover,
.price-cta:focus-visible {
  background: var(--ink);
}

.price-tax {
  margin: 30px 0 0;
  font: 11px/2 var(--sans);
  color: #857a6e;
}

@media (max-width: 900px) {
  .price-head {
    grid-template-columns: 1fr;
    gap: 44px;
    align-items: start;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .price-foot {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .price-cta {
    width: 100%;
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .price-card {
    padding: 28px 24px 32px;
  }

  .price-amount {
    font-size: 34px;
  }
}

.site-footer {
  padding: 40px 0;
  border-top: 1px solid var(--line);
  font: 9px/1.6 var(--mono);
  letter-spacing: 0.17em;
  color: #91877d;
}

.site-footer-inner,
.site-footer-menu {
  display: flex;
  align-items: center;
}

.site-footer-inner {
  justify-content: space-between;
  gap: 28px;
}

.site-footer-menu {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.site-footer-menu a {
  color: inherit;
  text-decoration: none;
}

.site-footer-menu a:hover,
.site-footer-menu a:focus-visible {
  color: var(--ink);
}

/* Basic inner pages while the site grows. */
.ov-content {
  min-height: 100vh;
  padding: 150px 0 100px;
}

.ov-content .ov-content-inner {
  max-width: 800px;
}

.ov-entry h1 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 70px;
}

.ov-entry-content {
  font-size: 16px;
}

.ov-entry-content img {
  max-width: 100%;
  height: auto;
}

body:not(.home) .hd {
  background: var(--black);
}

/* Consultation page */
.ov-consult {
  background-color: var(--paper);
  color: var(--ink);
}

.ov-consult-hero {
  min-height: 720px;
  padding: 176px 0 96px;
  position: relative;
  overflow: hidden;
}

.ov-consult-hero::before {
  content: "CONSULT";
  position: absolute;
  left: -0.035em;
  top: 0.2em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(43, 34, 29, 0.09);
  font: 700 clamp(7rem, 19vw, 18rem) / 1 var(--sans);
  letter-spacing: -0.075em;
  white-space: nowrap;
  pointer-events: none;
}

.ov-consult-hero > * {
  position: relative;
  z-index: 1;
}

.ov-consult-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: end;
}

.ov-consult-hero h1 {
  margin: 0;
  font-size: clamp(4.6rem, 7.8vw, 8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.ov-consult-intro {
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}

.ov-consult-intro p {
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 2.15;
  color: #645c55;
}

.ov-consult-intro .ov-consult-lead {
  margin-bottom: 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.75;
}

.ov-consult-focus {
  height: 104px;
  margin-top: 88px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 104px 1fr;
  align-items: center;
  color: var(--muted);
  font: 8px/1.5 var(--mono);
  letter-spacing: 0.2em;
}

.ov-consult-focus i {
  width: 56px;
  height: 56px;
  justify-self: center;
  border: 1px solid var(--red2);
  border-radius: 50%;
  position: relative;
}

.ov-consult-focus i::before,
.ov-consult-focus i::after {
  content: "";
  position: absolute;
  background: var(--red2);
}

.ov-consult-focus i::before {
  width: 88px;
  height: 1px;
  left: -17px;
  top: 27px;
}

.ov-consult-focus i::after {
  width: 1px;
  height: 88px;
  left: 27px;
  top: -17px;
}

.ov-consult-focus small {
  justify-self: end;
  font: inherit;
}

.ov-consult-form-section {
  padding: clamp(100px, 13vw, 170px) 0;
  border-top: 1px solid var(--line);
  background: var(--paper2);
}

.ov-consult-form-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: start;
}

.ov-consult-mono {
  color: var(--red);
  font: 9px/1.6 var(--mono);
  letter-spacing: 0.2em;
}

.ov-consult-guide {
  position: sticky;
  top: 40px;
}

.ov-consult-guide h2 {
  margin: 30px 0;
  font-size: clamp(1.75rem, 2.65vw, 2.2rem);
  line-height: 1.6;
}

.ov-consult-guide h2 span {
  white-space: nowrap;
}

.ov-consult-guide > p:not(.ov-consult-mono) {
  margin: 0;
  color: #5d554e;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 2.05;
}

.ov-consult-guide ol {
  list-style: none;
  margin: 42px 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.ov-consult-guide li {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 12px;
}

.ov-consult-guide li span {
  display: inline-block;
  width: 48px;
  color: var(--red);
  font: 9px/1.5 var(--mono);
  letter-spacing: 0.12em;
}

.ov-consult-guide .ov-consult-note {
  padding-left: 18px;
  border-left: 1px solid var(--red);
  font-size: 11px;
}

.ov-consult-form-panel {
  padding: clamp(32px, 5vw, 60px);
  border: 1px solid rgba(43, 34, 29, 0.18);
  border-radius: 3px 3px 52px 3px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 30px 70px rgba(74, 57, 45, 0.08);
  position: relative;
}

.ov-consult-form-panel::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 28px;
  height: 28px;
  border-right: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
  opacity: 0.55;
}

.ov-consult-form-panel > header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: start;
  margin-bottom: 54px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ink);
}

.ov-consult-form-panel header p {
  margin: 0 0 8px;
}

.ov-consult-form-panel header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 2.65rem);
  line-height: 1.4;
}

.ov-consult-form-panel header > span {
  padding-top: 6px;
  color: var(--muted);
  font: 8px/1.5 var(--mono);
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.ov-consult-form-content .wpcf7-form > p {
  margin: 0 0 34px;
}

.ov-consult-form-content .wpcf7-form label {
  display: block;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.ov-consult-form-content .wpcf7-form label br {
  display: none;
}

.ov-consult-form-content .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.ov-consult-form-content input[type="text"],
.ov-consult-form-content input[type="email"],
.ov-consult-form-content input[type="tel"],
.ov-consult-form-content input[type="url"],
.ov-consult-form-content textarea,
.ov-consult-form-content select {
  width: 100%;
  min-height: 68px;
  padding: 17px 20px;
  border: 1px solid rgba(43, 34, 29, 0.2);
  border-radius: 2px 2px 17px 2px;
  outline: 0;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font: 15px/1.7 var(--sans);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ov-consult-form-content textarea {
  min-height: 230px;
  resize: vertical;
}

.ov-consult-form-content input:focus,
.ov-consult-form-content textarea:focus,
.ov-consult-form-content select:focus {
  border-color: var(--red2);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(226, 71, 44, 0.1);
}

.ov-consult-form-content .wpcf7-not-valid {
  border-color: var(--red2);
}

.ov-consult-form-content .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: var(--red);
  font: 11px/1.7 var(--sans);
}

.ov-consult-form-content input[type="submit"] {
  width: 100%;
  min-height: 72px;
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  background: var(--black);
  color: var(--ivory);
  cursor: pointer;
  font: 700 13px/1.5 var(--sans);
  letter-spacing: 0.12em;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ov-consult-form-content input[type="submit"]:hover,
.ov-consult-form-content input[type="submit"]:focus-visible {
  background: var(--red2);
  transform: translateY(-2px);
}

.ov-consult-form-content .wpcf7-spinner {
  display: block;
  margin: 14px auto 0;
}

.ov-consult-form-content .wpcf7-response-output {
  margin: 26px 0 0;
  padding: 16px 18px;
  border-color: var(--red2);
  font: 12px/1.8 var(--sans);
}

.ov-consult-closing {
  padding: 100px 0;
  background: var(--black);
  color: var(--ivory);
}

.ov-consult-closing .paper-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}

.ov-consult-closing p {
  margin: 0;
  font-size: clamp(1.35rem, 4.25vw, 4rem);
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}

.ov-consult-closing span {
  color: #777;
  font: 8px/1.5 var(--mono);
  letter-spacing: 0.2em;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mq-track,
  .finder-scene { animation: none; }
  .f { filter: none; opacity: 1; transform: none; }
  .focus-frame p { filter: none; opacity: 1; }
  .finder-shell,
  .finder-scene { transition: none; }
  .hd,
  .hd-menu-toggle span { transition: none; }
}

@media (max-width: 900px) {
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; gap: 64px; }
  .finder-shell { width: min(82vw, 520px); margin: 0 auto 48px; }
  .dock { display: none; }
  .two,
  .method-head,
  .entry-grid { grid-template-columns: 1fr; gap: 44px; }
  .process { grid-template-columns: 1fr; }
  .process article { min-height: 225px; }
  .bridge { grid-template-columns: 1fr; }
  .focus-frame { aspect-ratio: 4/3; }
  .ov-consult-hero { min-height: auto; }
  .ov-consult-hero-grid,
  .ov-consult-form-grid { grid-template-columns: 1fr; }
  .ov-consult-hero-grid { gap: 60px; }
  .ov-consult-form-grid { gap: 80px; }
  .ov-consult-guide { position: static; }
}

@media (max-width: 782px) {
  .admin-bar .hd { top: 46px; }
}

@media (max-width: 600px) {
  .wrap,
  .paper-wrap { width: min(100% - 32px, 1180px); }
  .hd {
    position: fixed;
    height: 72px;
    z-index: 1000;
  }
  body.home .hd {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  body.home .hd.is-scrolled,
  body.home .hd.is-menu-open {
    background: rgba(21, 21, 21, 0.94);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
  .hd-actions { gap: 9px; }
  .hd-menu {
    position: fixed;
    inset: 72px 0 auto;
    display: grid;
    gap: 0;
    padding: 10px 16px 18px;
    background: rgba(21, 21, 21, 0.98);
    border-bottom: 1px solid var(--darkline);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }
  .admin-bar .hd-menu { top: 118px; }
  .hd.is-menu-open .hd-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .hd-menu a {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 8px;
    border-bottom: 1px solid rgba(238, 234, 225, 0.12);
    color: var(--ivory);
    font-size: 13px;
    letter-spacing: 0.18em;
  }
  .hd-menu a:last-child { border-bottom: 0; }
  .hd-menu-toggle {
    position: relative;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ivory);
    cursor: pointer;
  }
  .hd-menu-toggle span {
    position: absolute;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }
  .hd-menu-toggle span:first-child { transform: translateY(-4px); }
  .hd-menu-toggle span:last-child { transform: translateY(4px); }
  .hd.is-menu-open .hd-menu-toggle span:first-child { transform: rotate(45deg); }
  .hd.is-menu-open .hd-menu-toggle span:last-child { transform: rotate(-45deg); }
  .hd .contact {
    padding: 7px 13px;
    white-space: nowrap;
  }
  .hero h1 { font-size: min(clamp(2.8rem, 14vw, 4.4rem), 14.6cqw); }
  .hero::before { font-size: 34vw; top: 0.08em; }
  .finder-shell { width: 86vw; padding: 12px; }
  .finder-tag { right: -22px; }
  .mq { padding: 15px 0; }
  .paper-section { padding: 92px 0; }
  .process article { padding: 32px 24px; }
  .entry-card a { gap: 18px; }
	.site-footer-inner { align-items: flex-start; flex-direction: column; }
	.site-footer-menu { justify-content: flex-start; }
  .ov-consult-hero { padding: 148px 0 72px; }
  .ov-consult-hero h1 { font-size: clamp(3.65rem, 16.8vw, 5.2rem); }
  .ov-consult-hero::before { font-size: 34vw; top: 0.55em; }
  .ov-consult-focus { grid-template-columns: 1fr 74px; margin-top: 62px; }
  .ov-consult-focus small { display: none; }
  .ov-consult-form-section { padding: 88px 0; }
  .ov-consult-form-panel { padding: 30px 22px 48px; border-radius: 2px 2px 34px 2px; }
  .ov-consult-form-panel > header { margin-bottom: 40px; }
  .ov-consult-form-panel header > span { display: none; }
  .ov-consult-form-content textarea { min-height: 190px; }
  .ov-consult-closing { padding: 72px 0; }
  .ov-consult-closing .paper-wrap { display: block; }
  .ov-consult-closing span { display: block; margin-top: 32px; }
}
