:root { --text-body: 17px; --text-feature-title: 24px; --text-row-title: 20px; }
:root {
  --ink: #17283c;
  --green: #315f40;
  --deep-green: #20372a;
  --cream: #f5f3ed;
  --paper: #fbfaf7;
  --line: #d9d9d2;
  --muted: #5f6b75;
}

* { box-sizing: border-box; }
.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; }
.mobile-only { display: none; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif; line-height: 1.8; line-break: strict; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-weight: 500; letter-spacing: .06em; text-wrap: balance; }
h3 { text-wrap: balance; }
h2 { font-size: clamp(2.35rem, 5vw, 4.6rem); line-height: 1.35; margin-bottom: 0; }
p { text-wrap: pretty; }

@media (min-width: 641px) {
  h1, h2 { white-space: nowrap; }
}

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 102px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; background: rgba(251,250,247,.97); border-bottom: 1px solid rgba(23,40,60,.1); transform: translateY(0); transition: height .3s, box-shadow .3s, transform .45s cubic-bezier(.22, 1, .36, 1); will-change: transform; }
.site-header.is-scrolled { height: 82px; box-shadow: 0 8px 30px rgba(23,40,60,.08); }
.site-header.is-hidden { transform: translateY(calc(-100% - 2px)); box-shadow: none; }
.brand { position: relative; width: 220px; }
.brand, .footer-brand { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.brand img, .footer-brand img { width: 100%; height: auto; transform-origin: center; transition: opacity .18s ease-out, transform .18s ease-out; }
.brand:active img, .footer-brand:active img { transform: scale(.98); opacity: .72; }
.brand:focus-visible, .footer-brand:focus-visible { outline: 2px solid var(--green); outline-offset: 7px; }
@media (hover: hover) {
  .brand:hover img { opacity: .78; }
}
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 42px); font-size: 14px; font-weight: 700; letter-spacing: .04em; }
.main-nav a:not(.nav-cta) { position: relative; padding: 12px 0; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; bottom: 7px; left: 0; width: 0; height: 1px; background: var(--green); transition: width .25s; }
.main-nav a:hover::after { width: 100%; }
.main-nav a[aria-current="page"]::after { width: 100%; }
.nav-cta { padding: 16px 25px; color: #fff; background: var(--ink); border-radius: 999px; display: flex; gap: 18px; align-items: center; }
.menu-button { display: none; }

.hero { min-height: 930px; height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; padding: 150px 7vw 100px; color: #fff; background: #16251d url('https://images.unsplash.com/photo-1487958449943-2429e8be8625?auto=format&fit=crop&w=2200&q=88') center/cover no-repeat; }
.hero-media { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.hero-slide { --hero-shift-x: 0%; --hero-shift-y: 0%; position: absolute; z-index: 0; inset: -1.5%; opacity: 0; background-position: center; background-size: cover; background-repeat: no-repeat; backface-visibility: hidden; transform: scale(1.02) translate3d(0, 0, 0); transition: opacity 1.6s cubic-bezier(.4, 0, .2, 1), transform 8.5s linear; }
.hero-slide.is-previous { z-index: 1; opacity: 1; transform: scale(1.12) translate3d(var(--hero-shift-x), var(--hero-shift-y), 0); }
.hero-slide.is-active { z-index: 2; opacity: 1; transform: scale(1.12) translate3d(var(--hero-shift-x), var(--hero-shift-y), 0); will-change: opacity, transform; }
.hero-slide--current { --hero-shift-x: -.7%; --hero-shift-y: -.25%; background-image: url('https://images.unsplash.com/photo-1487958449943-2429e8be8625?auto=format&fit=crop&w=2200&q=88'); }
.hero-slide--new { --hero-shift-x: .7%; --hero-shift-y: -.25%; background-image: url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2200&q=88'); }
.hero-slide--renovation { --hero-shift-x: -.65%; --hero-shift-y: .35%; background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=88'); }
.hero-slide--exterior { --hero-shift-x: .65%; --hero-shift-y: .3%; background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=88'); }
.hero-slide--interior { --hero-shift-x: -.55%; --hero-shift-y: -.35%; background-image: url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=2200&q=88'); }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(15,30,42,.85) 0%, rgba(15,30,42,.62) 44%, rgba(15,30,42,.18) 78%), linear-gradient(0deg, rgba(19,41,30,.28), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(1040px, 78vw); }
.eyebrow { color: var(--green); font-size: 12px; letter-spacing: .28em; font-weight: 800; margin-bottom: 25px; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero h1 { font-size: clamp(3.4rem, 7.5vw, 7rem); line-height: 1.22; margin-bottom: 30px; text-shadow: 0 2px 28px rgba(0,0,0,.12); }
.hero-copy { font-size: clamp(15px, 1.4vw, 19px); letter-spacing: .08em; margin-bottom: 0; }
.scroll-label { position: absolute; z-index: 3; right: 32px; bottom: 50px; font-size: 9px; letter-spacing: .25em; writing-mode: vertical-rl; }
.scroll-label::after { content: ""; display: inline-block; width: 1px; height: 46px; margin-top: 12px; background: rgba(255,255,255,.7); }

.section-pad { padding: 130px max(6vw, 30px); }
.section-label { display: flex; align-items: center; gap: 16px; font-size: 11px; letter-spacing: .22em; font-weight: 800; color: var(--green); margin-bottom: 65px; }
.section-label span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; letter-spacing: 0; }
.section-label.inverse { color: rgba(255,255,255,.66); }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1fr; gap: 45px; align-items: start; }
.intro-heading { align-self: start; }
.intro-visual { position: relative; min-width: 0; }
.intro-photo { width: 100%; margin: 0; }
.intro-photo-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #e5e0d5; }
.intro-photo-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(23,40,60,.08); pointer-events: none; }
.intro-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.intro-copy { width: min(570px, 100%); margin: 0; color: #334654; font-size: var(--text-body); font-weight: 500; line-height: 1.9; letter-spacing: .01em; }
.intro-copy p { margin-bottom: 24px; }
.intro-copy p:last-child { margin-bottom: 0; }

.services { background: var(--paper); }
.section-heading-row { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: end; margin-bottom: 68px; }
.section-heading-row .section-label { margin-bottom: 42px; }
.section-heading-row > p { width: min(680px, 100%); margin: 0 0 8px auto; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--paper); }
.service-card { position: relative; min-height: 430px; overflow: hidden; padding: 38px; color: #fff; display: flex; flex-direction: column; justify-content: space-between; background-position: center; background-size: cover; isolation: isolate; }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(12,29,21,.88), rgba(12,29,21,.08) 70%); transition: background .3s; }
.service-card:hover::before { background: linear-gradient(0deg, rgba(12,29,21,.94), rgba(12,29,21,.24) 75%); }
.service-card:focus-visible { outline: 4px solid rgba(49,95,64,.45); outline-offset: -4px; }
.service-card div { max-width: 430px; }
.service-card p { font-size: 10px; letter-spacing: .2em; margin-bottom: 7px; opacity: .75; }
.service-card h3 { font-family: "Yu Mincho", serif; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.35; margin: 0 0 10px; }
.service-card div > span { font-size: var(--text-body); line-height: 1.75; opacity: .92; }
.card-more { display: block; width: max-content; margin-top: 20px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 14px; letter-spacing: .05em; }
.card-number { align-self: flex-end; width: 47px; height: 47px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
.service-new { background-image: url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2200&q=88'); }
.service-renovation { background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=88'); }
.service-exterior { background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=88'); }
.service-interior { background-image: url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=2200&q=88'); }

.craft { min-height: 820px; display: grid; grid-template-columns: .72fr 1.28fr; padding: 0; background: var(--deep-green); color: #fff; }
.craft-photo { min-height: 700px; background: url('/images/our-craft-carpentry.png?v=20260904') 56% center/cover no-repeat; }
.craft-copy { padding: 110px 5vw; }
.craft-copy h2 { margin-bottom: 32px; }
.craft-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.strength-list { margin-top: 52px; border-top: 1px solid rgba(255,255,255,.18); }
.strength-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.strength-list b { color: #a9c3aa; font-size: 12px; letter-spacing: .1em; }
.strength-list span, .strength-list strong { display: block; }
.strength-list strong { margin-bottom: 4px; color: #fff; font-size: var(--text-row-title); }
.strength-list span { color: rgba(255,255,255,.82); font-size: var(--text-body); line-height: 1.85; }

.home-philosophy { position: relative; isolation: isolate; min-height: 780px; padding: 120px max(6vw, 30px); color: #fff; background: #211b14; overflow: hidden; }
.home-philosophy::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url('/images/philosophy-family.png') 50% center/cover no-repeat; transform: scale(1.01); }
.home-philosophy::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(20,16,11,.88) 0%, rgba(25,20,14,.62) 48%, rgba(20,16,11,.82) 100%), linear-gradient(0deg, rgba(12,9,7,.34), rgba(12,9,7,.08) 62%); }
.home-philosophy-inner { width: min(1600px, 100%); min-height: 540px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.home-philosophy-title .section-label { margin-bottom: 46px; }
.home-philosophy-title .eyebrow { margin-bottom: 22px; }
.home-philosophy-title h2 { font-size: clamp(2.9rem, 5vw, 5.5rem); line-height: 1.34; }
.home-philosophy-copy { align-self: end; padding-bottom: 10px; }
.home-philosophy-copy > p { max-width: 760px; color: rgba(255,255,255,.95); font-size: var(--text-body); line-height: 1.95; }
.home-philosophy-copy .home-philosophy-lead { color: #fff; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.25rem, 1.65vw, 1.75rem); line-height: 1.9; letter-spacing: .04em; margin-bottom: 24px; }
.home-philosophy-points { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.home-philosophy-points article { min-height: 185px; padding: 25px 20px 28px; border-right: 1px solid rgba(255,255,255,.28); }
.home-philosophy-points article:first-child { padding-left: 0; }
.home-philosophy-points article:last-child { padding-right: 0; border-right: 0; }
.home-philosophy-points span { display: block; margin-bottom: 26px; color: #dcc9ac; font-size: 12px; letter-spacing: .12em; }
.home-philosophy-points h3 { margin: 0 0 8px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: var(--text-feature-title); font-weight: 500; letter-spacing: .05em; }
.home-philosophy-points p { margin: 0; color: #fff; font-size: var(--text-body); line-height: 1.9; }

.home-performance { position: relative; isolation: isolate; min-height: 700px; padding: 120px max(6vw, 30px); color: #fff; background: #27140c; overflow: hidden; }
.home-performance::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url('/images/performance-walnut.webp') center/cover no-repeat; transform: scale(1.01); }
.home-performance::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(15,8,5,.5), rgba(20,10,6,.34)), rgba(25,12,7,.2); }
.home-performance-inner { width: min(1600px, 100%); min-height: 460px; margin: 0 auto; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 8vw, 150px); align-items: center; }
.home-performance-title .section-label { margin-bottom: 46px; }
.home-performance-title .eyebrow { margin-bottom: 22px; }
.home-performance-title h2 { margin-bottom: 30px; font-size: clamp(2.9rem, 5vw, 5.2rem); line-height: 1.32; }
.home-performance-title > p:last-child { max-width: 620px; margin-bottom: 0; color: rgba(255,255,255,.82); font-size: var(--text-body); line-height: 2; }
.home-performance-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.home-performance-grid article { min-height: 220px; padding: 30px 34px; }
.home-performance-grid article:nth-child(odd) { padding-left: 0; border-right: 1px solid rgba(255,255,255,.28); }
.home-performance-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.28); }
.home-performance-grid span { display: block; margin-bottom: 34px; color: #dcc9ac; font-size: 10px; letter-spacing: .12em; }
.home-performance-grid h3 { margin: 0 0 10px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: var(--text-feature-title); font-weight: 500; letter-spacing: .05em; }
.home-performance-grid p { margin: 0; color: rgba(255,255,255,.82); font-size: var(--text-body); line-height: 1.9; }

.works { background: var(--cream); }
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.work-img { aspect-ratio: 4/3; background-position: center; background-size: cover; margin-bottom: 22px; filter: saturate(.82); }
/* User-supplied reference: display its left photo (x46, y35, 616x462) in the 4:3 card. */
.work-1 { background-image: url('/images/exterior-maintenance-reference.png'); background-size: 332.4675% auto; background-position: 3.2123% 15.9091%; background-repeat: no-repeat; filter: none; }
.work-2 { background-image: url('https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1200&q=84'); }
.work-3 { background-image: url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1200&q=84'); }
.works-grid article > p { color: var(--green); font-size: 10px; letter-spacing: .2em; margin-bottom: 5px; }
.works-grid h3 { margin: 0; font-size: var(--text-row-title); }

.company-hero { min-height: 650px; display: grid; grid-template-columns: 1fr .72fr; gap: 7vw; align-items: end; padding: 180px max(7vw, 30px) 105px; color: #fff; background: linear-gradient(120deg, var(--ink) 0 64%, var(--deep-green) 64%); overflow: hidden; }
.company-hero-content { max-width: 820px; }
.company-hero .breadcrumb { margin-bottom: 78px; }
.company-hero h1 { margin: 0 0 28px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(4rem, 7.5vw, 7rem); font-weight: 500; line-height: 1.15; letter-spacing: .08em; }
.company-hero-content > p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: var(--text-body); }
.company-hero-brand { width: min(440px, 100%); justify-self: end; margin-bottom: 8px; padding: 32px 38px; background: #fff; box-shadow: 24px 24px 0 rgba(255,255,255,.08); }
.company-hero-brand img { width: 100%; height: auto; }
.company-profile { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: start; background: var(--cream); }
.company-profile-title .section-label { margin-bottom: 44px; }
.company-profile-title h2 { margin-bottom: 26px; }
.company-table { margin: 0; }
.company-table > div { min-height: 74px; display: grid; grid-template-columns: 128px 1fr; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.company-table > div:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.company-table dt { color: rgba(255,255,255,.7); font-size: var(--text-body); }
.company-table dd { min-width: 0; margin: 0; font-size: var(--text-body); overflow-wrap: anywhere; }
.company-table a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.28); text-underline-offset: 4px; }
.company-empty { min-height: 1.8em; }
.company-table--light > div { border-color: var(--line); align-items: start; }
.company-table--light > div:first-child { border-color: var(--line); }
.company-table--light dt { color: #647078; }
.company-table--light dd { color: var(--ink); font-size: var(--text-body); }
.company-table--light a { color: var(--green); text-decoration-color: rgba(49,95,64,.3); }
.company-access { display: grid; grid-template-columns: .62fr 1.38fr; gap: 8vw; align-items: stretch; color: #fff; background: var(--deep-green); }
.company-access-head .section-label { margin-bottom: 44px; }
.company-access-head h2 { margin-bottom: 34px; }
.company-access-head > p { color: rgba(255,255,255,.7); font-size: var(--text-body); }
.company-map { min-height: 100%; display: flex; flex-direction: column; }
.company-map-frame { flex: 1; min-height: 540px; overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); }
.company-map iframe { width: 100%; height: 100%; min-height: 540px; display: block; border: 0; filter: grayscale(.24) saturate(.76); }
.company-map > a { display: flex; justify-content: space-between; align-items: center; padding: 20px 3px 0; border-top: 1px solid rgba(255,255,255,.16); font-size: 14px; letter-spacing: .06em; }
.company-map > a span { color: #b3c9b3; font-size: 18px; }

.contact { display: grid; grid-template-columns: 1fr; gap: 60px; color: #fff; background: var(--green); }
.contact-head h2 { margin-bottom: 30px; }
.contact-head > p { color: rgba(255,255,255,.72); }
.contact-options { display: grid; width: min(900px, 100%); margin-left: auto; gap: 12px; }
.contact-options > a { padding: 26px 30px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22); }
.contact-options > a { display: grid; grid-template-columns: 1fr auto; align-items: center; transition: background .25s; }
.contact-options > a:hover { background: rgba(255,255,255,.17); }
.contact-options > a > span { font-size: 10px; letter-spacing: .2em; opacity: .72; }
.contact-options strong { grid-row: 2; font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.3rem); letter-spacing: .03em; }
.contact-options > a > small { grid-column: 2; grid-row: 1 / 3; color: rgba(255,255,255,.84); font-size: var(--text-body); }
.contact-company strong { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.25rem, 2vw, 1.8rem); letter-spacing: .08em; }

.site-footer { padding: 72px 6vw 28px; color: #fff; background: #101b28; }
.footer-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 8vw; align-items: start; }
.footer-brand { width: 220px; padding: 8px 12px; background: #fff; }
.footer-brand img { width: 100%; height: auto; }
.footer-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(34px, 5vw, 80px); }
.footer-nav-group > p { margin: 0 0 22px; color: rgba(255,255,255,.42); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.footer-nav-group > a { display: block; width: fit-content; margin-top: 11px; color: rgba(255,255,255,.78); font-size: 14px; transition: color .2s; }
.footer-nav-group > a:hover { color: #fff; }
.footer-contact-links > a:first-of-type { font-family: Georgia, serif; font-size: 20px; letter-spacing: .04em; }
.footer-contact-links > a:nth-of-type(2) { overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 62px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: 11px; letter-spacing: .12em; opacity: .62; }
.footer-bottom a { font-size: 14px; letter-spacing: .1em; }

/* Service detail pages */
.service-hero { position: relative; min-height: 780px; height: 88vh; display: flex; align-items: flex-end; padding: 170px max(7vw, 30px) 100px; color: #fff; background-position: center; background-size: cover; }
.service-hero--new { background-image: url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2200&q=88'); }
.service-hero--renovation { background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=88'); }
.service-hero--exterior { background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=88'); }
.service-hero--interior { background-image: url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=2200&q=88'); }
.service-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,26,39,.91) 0%, rgba(13,26,39,.7) 48%, rgba(13,26,39,.18) 82%), linear-gradient(0deg, rgba(10,23,17,.5), transparent 60%); }
.service-hero-content { position: relative; z-index: 1; width: min(1040px, 82vw); }
.breadcrumb { display: flex; gap: 12px; margin-bottom: 68px; font-size: 12px; letter-spacing: .12em; color: rgba(255,255,255,.76); }
.breadcrumb a { color: #fff; }
.service-hero h1 { margin: 0 0 28px; font-size: clamp(3.1rem, 7vw, 6.8rem); line-height: 1.18; }
.service-hero-lead { margin-bottom: 16px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.4rem, 2.6vw, 2.25rem); letter-spacing: .06em; }
.service-hero-content > p:last-child { max-width: 690px; margin-bottom: 0; color: rgba(255,255,255,.76); font-size: var(--text-body); }
.service-hero-index { position: absolute; z-index: 1; right: 6vw; bottom: 105px; display: flex; flex-direction: column; align-items: flex-end; }
.service-hero-index span { font-family: Georgia, serif; font-size: clamp(5rem, 10vw, 10rem); line-height: .8; color: rgba(255,255,255,.15); }
.service-hero-index b { margin-top: 25px; font-size: 9px; letter-spacing: .24em; color: rgba(255,255,255,.68); }

.service-intro { background: var(--cream); padding-block: 96px; }
.service-intro > .section-label { margin-bottom: 42px; }
.service-intro-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: clamp(36px, 4vw, 76px); align-items: center; }
.service-intro-text { min-width: 0; }
.service-intro-grid h2 { max-width: none; }
.service-intro-grid h2 .mobile-only { display: inline; }
.service-intro-copy { width: min(680px, 100%); margin: 32px 0 0; color: #334654; font-size: var(--text-body); font-weight: 500; line-height: 1.95; letter-spacing: .01em; }
.service-intro-copy p { margin-bottom: 24px; }
.service-intro-copy p:last-child { margin-bottom: 0; }
.service-intro-photo { width: 100%; aspect-ratio: 4 / 3; background-position: center; background-size: cover; background-repeat: no-repeat; }
.service-intro-visual { min-width: 0; }
.service-photo-credit { margin: 10px 0 0; font-size: 0.75rem; line-height: 1.6; color: #53605d; }
.service-photo-credit a { text-decoration: underline; text-underline-offset: 3px; }
.service-intro-photo--new { background-image: url('/images/approach-new-timber-selected.png'); background-position: center; }
.service-intro-photo--exterior { background-image: url('/images/approach-exterior-entry-selected.png'); background-position: center 65%; }
.service-intro-photo--renovation { background-image: url('/images/approach-renovation.jpg'); }
.service-intro-photo--interior { background-image: url('/images/approach-interior.jpg'); }

.order-build { position: relative; min-height: 680px; display: flex; align-items: center; padding: 110px max(7vw, 30px); color: #fff; background: url('https://images.pexels.com/photos/30907896/pexels-photo-30907896.jpeg?auto=compress&cs=tinysrgb&w=1600&h=900&fit=crop') center/cover no-repeat; }
.order-build-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,21,18,.9) 0%, rgba(12,21,18,.68) 47%, rgba(12,21,18,.2) 82%); }
.order-build-content { position: relative; z-index: 1; width: min(690px, 68vw); }
.order-build-content .section-label { margin-bottom: 44px; }
.order-build-content h2 { margin-bottom: 32px; }
.order-build-content > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.76); font-size: var(--text-body); }

.interior-guide { background: var(--paper); }
.interior-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.interior-guide-grid li { min-height: 360px; padding: 34px 34px 34px 0; border-right: 1px solid var(--line); }
.interior-guide-grid li + li { padding-left: 34px; }
.interior-guide-grid li:last-child { border-right: 0; }
.interior-guide-grid li > span { display: block; margin-bottom: 68px; color: var(--green); font-family: Georgia, serif; font-size: 0.75rem; }
.interior-guide-grid li > p { margin-bottom: 8px; color: var(--green); font-size: 0.75rem; font-weight: 800; letter-spacing: .2em; }
.interior-guide-grid h3 { margin-bottom: 18px; font-family: "Yu Mincho", serif; font-size: var(--text-feature-title); font-weight: 500; }
.interior-guide-grid li > div { color: var(--muted); font-size: var(--text-body); }
.interior-guide--photo { --standard-photo: url('/images/interior-guide-wallpaper-tools.png'); --standard-photo-position: center; --standard-mobile-position: 78% center; --line: rgba(255,255,255,.18); }
.interior-guide--photo .interior-guide-grid li { min-height: 0; }
.interior-guide--photo .interior-guide-grid li > span { margin-bottom: 36px; color: #a9c3aa; }
.interior-guide--photo .interior-guide-grid li > p { color: #a9c3aa; }
.interior-guide--photo .interior-guide-grid li > div { color: rgba(255,255,255,.86); font-size: var(--text-body); }


.exterior-check { background: #e8ede7; }
.check-panel { padding: 0; margin: 0; border: 0; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: rgba(49,95,64,.14); border: 1px solid rgba(49,95,64,.14); }
.check-grid label { position: relative; min-height: 104px; display: grid; grid-template-columns: 44px 1fr; gap: 20px; align-items: center; padding: 22px 28px; background: var(--paper); cursor: pointer; transition: background .2s, color .2s; }
.check-grid label:hover { background: #f0f4ef; }
.check-grid input { position: absolute; opacity: 0; pointer-events: none; }
.check-box { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--green); color: transparent; font-size: 18px; transition: background .2s, color .2s; }
.check-grid input:checked + .check-box { color: #fff; background: var(--green); }
.check-grid input:focus-visible + .check-box { outline: 3px solid rgba(49,95,64,.28); outline-offset: 4px; }
.check-grid label > strong { font-family: "Yu Mincho", serif; font-size: var(--text-body); font-weight: 500; }
.check-result { display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; margin-top: 24px; padding: 27px 32px; color: #fff; background: var(--green); }
.check-result > div { display: flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.check-result > div strong { font-family: Georgia, serif; font-size: 44px; line-height: 1; }
.check-result > div span { font-size: 11px; }
.check-result p { margin: 0; color: rgba(255,255,255,.82); font-size: var(--text-body); line-height: 1.8; }
.check-result > a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 14px; font-weight: 700; white-space: nowrap; }

.service-standard { color: #fff; background: var(--deep-green); }
.service-standard-head { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: end; }
.service-standard-head .section-label { grid-column: 1 / -1; margin-bottom: 8px; }
.service-standard-head > p { width: min(680px, 100%); margin: 0 0 9px auto; color: rgba(255,255,255,.68); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid rgba(255,255,255,.18); }
.principle-grid--4 { grid-template-columns: repeat(4, 1fr); }
.principle-grid article { min-height: 310px; padding: 35px 36px 28px 0; border-right: 1px solid rgba(255,255,255,.18); }
.principle-grid article + article { padding-left: 36px; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid article > span { display: block; margin-bottom: 58px; color: #a9c3aa; font-family: Georgia, serif; font-size: 12px; letter-spacing: .1em; }
.principle-grid h3 { margin-bottom: 16px; font-family: "Yu Mincho", serif; font-size: var(--text-feature-title); font-weight: 500; }
.principle-grid p { margin-bottom: 0; color: rgba(255,255,255,.8); font-size: var(--text-body); line-height: 1.9; }

.service-standard--light { color: var(--ink); background: var(--paper); }
.service-standard--light .service-standard-head > p { color: var(--muted); }
.service-standard--light .principle-grid { border-color: var(--line); }
.service-standard--light .principle-grid--4 { grid-template-columns: repeat(2, 1fr); }
.service-standard--light .principle-grid--4 article,
.service-standard--light .principle-grid--4 article + article { min-height: 320px; padding: 36px 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-standard--light .principle-grid--4 article:nth-child(even) { border-right: 0; }
.service-standard--light .principle-grid article > span { color: var(--green); }
.service-standard--light .principle-grid p { color: var(--muted); font-size: var(--text-body); }

/* Service principles: dedicated photographs with readable introductions. */
.service-standard--renovation-photo { --standard-photo: url('/images/renovation-standard-consultation.png'); }
.service-standard--exterior-photo { --standard-photo: url('/images/exterior-standard-inspection.png'); --standard-photo-position: center 45%; }
.service-standard--interior-photo { --standard-photo: url('/images/interior-standard-consultation.png'); --standard-photo-position: center; --standard-mobile-position: 100% center; }
.service-standard--exterior-photo .principle-grid h3 span { display: inline-block; white-space: nowrap; }
.service-standard--photo { background: #122019; }
.service-standard--photo .service-standard-banner { position: relative; isolation: isolate; min-height: 680px; display: flex; align-items: center; padding: 110px max(7vw, 30px); background: var(--standard-photo) var(--standard-photo-position, center) / cover no-repeat; }
.service-standard--photo .service-standard-banner::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(12,21,18,.91) 0%, rgba(12,21,18,.75) 44%, rgba(12,21,18,.18) 82%), linear-gradient(0deg, #122019 0%, transparent 20%); }
.service-standard--photo .service-standard-head { width: min(820px, 72vw); align-items: start; gap: 32px; }
.service-standard--photo .service-standard-head h2 { max-width: none; }
.service-standard--photo .service-standard-head > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.9); font-size: var(--text-body); }
.service-standard--photo .service-standard-details { padding: 0 max(7vw, 30px) 72px; }
.service-standard--photo .principle-grid { margin-top: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-standard--photo .principle-grid article { min-height: 0; }
.service-standard--photo .principle-grid article > span { margin-bottom: 36px; }
.service-standard--photo .principle-grid p { font-size: var(--text-body); color: rgba(255,255,255,.86); }

.service-scope { background: var(--paper); }
.service-scope-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 6vw; align-items: stretch; }
.service-scope-photo { min-height: 610px; background-position: center; background-size: cover; }
.service-scope-photo--new { background-image: url('https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1500&q=86'); }
.service-scope-photo--renovation { background-image: url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1500&q=86'); }
.service-scope-photo--exterior { background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1500&q=86'); }
.service-scope-photo--interior { background-image: url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1500&q=86'); }
.scope-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.scope-list li { display: grid; grid-template-columns: 64px 1fr; align-items: center; min-height: 96px; border-bottom: 1px solid var(--line); }
.scope-list span { color: var(--green); font-family: Georgia, serif; font-size: 12px; }
.scope-list strong { font-family: "Yu Mincho", serif; font-size: var(--text-row-title); font-weight: 500; }
.scope-list strong { display: block; }
.scope-list p { margin: 5px 0 0; color: var(--muted); font-size: var(--text-body); line-height: 1.75; }
.service-scope--detailed .service-scope-layout { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); row-gap: 44px; align-items: start; }
.service-scope-heading .section-label { margin-bottom: 42px; }
.service-scope-heading > p { max-width: 680px; margin: 28px 0 0; color: var(--muted); }
.service-scope--detailed .service-scope-photo { position: sticky; top: 110px; min-height: 0; aspect-ratio: 3 / 2; }
.service-scope--detailed .scope-list li { grid-template-columns: 64px minmax(0, 1fr); padding: 18px 0; }

@media (min-width: 981px) {
  .service-scope--detailed .service-scope-layout { grid-template-rows: min-content 1fr; }
  .service-scope--detailed .service-scope-heading { grid-column: 1; grid-row: 1; }
  .service-scope--detailed .service-scope-photo { grid-column: 1; grid-row: 2; }
  .service-scope--detailed .scope-list { grid-column: 2; grid-row: 1 / span 2; }
}

@media (min-width: 981px) and (max-width: 1819px) {
  .service-scope-heading h2 .mobile-only { display: inline; }
}

.renovation-start { color: #fff; background: #122019; }
.renovation-start-banner { position: relative; isolation: isolate; min-height: 680px; display: flex; align-items: center; padding: 110px max(7vw, 30px); background: url('/images/renovation-start-craft.jpg') center / cover no-repeat; }
.renovation-start-banner::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(12,21,18,.91) 0%, rgba(12,21,18,.75) 44%, rgba(12,21,18,.18) 82%), linear-gradient(0deg, #122019 0%, transparent 20%); }
.renovation-start-details { padding: 0 max(7vw, 30px) 72px; }
.renovation-start-head { display: grid; grid-template-columns: 1fr; gap: 28px; width: min(690px, 68vw); align-items: start; }
.renovation-start-head .section-label { grid-column: 1 / -1; margin-bottom: 8px; }
.renovation-start-head h2 { max-width: none; }
.renovation-start-head > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.9); font-size: var(--text-body); }
.renovation-start-grid { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.renovation-start-grid li { min-width: 0; min-height: 0; padding: 28px 26px; border-right: 1px solid rgba(255,255,255,.2); }
.renovation-start-grid li:first-child { padding-left: 0; }
.renovation-start-grid li:last-child { padding-right: 0; border-right: 0; }
.renovation-start-grid li > div { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 36px; color: #a9c3aa; font-size: .72rem; letter-spacing: .14em; }
.renovation-start-grid small { font-size: .75rem; letter-spacing: .14em; }
.renovation-start-grid h3 { margin-bottom: 17px; font-family: "Yu Mincho", serif; font-size: var(--text-feature-title); font-weight: 500; }
.renovation-start-grid p { margin: 0; color: rgba(255,255,255,.86); font-size: var(--text-body); line-height: 1.9; }

.renovation-inspection { background: var(--paper); }
.renovation-inspection-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; }
.renovation-inspection-copy { padding-top: 82px; color: var(--muted); }
.renovation-inspection-copy > p { margin-bottom: 22px; }
.renovation-check-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 50px 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.renovation-check-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 18px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.renovation-check-list dt { color: var(--green); font-family: Georgia, serif; font-size: .72rem; }
.renovation-check-list dd { margin: 0; color: var(--ink); font-size: var(--text-body); }

.renovation-scope-note { display: grid; grid-template-columns: .7fr 1.1fr auto; gap: 38px; align-items: center; margin-top: 34px; padding: 30px 34px; color: #fff; background: #101b28; }
.renovation-scope-note strong { font-family: "Yu Mincho", serif; font-size: 1.15rem; font-weight: 500; }
.renovation-scope-note p { margin: 0; color: rgba(255,255,255,.8); font-size: var(--text-body); line-height: 1.8; }
.renovation-scope-note a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: .875rem; font-weight: 700; white-space: nowrap; }

.renovation-future { position: relative; min-height: 720px; display: flex; align-items: center; padding: 110px max(7vw, 30px); color: #fff; background: url('https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=2200&q=88') center/cover no-repeat; }
.renovation-future-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,24,18,.92) 0%, rgba(11,24,18,.72) 42%, rgba(11,24,18,.18) 78%); }
.renovation-future-content { position: relative; z-index: 1; width: min(920px, 82vw); }
.renovation-future-content .section-label { margin-bottom: 48px; }
.renovation-future-content h2 { margin-bottom: 32px; }
.renovation-future-content > p { max-width: 620px; margin-bottom: 17px; color: rgba(255,255,255,.72); }

.service-flow { display: grid; grid-template-columns: 1fr; gap: 60px; color: #fff; background: var(--ink); }
.service-flow-head .section-label { margin-bottom: 44px; }
.service-flow-head h2 { margin-bottom: 26px; }
.service-flow-head > p { color: rgba(255,255,255,.62); }
.service-flow-list { width: min(900px, 100%); list-style: none; padding: 0; margin: 0 0 0 auto; border-top: 1px solid rgba(255,255,255,.18); }
.service-flow-list li { display: grid; grid-template-columns: 68px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-flow-list > li > span { padding-top: 4px; color: #a9c3aa; font-family: Georgia, serif; font-size: 12px; }
.service-flow-list h3 { margin: 0 0 4px; font-size: var(--text-row-title); }
.service-flow-list p { margin: 0; color: rgba(255,255,255,.8); font-size: var(--text-body); line-height: 1.85; }
.service-page--aligned .service-flow-head > p { margin-bottom: 0; }
.service-page--aligned .service-flow-list { margin-left: 0; }

.service-faq { background: var(--cream); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 28px 8px; cursor: pointer; list-style: none; font-family: "Yu Mincho", serif; font-size: var(--text-row-title); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: sans-serif; font-size: 18px; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 850px; margin: -6px 64px 28px 8px; color: var(--muted); font-size: var(--text-body); }
.order-gallery { background: var(--paper); }
.order-gallery-head { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: end; }
.order-gallery-head .section-label { grid-column: 1 / -1; margin-bottom: 8px; }
.order-gallery-head > p { width: min(680px, 100%); margin: 0 0 9px auto; color: var(--muted); }
.order-gallery-grid { display: grid; grid-template-columns: 1.25fr .85fr; gap: 34px; align-items: end; margin-top: 82px; }
.order-gallery-grid figure { margin: 0; }
.order-gallery-photo { width: 100%; aspect-ratio: 4 / 3; background-position: center; background-size: cover; }
.order-gallery-photo--exterior { background-image: url('https://images.pexels.com/photos/4626268/pexels-photo-4626268.jpeg?auto=compress&cs=tinysrgb&w=1200&h=900&fit=crop'); }
.order-gallery-photo--interior { background-image: url('https://images.pexels.com/photos/6908559/pexels-photo-6908559.jpeg?auto=compress&cs=tinysrgb&w=1200&h=900&fit=crop'); }
.order-gallery-grid figcaption { padding: 17px 0 13px; border-bottom: 1px solid var(--line); }
.order-gallery-grid small { display: block; margin-bottom: 5px; color: var(--green); font-size: .68rem; letter-spacing: .17em; }
.order-gallery-grid h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 500; }
.order-gallery-note { max-width: 850px; margin: 42px 0 0 auto; padding-left: 26px; border-left: 2px solid var(--green); color: var(--muted); font-size: var(--text-body); }
.service-contact { padding: 130px max(6vw, 30px); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 1281px) {
  .service-page--aligned .service-flow { grid-template-columns: minmax(max-content, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 4vw, 80px); align-items: start; }
  .service-page--aligned .service-flow-list { width: 100%; }
  .intro-grid { grid-template-columns: minmax(380px, .82fr) minmax(520px, 1.18fr); grid-template-rows: auto 1fr; column-gap: clamp(70px, 7vw, 132px); row-gap: 44px; align-items: start; }
  .intro-heading { grid-column: 1; grid-row: 1; }
  .intro-heading h2 { font-size: clamp(3.15rem, 4vw, 4.35rem); }
  .intro-copy { grid-column: 1; grid-row: 2; }
  .intro-visual { grid-column: 2; grid-row: 1 / span 2; }
  .contact { grid-template-columns: minmax(540px, .82fr) minmax(520px, 1.18fr); gap: clamp(48px, 5vw, 90px); align-items: start; }
  .contact-options { width: 100%; margin-left: 0; }
}

@media (min-width: 1281px) and (max-width: 1500px) {
  .contact-options > a { grid-template-columns: 1fr; }
  .contact-options > a > small { grid-column: 1; grid-row: auto; margin-top: 8px; }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .company-profile,
  .company-access,
  .home-philosophy-inner,
  .home-performance-inner,
  .renovation-inspection-grid { grid-template-columns: 1fr; }
  .company-profile,
  .company-access,
  .home-philosophy-inner,
  .home-performance-inner { gap: 56px; }
  .home-philosophy-title,
  .home-performance-title { max-width: 780px; }
}

@media (max-width: 980px) {
  .site-header { height: 82px; padding: 0 22px; }
  .brand { width: 175px; }
  .menu-button { display: flex; width: 47px; height: 47px; border: 0; border-radius: 50%; background: var(--ink); flex-direction: column; justify-content: center; gap: 7px; padding: 0 13px; }
  .menu-button span { height: 1px; background: #fff; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 82px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 28px; color: #fff; background: var(--ink); visibility: hidden; transform: translateX(100%); transition: transform .35s, visibility 0s linear .35s; }
  .main-nav.is-open { visibility: visible; transform: translateX(0); transition-delay: 0s; }
  .main-nav a:not(.nav-cta) { padding: 17px 6px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 17px; }
  .nav-cta { margin-top: 25px; justify-content: space-between; background: var(--green); border-radius: 0; }
  .hero { min-height: 760px; padding: 130px 7vw 100px; }
  .hero-content { width: 88vw; }
  .intro-grid, .section-heading-row, .contact { grid-template-columns: 1fr; }
  .section-heading-row { gap: 28px; }
  .intro-grid { gap: 46px; }
  .intro-photo { width: 100%; }
  .intro-copy { width: 100%; }
  .craft { grid-template-columns: 1fr; }
  .craft-photo { min-height: 520px; }
  .company-hero, .company-profile, .company-access { grid-template-columns: 1fr; }
  .company-hero { min-height: 720px; gap: 64px; }
  .company-hero-brand { justify-self: start; width: 360px; }
  .company-profile, .company-access { gap: 56px; }
  .company-map-frame, .company-map iframe { min-height: 460px; }
  .footer-grid { grid-template-columns: 1fr; gap: 54px; }
  .home-philosophy-inner, .home-performance-inner { grid-template-columns: 1fr; gap: 68px; }
  .home-philosophy-title, .home-performance-title { max-width: 780px; }
  .home-philosophy-copy { align-self: auto; }
  .home-performance-grid { width: 100%; }
  .works-grid { grid-template-columns: 1fr 1fr; }
  .works-grid article:last-child { grid-column: 1 / -1; width: calc(50% - 14px); }
  .service-hero-index { display: none; }
  .service-intro-grid, .service-standard-head, .service-flow { grid-template-columns: 1fr; }
  .service-standard-head { gap: 28px; }
  .order-gallery-head { grid-template-columns: 1fr; gap: 28px; }
  .order-gallery-head .section-label { margin-bottom: 8px; }
  .service-scope-layout { grid-template-columns: 1fr; }
  .service-scope--detailed .service-scope-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .service-scope--detailed .service-scope-photo { position: static; aspect-ratio: 3 / 2; max-height: 460px; }
  .service-scope-photo { min-height: 500px; }
  .check-result { grid-template-columns: auto 1fr; }
  .check-result > a { grid-column: 1 / -1; width: max-content; }
  .principle-grid article { padding-right: 22px; }
  .principle-grid article + article { padding-left: 22px; }
  .principle-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .principle-grid--4 article { min-height: 280px; padding: 30px 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .principle-grid--4 article + article { padding-left: 24px; }
  .principle-grid--4 article:nth-child(odd) { padding-left: 0; }
  .principle-grid--4 article:nth-child(even) { border-right: 0; }
  .renovation-start-head, .renovation-inspection-grid { grid-template-columns: 1fr; }
  .renovation-start-head { gap: 28px; width: min(690px, 100%); }
  .renovation-start-grid { grid-template-columns: repeat(2, 1fr); }
  .renovation-start-grid li { min-height: 285px; padding: 28px 24px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .renovation-start-grid li:first-child, .renovation-start-grid li:nth-child(3) { padding-left: 0; }
  .renovation-start-grid li:nth-child(even) { border-right: 0; }
  .renovation-inspection-copy { padding-top: 0; }
  .renovation-scope-note { grid-template-columns: 1fr 1fr; }
  .renovation-scope-note a { grid-column: 1 / -1; width: max-content; }
  .interior-guide-grid li { padding-right: 22px; }
  .interior-guide-grid li + li { padding-left: 22px; }
}

@media (max-width: 640px) {
  br.mobile-only { display: block; }
  h2 { font-size: 2.25rem; }
  .section-pad { padding: 88px 22px; }
  .intro { padding-top: 74px; padding-bottom: 80px; }
  .intro .section-label { margin-bottom: 34px; }
  .intro-grid { gap: 28px; }
  .intro-heading .eyebrow { margin-bottom: 18px; }
  .intro-heading h2 { font-size: clamp(1.8rem, 8.15vw, 2.12rem); line-height: 1.55; letter-spacing: .035em; }
  .intro-heading-line { display: inline-block; white-space: nowrap; }
  .intro-photo-frame { aspect-ratio: 16 / 10; }
  .intro-photo img { object-position: center 54%; }
  .intro-copy { margin-top: 4px; line-height: 1.85; }
  .hero { height: auto; min-height: 800px; padding: 130px 22px 90px; background-position: 62% center; }
  .hero-slide--current { background-position: 62% center; }
  .hero h1 { font-size: 3.1rem; }
  .hero-copy { font-size: 14px; }
  .scroll-label { display: none; }
  .company-hero { min-height: 650px; padding: 135px 22px 76px; gap: 50px; }
  .company-hero .breadcrumb { margin-bottom: 62px; }
  .company-hero h1 { font-size: 3.45rem; }
  .company-hero-content > p:last-child { font-size: var(--text-body); }
  .company-hero-brand { width: 245px; padding: 20px 22px; box-shadow: 14px 14px 0 rgba(255,255,255,.08); }
  .company-profile, .company-access { gap: 46px; }
  .section-label { margin-bottom: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 370px; padding: 27px; }
  .craft-photo { min-height: 380px; }
  .craft-copy { padding: 80px 22px; }
  .home-philosophy, .home-performance { min-height: 0; padding: 88px 22px; }
  .home-philosophy-inner, .home-performance-inner { min-height: 0; gap: 54px; }
  .home-philosophy-title h2, .home-performance-title h2 { font-size: 2.35rem; }
  .home-philosophy-copy .home-philosophy-lead { font-size: 1.12rem; line-height: 1.85; }
  .home-philosophy-points { grid-template-columns: 1fr; margin-top: 42px; }
  .home-philosophy-points article, .home-philosophy-points article:first-child, .home-philosophy-points article:last-child { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .home-philosophy-points article:last-child { border-bottom: 0; }
  .home-philosophy-points span { margin-bottom: 15px; }
  .home-performance-grid { grid-template-columns: 1fr; }
  .home-performance-grid article, .home-performance-grid article:nth-child(odd) { min-height: 0; padding: 27px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .home-performance-grid article:last-child { border-bottom: 0; }
  .home-performance-grid span { margin-bottom: 18px; }
  .works-grid { grid-template-columns: 1fr; }
  .works-grid article:last-child { grid-column: auto; width: auto; }
  .company-table > div { min-height: 68px; grid-template-columns: 108px 1fr; gap: 14px; }
  .company-map-frame, .company-map iframe { min-height: 360px; }
  .contact-options > a { grid-template-columns: 1fr; }
  .contact-options strong { font-size: 1.45rem; }
  .contact-options > a > small { grid-column: 1; grid-row: auto; margin-top: 8px; }
  .footer-brand { width: 200px; }
  .footer-nav { grid-template-columns: 1fr; gap: 0; }
  .footer-nav-group { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.12); }
  .footer-nav-group:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-nav-group > p { margin-bottom: 16px; }
  .footer-bottom { margin-top: 38px; }
  .service-hero { min-height: 760px; height: auto; padding: 135px 22px 76px; background-position: 62% center; }
  .service-hero-content { width: 100%; }
  .breadcrumb { margin-bottom: 80px; }
  .service-hero h1 { font-size: 2.8rem; }
  .service-hero-lead { font-size: 1.25rem; }
  .service-hero .scroll-label { display: none; }
  .service-intro-grid { gap: 38px; }
  .service-intro-copy { padding-top: 0; }
  .order-build { min-height: 620px; padding: 90px 22px; background-position: 58% center; }
  .order-build-content { width: 100%; }
  .principle-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .principle-grid article, .principle-grid article + article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .principle-grid article > span { margin-bottom: 24px; }
  .principle-grid--4 { grid-template-columns: 1fr; }
  .principle-grid--4 article, .principle-grid--4 article + article, .principle-grid--4 article:nth-child(odd) { min-height: 0; padding: 28px 0; border-right: 0; }
  .service-standard--light .principle-grid--4 { grid-template-columns: 1fr; }
  .service-standard--light .principle-grid--4 article,
  .service-standard--light .principle-grid--4 article + article,
  .service-standard--light .principle-grid--4 article:nth-child(odd) { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-standard--photo .service-standard-banner { min-height: 620px; padding: 80px 22px; background-position: var(--standard-mobile-position, 60% center); }
  .service-standard--exterior-photo { --standard-mobile-position: 90% center; }
  .service-standard--photo .service-standard-banner::before { background: linear-gradient(90deg, rgba(12,21,18,.83), rgba(12,21,18,.48)), linear-gradient(0deg, #122019, transparent 24%); }
  .service-standard--photo .service-standard-head { width: 100%; gap: 28px; }
  .service-standard--photo .service-standard-details { padding: 0 22px 60px; }
  .service-standard--photo .principle-grid article > span { margin-bottom: 24px; }
  .renovation-start-banner { min-height: 620px; padding: 80px 22px; background-position: 60% center; }
  .renovation-start-banner::before { background: linear-gradient(90deg, rgba(12,21,18,.83), rgba(12,21,18,.48)), linear-gradient(0deg, #122019, transparent 24%); }
  .renovation-start-head { width: 100%; }
  .renovation-start-details { padding: 0 22px 60px; }
  .renovation-start-grid { grid-template-columns: 1fr; margin-top: 0; }
  .renovation-start-grid li, .renovation-start-grid li:first-child, .renovation-start-grid li:nth-child(3) { min-height: 0; padding: 28px 0; border-right: 0; }
  .renovation-start-grid h3 br { display: none; }
  .renovation-start-grid li > div { margin-bottom: 28px; }
  .renovation-check-list { grid-template-columns: 1fr; }
  .renovation-scope-note { grid-template-columns: 1fr; gap: 18px; padding: 24px 20px; }
  .renovation-scope-note a { grid-column: 1; }
  .renovation-future { min-height: 680px; padding: 90px 22px; background-position: 62% center; }
  .renovation-future-content { width: 100%; }
  .interior-guide-grid { grid-template-columns: 1fr; }
  .interior-guide-grid li, .interior-guide-grid li + li { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .interior-guide-grid li:last-child { border-bottom: 0; }
  .interior-guide-grid li > span { margin-bottom: 26px; }
  .service-scope-photo { min-height: 330px; }
  .scope-list li { min-height: 78px; grid-template-columns: 52px 1fr; }
  .service-scope--detailed .scope-list li { grid-template-columns: 40px minmax(0, 1fr); }
  .scope-list strong { font-size: var(--text-row-title); }
  .service-flow { gap: 45px; }
  .service-flow-list li { grid-template-columns: 44px 1fr; gap: 10px; }
  .faq-list summary { padding: 24px 0; font-size: var(--text-row-title); }
  .faq-list details p { margin: -4px 40px 24px 0; }
  .order-gallery-grid { grid-template-columns: 1fr; gap: 52px; margin-top: 56px; }
  .order-gallery-note { margin-top: 34px; padding-left: 18px; }
  .service-contact { padding: 88px 14px; }
  .check-grid { grid-template-columns: 1fr; }
  .check-grid label { min-height: 88px; padding: 18px; grid-template-columns: 38px 1fr; gap: 15px; }
  .check-box { width: 38px; height: 38px; }
  .check-result { grid-template-columns: 1fr; gap: 18px; padding: 24px 20px; }
  .check-result > a { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .hero-slide, .hero-slide.is-previous, .hero-slide.is-active { transform: none; }
  .reveal { opacity: 1; transform: none; }
}

/* Shared consultation-to-aftercare flow across service pages. */
.service-flow--photo { position: relative; isolation: isolate; background: #182a32 url('/images/flow-consultation-desk.png') center / cover no-repeat; }
.service-flow--photo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15,28,35,.89), rgba(15,28,35,.77) 48%, rgba(15,28,35,.76)), linear-gradient(0deg, rgba(15,28,35,.65), transparent 40%); }
.service-flow--photo .service-flow-head > p { color: rgba(255,255,255,.85); max-width: 460px; }
.service-flow--photo .service-flow-list p { color: rgba(255,255,255,.9); }
@media (min-width: 1000px) {
  .service-flow--photo, .service-page--aligned .service-flow--photo { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 5vw, 90px); align-items: start; }
  .service-flow--photo .service-flow-list { width: 100%; margin-left: 0; }
}
@media (max-width: 640px) {
  .service-flow--photo { background-position: 72% center; }
  .service-flow--photo::before { background: rgba(15,28,35,.84); }
}

body { font-size: var(--text-body); }

.service-standard--new-photo { --standard-photo: url('/images/new-standard-planning.png'); --standard-photo-position: center; --standard-mobile-position: 65% center; }

/* Reform-led service hierarchy. */
.service-grid--reform-first { grid-template-columns: 1.25fr 1fr; gap: 20px; background: transparent; }
.service-grid--reform-first .service-card { min-height: 340px; padding: 32px; }
.service-grid--reform-first .service-card--featured { grid-row: span 2; min-height: 700px; padding: 42px; }
.service-grid--reform-first .service-card--featured div { max-width: 500px; }
.service-grid--reform-first .service-card--featured h3 { font-size: clamp(2.2rem, 3.4vw, 3.5rem); }
.service-grid--reform-first .service-card p { font-size: 12px; opacity: .95; }
.service-grid--reform-first .service-card--featured::before { background: linear-gradient(0deg, rgba(12,29,21,.94), rgba(12,29,21,.18) 90%); }
.new-build-note { display: grid; grid-template-columns: 1fr 1.1fr auto; align-items: center; gap: 30px; margin-top: 36px; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.new-build-note .eyebrow { margin-bottom: 8px; font-size: 12px; }
.new-build-note h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: 24px; font-weight: 500; }
.new-build-note > p { margin: 0; font-size: var(--text-body); color: var(--muted); }
.new-build-note > a { padding-bottom: 5px; border-bottom: 1px solid var(--green); font-size: var(--text-body); white-space: nowrap; }
.new-build-note > a:hover { color: var(--green); }
.new-consultation { padding-top: 160px; padding-bottom: 90px; }
.new-consultation .breadcrumb { color: var(--muted); margin-bottom: 55px; }
.new-consultation .breadcrumb a { color: inherit; }
.new-consultation-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 7vw; align-items: center; }
.new-consultation-grid img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.new-consultation-copy h1 { font-size: clamp(2.3rem, 4.2vw, 4.2rem); line-height: 1.5; margin-bottom: 28px; }
.new-consultation-copy > p:not(.eyebrow) { font-size: var(--text-body); max-width: 520px; }
.new-consultation-link { display: inline-block; margin-top: 20px; padding: 18px 24px; background: var(--ink); color: #fff; font-size: var(--text-body); }
.new-consultation-back { display: block; width: fit-content; margin-top: 25px; padding-bottom: 3px; border-bottom: 1px solid var(--line); font-size: var(--text-body); }
@media (max-width: 1000px) {
 .new-build-note { grid-template-columns: 1fr; gap: 16px; }
 .new-build-note > a { width: fit-content; }
 .service-grid--reform-first .service-card--featured { padding: 30px; }
}
@media (max-width: 640px) {
 .service-grid--reform-first { grid-template-columns: 1fr; gap: 16px; }
 .service-grid--reform-first .service-card { min-height: 330px; padding: 26px; }
 .service-grid--reform-first .service-card--featured { grid-row: auto; min-height: 480px; padding: 26px; }
 .service-grid--reform-first .service-card--featured h3 { font-size: 2.3rem; }
 .new-build-note { margin-top: 25px; padding: 26px 0; }
 .new-consultation { padding: 120px 22px 60px; }
 .new-consultation .breadcrumb { margin-bottom: 35px; }
 .new-consultation-grid { grid-template-columns: 1fr; gap: 35px; }
 .new-consultation-copy h1 { font-size: 2.3rem; }
 .new-consultation-link { width: 100%; text-align: center; padding: 16px; }
}
