:root {
  --ink: #191a18;
  --ink-soft: #2b2c29;
  --blue: #e7e1d7;
  --blue-deep: #626761;
  --orange: #c9bca9;
  --cream: #efede7;
  --paper: #faf9f6;
  --white: #ffffff;
  --muted: #72736f;
  --line: rgba(25, 26, 24, 0.16);
  --wrap: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 20px; color: var(--blue-deep); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(32px, calc((100vw - 1180px) / 2));
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.17);
}
.brand { display: flex; align-items: center; gap: 12px; }
.logo-crop { position: relative; display: block; overflow: hidden; flex: none; background: #000; border-radius: 50%; }
.logo-crop img { position: absolute; width: 100%; max-width: none; height: auto; left: 0; top: -62%; }
.logo-crop--small { width: 50px; height: 50px; box-shadow: 0 0 0 1px rgba(255,255,255,.28); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { color: var(--white); font-size: 1.28rem; letter-spacing: .12em; }
.brand-copy small { margin-top: 5px; font-size: .62rem; font-weight: 700; letter-spacing: .17em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .78rem; font-weight: 700; }
.main-nav > a:not(.nav-call) { opacity: .86; transition: opacity .2s; }
.main-nav > a:not(.nav-call):hover { opacity: 1; }
.nav-call { padding: 13px 18px; border: 1px solid rgba(255,255,255,.5); }
.menu-toggle { display: none; border: 0; background: none; padding: 12px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: white; overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; scale: 1.035; animation: heroScale 1.8s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,12,23,.94) 0%, rgba(3,18,31,.68) 44%, rgba(5,20,33,.12) 78%), linear-gradient(0deg, rgba(3,17,29,.78) 0%, transparent 45%); }
.hero-pattern { position: absolute; inset: 0; opacity: .045; background-image: linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.15) 49% 50%, transparent 51%); background-size: 60px 105px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(96px, 14vh, 150px); }
.hero-eyebrow { color: var(--orange); }
.hero h1 { display: grid; gap: .025em; max-width: 980px; margin: 0; font-size: clamp(4.2rem, 7vw, 7.6rem); line-height: 1; letter-spacing: -.055em; font-weight: 800; }
.hero h1 span { display: block; }
.hero-brand { color: #e7e1d7; }
.hero-service { font-size: .82em; color: var(--white); letter-spacing: -.045em; }
.hero-promise { max-width: 500px; margin: 30px 0 0; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.65; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 1px solid transparent; font-size: .82rem; font-weight: 800; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button--primary { color: var(--ink); background: #e7e1d7; }
.button--primary:hover { background: var(--white); }
.button--ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.button--ghost:hover { background: white; color: var(--ink); }
.hero-note { position: absolute; z-index: 2; right: max(32px, calc((100vw - 1180px) / 2)); bottom: 68px; display: flex; align-items: center; gap: 14px; }
.hero-note-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #d5cec2; border: 1px solid rgba(255,255,255,.35); font-size: 1.2rem; }
.hero-note span:last-child { display: grid; font-size: .7rem; line-height: 1.65; color: rgba(255,255,255,.65); }
.hero-note strong { color: white; font-size: .82rem; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 24px; width: 24px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 3px; height: 7px; border-radius: 4px; background: #e7e1d7; animation: scrollCue 1.6s ease-in-out infinite; }
.reveal { opacity: 0; transform: translateY(24px); animation: reveal .7s .25s cubic-bezier(.2,.7,.2,1) forwards; }
.reveal--delay-1 { animation-delay: .38s; }
.reveal--delay-2 { animation-delay: .52s; }
.reveal--delay-3 { animation-delay: .66s; }

.trust-band { padding: 130px 0; background: var(--cream); }
.trust-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 11vw; align-items: end; }
.trust-intro h2, .section-heading h2, .gallery-heading h2 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .95; font-weight: 400; letter-spacing: -.035em; }
h2 em { color: var(--blue-deep); font-weight: 400; }
.trust-copy > p { margin: 0 0 42px; font-size: 1.18rem; line-height: 1.8; }
.proof-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.proof-line span { display: grid; gap: 8px; font-size: .72rem; font-weight: 700; }
.proof-line b { color: var(--blue-deep); font-size: .66rem; }

.service-story { min-height: 850px; display: grid; grid-template-columns: minmax(340px, .92fr) 1.08fr; background: var(--ink); color: white; }
.service-photo { position: relative; overflow: hidden; min-height: 750px; }
.service-photo::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(7,26,45,.7), transparent 45%); }
.service-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; transition: scale 1s cubic-bezier(.2,.7,.2,1); }
.service-photo:hover img { scale: 1.03; }
.photo-caption { position: absolute; z-index: 2; left: clamp(28px, 5vw, 72px); bottom: 55px; font-size: 1rem; line-height: 1.55; }
.service-content { padding: clamp(80px, 9vw, 135px) clamp(32px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.service-content h2 { margin: 0 0 45px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(3.6rem, 6vw, 6.5rem); font-weight: 400; }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-list a { display: grid; grid-template-columns: 40px 1fr 30px; align-items: center; min-height: 78px; border-bottom: 1px solid rgba(255,255,255,.16); transition: color .25s, padding .25s; }
.service-list a:hover { color: var(--blue); padding-left: 8px; }
.service-list span { font-size: .64rem; color: #aaa398; }
.service-list strong { font-size: clamp(1rem, 1.35vw, 1.25rem); font-weight: 600; }
.service-list i { font-style: normal; font-size: 1.2rem; }

.material-care { padding: 150px 0 190px; overflow: clip; background: var(--paper); }
.material-intro { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; margin-bottom: 115px; }
.material-intro .eyebrow { padding-top: 14px; }
.material-intro h2 { max-width: 850px; margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(3.8rem, 6.8vw, 7.3rem); line-height: .91; font-weight: 400; letter-spacing: -.04em; }
.material-intro > div > p { max-width: 570px; margin: 38px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.care-feature { width: min(1320px, calc(100vw - 48px)); min-height: 620px; margin: 0 auto 170px; display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(310px, .58fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.care-media { min-height: 620px; overflow: hidden; background: #d9d4cb; }
.care-media img, .care-tile-media img, .care-macro-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.care-feature:hover .care-media img, .care-tile:hover .care-tile-media img, .care-macro:hover .care-macro-media img { transform: scale(1.025); }
.care-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 90px); background: var(--cream); }
.care-number { margin-bottom: auto; color: var(--blue-deep); font-size: .67rem; font-weight: 800; letter-spacing: .14em; }
.care-copy h3 { margin: 70px 0 25px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(3.5rem, 5.2vw, 6.2rem); line-height: .86; font-weight: 400; letter-spacing: -.04em; }
.care-copy p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.85; }
.care-copy a, .care-macro-copy a { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); font-size: .74rem; font-weight: 800; }
.care-feature--reverse { grid-template-columns: minmax(310px, .58fr) minmax(0, 1.42fr); }
.care-feature--reverse .care-media { order: 2; }
.care-feature--reverse .care-copy { order: 1; background: #e5e0d7; }
.care-duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 9vw, 125px); margin-bottom: 260px; }
.care-tile { max-width: 510px; }
.care-tile--offset { margin-top: 135px; justify-self: end; }
.care-tile-media { aspect-ratio: 4 / 5; overflow: hidden; background: #d9d4cb; }
.care-tile-copy { display: grid; grid-template-columns: 58px 1fr; padding-top: 26px; border-top: 1px solid var(--line); margin-top: 18px; }
.care-tile-copy > span { padding-top: 8px; color: var(--blue-deep); font-size: .66rem; font-weight: 800; }
.care-tile-copy h3 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(2.6rem, 4vw, 4.2rem); line-height: 1; font-weight: 400; }
.care-tile-copy p { grid-column: 2; max-width: 360px; margin: 18px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.75; }
.care-macro { position: relative; margin-top: 40px; }
.care-macro-media { width: 78%; height: min(680px, 62vw); overflow: hidden; background: #d9d4cb; }
.care-macro-copy { position: absolute; right: 0; bottom: -70px; width: min(430px, 39%); padding: 48px; background: var(--ink); color: white; }
.care-macro-copy > span { color: #bdb6aa; font-size: .63rem; font-weight: 800; letter-spacing: .15em; }
.care-macro-copy h3 { margin: 38px 0 18px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(3.5rem, 5vw, 5.5rem); line-height: .9; font-weight: 400; }
.care-macro-copy p { margin: 0; color: rgba(255,255,255,.67); font-size: .82rem; line-height: 1.8; }
.care-macro-copy a { border-color: rgba(255,255,255,.55); }

.process { padding: 145px 0; background: var(--paper); }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 90px; }
.section-heading .eyebrow { width: 35%; padding-top: 12px; }
.section-heading h2 { width: 65%; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-step { min-height: 270px; padding: 28px 30px 0 0; border-right: 1px solid var(--line); }
.process-step + .process-step { padding-left: 30px; }
.process-step:last-child { border-right: 0; }
.process-step > span { display: inline-grid; width: 38px; height: 38px; place-items: center; margin-bottom: 52px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue-deep); font-size: .66rem; font-weight: 800; }
.process-step h3 { margin: 0 0 16px; font-size: 1rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.75; }

.work-gallery { padding: 130px 0 160px; background: var(--cream); }
.gallery-heading { margin-bottom: 78px; }
.gallery-grid { width: min(1370px, calc(100vw - 32px)); margin: 0 auto; display: grid; grid-template-columns: .78fr 1.22fr .7fr; grid-template-rows: 380px 320px; gap: 18px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: #d9d4cb; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: scale .9s cubic-bezier(.2,.7,.2,1); }
.gallery-grid figure:hover img { scale: 1.035; }
.gallery-grid figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 12px; color: white; background: rgba(7,26,45,.78); backdrop-filter: blur(8px); font-size: .68rem; }
.gallery-tall { grid-row: 1 / 3; }
.gallery-wide { grid-column: 2 / 4; }
.gallery-wide img { object-position: center 55%; }
.gallery-detail img { object-position: center 64%; }

.areas { position: relative; padding: 140px 0; overflow: hidden; background: var(--ink); color: white; }
.areas::before { content:""; position:absolute; width:700px; height:700px; right:-180px; top:-270px; border:1px solid rgba(4,200,238,.16); border-radius:50%; box-shadow: 0 0 0 90px rgba(4,200,238,.025), 0 0 0 180px rgba(4,200,238,.018); }
.areas-layout { position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: 12vw; align-items: center; }
.areas-copy h2 { margin: 0 0 35px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(4rem, 7vw, 7rem); line-height: .9; font-weight: 400; }
.areas-copy > p:not(.eyebrow) { max-width: 520px; margin: 0; color: rgba(255,255,255,.7); line-height: 1.85; }
.area-names { display: flex; gap: 12px; margin: 35px 0; flex-wrap: wrap; }
.area-names span { padding: 5px 18px 7px 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: .72rem; }
.text-link { display: inline-flex; gap: 30px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: .78rem; font-weight: 800; }
.areas-visual { position: relative; height: 560px; }
.areas-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 64%; border-radius: 240px 240px 0 0; filter: saturate(.85); }
.route-line { position:absolute; right:-45px; bottom:70px; width:200px; height:140px; border:1px dashed rgba(255,255,255,.48); border-left:0; border-bottom:0; border-radius:0 120px 0 0; transform:rotate(-12deg); }
.route-dot { position:absolute; width:12px; height:12px; border-radius:50%; background:#e7e1d7; box-shadow:0 0 0 7px rgba(255,255,255,.1); }
.route-dot--one { right:144px; bottom:51px; }
.route-dot--two { right:-48px; bottom:202px; background:#9f9b93; }

.faq { padding: 140px 0; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.faq-heading h2 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(4rem, 6vw, 6rem); font-weight: 400; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; min-height: 86px; cursor: pointer; font-size: 1rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-deep); font-size: 1.4rem; font-weight: 400; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; margin: -6px 0 28px; color: var(--muted); font-size: .86rem; line-height: 1.75; }

.contact { padding: 0 24px 24px; background: var(--paper); }
.contact-panel { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.contact-copy { position: relative; padding: clamp(70px, 8vw, 120px) max(40px, calc((100vw - 1180px) / 2)); padding-right: clamp(50px, 7vw, 100px); overflow: hidden; }
.logo-crop--large { position: absolute; right: 50px; top: 45px; width: 135px; height: 135px; opacity: .12; }
.contact-copy h2 { max-width: 650px; margin: 0 0 28px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(4rem, 6.5vw, 7rem); line-height: .88; font-weight: 400; }
.contact-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); line-height: 1.75; }
.contact-actions { display: flex; align-items: center; gap: 28px; margin: 38px 0 45px; }
.contact-phone { font-size: 1rem; font-weight: 800; border-bottom: 1px solid var(--ink); }
.contact-copy address { font-style: normal; color: var(--muted); font-size: .78rem; line-height: 1.8; }
.map-wrap { position: relative; min-height: 600px; overflow: hidden; background: #d9d4cb; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 720px; border: 0; filter: grayscale(.9) contrast(.95) sepia(.08); }
.map-link { position: absolute; left: 28px; right: 28px; bottom: 28px; display: flex; justify-content: space-between; padding: 18px 22px; background: var(--ink); color: white; font-size: .76rem; font-weight: 700; }
.map-link span { color: #d8d1c5; }

.site-footer { padding: 48px 0 100px; background: var(--ink); color: white; }
.footer-layout { display: flex; align-items: center; justify-content: space-between; }
.footer-layout > div { display: grid; line-height: 1; }
.footer-layout strong { color: var(--white); font-size: 1.4rem; letter-spacing: .12em; }
.footer-layout div span { margin-top: 7px; font-size: .62rem; letter-spacing: .15em; }
.footer-layout p, .footer-layout small { color: rgba(255,255,255,.55); font-size: .72rem; }
.mobile-actions { display: none; }

.observe { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.observe.is-visible { opacity: 1; transform: none; }
@keyframes reveal { to { opacity: 1; transform: none; } }
@keyframes heroScale { from { scale: 1.085; } to { scale: 1.035; } }
@keyframes scrollCue { 0%,100% { translate:-50% 0; opacity:.3; } 50% { translate:-50% 14px; opacity:1; } }

@media (max-width: 900px) {
  :root { --wrap: min(100% - 36px, 680px); }
  .site-header { z-index: 60; height: 78px; padding: 0 18px; }
  .logo-crop--small { width: 44px; height: 44px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle span { transition: transform .25s, translate .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { translate: 0 3.5px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { translate: 0 -3.5px; transform: rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 110px 32px 80px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; background: var(--ink); font-size: 1.25rem; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
  .main-nav.is-open { transform: none; }
  .nav-call { margin-top: 10px; }
  .hero { min-height: 780px; }
  .hero-media { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,12,23,.94), rgba(3,18,31,.45)), linear-gradient(0deg, rgba(3,17,29,.8), transparent); }
  .hero-content { padding-bottom: 180px; }
  .hero h1 { font-size: clamp(3.7rem, 15vw, 5.8rem); line-height: .96; max-width: 600px; }
  .hero-note { left: 18px; right: auto; bottom: 92px; }
  .scroll-cue { display: none; }
  .trust-layout, .areas-layout, .faq-layout { grid-template-columns: 1fr; gap: 65px; }
  .trust-band, .process, .work-gallery, .areas, .faq { padding-block: 95px; }
  .service-story { grid-template-columns: 1fr; }
  .service-photo { min-height: 660px; }
  .service-content { padding: 90px 24px; }
  .material-care { padding: 105px 0 140px; }
  .material-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 75px; }
  .material-intro .eyebrow { padding-top: 0; }
  .care-feature, .care-feature--reverse { width: calc(100vw - 36px); min-height: 0; grid-template-columns: 1fr; margin-bottom: 110px; }
  .care-feature--reverse .care-media, .care-feature--reverse .care-copy { order: initial; }
  .care-media { min-height: 460px; }
  .care-copy { min-height: 420px; padding: 46px; }
  .care-copy h3 { margin-top: 55px; }
  .care-duo { gap: 42px; margin-bottom: 150px; }
  .care-tile--offset { margin-top: 85px; }
  .care-macro-media { width: 82%; height: 620px; }
  .care-macro-copy { width: min(420px, 58%); }
  .section-heading { display: block; }
  .section-heading .eyebrow, .section-heading h2 { width: 100%; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(3), .process-step:nth-child(4) { border-top: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 500px 310px 360px; }
  .gallery-tall { grid-row: 1 / 2; }
  .gallery-wide { grid-column: 2; }
  .gallery-detail { grid-column: 1 / 3; }
  .areas-copy { order: 2; }
  .areas-visual { width: min(100%, 500px); margin: auto; }
  .contact-panel { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 520px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 66px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .53rem; }
  .hero { min-height: 730px; }
  .hero-content { padding-bottom: 180px; }
  .hero h1 { gap: .04em; font-size: clamp(3.4rem, 17vw, 4.65rem); line-height: .96; }
  .hero-service { max-width: 5.2ch; }
  .hero-promise { max-width: 320px; font-size: .92rem; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 330px); }
  .button { min-height: 52px; }
  .hero-actions .button--ghost { display: none; }
  .hero-note { bottom: 88px; }
  .trust-layout { gap: 48px; }
  .trust-band { padding: 85px 0; }
  .trust-copy > p { font-size: 1rem; }
  .proof-line { grid-template-columns: 1fr; gap: 18px; }
  .proof-line span { grid-template-columns: 32px 1fr; align-items: center; }
  .service-photo { min-height: 570px; }
  .photo-caption { left: 24px; bottom: 30px; }
  .service-content h2 { margin-bottom: 28px; }
  .service-list a { min-height: 72px; }
  .material-care { padding: 85px 0 115px; }
  .material-intro { margin-bottom: 58px; }
  .material-intro h2 { font-size: clamp(3.25rem, 15vw, 4.5rem); }
  .material-intro > div > p { margin-top: 28px; font-size: .9rem; }
  .care-feature, .care-feature--reverse { width: calc(100vw - 24px); margin-bottom: 85px; }
  .care-media { min-height: 330px; }
  .care-copy { min-height: 0; padding: 36px 26px 40px; }
  .care-number { margin-bottom: 0; }
  .care-copy h3 { margin: 48px 0 22px; font-size: 3.5rem; }
  .care-duo { grid-template-columns: 1fr; gap: 74px; margin-bottom: 100px; }
  .care-tile, .care-tile--offset { width: 100%; max-width: none; margin-top: 0; }
  .care-tile-copy { grid-template-columns: 48px 1fr; }
  .care-macro { width: calc(100vw - 24px); }
  .care-macro-media { width: 100%; height: 390px; }
  .care-macro-copy { position: relative; right: auto; bottom: auto; width: 100%; padding: 36px 26px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { min-height: auto; padding: 26px 0 30px; border-right: 0; border-top: 1px solid var(--line); }
  .process-step:first-child { border-top: 0; }
  .process-step > span { margin-bottom: 24px; }
  .gallery-grid { width: calc(100vw - 24px); grid-template-columns: 1fr 1fr; grid-template-rows: 380px 250px 300px; gap: 10px; }
  .gallery-wide { grid-column: 1 / 3; grid-row: 2; }
  .gallery-detail { grid-column: 1; grid-row: 3; }
  .gallery-stack { grid-column: 2; grid-row: 3; }
  .gallery-grid figcaption { left: 8px; bottom: 8px; font-size: .58rem; }
  .areas-visual { height: 470px; }
  .area-names { gap: 8px; }
  .faq-layout { gap: 45px; }
  .faq-list summary { min-height: 76px; padding-right: 8px; font-size: .88rem; }
  .contact { padding: 0; }
  .contact-copy { padding: 80px 22px; }
  .logo-crop--large { width: 90px; height: 90px; right: 20px; top: 30px; }
  .contact-copy h2 { font-size: clamp(3.5rem, 16vw, 5.4rem); }
  .contact-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .contact-phone { width: fit-content; }
  .map-link { left: 14px; right: 14px; bottom: 14px; }
  .footer-layout { align-items: flex-start; flex-direction: column; gap: 24px; }
  .site-footer { padding-bottom: 60px; }
  .mobile-actions { position: fixed; z-index: 50; inset: auto 0 0; display: grid; grid-template-columns: .8fr 1.2fr; height: 66px; color: white; box-shadow: 0 -8px 25px rgba(0,0,0,.16); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--ink); font-size: .8rem; font-weight: 800; }
  .mobile-actions a:last-child { color: var(--ink); background: #e7e1d7; }
}

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