:root {
  --paper: #f5f0e8;
  --paper-soft: #faf7f1;
  --paper-deep: #ece5da;
  --ink: #342d27;
  --ink-soft: #665d54;
  --olive: #7f8063;
  --olive-deep: #5f6348;
  --line: rgba(52, 45, 39, 0.25);
  --line-soft: rgba(52, 45, 39, 0.14);
  --serif: "Bodoni 72", Didot, Baskerville, "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  --sans: Avenir, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Arial, sans-serif;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--serif); line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.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; z-index: 1000; top: -80px; left: 16px; padding: 9px 15px; background: var(--ink); color: white; font-family: var(--sans); font-size: 12px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 1px solid var(--olive-deep); outline-offset: 5px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: var(--header-height); padding: 7px clamp(28px, 5.2vw, 84px); display: flex; align-items: center; justify-content: space-between; transition: height .35s ease, background .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { height: 68px; background: rgba(247, 243, 236, .93); box-shadow: 0 1px 0 var(--line-soft); backdrop-filter: blur(14px); }
.brand { width: 92px; height: 68px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 88px; height: auto; }
.site-header.is-scrolled .brand { height: 58px; }
.site-header.is-scrolled .brand img { width: 72px; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 52px); }
.site-nav a { position: relative; padding: 8px 0; font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: .27em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--ink); transition: right .28s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: .27em; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 9px 5px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px auto; background: var(--ink); transition: transform .25s ease; }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: #e9e4dc; }
.hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(248,246,241,.96) 0%, rgba(248,246,241,.9) 27%, rgba(248,246,241,.38) 49%, rgba(248,246,241,.03) 70%), linear-gradient(180deg, rgba(248,246,241,.12), transparent 60%, rgba(38,33,29,.12)); }
.hero-content { min-height: 100svh; width: min(690px, 57vw); padding: clamp(135px, 19vh, 190px) 0 110px clamp(42px, 5vw, 78px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-kicker { margin: 0 0 clamp(32px, 5vh, 58px); font-family: var(--sans); font-size: 9px; line-height: 1.8; font-weight: 500; letter-spacing: .34em; text-transform: uppercase; }
.hero h1 { margin: 0; font-weight: 400; font-size: clamp(47px, 5vw, 78px); line-height: 1.35; letter-spacing: .01em; }
.hero h1 span { display: block; white-space: nowrap; }
.hero-copy { margin: 30px 0 0; font-size: clamp(12px, 1.05vw, 16px); line-height: 2; letter-spacing: .03em; }
.outline-button { min-width: 222px; min-height: 54px; margin-top: 34px; padding: 0 22px 0 30px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid currentColor; border-radius: 999px; background: transparent; color: inherit; cursor: pointer; font-family: var(--serif); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; transition: background .28s ease, color .28s ease, transform .28s ease; }
.outline-button:hover, .outline-button:focus-visible { background: var(--ink); color: var(--paper-soft); transform: translateY(-2px); }
.outline-button span { font-size: 19px; line-height: 1; }
.hero-markets { position: absolute; right: clamp(32px, 6vw, 94px); top: 43%; display: grid; gap: 10px; font-family: var(--sans); font-size: 8px; letter-spacing: .4em; text-transform: uppercase; color: rgba(52,45,39,.6); }
.hero-signature { position: absolute; left: clamp(42px, 5vw, 78px); bottom: 35px; margin: 0; font-family: var(--sans); font-size: 7px; line-height: 1.8; letter-spacing: .42em; text-transform: uppercase; color: rgba(52,45,39,.64); }
.scroll-mark { position: absolute; bottom: 32px; left: 50%; width: 26px; height: 42px; border: 1px solid rgba(52,45,39,.46); border-radius: 999px; }
.scroll-mark span { position: absolute; top: 8px; left: 50%; width: 2px; height: 8px; margin-left: -1px; border-radius: 2px; background: var(--ink); animation: scrollDot 2s ease-in-out infinite; }
@keyframes scrollDot { 0%, 100% { transform: translateY(0); opacity: .3; } 45% { transform: translateY(15px); opacity: 1; } }

.section { padding: clamp(90px, 10vw, 154px) clamp(36px, 7vw, 112px); }
.section-label { display: flex; align-items: center; gap: 15px; margin: 0 0 28px; font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; }
.section-label span { font-family: var(--serif); font-size: 11px; letter-spacing: .05em; }
.section-label i { display: block; width: 32px; height: 1px; background: currentColor; opacity: .65; }
.body-copy { margin: 27px 0 0; max-width: 640px; font-size: clamp(12px, 1.12vw, 16px); line-height: 2.05; letter-spacing: .035em; }

.about { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 145px); align-items: center; overflow: hidden; background: var(--paper-soft); }
.leaf-shadow { position: absolute; left: -4%; bottom: 8%; width: 31%; height: 55%; background: url("assets/paper-shadow.webp") 14% 50% / cover no-repeat; mix-blend-mode: multiply; opacity: .17; filter: blur(.2px); pointer-events: none; }
.about-copy { position: relative; z-index: 1; }
.about h2, .services h2, .approach h2, .contact h2, .modal h2 { margin: 0; font-weight: 400; letter-spacing: -.02em; }
.about h2 { font-size: clamp(62px, 7vw, 110px); line-height: .92; }
.about-lead { margin: 38px 0 0; font-size: clamp(26px, 2.5vw, 40px); line-height: 1.55; letter-spacing: .08em; }
.about .outline-button { margin-top: 32px; }
.about-mini-mark { position: absolute; left: -58px; bottom: -90px; width: 145px; opacity: .16; }
.about-mini-mark img { width: 110px; }
.about-mini-mark span { display: block; margin-top: 2px; font-family: var(--sans); font-size: 6px; line-height: 1.8; letter-spacing: .29em; text-transform: uppercase; }
.about-visual { position: relative; margin: 0; min-width: 0; }
.about-visual img { width: 100%; aspect-ratio: 1.07; object-fit: cover; object-position: center; }
.about-visual figcaption { position: absolute; top: 12%; right: 8%; font-family: var(--sans); font-size: 8px; line-height: 1.75; letter-spacing: .25em; text-transform: uppercase; }

.services { background: var(--paper); }
.services-heading { display: grid; grid-template-columns: minmax(0, 1fr) 170px; gap: 70px; align-items: start; margin-bottom: 64px; }
.services h2 { font-size: clamp(42px, 5.25vw, 82px); line-height: 1.3; }
.services-heading aside { display: grid; gap: 3px; padding-top: 12px; font-family: var(--sans); font-size: 8px; line-height: 1.5; letter-spacing: .28em; text-transform: uppercase; }
.services-heading aside i { display: block; width: 67px; height: 1px; margin: 26px 0; background: var(--ink); }
.services-heading aside p { margin: 0; font-family: var(--serif); font-size: 11px; line-height: 1.8; letter-spacing: .08em; text-transform: none; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 365px; padding: 40px 36px; display: grid; grid-template-columns: minmax(195px, .88fr) minmax(190px, .72fr); grid-template-rows: auto 1fr auto; gap: 22px 30px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; overflow: hidden; }
.service-card::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.34); opacity: 0; transition: opacity .35s ease; }
.service-card:hover::after, .service-card:focus-visible::after { opacity: 1; }
.service-number { position: absolute; z-index: 0; left: 12px; top: 7px; font-size: clamp(86px, 10vw, 155px); line-height: 1; color: rgba(52,45,39,.055); }
.service-text { position: relative; z-index: 2; grid-row: 2; align-self: center; }
.service-text strong { display: block; font-size: clamp(24px, 2.4vw, 39px); font-weight: 400; line-height: 1.1; letter-spacing: -.02em; }
.service-text em { display: block; margin-top: 28px; font-style: normal; font-size: 17px; line-height: 1.55; letter-spacing: .06em; }
.service-card img { position: relative; z-index: 2; grid-column: 2; grid-row: 1 / 4; align-self: center; width: 100%; aspect-ratio: .98; object-fit: cover; }
.circle-arrow { position: relative; z-index: 3; grid-row: 3; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--sans); font-size: 17px; transition: color .25s ease, background .25s ease, transform .25s ease; }
.service-card:hover .circle-arrow, .service-card:focus-visible .circle-arrow { background: var(--ink); color: var(--paper); transform: translateX(5px); }
.service-hint { margin: 24px 0 0; text-align: right; font-family: var(--sans); font-size: 8px; letter-spacing: .17em; color: var(--ink-soft); }

