:root {
  --ink: #211d1a;
  --espresso: #483d36;
  --espresso-deep: #332b26;
  --copper: #dda983;
  --cream: #f4efe7;
  --paper: #fbf8f2;
  --sand: #d8cbbb;
  --sage: #6f7567;
  --line: rgba(72, 61, 54, 0.2);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --page: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
/* verrou de defilement : position fixe requise pour Safari iOS,
   la position est memorisee puis restauree par script.js */
body.menu-open { position: fixed; left: 0; right: 0; width: 100%; overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--copper); color: var(--espresso-deep); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; min-height: 142px; padding: 12px max(24px, calc((100vw - 1320px) / 2)); color: white; background: rgba(51, 43, 38, .97); box-shadow: 0 1px 0 rgba(255,255,255,.08); transition: background .35s, min-height .35s, box-shadow .35s; }
.site-header.scrolled { min-height: 106px; background: rgba(51, 43, 38, .95); box-shadow: 0 8px 30px rgba(20,15,12,.12); backdrop-filter: blur(10px); }
/* backdrop-filter cree un bloc conteneur pour les enfants en position:fixed :
   tant que le menu plein ecran est ouvert, on le neutralise. */
body.menu-open .site-header, body.menu-open .site-header.scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; }
.brand { display: flex; align-items: center; gap: 16px; }
.brand img { width: 118px; height: 118px; border-radius: 50%; transition: width .35s, height .35s; }
.site-header.scrolled .brand img { width: 82px; height: 82px; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: var(--serif); font-size: 1.76rem; font-weight: 600; letter-spacing: .01em; }
.brand small { margin-top: 7px; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--copper); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .83rem; letter-spacing: .04em; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.main-nav > a:not(.nav-cta)::after { position: absolute; bottom: 8px; left: 0; width: 100%; height: 1px; background: var(--copper); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.6); }
.nav-cta:hover { background: white; color: var(--espresso); }
.menu-toggle { display: none; }

.hero { min-height: 820px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); background: var(--espresso); color: white; overflow: hidden; }
.hero-copy { padding: 180px 8vw 64px max(24px, calc((100vw - 1320px) / 2)); }
.eyebrow { margin: 0 0 26px; color: var(--copper); font-size: .75rem; font-weight: 650; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .96; letter-spacing: -.035em; }
h1 { margin-bottom: 32px; font-size: clamp(3.6rem, 6.4vw, 6.8rem); }
h1 em, h2 em { color: var(--copper); font-weight: 400; }
.hero-intro { max-width: 610px; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: clamp(1.1rem, 1.6vw, 1.38rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; cursor: pointer; font-size: .82rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: var(--espresso-deep); }
.button-primary:hover { background: #edbc98; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: .84rem; letter-spacing: .04em; }
.text-link span { color: var(--copper); transition: transform .2s; }
.text-link:hover span { transform: translate(3px, 3px); }
.hero-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 570px; margin-top: 88px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-meta > div { display: flex; gap: 18px; padding-top: 24px; }
.hero-meta > div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-meta span { color: var(--copper); font-family: var(--serif); font-size: .92rem; }
.hero-meta p { margin: 0; color: rgba(255,255,255,.68); font-size: .78rem; line-height: 1.55; letter-spacing: .03em; }
.hero-visual { position: relative; min-height: 720px; margin: 0; background: var(--cream); }
.hero-arch { position: absolute; inset: 88px 8% 0 0; overflow: hidden; border-radius: 340px 340px 0 0; background: #bfb0a0; }
.hero-arch img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.05); }
.hero-arch::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(51,43,38,.05), rgba(51,43,38,.25)); content: ""; }
.hero-stamp { position: absolute; z-index: 2; left: -64px; bottom: 78px; width: 132px; height: 132px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(72,61,54,.45); border-radius: 50%; background: var(--copper); color: var(--espresso-deep); transform: rotate(-9deg); }
.hero-stamp::before { position: absolute; inset: 8px; border: 1px dashed rgba(72,61,54,.55); border-radius: 50%; content: ""; }
.hero-stamp span { font-size: .58rem; letter-spacing: .17em; text-transform: uppercase; }
.hero-stamp strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; font-style: italic; }
.vertical-note { position: absolute; right: 22px; bottom: 30px; margin: 0; color: var(--espresso); font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }

