/* September 2026: real work photography, clearer case browsing, shorter consultation path. */
:root {
  --paper: #f5f7f4;
  --line: #ccd7d0;
}

::selection { color: #fff; background: var(--holly); }
input, textarea { caret-color: var(--holly); }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #a77916; outline-offset: 5px; }
h1, h2, h3 { text-wrap: balance; }
.section { padding-block: 88px; }
.section-heading { margin-bottom: 38px; }
.section-heading > p:last-child { max-width: 54ch; }
.button--primary { box-shadow: none; }
.button--primary:hover { box-shadow: 0 7px 18px rgb(15 90 74 / 16%); }
.hero { padding-block: 76px; background: var(--paper); }
.hero__grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.hero-location { margin: 0 0 22px; color: var(--holly); font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.hero h1 { font-size: clamp(46px, 5.2vw, 74px); line-height: 1.3; letter-spacing: -.035em; }
.hero h1 em { margin-top: 8px; font-size: clamp(29px, 3.3vw, 46px); letter-spacing: -.025em; }
.hero h1 em::after { display: none; }
.hero__lead { margin-top: 26px; max-width: 34em; font-size: 16px; line-height: 1.9; }
.hero__note { display: grid; gap: 9px; margin-top: 22px; font-size: 13px; }
.hero__note strong { justify-self: start; padding: 5px 10px; font-size: 13px; }
.hero__actions { margin-top: 24px; gap: 12px; }
.hero-photo { width: 100%; margin: 0; border: 0; box-shadow: none; }
.hero-photo::before { display: none; }
.hero-photo picture { height: 365px; }
.hero-photo img { height: 100%; object-fit: cover; object-position: 42% center; }
.hero-photo figcaption { padding: 20px 22px; background: #e6ede7; }
.hero-photo figcaption b { font-size: 21px; }
.hero-photo figcaption span small { margin-top: 5px; font-size: 12px; color: var(--ink-soft); }
.hero-small-work { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 26px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.hero-small-work > span:first-child { color: var(--holly); font-size: 12px; font-weight: 700; }
.hero-small-work strong { font-size: 13px; font-weight: 500; }
.hero-small-work b { font-size: 16px; font-weight: 700; white-space: nowrap; }
.hero-small-work:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.principle { padding-block: 82px; background: #fff; }
.principle__grid { padding-block: 0; }
.principle::before, .estimate-visual::before { display: none; }
.estimate-visual { background: #eaf0eb; box-shadow: none; }
.estimate-sheet { transform: rotate(-2deg); box-shadow: 0 18px 36px rgb(18 45 34 / 12%); }
.estimate-diagnosis__lead { line-height: 1.95; }
.estimate-questions { gap: 10px; }
.estimate-questions li { padding-left: 16px; }
.estimate-questions li::before { display: none; }
.estimate-diagnosis__actions p { max-width: 40em; }
.service-area { padding-block: 60px; }
.area-grid li { min-height: 80px; }
.sign-list article { min-height: 182px; padding: 25px; }
.sign-list h3 { margin: 25px 0 10px; }
.works::before { display: none; }
.works .section-heading { margin-bottom: 25px; }
.work-nav { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-bottom: 30px; padding-bottom: 16px; border-bottom: 1px solid #42534c; }
.work-nav a { display: inline-flex; align-items: center; min-height: 44px; color: #f1deb0; font-size: 13px; text-decoration: none; text-underline-offset: 5px; }
.work-nav a:hover { text-decoration: underline; color: #fff; }
.works [id] { scroll-margin-top: 112px; }
.works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.works-grid__secondary { grid-column: 1 / -1; }
.work-card, .work-card--feature { border: 0; box-shadow: none; }
.work-card__pair, .work-card--feature .work-card__pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.work-shot { aspect-ratio: 4 / 3; }
.work-card__arrow, .work-card--feature .work-card__arrow { width: 32px; height: 32px; border-width: 3px; font-size: 14px; transform: translate(-50%, -50%); }
.work-card__body, .work-card--feature .work-card__body { display: block; padding: 24px; }
.work-card__code { display: none; }
.work-card__body h3, .work-card--feature .work-card__body h3 { margin: 0 0 10px; font-size: 23px; }
.work-card__body > p:last-child, .work-card__description { font-size: 14px; line-height: 1.85; }
.small-works__grid [data-case="interior-wood"] { grid-column: 1 / -1; display: grid; grid-template-columns: 1.6fr 1fr; align-items: center; }
[data-case="interior-wood"] .work-shot { aspect-ratio: 4 / 5; max-height: 405px; }
[data-case="interior-wood"] .work-shot--before img { object-position: 54% center; }
[data-case="interior-wood"] .work-shot--after img { object-position: 65% center; }
[data-case="interior-wood"] .work-card__body { padding: 32px; }
[data-case="interior-wood"] h3 { font-size: 30px; }
.small-works__heading small { font-size: 12px; }
.work-album__preview { grid-template-rows: repeat(2, 150px); }
.commitment-grid__body { padding: 23px; }
.commitment-grid h3 { font-size: 21px; }
.partner::after { display: none; }
.partner__grid { gap: 64px; }
.community-support { padding-block: 72px; }
.flow-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 52px; align-items: center; }
.flow-visual { aspect-ratio: 3 / 2; margin: 0; }
.flow-visual img { object-position: 52% center; }
.flow-visual figcaption { min-width: 0; width: 100%; }
.flow-list { grid-template-columns: 1fr; }
.flow-list li { min-height: 0; grid-template-columns: 32px 1fr; gap: 16px; padding: 21px 0; }
.flow-list li:nth-last-child(-n + 2) { border-bottom: 0; }
.flow-list li:last-child { border-bottom: 1px solid var(--line); }
.flow-list h3 { font-size: 20px; margin-bottom: 8px; }
.flow-list p { font-size: 14px; line-height: 1.85; }
.faq-invitation { font-size: 14px; color: var(--ink-soft); }
.text-link { display: inline-flex; gap: 20px; align-items: center; min-height: 44px; margin-top: 10px; color: var(--holly); font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.contact__intro { position: static; }
.contact__intro h2 { font-size: clamp(28px, 3.1vw, 43px); }
.operator-contact { line-height: 1.75; }
.soft-note, .legal-note { border-left-width: 1px; }
.section-heading > .section-kicker { align-self: start; }
.estimate-sheet { border: 0; }
.work-shot figcaption span, .work-album__photo figcaption span { font-size: 12px; letter-spacing: .03em; }

@media (max-width: 1000px) {
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero h1 { font-size: 48px; }
  .hero h1 em { font-size: 29px; }
  .hero-photo picture { height: 350px; }
  .hero-small-work { grid-template-columns: 1fr auto; gap: 4px; }
  .hero-small-work > span:first-child { grid-column: 1 / -1; }
  .works-grid__secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-card__body, .work-card--feature .work-card__body { padding: 20px; }
  .work-card__body h3, .work-card--feature .work-card__body h3 { font-size: 21px; }
  .flow-layout { gap: 30px; }
  .flow-list h3 { font-size: 18px; }
}

@media (max-width: 700px) {
  .section { padding-block: 62px; }
  .section-heading { margin-bottom: 28px; }
  .hero { padding: 34px 0 45px; }
  .hero__grid { display: block; }
  .hero-location { margin-bottom: 16px; font-size: 12px; }
  .hero h1 { font-size: clamp(39px, 12vw, 64px); letter-spacing: -.035em; }
  .hero h1 em { font-size: clamp(25px, 7.5vw, 42px); letter-spacing: -.025em; }
  .hero-photo--mobile { margin-top: 22px; }
  .hero-photo picture { height: auto; aspect-ratio: 16 / 9; }
  .hero-photo figcaption { padding: 13px 16px; }
  .hero-photo figcaption b { font-size: 17px; }
  .hero-photo figcaption span small { font-size: 12px; }
  .hero__lead { margin-top: 20px; font-size: 14px; line-height: 1.85; }
  .hero__note { margin-top: 16px; gap: 7px; font-size: 12px; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; gap: 10px; }
  .hero__actions .button { min-width: 0; padding-inline: 10px; font-size: 13px; }
  .hero-small-work { grid-template-columns: auto 1fr auto; gap: 10px; margin-top: 20px; }
  .hero-small-work > span:first-child { grid-column: auto; font-size: 12px; }
  .hero-small-work strong { font-size: 12px; }
  .hero-small-work b { display: block; font-size: 17px; }
  .principle { padding-block: 56px; }
  .principle__grid { gap: 32px; }
  .estimate-diagnosis__lead { font-size: 14px; }
  .estimate-questions { grid-template-columns: 1fr; margin-top: 20px; }
  .estimate-questions li { min-height: 0; padding: 13px 16px; }
  .estimate-visual { padding: 28px 22px 22px; }
  .service-area { padding-block: 44px; }
  .area-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .area-grid li { min-height: 65px; padding: 10px 5px; }
  .area-grid li:last-child { grid-column: auto; }
  .area-grid strong { font-size: 18px; }
  .signs-layout { gap: 25px; }
  .sign-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sign-list article { min-height: 0; padding: 20px 13px; }
  .sign-list article:nth-child(odd) { border-left: 1px solid var(--line); }
  .sign-list article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .sign-list article:nth-child(n + 3) { border-bottom: 0; }
  .sign-list h3 { margin: 15px 0 10px; font-size: 17px; line-height: 1.6; }
  .sign-list p { font-size: 12px; line-height: 1.8; }
  .work-nav { gap: 4px 20px; margin-bottom: 22px; }
  .work-nav a { font-size: 12px; }
  .works-grid { grid-template-columns: 1fr; gap: 20px; }
  .works-grid__secondary { grid-template-columns: 1fr; gap: 20px; }
  .work-card__pair, .work-card--feature .work-card__pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-card__body, .work-card--feature .work-card__body { padding: 20px; }
  .work-card__body h3, .work-card--feature .work-card__body h3 { margin: 0 0 8px; font-size: 22px; }
  .work-shot figcaption { top: 9px; left: 9px; }
  .work-shot--after figcaption { left: auto; right: 9px; }
  .work-shot figcaption span { padding: 6px 7px; font-size: 12px; }
  .small-works__grid [data-case="interior-wood"] { display: block; grid-column: auto; }
  [data-case="interior-wood"] .work-shot { aspect-ratio: 3 / 4; max-height: none; }
  [data-case="interior-wood"] .work-card__body { padding: 20px; }
  .small-works__heading { gap: 15px; }
  .work-album__preview { grid-template-rows: auto; }
  .commitment-grid { gap: 16px; }
  .commitment-grid article { display: grid; grid-template-columns: .8fr 1.2fr; }
  .commitment-grid__visual { height: 100%; aspect-ratio: auto; }
  .commitment-grid__visual img { object-position: center; }
  .commitment-grid__body { padding: 20px 16px; }
  .commitment-grid h3 { font-size: 18px; line-height: 1.6; margin-bottom: 10px; }
  .commitment-grid p { font-size: 12px; line-height: 1.85; }
  .commitment-grid__badge { width: 34px; height: 34px; font-size: 16px; }
  .partner__grid { gap: 28px; }
  .community-support { padding-block: 60px; }
  .flow-layout { grid-template-columns: 1fr; gap: 24px; }
  .flow-visual { aspect-ratio: 3 / 2; }
  .flow-visual figcaption { padding: 12px 15px; }
  .flow-visual figcaption strong { font-size: 17px; }
  .flow-list li { min-height: 0; padding: 22px 0; grid-template-columns: 28px 1fr; gap: 12px; }
  .flow-list h3 { font-size: 19px; }
  .flow-list .mobile-line { display: inline; }
  .faq__grid { gap: 25px; }
  .faq__grid .section-heading { margin: 0; }
  .contact__intro h2 { font-size: clamp(28px, 8.2vw, 38px); }
  .contact-proof { max-width: 440px; }
}

@media (prefers-reduced-motion: reduce) {
  .estimate-sheet { transform: none; }
}