.approach { background: var(--paper-soft); }
.approach-hero { min-height: 520px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; background: linear-gradient(90deg, rgba(250,247,241,.18), rgba(250,247,241,.04)), url("assets/paper-shadow.webp") center / cover no-repeat; }
.approach h2 { font-size: clamp(52px, 6.5vw, 100px); line-height: 1.18; }
.approach-hero > div:first-child > p:last-child { margin: 26px 0 0; font-size: 15px; line-height: 2; }
.approach-side { min-height: 230px; padding: 16px 0 15px clamp(35px, 5vw, 80px); border-left: 1px solid var(--line); }
.approach-side p { margin: 0; font-size: 13px; line-height: 2; }
.approach-side span { display: block; margin: 45px 0 0; color: rgba(52,45,39,.4); font-family: cursive; font-size: clamp(28px, 3vw, 45px); line-height: 1.15; transform: rotate(-8deg); }
.approach-steps { list-style: none; margin: 0; padding-top: 58px; padding-bottom: 70px; display: grid; grid-template-columns: repeat(3, 1fr); }
.approach-steps li { min-height: 360px; padding: 0 clamp(24px, 3.5vw, 55px); text-align: center; border-right: 1px solid var(--line-soft); }
.approach-steps li:first-child { padding-left: 0; }
.approach-steps li:last-child { padding-right: 0; border-right: 0; }
.approach-steps li > span { display: block; font-size: clamp(39px, 4.4vw, 68px); line-height: 1; }
.approach-steps strong { display: block; margin-top: 11px; font-size: 15px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; }
.approach-steps li > i { display: block; width: 42px; height: 1px; margin: 20px auto 24px; background: var(--ink); }
.approach-steps h3 { margin: 0; font-size: 15px; font-weight: 600; letter-spacing: .03em; }
.approach-steps p { max-width: 320px; margin: 16px auto 0; font-size: 12px; line-height: 2; }
.approach-steps b { width: 76px; height: 76px; margin: 27px auto 0; display: grid; place-items: center; border-radius: 50%; background: rgba(208,196,181,.28); color: #735842; font-size: 32px; font-weight: 400; }

.contact { min-height: 420px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; background: linear-gradient(90deg, rgba(250,247,241,.25), rgba(250,247,241,.08)), url("assets/paper-shadow.webp") 35% 52% / cover no-repeat; }
.contact h2 { font-size: clamp(38px, 4vw, 64px); line-height: 1.35; white-space: nowrap; }
.contact-copy > p:last-child { margin: 24px 0 0; font-size: 13px; line-height: 2; }
.contact-link { min-width: 180px; padding: 13px 0; display: flex; justify-content: space-between; gap: 45px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; font-family: var(--sans); font-size: 9px; letter-spacing: .3em; text-transform: uppercase; }
.contact-link span { font-size: 18px; transition: transform .25s ease; }
.contact-link:hover span { transform: translateX(7px); }

.site-footer { padding: 45px clamp(36px, 5vw, 80px) 26px; display: grid; grid-template-columns: 130px 1fr auto; gap: 18px 36px; align-items: center; border-top: 1px solid var(--line-soft); background: var(--paper-soft); }
.footer-logo { width: 96px; }
.site-footer > p { margin: 0; font-family: var(--sans); font-size: 7px; letter-spacing: .27em; text-transform: uppercase; }
.site-footer nav { display: flex; gap: 26px; }
.site-footer nav a, .site-footer nav button { padding: 0; border: 0; background: transparent; cursor: pointer; font-family: var(--sans); font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }
.site-footer nav a:hover, .site-footer nav button:hover { color: var(--olive-deep); }
.footer-copy { grid-column: 1 / -1; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line-soft); color: var(--ink-soft); }
.footer-copy span { font-family: var(--serif); letter-spacing: .12em; text-transform: none; }