.section-pad { padding: 128px max(24px, calc((100vw - 1180px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr; align-items: end; margin-bottom: 72px; }
.section-heading .eyebrow { align-self: start; }
h2 { margin-bottom: 28px; font-size: clamp(3rem, 5.4vw, 5.4rem); }
.section-heading h2 { margin: 0; }
.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.services-grid article { min-height: 310px; padding: 36px 38px 46px 0; }
.services-grid article + article { padding-left: 38px; border-left: 1px solid var(--line); }
.service-number { color: var(--copper); font-family: var(--serif); font-size: 1rem; }
.services-grid h3 { margin: 76px 0 20px; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.services-grid p { max-width: 300px; margin: 0; color: #6d625b; font-size: .94rem; }

.before-after-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 78px; align-items: center; background: var(--espresso-deep); color: white; }
.before-after-copy > p:not(.eyebrow) { max-width: 390px; color: rgba(255,255,255,.68); }
.material-note { display: flex; align-items: center; gap: 14px; margin-top: 50px; color: rgba(255,255,255,.55); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.material-note span { width: 40px; height: 1px; background: var(--copper); }
.comparison { --position: 50%; position: relative; min-height: 640px; overflow: hidden; background: #cab9a5; }
.comparison img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.comparison-after { position: absolute; inset: 0; width: var(--position); overflow: hidden; }
.comparison-after img { width: calc(100% / (var(--position) / 100%)); max-width: none; }
.comparison-line { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); width: 2px; background: white; transform: translateX(-1px); pointer-events: none; }
.comparison-line span { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--copper); color: var(--espresso-deep); transform: translate(-50%, -50%); font-size: 1.2rem; }
.comparison-label { position: absolute; z-index: 2; top: 22px; padding: 7px 12px; background: rgba(33,29,26,.78); color: white; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.before-label { right: 22px; }
.after-label { left: 22px; }
.comparison input { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }

.works { background: var(--cream); }
.works-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 60px; margin-bottom: 68px; }
.works-heading h2 { margin: 0; }
.works-heading > p { max-width: 360px; margin: 0 0 8px; color: #6d625b; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 290px; gap: 18px; }
.work { position: relative; grid-column: span 4; overflow: hidden; padding: 0; border: 0; background: #c7b9aa; cursor: zoom-in; text-align: left; }
.work-wide { grid-column: span 5; }
.work-tall { grid-column: span 7; }
.work img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s; }
.work:hover img { transform: scale(1.045); filter: brightness(.76); }
.work::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(28,23,20,.76)); content: ""; opacity: .5; transition: opacity .3s; }
.work:hover::after { opacity: 1; }
.work > span { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; align-items: end; justify-content: space-between; gap: 12px; color: white; }
.work strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.work small { font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }

.artisan { display: grid; grid-template-columns: .75fr .95fr .6fr; gap: 58px; align-items: center; background: var(--paper); }
.artisan-image { position: relative; }
.artisan-image > img { width: 100%; min-height: 560px; object-fit: cover; filter: saturate(.78); }
.artisan-mark { position: absolute; right: -38px; bottom: -38px; width: 112px; height: 112px; display: grid; place-items: center; padding: 8px; border-radius: 50%; background: var(--paper); box-shadow: 0 16px 35px rgba(50,40,32,.14); }
.artisan-mark img { width: 100%; height: 100%; border-radius: 50%; object-fit: contain; }
.artisan-copy { padding: 30px 0; }
.artisan-copy .lead { color: var(--espresso); font-family: var(--serif); font-size: 1.42rem; line-height: 1.55; }
.artisan-copy > p:not(.eyebrow):not(.lead) { color: #6d625b; }
.artisan-copy .text-link { margin-top: 22px; }
.gesture-image { margin: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.gesture-image img { width: 100%; height: 360px; object-fit: cover; }
.gesture-image figcaption { margin-top: 18px; color: var(--sage); font-family: var(--serif); font-size: 1.12rem; font-style: italic; line-height: 1.35; }

.pricing { background: var(--espresso-deep); color: white; }
.pricing-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 62px; }
.pricing-heading h2 { margin: 0; }
.pricing-heading > p { max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.66); }
.pricing-levels { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 58px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.pricing-levels article { min-height: 230px; padding: 30px 34px 34px 0; }
.pricing-levels article + article { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.18); }
.pricing-levels span { color: var(--copper); font-family: var(--serif); }
.pricing-levels h3 { margin: 44px 0 10px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.pricing-levels p { max-width: 300px; margin: 0; color: rgba(255,255,255,.58); font-size: .87rem; }
.price-table-wrap { overflow-x: auto; outline: none; }
.price-table-wrap:focus-visible { box-shadow: 0 0 0 2px var(--copper); }
.price-table-wrap table { width: 100%; min-width: 760px; border-collapse: collapse; }
.price-table-wrap th, .price-table-wrap td { padding: 21px 18px; border-bottom: 1px solid rgba(255,255,255,.14); text-align: right; white-space: nowrap; }
.price-table-wrap th:first-child { padding-left: 0; text-align: left; }
.price-table-wrap thead th { color: var(--copper); font-size: .68rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.price-table-wrap tbody th { font-family: var(--serif); font-size: 1.12rem; font-weight: 400; white-space: normal; }
.price-table-wrap tbody td { color: rgba(255,255,255,.76); font-size: .86rem; }
.pricing-footer { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 44px; }
.pricing-footer p { max-width: 690px; margin: 0; color: rgba(255,255,255,.55); font-size: .76rem; line-height: 1.6; }
.pricing-footer strong { color: rgba(255,255,255,.88); }
.pricing-footer .button { flex: 0 0 auto; }

.locations { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; background: var(--cream); }
.locations-intro { padding: 28px 62px 20px 0; }
.locations-intro h2 { font-size: clamp(3rem, 4.5vw, 4.7rem); }
.locations-intro > p:not(.eyebrow) { color: #6d625b; }
.location-card { position: relative; min-height: 440px; padding: 44px; border: 1px solid var(--line); background: var(--paper); overflow: hidden; }
.location-card-dark { border-color: transparent; background: var(--espresso); color: white; }
.location-index { position: absolute; right: -10px; bottom: -74px; color: rgba(221,169,131,.14); font-family: var(--serif); font-size: 15rem; line-height: 1; }
.location-region { position: relative; margin-bottom: 78px; color: var(--copper); font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.location-card h3 { position: relative; margin-bottom: 22px; font-family: var(--serif); font-size: 3.3rem; font-weight: 400; }
.location-card address { position: relative; margin-bottom: 58px; color: #6d625b; font-style: normal; }
.location-card-dark address { color: rgba(255,255,255,.68); }
.location-card .text-link { position: relative; }

/* PARTENAIRES */
.partners { background: var(--paper); }
.partners-heading { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: start; margin-bottom: 70px; }
.partners-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.partners-heading h2 { margin: 0; }
.partners-heading > p:last-child { max-width: 430px; margin: 0 0 8px; color: #6d625b; }
.partners-logos { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-logo { min-height: 190px; display: grid; place-items: center; padding: 35px; }
.partner-logo + .partner-logo { border-left: 1px solid var(--line); }
.partner-logo img { width: min(200px, 100%); max-height: 190px; object-fit: contain; filter: grayscale(100%); opacity: .78; transition: filter .25s, opacity .25s, transform .25s; }
.partner-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.04); }

.contact { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; background: var(--espresso-deep); color: white; }
.contact-intro > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.66); }
.direct-contact { display: grid; gap: 22px; margin-top: 58px; }
.direct-contact a { display: grid; gap: 3px; }
.direct-contact span { color: var(--copper); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.direct-contact strong { font-family: var(--serif); font-size: 1.32rem; font-weight: 400; }
.project-form { align-self: start; padding: 46px; background: var(--paper); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.project-form > label, .form-row label { display: grid; gap: 9px; margin-bottom: 22px; color: var(--espresso); font-size: .7rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.project-form input:not([type="file"]), .project-form textarea { width: 100%; min-height: 48px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 1rem; letter-spacing: 0; text-transform: none; }
.project-form textarea { resize: vertical; }
.project-form input:focus, .project-form textarea:focus { border-color: var(--copper); box-shadow: 0 1px 0 var(--copper); }
.file-drop { position: relative; display: flex !important; grid-template-columns: none !important; flex-direction: row !important; align-items: center; gap: 16px !important; min-height: 96px; padding: 18px; border: 1px dashed rgba(72,61,54,.38); cursor: pointer; }
.file-drop:hover { border-color: var(--copper); background: rgba(221,169,131,.08); }
.file-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-icon { display: grid; flex: 0 0 46px; place-items: center; height: 46px; border-radius: 50%; background: var(--espresso); color: white; font-size: 1.5rem; font-weight: 300; }
.file-drop > span:last-child { display: grid; gap: 4px; }
.file-drop strong { font-size: .74rem; }
.file-drop small { color: #7b7069; font-size: .68rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.file-list { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 20px; }
.file-chip { max-width: 100%; padding: 6px 9px; background: var(--cream); color: #625750; font-size: .7rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.form-note { margin: 0 0 22px; color: #81756d; font-size: .72rem; line-height: 1.45; }
.button-submit { width: 100%; justify-content: space-between; border: 0; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--sage); font-size: .75rem; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; padding: 68px max(24px, calc((100vw - 1180px) / 2)) 34px; background: #191614; color: white; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand img { border-radius: 50%; }
.footer-brand p { margin: 0; color: rgba(255,255,255,.62); font-family: var(--serif); font-size: 1.08rem; line-height: 1.4; }
.footer-links { display: flex; justify-content: flex-end; gap: 28px; color: rgba(255,255,255,.72); font-size: .78rem; }
.footer-links a:hover { color: var(--copper); }
.footer-note { grid-column: 1 / -1; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

.lightbox { width: min(860px, 92vw); max-height: 90vh; padding: 0; border: 0; background: transparent; color: white; }
.lightbox::backdrop { background: rgba(20,16,14,.92); backdrop-filter: blur(8px); }
.lightbox img { max-width: 100%; max-height: 78vh; margin: auto; object-fit: contain; }
.lightbox p { margin: 14px 0 0; text-align: center; font-family: var(--serif); font-size: 1.15rem; }
.lightbox-close { position: fixed; top: 20px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 1.8rem; }
.mobile-call { display: none; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .main-nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr .82fr; }
  .hero-copy { padding-right: 5vw; }
  .section-pad { padding-top: 100px; padding-bottom: 100px; }
  .before-after-section { gap: 46px; }
  .artisan { grid-template-columns: .75fr 1.25fr; }
  .gesture-image { display: none; }
  .pricing-heading { grid-template-columns: 1fr .8fr; gap: 42px; }
  .locations { grid-template-columns: 1fr 1fr; }
  .locations-intro { grid-column: 1 / -1; padding: 0 0 50px; }
  .contact { gap: 52px; }
}

@media (max-width: 760px) {
  :root { --page: calc(100vw - 36px); }
  body { padding-bottom: 66px; }
  .site-header, .site-header.scrolled { min-height: 98px; padding: 8px 18px; background: rgba(51,43,38,.96); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .brand { gap: 12px; }
  .brand img, .site-header.scrolled .brand img { width: 82px; height: 82px; }
  .brand strong { font-size: 1.28rem; }
  .brand small { margin-top: 5px; font-size: .62rem; }
  .menu-toggle { z-index: 2; display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 0; background: transparent; }
  .menu-toggle > span:not(.sr-only) { width: 24px; height: 1px; background: white; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 22px; background: var(--espresso-deep); visibility: hidden; opacity: 0; transform: translateY(-16px); transition: .25s; }
  .main-nav.open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a:not(.nav-cta) { display: block; font-family: var(--serif); font-size: 2rem; }
  .nav-cta { margin-top: 10px; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 128px 18px 70px; }
  h1 { font-size: clamp(3.4rem, 15vw, 5rem); }
  .hero-intro { font-size: 1.12rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-meta { margin-top: 58px; }
  .hero-meta > div { gap: 10px; padding-right: 10px; }
  .hero-meta > div + div { padding-left: 14px; }
  .hero-visual { min-height: 520px; }
  .hero-arch { inset: 0 18px 0 18px; border-radius: 220px 220px 0 0; }
  .hero-stamp { left: 18px; bottom: 18px; width: 112px; height: 112px; }
  .vertical-note { display: none; }
  .section-pad { padding: 82px 18px; }
  .section-heading, .works-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 50px; }
  h2 { font-size: clamp(2.9rem, 13vw, 4.2rem); }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid article { min-height: 0; padding: 28px 0 36px; }
  .services-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .services-grid h3 { margin: 32px 0 12px; }
  .before-after-section { grid-template-columns: 1fr; gap: 40px; }
  .comparison { min-height: 520px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 250px; gap: 10px; }
  .work, .work-wide, .work-tall { grid-column: span 1; }
  .work:nth-child(1), .work:nth-child(5) { grid-column: 1 / -1; }
  .work > span { right: 14px; bottom: 12px; left: 14px; align-items: start; flex-direction: column; gap: 1px; }
  .work strong { font-size: 1rem; }
  .artisan { grid-template-columns: 1fr; gap: 60px; }
  .artisan-image > img { min-height: 0; max-height: 540px; object-position: center 24%; }
  .artisan-mark { right: 12px; bottom: -36px; }
  .pricing-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 46px; }
  .pricing-levels { grid-template-columns: 1fr; }
  .pricing-levels article { min-height: 0; padding: 26px 0 30px; }
  .pricing-levels article + article { padding-left: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .pricing-levels h3 { margin-top: 22px; }
  .price-table-wrap { margin-right: -18px; padding-right: 18px; }
  .price-table-wrap table { min-width: 700px; }
  .price-table-wrap th, .price-table-wrap td { padding: 18px 14px; }
  .pricing-footer { align-items: flex-start; flex-direction: column; gap: 26px; }
  .pricing-footer .button { width: 100%; }
  .locations { grid-template-columns: 1fr; }
  .locations-intro { grid-column: auto; padding: 0 0 24px; }
  .location-card { min-height: 390px; padding: 32px; }
  .contact { grid-template-columns: 1fr; gap: 46px; }
  .project-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; gap: 34px; padding-bottom: 38px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .mobile-call { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 10px 18px; background: var(--copper); color: var(--espresso-deep); box-shadow: 0 -8px 26px rgba(30,22,18,.18); }
  .mobile-call span { font-size: .69rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-call strong { font-family: var(--serif); font-size: 1.14rem; font-weight: 500; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .partners-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 50px; }
  .partners-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .partners-logos { grid-template-columns: 1fr 1fr; }
  .partner-logo { min-height: 140px; padding: 25px; }
  .partner-logo:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .partner-logo:nth-child(4) { border-top: 1px solid var(--line); }

}
