/*
Theme Name: HOW Concierge Nursing
Theme URI: https://hownurse.com
Author: Heart of Wellness
Description: A bespoke editorial-luxury WordPress theme for HOW Concierge Nursing.
Version: 1.0.0
Text Domain: how-concierge
*/

:root {
  --how-ink: #171713;
  --how-brown: #3b3026;
  --how-gold: #9a753b;
  --how-gold-light: #c1a06b;
  --how-cream: #f7f3eb;
  --how-ivory: #fdfbf6;
  --how-taupe: #e7ddd0;
  --how-muted: #6d675f;
  --how-topline-bg: #ebe1d4;
  --how-founder-bg: #271e1a;
  --how-services-bg: #eae0d3;
  --how-method-bg: #1e1c18;
  --how-contact-bg: #eee6dc;
  --how-footer-bg: #171713;
  --how-line: rgba(68, 53, 37, .18);
  --how-serif: "Cormorant Garamond", Georgia, serif;
  --how-sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--how-ink); background: var(--how-ivory); font-family: var(--how-sans); -webkit-font-smoothing: antialiased; }
body.how-locked { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.how-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.how-kicker { margin: 0 0 18px; color: var(--how-gold); font-size: 10px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; }
.how-heading { margin: 0; font-family: var(--how-serif); font-size: clamp(48px, 6vw, 84px); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
.how-heading em { font-weight: 500; }
.how-copy { color: var(--how-muted); font-family: var(--how-serif); font-size: 21px; line-height: 1.55; }

.how-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 25px; border: 1px solid var(--how-gold); background: var(--how-gold); color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease; }
.how-button:hover { background: var(--how-brown); border-color: var(--how-brown); transform: translateY(-2px); }
.how-button--outline { background: transparent; color: var(--how-ink); border-color: var(--how-line); }
.how-button--outline:hover { color: #fff; }
.how-text-button { border: 0; background: transparent; padding: 4px 0; color: var(--how-ink); text-decoration: underline; text-decoration-color: var(--how-line); text-underline-offset: 6px; cursor: pointer; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.how-topline { height: 34px; display: flex; align-items: center; justify-content: center; gap: 20px; background: var(--how-topline-bg); color: var(--how-brown); font-size: 8px; letter-spacing: .34em; text-transform: uppercase; }
.how-topline i { width: 2px; height: 2px; border-radius: 50%; background: var(--how-gold); }
.how-header { height: 98px; background: rgba(253,251,246,.96); border-bottom: 1px solid var(--how-line); position: relative; z-index: 30; }
.how-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.how-brand { display: flex; align-items: center; gap: 13px; text-decoration: none; min-width: 230px; }
.how-brand__mark { width: 56px; height: 58px; object-fit: contain; mix-blend-mode: multiply; }
.how-brand__type { display: flex; flex-direction: column; line-height: 1; }
.how-brand__type strong { font-family: var(--how-serif); font-size: 34px; font-weight: 600; letter-spacing: .08em; }
.how-brand__type span { margin-top: 5px; font-size: 8px; letter-spacing: .33em; text-transform: uppercase; }
.how-brand__type small { margin-top: 7px; color: var(--how-gold); font-family: var(--how-serif); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.how-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.how-nav a, .how-nav button:not(.how-button) { border: 0; background: transparent; padding: 8px 0; text-decoration: none; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
.how-nav a:hover, .how-nav button:not(.how-button):hover { color: var(--how-gold); }
.how-nav .how-button { min-height: 46px; padding-inline: 20px; }
.how-menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; cursor: pointer; }
.how-menu-toggle span { display: block; height: 1px; background: var(--how-ink); margin: 6px 0; }

.how-hero { min-height: 690px; position: relative; overflow: hidden; background: #efe7dc; }
.how-hero__image { position: absolute; inset: 0; background: url("../images/how-luxury-recovery-hero.png") center center / cover no-repeat; }
.how-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(249,246,239,.98) 0%, rgba(249,246,239,.96) 26%, rgba(249,246,239,.72) 42%, rgba(249,246,239,.06) 66%); }
.how-hero__inner { min-height: 690px; position: relative; z-index: 2; display: flex; align-items: center; }
.how-hero__content { width: min(590px, 51%); padding: 75px 0 80px; }
.how-hero h1 { margin: 0; font-family: var(--how-serif); font-size: clamp(68px, 7.3vw, 108px); font-weight: 500; line-height: .81; letter-spacing: -.055em; }
.how-hero h1 em { display: block; font-weight: 500; line-height: 1.05; }
.how-hero__copy { max-width: 560px; margin: 31px 0 30px; color: #554e46; font-family: var(--how-serif); font-size: 20px; line-height: 1.42; }
.how-hero__actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.how-hero__words { position: absolute; z-index: 2; top: 52px; right: max(4vw, 30px); display: flex; flex-direction: column; gap: 11px; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; }
.how-hero__words::after { content: ""; width: 42px; height: 1px; background: var(--how-gold); margin-top: 6px; }
.how-hero__seal { position: absolute; z-index: 3; right: max(4vw, 24px); bottom: 32px; width: 132px; height: 132px; border-radius: 50%; display: grid; place-items: center; background: rgba(247,243,235,.88); border: 1px solid rgba(154,117,59,.42); backdrop-filter: blur(8px); color: var(--how-gold); text-align: center; font-family: var(--how-serif); font-style: italic; font-size: 15px; line-height: 1.1; }
.how-hero__seal::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(154,117,59,.3); border-radius: inherit; }

.how-values { padding: 102px 0 110px; background: var(--how-ivory); }
.how-founder { padding: 100px 0 106px; background: var(--how-founder-bg); color: #fff; }
.how-founder__layout { display: grid; grid-template-columns: .42fr 1.58fr; gap: 8vw; align-items: start; }
.how-founder .how-kicker { color: var(--how-gold-light); margin-top: 12px; }
.how-founder__story { max-width: 820px; }
.how-founder__story h2 { margin: 0 0 31px; font-family: var(--how-serif); font-size: clamp(42px, 5vw, 70px); font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
.how-founder__story h2 em { color: var(--how-gold-light); font-weight: 500; }
.how-founder__story > p { margin: 0 0 17px; color: #c7beb6; font-family: var(--how-serif); font-size: 18px; line-height: 1.62; }
.how-founder__signature { margin-top: 33px; display: flex; flex-direction: column; }
.how-founder__signature strong { color: var(--how-gold-light); font-family: var(--how-serif); font-size: 26px; font-style: italic; font-weight: 500; }
.how-founder__signature span { margin-top: 7px; color: #8f867e; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.how-values__intro { text-align: center; max-width: 970px; margin: 0 auto 70px; }
.how-values__intro::after { content: ""; display: block; width: 44px; height: 2px; background: var(--how-gold); margin: 29px auto 0; }
.how-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.how-value { padding: 10px 50px 0; text-align: center; border-right: 1px solid var(--how-line); }
.how-value:last-child { border-right: 0; }
.how-value__icon { width: 66px; height: 66px; margin: 0 auto 21px; color: var(--how-gold); }
.how-value__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.3; }
.how-value h3 { margin: 0 0 18px; font-size: 11px; letter-spacing: .28em; text-transform: uppercase; }
.how-value__lead { margin: 0 0 13px; font-family: var(--how-serif); font-size: 21px; line-height: 1.25; }
.how-value__body { margin: 0; color: var(--how-muted); font-family: var(--how-serif); font-size: 17px; line-height: 1.5; }

.how-services { padding: 112px 0; background: var(--how-services-bg); position: relative; overflow: hidden; }
.how-services__watermark { position: absolute; right: -30px; top: -80px; color: rgba(255,255,255,.28); font-family: var(--how-serif); font-size: 310px; line-height: 1; }
.how-services__heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 10vw; align-items: end; margin-bottom: 58px; position: relative; }
.how-services__heading .how-copy { margin: 0; }
.how-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--how-line); border-bottom: 1px solid var(--how-line); position: relative; }
.how-service { padding: 35px 28px 38px; border-right: 1px solid var(--how-line); min-height: 270px; display: flex; flex-direction: column; }
.how-service:last-child { border-right: 0; }
.how-service__number { color: var(--how-gold); font-family: var(--how-serif); font-style: italic; font-size: 17px; }
.how-service h3 { margin: auto 0 12px; font-family: var(--how-serif); font-size: 27px; font-weight: 500; line-height: 1; }
.how-service p { margin: 0; color: var(--how-muted); font-size: 11px; line-height: 1.65; }
.how-service__enquire { width: fit-content; margin-top: 22px; padding: 4px 0; border: 0; border-bottom: 1px solid var(--how-gold); background: transparent; color: var(--how-gold); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; }

.how-journey { padding: 115px 0; background: var(--how-method-bg); color: #fff; }
.how-journey__header { display: grid; grid-template-columns: 1.2fr .7fr; align-items: end; gap: 10vw; margin-bottom: 60px; }
.how-journey__header .how-copy { margin: 0; color: #b8b2a9; }
.how-journey__layout { display: grid; grid-template-columns: .6fr 1.4fr; border: 1px solid rgba(255,255,255,.14); }
.how-journey__tabs { border-right: 1px solid rgba(255,255,255,.14); }
.how-rhythm-tab { width: 100%; padding: 28px 25px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: transparent; color: #8a857e; text-align: left; cursor: pointer; display: grid; grid-template-columns: 32px 1fr; gap: 8px; }
.how-rhythm-tab span { color: var(--how-gold-light); font-family: var(--how-serif); font-style: italic; }
.how-rhythm-tab strong { font-family: var(--how-serif); font-size: 23px; font-weight: 500; }
.how-rhythm-tab small { grid-column: 2; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.how-rhythm-tab.is-active { background: rgba(255,255,255,.045); color: #fff; box-shadow: inset 2px 0 var(--how-gold-light); }
.how-journey__panel { min-height: 380px; padding: 55px; display: grid; grid-template-columns: 1fr .55fr; gap: 60px; align-items: center; }
.how-stage__overline { color: var(--how-gold-light); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.how-stage h3 { margin: 18px 0; font-family: var(--how-serif); font-size: 41px; font-weight: 500; line-height: 1.05; }
.how-stage > p:not(.how-stage__overline) { color: #bdb7af; font-family: var(--how-serif); font-size: 18px; line-height: 1.52; }
.how-stage ul { list-style: none; padding: 0; margin: 27px 0 0; }
.how-stage li { padding: 11px 0 11px 23px; position: relative; border-bottom: 1px solid rgba(255,255,255,.08); color: #dbd6cf; font-size: 10px; letter-spacing: .04em; }
.how-stage li::before { content: ""; width: 6px; height: 6px; border: 1px solid var(--how-gold-light); border-radius: 50%; position: absolute; left: 0; top: 14px; }
.how-journey__quote { padding-left: 32px; border-left: 1px solid rgba(255,255,255,.15); }
.how-journey__quote blockquote { margin: 0; color: var(--how-gold-light); font-family: var(--how-serif); font-size: 29px; font-style: italic; line-height: 1.22; }

.how-partners { padding: 115px 0; background: var(--how-ivory); }
.how-partners__box { min-height: 420px; display: grid; grid-template-columns: 1.05fr .95fr; background: #ded1c1; }
.how-partners__visual { position: relative; display: grid; place-items: center; min-height: 420px; background: radial-gradient(circle at center, rgba(255,255,255,.85), transparent 42%), linear-gradient(145deg, #ede5da, #d2c1ac); overflow: hidden; }
.how-partners__visual::before, .how-partners__visual::after { content: ""; position: absolute; border: 1px solid rgba(154,117,59,.28); border-radius: 50%; width: 390px; height: 390px; }
.how-partners__visual::after { width: 290px; height: 290px; }
.how-partners__visual img { width: 190px; height: 190px; object-fit: contain; mix-blend-mode: multiply; position: relative; z-index: 2; }
.how-partners__visual.has-custom-image::before, .how-partners__visual.has-custom-image::after { display: none; }
.how-partners__visual.has-custom-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; }
.how-partners__content { padding: 65px 7vw 65px 60px; background: var(--how-cream); display: flex; flex-direction: column; justify-content: center; }
.how-partners__content h2 { font-size: clamp(45px, 5vw, 70px); }
.how-partners__content .how-copy { margin: 25px 0 30px; }
.how-partners__points { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.how-partners__points span { padding: 9px 12px; border: 1px solid var(--how-line); color: var(--how-muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.how-contact { padding: 110px 0; background: var(--how-contact-bg); text-align: center; }
.how-contact__inner { max-width: 900px; }
.how-contact .how-copy { max-width: 700px; margin: 26px auto 33px; }
.how-contact__actions { display: flex; justify-content: center; gap: 17px; flex-wrap: wrap; }
.how-success-banner { margin: 0 auto 28px; max-width: 720px; padding: 14px 18px; background: #e4efe3; border: 1px solid #8da188; color: #3f583c; font-size: 12px; }
.how-error-banner { margin: 0 auto 28px; max-width: 720px; padding: 14px 18px; background: #f5e3df; border: 1px solid #ad7569; color: #713c32; font-size: 12px; }

.how-quote { padding: 58px 24px; background: linear-gradient(90deg, #f5eee6, #fffaf3, #efe4d7); text-align: center; }
.how-quote p { margin: 0; font-family: var(--how-serif); font-size: clamp(28px, 3vw, 43px); font-style: italic; }
.how-quote span { display: block; margin-top: 19px; color: var(--how-gold); font-size: 8px; letter-spacing: .28em; text-transform: uppercase; }
.how-footer { background: var(--how-footer-bg); color: #fff; padding: 65px 0 28px; }
.how-footer__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; }
.how-footer__brand strong { display: block; font-family: var(--how-serif); font-size: 37px; font-weight: 500; }
.how-footer__brand span { color: var(--how-gold-light); font-size: 8px; letter-spacing: .25em; text-transform: uppercase; }
.how-footer h3 { margin: 0 0 16px; color: var(--how-gold-light); font-size: 8px; letter-spacing: .22em; text-transform: uppercase; }
.how-footer p, .how-footer a { color: #aaa59e; font-size: 11px; line-height: 1.7; text-decoration: none; }
.how-footer__links { display: flex; flex-direction: column; gap: 7px; }
.how-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #74716c; font-size: 8px; line-height: 1.6; }

.how-modal { width: min(920px, calc(100% - 28px)); max-height: calc(100svh - 28px); border: 0; padding: 0; background: var(--how-cream); color: var(--how-ink); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.how-modal::backdrop { background: rgba(20,18,15,.78); backdrop-filter: blur(8px); }
.how-modal[open] { animation: howModalIn .3s ease both; }
.how-modal__inner { position: relative; min-height: 600px; padding: 62px clamp(25px, 7vw, 78px) 58px; }
.how-modal__close { position: absolute; right: 24px; top: 22px; width: 39px; height: 39px; border-radius: 50%; border: 1px solid var(--how-line); background: transparent; font-family: var(--how-serif); font-size: 27px; line-height: 1; cursor: pointer; }
.how-modal__brand { font-family: var(--how-serif); font-size: 24px; letter-spacing: .08em; }
.how-modal__brand span { display: block; color: var(--how-gold); font-family: var(--how-sans); font-size: 7px; letter-spacing: .25em; margin-top: 4px; }
.how-modal__progress { display: flex; gap: 5px; margin: 34px 0 44px; }
.how-modal__progress span { width: 42px; height: 2px; background: var(--how-line); }
.how-modal__progress span.is-done { background: var(--how-gold); }
.how-match-step { display: none; }
.how-match-step.is-active { display: block; animation: howStepIn .3s ease both; }
.how-match-step h2, .how-inquiry__heading h2 { margin: 0; font-family: var(--how-serif); font-size: clamp(40px, 5vw, 58px); font-weight: 500; line-height: .98; }
.how-modal__intro { margin: 17px 0 28px; color: var(--how-muted); font-family: var(--how-serif); font-size: 18px; line-height: 1.5; }
.how-choice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.how-choice { min-height: 150px; padding: 23px; border: 1px solid var(--how-line); background: rgba(255,255,255,.4); text-align: left; cursor: pointer; display: flex; flex-direction: column; justify-content: flex-end; transition: .2s ease; }
.how-choice:hover { border-color: var(--how-gold); transform: translateY(-3px); background: #fff; }
.how-choice > span { margin-bottom: auto; color: var(--how-gold); font-family: var(--how-serif); font-size: 24px; }
.how-choice strong { font-family: var(--how-serif); font-size: 20px; font-weight: 500; }
.how-choice small { color: var(--how-muted); font-size: 9px; margin-top: 7px; }
.how-choice-list { display: grid; gap: 10px; }
.how-choice--row { min-height: 78px; display: grid; grid-template-columns: 35px 1fr; align-items: center; }
.how-choice--row > span { margin: 0; font-size: 13px; }
.how-choice--row div { display: flex; flex-direction: column; }
.how-modal__back { margin-top: 20px; padding: 5px 0; border: 0; background: transparent; color: var(--how-muted); font-size: 10px; cursor: pointer; }
.how-result { display: grid; grid-template-columns: repeat(3,1fr); margin: 30px 0; border-top: 1px solid var(--how-line); border-bottom: 1px solid var(--how-line); }
.how-result div { padding: 20px 15px; border-right: 1px solid var(--how-line); }
.how-result div:last-child { border: 0; }
.how-result small { display: block; margin-bottom: 7px; color: var(--how-gold); font-size: 7px; letter-spacing: .15em; }
.how-result strong { font-family: var(--how-serif); font-size: 15px; font-weight: 500; }

.how-inquiry-modal { width: min(1040px, calc(100% - 28px)); }
.how-inquiry__heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; padding-bottom: 27px; margin-bottom: 26px; border-bottom: 1px solid var(--how-line); }
.how-inquiry__heading > p { margin: 0; color: var(--how-muted); font-family: var(--how-serif); font-size: 17px; line-height: 1.5; }
.how-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 28px; }
.how-field { display: flex; flex-direction: column; gap: 8px; }
.how-field--full { grid-column: 1 / -1; }
.how-field > span { color: var(--how-muted); font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.how-field input, .how-field select, .how-field textarea { width: 100%; padding: 10px 2px 11px; border: 0; border-bottom: 1px solid #bdb4a7; border-radius: 0; background: transparent; outline: none; color: var(--how-ink); }
.how-field textarea { padding: 12px; border: 1px solid #bdb4a7; resize: vertical; }
.how-field input:focus, .how-field select:focus, .how-field textarea:focus { border-color: var(--how-gold); }
.how-consent { display: flex; align-items: flex-start; gap: 9px; margin: 20px 0; color: var(--how-muted); font-size: 9px; line-height: 1.5; }
.how-consent input { accent-color: var(--how-gold); }
.how-form-note { margin: 12px 0 0; text-align: center; color: var(--how-muted); font-size: 8px; line-height: 1.5; }
.how-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; white-space: nowrap !important; }

.how-reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.how-reveal.is-visible { opacity: 1; transform: none; }
@keyframes howModalIn { from { opacity: 0; transform: translateY(14px) scale(.98); } }
@keyframes howStepIn { from { opacity: 0; transform: translateX(12px); } }

@media (max-width: 1050px) {
  .how-nav { gap: 15px; }
  .how-nav a:nth-of-type(4), .how-nav a:nth-of-type(5) { display: none; }
  .how-brand { min-width: auto; }
  .how-services__grid { grid-template-columns: repeat(2,1fr); }
  .how-service:nth-child(2) { border-right: 0; }
  .how-service:nth-child(-n+2) { border-bottom: 1px solid var(--how-line); }
}

@media (max-width: 780px) {
  .how-wrap { width: min(100% - 34px, 1180px); }
  .how-topline { height: 30px; font-size: 7px; gap: 10px; }
  .how-header { height: 78px; }
  .how-brand__mark { width: 43px; height: 45px; }
  .how-brand__type strong { font-size: 27px; }
  .how-brand__type span { font-size: 6px; }
  .how-brand__type small { display: none; }
  .how-menu-toggle { display: block; position: relative; z-index: 4; }
  .how-nav { position: fixed; inset: 30px 0 0; z-index: 3; background: var(--how-ivory); flex-direction: column; justify-content: center; transform: translateY(-110%); transition: transform .35s ease; }
  .how-nav.is-open { transform: none; }
  .how-nav a, .how-nav button:not(.how-button) { display: block !important; font-family: var(--how-serif); font-size: 28px; font-weight: 500; text-transform: none; }
  .how-hero, .how-hero__inner { min-height: 720px; }
  .how-hero__image { background-position: 62% center; }
  .how-hero__veil { background: linear-gradient(180deg, rgba(249,246,239,.96) 0%, rgba(249,246,239,.88) 45%, rgba(249,246,239,.08) 76%); }
  .how-hero__inner { align-items: flex-start; }
  .how-hero__content { width: 100%; padding-top: 78px; }
  .how-hero h1 { font-size: clamp(60px, 18vw, 83px); max-width: 650px; }
  .how-hero__copy { max-width: 520px; font-size: 18px; }
  .how-hero__words { display: none; }
  .how-hero__seal { width: 103px; height: 103px; right: 18px; bottom: 18px; font-size: 12px; }
  .how-founder, .how-values, .how-services, .how-journey, .how-partners, .how-contact { padding-block: 78px; }
  .how-founder__layout { grid-template-columns: 1fr; gap: 20px; }
  .how-values__grid { grid-template-columns: 1fr; }
  .how-value { padding: 35px 18px; border-right: 0; border-bottom: 1px solid var(--how-line); }
  .how-value:last-child { border-bottom: 0; }
  .how-services__heading, .how-journey__header { grid-template-columns: 1fr; gap: 27px; }
  .how-services__grid { grid-template-columns: 1fr; }
  .how-service { border-right: 0 !important; border-bottom: 1px solid var(--how-line); min-height: 210px; }
  .how-service:last-child { border-bottom: 0; }
  .how-journey__layout { grid-template-columns: 1fr; }
  .how-journey__tabs { border-right: 0; display: grid; grid-template-columns: repeat(2,1fr); }
  .how-rhythm-tab { padding: 18px 12px; }
  .how-rhythm-tab small { display: none; }
  .how-rhythm-tab strong { font-size: 18px; }
  .how-journey__panel { grid-template-columns: 1fr; padding: 36px 24px; }
  .how-journey__quote { display: none; }
  .how-partners__box { grid-template-columns: 1fr; }
  .how-partners__visual { min-height: 310px; }
  .how-partners__content { padding: 50px 28px; }
  .how-footer__grid { grid-template-columns: 1fr; }
  .how-footer__bottom { flex-direction: column; }
  .how-choice-grid { grid-template-columns: 1fr; }
  .how-choice { min-height: 105px; }
  .how-result { grid-template-columns: 1fr; }
  .how-result div { border-right: 0; border-bottom: 1px solid var(--how-line); }
  .how-inquiry__heading, .how-form-grid { grid-template-columns: 1fr; }
  .how-field--full { grid-column: 1; }
  .how-modal__inner { min-height: 0; padding: 62px 22px 35px; }
}

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