.modal { width: min(850px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: clamp(42px, 6vw, 80px); border: 0; background: var(--paper-soft); color: var(--ink); box-shadow: 0 30px 100px rgba(44,37,31,.28); }
.modal::backdrop { background: rgba(52,45,39,.6); backdrop-filter: blur(5px); }
.modal[open] { animation: modalIn .34s ease; }
@keyframes modalIn { from { opacity: 0; transform: translateY(15px); } }
.modal::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("assets/paper-shadow.webp") center / cover no-repeat; opacity: .08; }
.modal-close { position: absolute; top: 18px; right: 19px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-family: var(--sans); font-size: 23px; font-weight: 200; line-height: 1; }
.modal-close:hover { background: var(--ink); color: var(--paper); }
.modal-label { margin: 0 0 27px; font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: var(--olive-deep); }
.modal h2 { font-size: clamp(42px, 5.3vw, 72px); line-height: 1.2; }
.service-modal h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.35; white-space: nowrap; }
.modal-lead { max-width: 680px; margin: 26px 0 35px; font-size: 13px; line-height: 2; }
.modal-details { padding: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.modal-details > div > p { margin: 0 0 14px; font-family: var(--sans); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; color: var(--olive-deep); }
.modal-details ul { margin: 0; padding: 0; list-style: none; }
.modal-details li { padding: 3px 0; font-size: 12px; }
.modal-details li::before { content: "—"; margin-right: 9px; color: var(--olive); }
.modal-details div > span { display: block; font-size: 12px; line-height: 2; }
.modal-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.modal-tags span { padding: 5px 9px; border: 1px solid var(--line); font-family: var(--sans); font-size: 8px; letter-spacing: .08em; }
.contact-modal form { display: grid; gap: 21px; }
.contact-modal form[hidden], .form-success[hidden] { display: none; }
.contact-intro { max-width: 620px; font-size: 16px; }
.contact-modal label { display: grid; gap: 7px; font-family: var(--sans); font-size: 14px; font-weight: 500; letter-spacing: .06em; }
.contact-modal label span { margin-left: 6px; color: var(--olive-deep); font-size: 11px; }
.contact-modal input, .contact-modal select, .contact-modal textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.66); outline: none; font-family: var(--serif); font-size: 16px; }
.contact-modal input:focus, .contact-modal select:focus, .contact-modal textarea:focus { border-color: var(--olive-deep); box-shadow: 0 0 0 2px rgba(127,128,99,.12); }
.form-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-group legend { margin: 0 0 9px; padding: 0; font-family: var(--sans); font-size: 14px; font-weight: 500; letter-spacing: .06em; }
.form-group legend span { margin-left: 6px; color: var(--olive-deep); font-size: 11px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; }
.contact-modal .contact-option { display: flex; align-items: center; gap: 9px; font-family: var(--serif); font-size: 16px; font-weight: 400; letter-spacing: .03em; cursor: pointer; }
.contact-modal .contact-option input { width: 18px; height: 18px; flex: 0 0 auto; margin: 0; padding: 0; accent-color: var(--olive-deep); }
.contact-modal .outline-button { justify-self: start; margin-top: 3px; }
.form-status { min-height: 18px; margin: -4px 0 0; font-family: var(--sans); font-size: 12px; color: var(--ink-soft); }
.form-status.is-error { color: #8b4035; }
.form-honey { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; opacity: 0 !important; pointer-events: none !important; }
.contact-modal button[disabled] { opacity: .52; cursor: wait; transform: none; }
.form-success { min-height: 330px; padding: 55px 0 20px; border-top: 1px solid var(--line); }
.form-success-label { margin: 0 0 18px; color: var(--olive-deep); font-family: var(--sans); font-size: 9px; letter-spacing: .28em; text-transform: uppercase; }
.form-success h3 { max-width: 620px; margin: 0; font-size: clamp(28px, 4vw, 45px); font-weight: 400; line-height: 1.55; }
.form-success > p:last-of-type { max-width: 600px; margin: 22px 0 0; font-size: 15px; line-height: 2; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-content { width: 66vw; }
  .hero-markets { display: none; }
  .about { grid-template-columns: 1fr 1fr; gap: 55px; }
  .service-card { grid-template-columns: 1fr 180px; padding: 30px 26px; }
}

@media (max-width: 780px) {
  :root { --header-height: 70px; }
  .site-header { padding: 5px 18px; }
  .brand { width: 76px; height: 60px; }
  .brand img { width: 74px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; top: var(--header-height); left: 0; right: 0; padding: 16px 24px 24px; display: grid; gap: 0; background: rgba(247,243,236,.97); border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 13px 2px; border-bottom: 1px solid var(--line-soft); font-size: 8px; }
  .hero { min-height: 820px; }
  .hero-image { object-position: 62% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(248,246,241,.82) 0%, rgba(248,246,241,.7) 38%, rgba(248,246,241,.22) 64%, rgba(48,39,31,.22) 100%), linear-gradient(90deg, rgba(248,246,241,.82), rgba(248,246,241,.05)); }
  .hero-content { min-height: 820px; width: 100%; padding: 110px 24px 135px; justify-content: flex-start; }
  .hero-kicker { margin-bottom: 38px; font-size: 7px; }
  .hero h1 { font-size: clamp(39px, 11vw, 55px); line-height: 1.45; }
  .hero-copy { max-width: 470px; font-size: 11px; line-height: 1.95; }
  .hero-copy br { display: none; }
  .hero-signature { left: 24px; bottom: 27px; color: rgba(255,255,255,.86); }
  .scroll-mark { display: none; }
  .section { padding: 82px 24px; }
  .about { grid-template-columns: 1fr; }
  .about h2 { font-size: clamp(58px, 18vw, 85px); }
  .about-visual { margin-top: 15px; }
  .about-mini-mark { display: none; }
  .services-heading { grid-template-columns: 1fr; margin-bottom: 45px; }
  .services-heading aside { display: none; }
  .services h2 { font-size: clamp(38px, 11vw, 56px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; grid-template-columns: 1fr minmax(140px, .72fr); padding: 29px 22px; gap: 18px; }
  .service-text strong { font-size: clamp(23px, 7vw, 34px); }
  .service-text em { margin-top: 22px; font-size: 14px; }
  .service-hint { text-align: left; line-height: 1.7; }
  .approach-hero { min-height: 570px; grid-template-columns: 1fr; gap: 50px; }
  .approach h2 { font-size: clamp(48px, 14vw, 68px); }
  .approach-side { min-height: auto; padding: 25px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .approach-steps { grid-template-columns: 1fr; padding-top: 40px; padding-bottom: 40px; }
  .approach-steps li, .approach-steps li:first-child, .approach-steps li:last-child { min-height: 0; padding: 42px 0; border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .approach-steps li:last-child { border-bottom: 0; }
  .contact { min-height: 500px; grid-template-columns: 1fr; align-items: end; }
  .contact h2 { font-size: clamp(26px, 9vw, 42px); }
  .contact-link { justify-self: start; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 38px 24px 22px; }
  .site-footer nav { grid-column: 1 / -1; flex-wrap: wrap; }
  .site-footer > p:first-of-type { text-align: right; }
  .footer-copy { display: grid; gap: 8px; }
  .modal { width: calc(100% - 18px); max-height: calc(100svh - 18px); padding: 62px 24px 30px; }
  .service-modal h2 { font-size: clamp(22px, 7vw, 36px); line-height: 1.45; }
  .modal-details, .form-row { grid-template-columns: 1fr; }
  .contact-option-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 37px; }
  .hero .outline-button { margin-top: 28px; }
  .service-card { grid-template-columns: 1fr 125px; }
  .service-text strong { font-size: 22px; }
}

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