@font-face {
  font-family:Manrope;
  src:url("../fonts/manrope.c329d9ac3c7b.ttf") format('truetype');
  font-style:normal;
  font-weight:200 800;
  font-display:swap;
}
:root {
  --ink:#262729;
  --white:#fff;
  --paper:#f6f6f5;
  --muted:#747577;
  --line:#dededc;
  --gutter:clamp(24px,5.6vw,96px);
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:110px;
}
body {
  margin:0;
  color:var(--ink);
  background:var(--white);
  font:16px/1.6 Manrope,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
a {
  color:inherit;
  text-decoration:none;
}
button {
  font:inherit;
  color:inherit;
  cursor:pointer;
}
img {
  display:block;
  max-width:100%;
}
button {
  border:0;
}
h1,h2,h3,p {
  margin:0;
}
button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:2px solid currentColor;
  outline-offset:6px;
}
::selection {
  color:white;
  background:#626367;
}
[hidden] {
  display:none!important;
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  z-index:100;
  padding:14px 24px;
  background:white;
  color:#222;
}
.skip-link:focus {
  top:16px;
}
.header {
  height:112px;
  padding:20px var(--gutter);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  background:var(--ink);
  color:white;
  border-bottom:1px solid #ffffff24;
  position:relative;
  z-index:20;
}
.brand {
  flex-shrink:0;
}
.brand img {
  width:61px;
  height:auto;
}
.desktop-nav {
  display:flex;
  gap:36px;
  font-size:14px;
  margin-left:auto;
  margin-right:auto;
}
.desktop-nav a {
  position:relative;
  padding:8px 0;
}
.desktop-nav a:after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  height:1px;
  width:0;
  background:currentColor;
  transition:width .2s;
}
.desktop-nav a:hover:after {
  width:100%;
}
.header-book {
  font-size:14px;
  display:flex;
  gap:28px;
  align-items:center;
  border-bottom:1px solid #ffffff75;
  padding:10px 0;
}
.header-book span {
  font-size:24px;
  font-weight:300;
}
.menu-toggle,.mobile-menu {
  display:none;
}
.hero {
  position:relative;
  background:var(--ink);
  color:white;
  min-height:735px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.hero-visual {
  position:absolute;
  inset:0 0 0 45%;
  overflow:hidden;
}
.hero-visual img {
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:50% 39%;
  opacity:.88;
}
.hero-visual:after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,var(--ink) 0%,transparent 35%),linear-gradient(0deg,#262729a8,transparent 30%);
}
.hero-content {
  position:relative;
  z-index:1;
  padding:62px var(--gutter) 60px;
  max-width:930px;
}
.eyebrow {
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:600;
}
.hero-eyebrow {
  color:#d2d2d2;
  margin-bottom:30px;
}
h1 {
  font-size:clamp(76px,7.8vw,125px);
  font-weight:400;
  letter-spacing:-.065em;
  line-height:1.03;
}
.hero-description {
  color:#d2d2d2;
  max-width:365px;
  margin-top:30px;
  line-height:1.65;
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:32px;
  margin-top:32px;
}
.button {
  min-height:56px;
  padding:16px 24px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
  font-size:14px;
  font-weight:600;
  transition:background .2s,color .2s;
}
.button span {
  font-size:22px;
  font-weight:400;
  line-height:1;
}
.button-white {
  color:var(--ink);
  background:white;
}
.button-white:hover {
  background:#ddd;
}
.button-dark {
  color:white;
  background:var(--ink);
}
.button-dark:hover {
  background:#494a4c;
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:22px;
  background:none;
  padding:8px 0;
  border-bottom:1px solid currentColor;
  font-size:14px;
}
.text-link span {
  font-size:20px;
}
.text-link:hover {
  opacity:.7;
}
.hero-bottom {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:36px;
  font-size:12px;
  color:#d8d8d8;
  padding:23px var(--gutter);
  border-top:1px solid #ffffff24;
}
.hero-bottom>a:last-child {
  margin-left:auto;
}
.hero-index {
  position:absolute;
  right:22px;
  top:50%;
  writing-mode:vertical-rl;
  font-size:10px;
  letter-spacing:.18em;
  color:#d3d3d3;
}
.specialties {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:32px var(--gutter);
  border-bottom:1px solid var(--line);
  text-transform:uppercase;
  font-size:clamp(14px,1.5vw,22px);
  letter-spacing:.03em;
}
.specialties .divider {
  font-weight:300;
  color:#b1b1b1;
  font-size:25px;
}
.section-pad {
  padding:105px var(--gutter);
}
.section-number {
  color:#898a8c;
  margin-right:26px;
  font-weight:400;
}
.heading-row {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:36px;
  margin-top:34px;
}
h2 {
  font-size:clamp(44px,4.7vw,74px);
  font-weight:400;
  line-height:1.12;
  letter-spacing:-.05em;
}
.section-intro {
  color:var(--muted);
  font-size:15px;
  padding-bottom:5px;
  max-width:300px;
}
.price-tabs {
  display:flex;
  gap:40px;
  margin-top:58px;
  border-bottom:1px solid var(--line);
}
.price-tab {
  padding:0 0 19px;
  font-size:19px;
  display:flex;
  align-items:baseline;
  gap:16px;
  position:relative;
  color:var(--muted);
}
.price-tab span {
  font-size:11px;
}
.price-tab.active {
  color:var(--ink);
}
.price-tab.active:after {
  content:'';
  position:absolute;
  bottom:-1px;
  left:0;
  right:0;
  height:2px;
  background:var(--ink);
}
.panel-title {
  font-weight:400;
  margin-top:24px;
}
.js-enabled .panel-title {
  display:none;
}
.price-table {
  border-collapse:collapse;
  width:100%;
  table-layout:fixed;
  text-align:left;
}
.price-table th {
  font-weight:400;
}
.price-table thead th {
  color:var(--muted);
  font-size:13px;
  padding:26px 0 17px;
  border-bottom:1px solid var(--line);
  text-align:right;
}
.price-table thead th:first-child {
  width:48%;
  text-align:left;
}
.price-table tbody th,.price-table td {
  padding:26px 0;
  border-bottom:1px solid var(--line);
  vertical-align:middle;
}
.price-table td {
  text-align:right;
}
.service-name {
  display:block;
  font-size:19px;
  letter-spacing:-.025em;
}
.service-detail {
  display:block;
  font-size:12px;
  color:var(--muted);
  max-width:90%;
  margin-top:6px;
}
.price-amount {
  font-size:22px;
  font-weight:500;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
  letter-spacing:-.035em;
}
.currency {
  font-size:16px;
  margin-left:3px;
  font-weight:400;
}
.price-amount small {
  font-size:13px;
}
.mobile-level {
  display:none;
}
.price-footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  margin-top:27px;
}
.price-footer p {
  font-size:12px;
  color:var(--muted);
}
.consultation {
  margin-top:62px;
  background:var(--paper);
  padding:34px 38px;
  display:flex;
  align-items:center;
  gap:28px;
}
.consultation-symbol {
  font-size:44px;
  font-weight:300;
}
.consultation h3 {
  font-size:20px;
  font-weight:500;
  letter-spacing:-.03em;
}
.consultation p {
  font-size:13px;
  color:var(--muted);
  margin-top:8px;
}
.consultation .text-link {
  margin-left:auto;
  white-space:nowrap;
}
.level-description {
  margin-top:20px;
  border-bottom:1px solid var(--line);
  padding-bottom:15px;
}
.level-description p {
  color:var(--muted);
  max-width:650px;
  margin-top:12px;
}
.individual-price {
  padding:28px 0;
  border-bottom:1px solid var(--line);
}
.individual-price h3 {
  font-weight:500;
}
.individual-price p {
  margin:12px 0;
}
.empty-prices {
  margin-top:32px;
}
.about {
  display:grid;
  grid-template-columns:1fr 1fr;
  background:var(--ink);
  color:white;
}
.about-image {
  position:relative;
  min-height:680px;
  overflow:hidden;
}
.about-image>img {
  width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  object-position:50% 28%;
}
.image-caption {
  position:absolute;
  bottom:30px;
  left:var(--gutter);
  font-size:10px;
  letter-spacing:.14em;
  color:white;
}
.about-content {
  padding:70px clamp(30px,5vw,85px);
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.about-content .eyebrow {
  color:#d0d0d0;
}
.about-content h2 {
  margin-top:48px;
  font-size:clamp(42px,4.3vw,67px);
}
.about-copy {
  color:#c7c7c8;
  margin-top:30px;
  font-size:14px;
  max-width:380px;
}
.about-copy p+p {
  margin-top:18px;
}
.about-content .text-link {
  margin-top:28px;
}
.about-logo {
  width:62px;
  height:auto;
  margin-top:44px;
  opacity:.65;
}
.works .heading-row {
  margin-bottom:44px;
}
.works-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.works figure {
  margin:0;
}
.works figure img {
  width:100%;
  height:auto;
  aspect-ratio:3/4;
  object-fit:cover;
}
.works figcaption {
  padding-top:16px;
}
.works figcaption h3 {
  font-size:18px;
  font-weight:500;
}
.works figcaption p {
  font-size:14px;
  color:var(--muted);
  margin-top:6px;
}
.contact-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:36px;
  margin-bottom:66px;
}
.contact-heading h2 {
  font-size:clamp(65px,7.8vw,118px);
}
.contact-book {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  font-size:13px;
  margin-right:5vw;
}
.contact-book>span:first-child {
  display:flex;
  align-items:center;
  justify-content:center;
  width:110px;
  height:110px;
  border:1px solid var(--ink);
  border-radius:50%;
  font-size:68px;
  font-weight:200;
  transition:color .2s,background .2s;
}
.contact-book:hover>span:first-child {
  background:var(--ink);
  color:white;
}
.contact-grid {
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:45px;
  border-top:1px solid var(--line);
  padding-top:32px;
}
.contact-grid h3 {
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
  font-weight:500;
  margin-bottom:20px;
}
.contact-value {
  font-size:22px;
  letter-spacing:-.025em;
  line-height:1.5;
}
.contact-grid .text-link {
  margin-top:16px;
}
.phone-link {
  display:inline-block;
  margin-top:21px;
  font-size:19px;
}
.contact-channel {
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
  font-size:22px;
  background:none;
  border-bottom:1px solid var(--line);
  padding:0 0 13px;
}
.contact-channel+.contact-channel {
  padding-top:15px;
}
.footer {
  border-top:1px solid var(--line);
  padding:27px var(--gutter);
  display:flex;
  align-items:center;
  gap:36px;
  font-size:12px;
  color:var(--muted);
}
.footer img {
  width:42px;
  height:auto;
}
.footer .back-top {
  margin-left:auto;
  color:var(--ink);
}
.mobile-actions {
  display:none;
}
dialog {
  border:0;
  max-width:480px;
  width:calc(100% - 32px);
  max-height:calc(100dvh - 40px);
  padding:0;
  color:var(--ink);
  background:white;
}
dialog::backdrop {
  background:#101112b8;
  backdrop-filter:blur(5px);
}
.dialog-inner {
  padding:40px;
  position:relative;
}
.dialog-close {
  position:absolute;
  top:10px;
  right:15px;
  font-size:32px;
  line-height:1;
  background:none;
  width:44px;
  height:44px;
}
.dialog-inner h2 {
  font-size:50px;
  margin:24px 0 18px;
}
.dialog-inner>p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted);
  margin-bottom:25px;
}
.dialog-channel {
  display:flex;
  justify-content:space-between;
  padding:17px 0;
  border-top:1px solid var(--line);
}
.max-block {
  border-top:1px solid var(--line);
  padding-top:18px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.max-block>span:first-child {
  font-size:13px;
  color:var(--muted);
}
.max-block strong {
  font-size:23px;
  font-weight:500;
  margin:8px 0;
}
.copy-status {
  font-size:13px;
  min-height:24px;
  margin-top:6px;
}
.dialog-phone {
  display:block;
  font-size:14px;
  margin-top:20px;
}
.modal-open {
  overflow:hidden;
}
@media(min-width:1600px) {
  .hero {
    min-height:820px;
  }
  .hero-content {
    padding-top:76px;
  }
  .hero-visual {
    left:42%;
  }
  .hero-visual img {
    object-position:50% 40%;
  }
  .hero-description {
    font-size:18px;
  }
}
@media(max-width:1000px) {
  .desktop-nav {
    gap:22px;
  }
  .header {
    gap:20px;
    height:96px;
  }
  .hero {
    min-height:710px;
  }
  .hero-content {
    padding-top:60px;
  }
  .hero-visual {
    left:37%;
  }
  .hero-visual:after {
    background:linear-gradient(90deg,var(--ink),#26272924 65%),linear-gradient(0deg,#262729bb,transparent 30%);
  }
  .hero-bottom {
    gap:18px;
    flex-wrap:wrap;
  }
  .hero-index {
    display:none;
  }
  .section-pad {
    padding-top:78px;
    padding-bottom:78px;
  }
  .about-image {
    min-height:620px;
  }
  .about-content {
    padding:50px 35px;
  }
  .about-content h2 {
    font-size:43px;
  }
  .about-copy {
    font-size:14px;
  }
  .contact-grid {
    gap:24px;
  }
  .contact-value {
    font-size:19px;
  }
  .contact-grid .phone-link {
    font-size:16px;
  }
  .consultation {
    padding:25px;
  }
  .consultation p br {
    display:none;
  }
  .price-table thead th:first-child {
    width:44%;
  }
  .service-name {
    font-size:17px;
  }
  .price-amount {
    font-size:20px;
  }
}
@media(max-width:700px) {
  html {
    scroll-padding-top:24px;
  }
  .header {
    height:86px;
    padding:16px 24px;
  }
  .brand img {
    width:48px;
  }
  .desktop-nav {
    display:none;
  }
  .header-book {
    margin-left:auto;
    font-size:12px;
    gap:13px;
  }
  .header-book span {
    font-size:19px;
  }
  .menu-toggle {
    display:flex;
    width:38px;
    height:42px;
    flex-direction:column;
    gap:6px;
    align-items:center;
    justify-content:center;
    background:none;
  }
  .menu-toggle span {
    width:23px;
    height:1px;
    background:white;
    transition:transform .2s;
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3.5px) rotate(-45deg);
  }
  .mobile-menu {
    display:flex;
    position:absolute;
    left:0;
    right:0;
    z-index:15;
    background:var(--ink);
    color:white;
    flex-direction:column;
    padding:20px 24px 32px;
    gap:20px;
    border-bottom:1px solid #ffffff30;
  }
  .mobile-menu a {
    font-size:21px;
  }
  .mobile-menu a:last-child {
    font-size:16px;
    margin-top:10px;
    color:#ccc;
  }
  .hero {
    min-height:740px;
  }
  .hero-visual {
    inset:0 0 0 0;
  }
  .hero-visual img {
    object-position:64% 45%;
    opacity:.64;
  }
  .hero-visual:after {
    background:linear-gradient(90deg,#262729ad 0%,#26272924 100%),linear-gradient(0deg,var(--ink) 0%,transparent 70%);
  }
  .hero-content {
    padding:40px 24px 50px;
  }
  .hero-eyebrow {
    font-size:10px;
    margin-bottom:30px;
  }
  h1 {
    font-size:clamp(70px,14.8vw,102px);
    letter-spacing:-.06em;
  }
  .hero-description {
    font-size:14px;
    margin-top:26px;
  }
  .hero-actions {
    flex-wrap:wrap;
    gap:20px;
    margin-top:30px;
  }
  .button {
    font-size:13px;
    min-height:54px;
    padding:15px 20px;
    gap:28px;
  }
  .hero-actions .text-link {
    font-size:12px;
    gap:15px;
  }
  .hero-bottom {
    padding:20px 24px;
    gap:6px;
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    font-size:12px;
  }
  .hero-bottom>a:last-child {
    display:none;
  }
  .specialties {
    display:grid;
    grid-template-columns:1fr 1fr;
    padding:22px 24px;
    gap:10px 24px;
    font-size:13px;
    letter-spacing:.025em;
  }
  .specialties .divider {
    display:none;
  }
  .section-pad {
    padding:65px 24px;
  }
  .eyebrow {
    font-size:11px;
  }
  .section-number {
    margin-right:18px;
  }
  .heading-row {
    display:block;
    margin-top:25px;
  }
  h2 {
    font-size:44px;
  }
  .section-intro {
    margin-top:24px;
    font-size:14px;
  }
  .section-intro br {
    display:none;
  }
  .price-tabs {
    margin-top:35px;
    gap:30px;
  }
  .price-tab {
    font-size:18px;
    gap:12px;
    padding-bottom:14px;
  }
  .price-tab span {
    font-size:10px;
  }
  .price-table,.price-table tbody {
    display:block;
  }
  .price-table thead {
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip-path:inset(50%);
  }
  .price-table tr {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-bottom:1px solid var(--line);
    padding:23px 0;
    gap:18px 10px;
  }
  .price-table tbody th {
    grid-column:1/-1;
    padding:0;
    border:0;
  }
  .service-name {
    font-size:19px;
  }
  .service-detail {
    font-size:12px;
    max-width:100%;
    line-height:1.5;
  }
  .price-table td {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
    padding:0;
    border:0;
    text-align:left;
  }
  .mobile-level {
    display:block;
    font-size:12px;
    color:var(--muted);
    line-height:1.4;
    min-height:34px;
  }
  .price-amount {
    font-size:21px;
  }
  .currency {
    font-size:14px;
    margin-left:1px;
  }
  .price-footer {
    align-items:flex-start;
    flex-direction:column;
    margin-top:23px;
    gap:22px;
  }
  .price-footer p {
    font-size:11px;
  }
  .price-footer .button {
    width:100%;
  }
  .consultation {
    margin-top:36px;
    padding:24px;
    display:block;
  }
  .consultation-symbol {
    display:none;
  }
  .consultation h3 {
    font-size:19px;
  }
  .consultation p {
    font-size:13px;
  }
  .consultation .text-link {
    margin-top:15px;
  }
  .about {
    grid-template-columns:1fr;
  }
  .about-image {
    min-height:0;
    height:440px;
    order:2;
  }
  .about-image>img {
    object-position:50% 29%;
  }
  .about-content {
    padding:52px 24px;
  }
  .about-content h2 {
    margin-top:28px;
    font-size:46px;
  }
  .about-copy {
    font-size:14px;
    margin-top:24px;
    max-width:none;
  }
  .about-logo {
    display:none;
  }
  .image-caption {
    left:24px;
    bottom:20px;
  }
  .contact-heading {
    margin-top:27px;
    margin-bottom:39px;
    gap:15px;
  }
  .contact-heading h2 {
    font-size:55px;
  }
  .contact-book {
    margin:0;
  }
  .contact-book>span:first-child {
    width:65px;
    height:65px;
    font-size:43px;
  }
  .contact-book>span:last-child {
    display:none;
  }
  .contact-grid {
    grid-template-columns:1fr;
    gap:31px;
    padding-top:26px;
  }
  .contact-grid h3 {
    margin-bottom:12px;
    font-size:11px;
  }
  .contact-value {
    font-size:22px;
  }
  .contact-grid .phone-link {
    font-size:22px;
    margin-top:8px;
  }
  .contact-grid .text-link {
    margin-top:9px;
  }
  .contact-channel {
    font-size:23px;
  }
  .footer {
    padding:25px 24px 98px;
    gap:20px;
    flex-wrap:wrap;
  }
  .footer>span:nth-of-type(2) {
    display:none;
  }
  .footer .back-top {
    font-size:12px;
  }
  .mobile-actions {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    display:grid;
    grid-template-columns:1.5fr 1fr;
    padding:10px 16px calc(10px + env(safe-area-inset-bottom));
    gap:10px;
    background:white;
    border-top:1px solid var(--line);
    z-index:30;
  }
  .mobile-actions a,.mobile-actions button {
    padding:12px 17px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:13px;
    min-height:46px;
  }
  .mobile-actions a {
    background:var(--ink);
    color:white;
  }
  .mobile-actions button {
    border:1px solid var(--line);
    justify-content:center;
    background:white;
  }
  .works-grid {
    grid-template-columns:1fr 1fr;
    gap:15px;
  }
  .works figcaption h3 {
    font-size:15px;
  }
  .works figcaption p {
    font-size:12px;
  }
  .dialog-inner {
    padding:33px 25px;
  }
  .dialog-inner h2 {
    font-size:44px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
}

/* Compact navigation and clearer hierarchy. */
.header { height:78px; padding-top:10px; padding-bottom:10px; }
.brand img { width:48px; }
.desktop-nav, .header-book { font-weight:550; }
.hero-visual img { object-position:50% 0%; }
h1 { font-weight:500; }
h2 { font-weight:500; }
.section-intro { font-weight:500; }
.service-name { font-weight:550; }
.price-amount { font-weight:650; }
.price-table thead th { font-weight:600; }
.price-table thead th:first-child { width:40%; }
.length-guide { display:grid; grid-template-columns:1.2fr 1fr; align-items:center; gap:36px; margin-top:45px; padding:28px 32px; background:var(--paper); }
.length-form fieldset { border:0; padding:0; margin:0; min-width:0; }
.length-form legend { font-size:23px; font-weight:600; letter-spacing:-.035em; }
.length-form fieldset>p { font-size:14px; color:var(--muted); margin-top:10px; }
.length-switch { display:flex; padding:4px; margin-top:22px; background:#e7e7e5; border-radius:6px; }
.length-switch label { flex:1; position:relative; cursor:pointer; }
.length-switch input { position:absolute; width:1px; height:1px; opacity:0; }
.length-switch span { display:flex; align-items:center; justify-content:center; min-height:46px; padding:10px 12px; border-radius:3px; font-size:13px; white-space:nowrap; font-weight:550; }
.length-switch input:checked+span { background:var(--ink); color:white; }
.length-switch input:focus-visible+span { outline:2px solid var(--ink); outline-offset:3px; }
.length-form .length-description { min-height:48px; margin-top:16px; max-width:390px; }
.length-figure { margin:0; }
.length-figure svg { width:100%; height:auto; display:block; }
.length-marker { fill:#8b8d8e; }
.length-marker path { fill:none; stroke:currentColor; stroke-width:1; stroke-dasharray:4 5; }
.length-marker { color:#b2b3b3; }
.length-marker text { font-family:Manrope,Arial,sans-serif; font-size:15px; font-weight:550; }
.length-marker .marker-note { font-size:12px; font-weight:400; }
.length-guide[data-selected-length="short"] [data-length-marker="short"],
.length-guide[data-selected-length="medium"] [data-length-marker="medium"],
.length-guide[data-selected-length="long"] [data-length-marker="long"] { color:var(--ink); fill:var(--ink); }
.length-guide[data-selected-length="short"] [data-length-marker="short"] path,
.length-guide[data-selected-length="medium"] [data-length-marker="medium"] path,
.length-guide[data-selected-length="long"] [data-length-marker="long"] path { stroke-width:2; }
@media(max-width:1000px) {
  .length-guide { grid-template-columns:1fr 1fr; gap:20px; padding:24px; }
  .length-switch { flex-wrap:wrap; }
  .length-switch span { padding:10px 8px; font-size:12px; }
  .price-table thead th:first-child { width:36%; }
  .price-table thead th { font-size:12px; }
}
@media(max-width:700px) {
  .header { height:66px; padding-top:8px; padding-bottom:8px; gap:15px; }
  .brand img { width:40px; }
  .hero-visual img { object-position:64% 0%; }
  .length-guide { grid-template-columns:1fr; gap:8px; margin-top:30px; padding:22px 18px 12px; }
  .length-form legend { font-size:21px; }
  .length-switch span { font-size:12px; padding:10px 7px; }
  .length-form fieldset>p { font-size:13px; }
  .length-figure { max-width:390px; width:100%; margin:auto; }
  .price-table tr { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 24px; }
  .price-table td { flex-direction:row; flex-wrap:wrap; align-items:baseline; gap:4px 12px; }
  .mobile-level { width:100%; min-height:0; font-size:12px; }
}

.sticky-length { position:fixed; top:0; left:0; right:0; z-index:35; background:#fffffff5; border-bottom:1px solid var(--line); box-shadow:0 5px 20px #00000008; backdrop-filter:blur(12px); }
.sticky-length-inner { max-width:1440px; padding:14px var(--gutter); margin:auto; display:flex; align-items:center; justify-content:center; gap:32px; }
.sticky-length strong { font-size:19px; font-weight:650; line-height:1.35; }
.sticky-length .length-switch { margin:0; min-width:410px; }
.price-tabs { flex-wrap:wrap; column-gap:30px; row-gap:16px; }
.price-panel { scroll-margin-top:130px; }
@media(max-width:700px) {
 .sticky-length-inner { padding:12px 18px; flex-direction:column; gap:10px; }
 .sticky-length strong { font-size:16px; text-align:center; }
 .sticky-length .length-switch { min-width:0; width:100%; }
 .sticky-length .length-switch span { min-height:40px; }
 .price-tabs { column-gap:22px; }
 .price-tab { font-size:16px; }
}

.length-guide .special-length-note { font-size: 12px; line-height: 1.6; color: var(--muted, #686868); max-width: 580px; margin-top: 14px; }

.local-intro { background: #f4f3ef; }
.local-intro .heading-row { margin-bottom: 48px; }
.direction-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #b8b8b4; }
.direction-links a { display: flex; justify-content: space-between; gap: 24px; padding: 28px 0; color: inherit; text-decoration: none; border-bottom: 1px solid #b8b8b4; }
.direction-links a:nth-child(odd) { padding-right: 28px; border-right: 1px solid #b8b8b4; }
.direction-links a:nth-child(even) { padding-left: 28px; }
.direction-links strong { font-size: 20px; }
.direction-links span { color: #666; text-align: right; }
.landing-page { background: #f4f3ef; }
.landing-hero { min-height: 720px; padding-top: 150px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; background: #252628; color: #fff; }
.landing-hero h1 { max-width: 800px; margin: 18px 0 28px; font-size: clamp(48px, 7vw, 104px); line-height: .94; letter-spacing: -.055em; }
.landing-hero p:not(.eyebrow) { max-width: 650px; font-size: 20px; line-height: 1.55; color: #d0d0d0; }
.landing-hero img { width: 100%; height: 570px; object-fit: cover; object-position: center 25%; filter: grayscale(1); }
.landing-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.landing-copy h2, .landing-contact h2 { font-size: clamp(36px, 5vw, 70px); line-height: 1; letter-spacing: -.045em; }
.landing-copy p { max-width: 680px; font-size: 18px; line-height: 1.7; }
.landing-services > div { display: flex; justify-content: space-between; gap: 24px; padding: 17px 0; border-bottom: 1px solid #bbb; }
.landing-services > div strong { white-space: nowrap; }
.landing-services > p { color: #666; font-size: 13px; }
.landing-contact { background: #252628; color: #fff; }
.landing-contact .phone-link { display: inline-block; margin-left: 28px; color: #fff; }
@media (max-width: 760px) {
  .direction-links, .landing-hero, .landing-copy { grid-template-columns: 1fr; }
  .direction-links a { display: block; padding: 22px 0 !important; border-right: 0 !important; }
  .direction-links span { display: block; margin-top: 8px; text-align: left; }
  .landing-hero { min-height: auto; padding-top: 112px; }
  .landing-hero img { height: 420px; }
  .landing-hero p:not(.eyebrow) { font-size: 17px; }
  .landing-contact .phone-link { display: block; margin: 24px 0 0; }
}
