/*
Theme Name: FAB
Theme URI: https://fabriquedebidules.retzo.net/
Author: FAB — Fabrique Artisanale de Bidule
Description: Thème sur mesure pour FAB, atelier de fabrication artisanale en Pays de Retz.
Version: 2.1.0
Requires at least: 6.8
Requires PHP: 8.1
Text Domain: laptitefab
*/

:root {
  --ink: #183a4a;
  --clay: #d8613c;
  --smile: #e8cf5a;
  --paper: #f7f3ea;
  --charcoal: #242829;
  --line: rgba(24, 58, 74, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  background-image: linear-gradient(rgba(24,58,74,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(24,58,74,.045) 1px, transparent 1px);
  background-size: 20px 20px;
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  width: min(1440px, calc(100% - 64px));
  height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: flex; align-items: center; width: max-content; }
.wordmark-logo { display: block; width: 205px; height: auto; }
nav { display: flex; gap: 32px; font-size: 14px; font-weight: 650; }
nav a, .header-cta { transition: color .2s ease; }
nav a:hover { color: var(--clay); }
.header-cta { justify-self: end; padding-bottom: 5px; border-bottom: 2px solid var(--clay); font-size: 14px; font-weight: 750; }

.hero {
  width: min(1440px, calc(100% - 64px));
  min-height: calc(100vh - 202px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
  padding: 72px 0 80px;
}
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 28px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 9px; height: 9px; background: var(--clay); }
h1 { max-width: 760px; margin: 0; font-size: clamp(58px, 6.2vw, 94px); font-weight: 620; letter-spacing: -.065em; line-height: .98; }
h1 em { display: block; color: var(--clay); font-style: normal; }
.hero-intro { max-width: 640px; margin: 34px 0 0; color: #38545f; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); font-size: 15px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { gap: 28px; color: var(--paper); background: var(--ink); box-shadow: 8px 8px 0 var(--clay); }
.button-primary span { font-size: 21px; }
.button-secondary:hover { background: rgba(255,255,255,.5); }
.proofs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 62px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.proofs li { color: #49616b; font-size: 12px; line-height: 1.45; }
.proofs b { display: block; margin-bottom: 8px; color: var(--clay); font-size: 10px; letter-spacing: .1em; }

.hero-studio { position: relative; min-height: 590px; overflow: hidden; background: var(--ink); }
.studio-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(247,243,234,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(247,243,234,.35) 1px, transparent 1px); background-size: 42px 42px; }
.material { position: absolute; display: grid; place-items: end start; padding: 16px; color: var(--paper); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.material-wood { top: 36px; right: 34px; width: 156px; height: 120px; transform: rotate(4deg); background: repeating-linear-gradient(97deg, #ad7959 0 5px, #bd8a66 5px 12px, #9e6d50 12px 14px); }
.material-print { right: 62px; bottom: 48px; width: 126px; height: 148px; transform: rotate(-5deg); background: repeating-linear-gradient(0deg, #d8613c 0 3px, #bd4d2c 3px 5px); }
.part-card { position: absolute; top: 86px; left: 54px; width: min(390px, calc(100% - 130px)); padding: 28px; background: var(--paper); box-shadow: 18px 18px 0 rgba(0,0,0,.18); transform: rotate(-2deg); }
.part-shape { position: relative; height: 225px; display: grid; place-items: center; border: 1px solid rgba(24,58,74,.2); background: #e8e6df; }
.part-shape::before { content: ""; width: 94px; height: 150px; border: 18px solid var(--ink); border-bottom-width: 34px; border-radius: 14px 14px 42px 42px; }
.part-shape span { position: absolute; bottom: 35px; width: 49px; height: 28px; border: 7px solid var(--ink); border-radius: 50px; background: #e8e6df; }
.part-meta { display: grid; grid-template-columns: 1fr 1.2fr; gap: 18px; padding-top: 22px; }
.part-meta p { margin: 0; color: #61747b; font-size: 12px; }
.part-meta strong { font-size: 20px; line-height: 1.05; }
.part-card small { display: block; margin-top: 22px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--clay); font-weight: 850; letter-spacing: .16em; }
.fab-mark { position: absolute; left: 34px; bottom: 34px; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 18px; color: var(--ink); background: var(--paper); }
.fab-mark b { font-size: 47px; line-height: 1; }
.fab-mark i { position: absolute; top: 14px; right: 12px; width: 9px; height: 9px; background: var(--clay); }
.fab-mark.smiley-mark { padding: 5px; border-radius: 50%; background: var(--paper); transform: rotate(-7deg); box-shadow: 7px 7px 0 rgba(0,0,0,.18); }
.fab-mark.smiley-mark img { width: 100%; height: 100%; display: block; }
.studio-note { position: absolute; left: 128px; bottom: 36px; margin: 0; color: rgba(247,243,234,.72); font-size: 12px; line-height: 1.5; }

.quick-services { min-height: 110px; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-services > * { margin: 0; padding: 0 30px; display: flex; align-items: center; border-right: 1px solid var(--line); }
.quick-services p { color: #66777d; font-size: 13px; text-transform: uppercase; letter-spacing: .11em; }
.quick-services a { gap: 16px; font-size: 17px; font-weight: 760; transition: background .2s ease; }
.quick-services a:hover { background: rgba(255,255,255,.5); }
.quick-services span { color: var(--clay); font-size: 10px; letter-spacing: .1em; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 54px; }
  .hero-studio { min-height: 560px; }
  .quick-services { grid-template-columns: 1fr; }
  .quick-services > * { min-height: 72px; border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 620px) {
  .site-header, .hero { width: min(100% - 36px, 1440px); }
  .site-header { height: 78px; }
  .wordmark-logo { width: 165px; }
  .header-cta { font-size: 12px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .proofs { grid-template-columns: 1fr; gap: 16px; }
  .hero-studio { min-height: 490px; }
  .part-card { top: 54px; left: 28px; width: calc(100% - 84px); padding: 20px; }
  .part-shape { height: 175px; }
  .material-wood { right: 18px; }
  .material-print { right: 20px; bottom: 28px; }
}

/* WordPress --------------------------------------------------------------- */
.admin-bar .site-header { margin-top: 32px; }
.site-header-wrap { background-color: rgba(247,243,234,.96); background-image: linear-gradient(rgba(24,58,74,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(24,58,74,.045) 1px, transparent 1px); background-size: 20px 20px; }
.site-header nav { display: flex; }
.site-header .current-menu-item a { color: var(--clay); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px; clip: auto; color: var(--paper); background: var(--ink); }

.realisations { background: #e9e4d9; }
.carousel-heading { display: grid; grid-template-columns: .5fr 1.2fr auto; gap: 40px; align-items: end; margin-bottom: 46px; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-size: 22px; cursor: pointer; }
.carousel-controls button:hover { color: var(--paper); background: var(--ink); }
.realisation-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 31vw); gap: 18px; overflow-x: auto; padding: 2px 2px 24px; scroll-snap-type: x mandatory; scrollbar-color: var(--clay) transparent; }
.realisation-card { min-height: 430px; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); scroll-snap-align: start; }
.realisation-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink); }
.realisation-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.realisation-card:hover img { transform: scale(1.025); }
.realisation-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--paper); background-image: linear-gradient(rgba(247,243,234,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(247,243,234,.14) 1px, transparent 1px); background-size: 34px 34px; }
.realisation-placeholder b { font-size: 70px; letter-spacing: -.08em; }
.realisation-video { position: absolute; right: 16px; bottom: 16px; padding: 7px 9px; color: var(--paper); background: var(--clay); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.realisation-body { padding: 24px; }
.realisation-body small { color: var(--clay); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.realisation-body h3 { margin: 12px 0 8px; font-size: 24px; line-height: 1.08; }
.realisation-body p { margin: 0; color: #586b72; font-size: 14px; line-height: 1.55; }
.realisation-empty { min-height: 310px; padding: 42px; display: grid; align-content: end; color: var(--paper); background: var(--ink); }
.realisation-empty b { margin-bottom: auto; color: var(--clay); font-size: 70px; }
.realisation-empty h3 { margin: 40px 0 10px; font-size: 30px; }
.realisation-empty p { max-width: 520px; color: rgba(247,243,234,.72); line-height: 1.6; }

.form-status { grid-column: 1 / -1; margin: 0; padding: 12px 14px; color: var(--ink); background: #d9e7d5; font-size: 13px; font-weight: 700; }
.form-status.error { background: #f2d1c7; }
.contact-form input[type="text"].website-field { position: absolute; left: -9999px; }
.contact-form button:not(:disabled) { opacity: 1; cursor: pointer; }

.content-hero { padding: clamp(80px, 9vw, 130px) max(32px, calc((100vw - 1180px) / 2)); color: var(--paper); background: var(--ink); }
.content-hero .section-kicker { color: #ef896b; }
.content-hero h1 { max-width: 950px; }
.content-hero p { max-width: 680px; margin: 28px 0 0; color: rgba(247,243,234,.72); font-size: 19px; line-height: 1.6; }
.content-main { width: min(100% - 48px, 980px); margin: 0 auto; padding: 70px 0 120px; }
.content-main > * { max-width: 760px; }
.content-main h2 { margin-top: 50px; font-size: 36px; letter-spacing: -.04em; }
.content-main h3 { margin-top: 38px; font-size: 26px; }
.content-main p, .content-main li { color: #455d67; font-size: 17px; line-height: 1.75; }
.content-main img { max-width: 100%; height: auto; }
.content-main a { text-decoration: underline; text-decoration-color: var(--clay); text-underline-offset: 4px; }
.content-main > .related-grid { width: 100%; max-width: 980px; margin: 28px 0 70px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.content-main .related-grid a { text-decoration: none; }
.content-main .related-grid .realisation-card { min-height: 0; border: 1px solid var(--line); }
.content-main .related-grid .realisation-body { min-height: 180px; }
.content-main .button { text-decoration: none; }
.content-main .download-actions { max-width: 100%; margin: 34px 0; display: flex; flex-wrap: wrap; gap: 16px; }
.content-main .download-actions br { display: none; }
.content-main .download-actions .button { flex: 1 1 280px; gap: 20px; }
.content-main small { color: #63747a; line-height: 1.6; }
.post-grid { width: min(100% - 48px, 1240px); margin: 0 auto; padding: 70px 0 120px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { border: 1px solid var(--line); background: #fffdf8; }
.post-card .realisation-body { min-height: 190px; }
.post-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.metier-links { margin-top: 60px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metier-links a { min-height: 100px; padding: 26px; display: flex; align-items: center; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 760; text-decoration: none; }
.metier-links a span { color: var(--clay); }
.wp-block-image figcaption { color: #63747a; font-size: 12px; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .carousel-heading { grid-template-columns: 1fr; }
  .realisation-track { grid-auto-columns: minmax(280px, 72vw); }
  .post-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 782px) { .admin-bar .site-header { margin-top: 46px; } }
@media (max-width: 620px) {
  .realisation-track { grid-auto-columns: 86vw; }
  .post-grid, .metier-links { grid-template-columns: 1fr; }
  .content-main { width: min(100% - 36px, 980px); }
  .content-main > .related-grid { grid-template-columns: 1fr; }
  .content-main .download-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

.section { padding: clamp(92px, 10vw, 150px) max(32px, calc((100vw - 1376px) / 2)); }
.section-kicker { margin: 0 0 26px; color: var(--clay); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker.light { color: #ef896b; }
.section h2, .contact h2 { margin: 0; font-size: clamp(46px, 5.3vw, 78px); font-weight: 620; letter-spacing: -.06em; line-height: 1.02; }
.section h2 span { color: var(--clay); }
.section-heading { display: grid; grid-template-columns: .55fr 1.4fr .8fr; gap: 46px; align-items: end; margin-bottom: 72px; }
.section-heading > p:last-child { margin: 0; color: #51656d; font-size: 16px; line-height: 1.65; }
.section-heading.compact { grid-template-columns: .55fr 1.4fr; }

.services { background: #fffdf8; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 510px; padding: 36px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-number { position: absolute; top: 34px; right: 34px; color: var(--clay); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.service-symbol { position: relative; width: 210px; height: 170px; margin: 0 auto 40px; display: grid; place-items: center; border: 1px solid rgba(24,58,74,.2); background-color: #f3efe6; background-image: linear-gradient(rgba(24,58,74,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(24,58,74,.055) 1px, transparent 1px); background-size: 14px 14px; }
.service-symbol img { display: block; width: 132px; height: 132px; }
.service-card h3 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.service-card > p { margin: 20px 0 34px; color: #53666d; font-size: 15px; line-height: 1.65; }
.service-card small { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.repair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 130px); align-items: center; }
.repair-visual { position: relative; min-height: 650px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 42px; background: var(--ink); overflow: hidden; }
.repair-visual::after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(247,243,234,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(247,243,234,.4) 1px, transparent 1px); background-size: 36px 36px; }
.repair-before, .repair-after { z-index: 1; min-height: 310px; padding: 20px; display: grid; place-items: center; background: #ebe7dc; }
.repair-before > span, .repair-after > span { justify-self: start; color: #6b777b; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.repair-arrow { z-index: 2; color: var(--clay); font-size: 42px; }
.broken-part, .fixed-part { position: relative; width: 80px; height: 165px; border: 18px solid var(--ink); border-radius: 10px 10px 36px 36px; }
.broken-part { border-right-color: transparent; transform: rotate(-9deg); }
.broken-part::after { content: ""; position: absolute; top: 42px; right: -24px; width: 24px; height: 58px; background: #ebe7dc; transform: skewY(-24deg); }
.fixed-part::after { content: ""; position: absolute; bottom: 14px; left: 10px; width: 24px; height: 14px; border: 6px solid var(--ink); border-radius: 20px; }
.repair-visual > p { position: absolute; z-index: 1; bottom: 42px; left: 42px; margin: 0; color: rgba(247,243,234,.75); font-size: 13px; line-height: 1.5; }
.repair-copy .lead { margin: 34px 0 44px; color: #50656d; font-size: 18px; line-height: 1.65; }
.steps { margin: 0 0 36px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { padding: 18px 0; display: grid; grid-template-columns: 42px 1fr; gap: 8px; border-bottom: 1px solid var(--line); }
.steps li > b { color: var(--clay); font-size: 11px; }
.steps span { color: #5b6c72; font-size: 13px; line-height: 1.45; }
.steps strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 16px; }
.text-link { padding-bottom: 6px; display: inline-flex; gap: 48px; border-bottom: 2px solid var(--clay); font-size: 15px; font-weight: 800; }

.audiences { padding-top: 70px; background: #fffdf8; }
.audience-copy { display: grid; grid-template-columns: .45fr 1.55fr; margin-bottom: 70px; }
.audience-cloud { display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-cloud > span, .audience-cloud > a { min-height: 92px; flex: 1 0 25%; padding: 0 28px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 720; }
.audience-cloud > a:hover { background: var(--paper); }
.audience-cloud b { color: var(--clay); font-size: 9px; letter-spacing: .12em; }

.commitments { color: var(--paper); background: var(--ink); }
.commitments h2 span { color: #ef896b; }
.commitment-intro { display: grid; grid-template-columns: .45fr 1fr .65fr; gap: 50px; align-items: end; margin-bottom: 86px; }
.commitment-intro > p:last-child { margin: 0; color: rgba(247,243,234,.68); font-size: 16px; line-height: 1.65; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(247,243,234,.25); border-left: 1px solid rgba(247,243,234,.25); }
.commitment-grid article { min-height: 330px; padding: 34px; border-right: 1px solid rgba(247,243,234,.25); border-bottom: 1px solid rgba(247,243,234,.25); }
.commitment-grid b { display: inline-block; margin-bottom: 76px; padding: 7px 9px; color: var(--ink); background: #ef896b; font-size: 9px; letter-spacing: .14em; }
.commitment-grid h3 { margin: 0 0 18px; font-size: 26px; }
.commitment-grid p { margin: 0; color: rgba(247,243,234,.7); font-size: 14px; line-height: 1.65; }

.free-price-preview { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 9vw, 140px); align-items: center; background: #e8cf5a; }
.free-price-copy h2 span { color: var(--ink); }
.free-price-copy > p:not(.section-kicker) { max-width: 650px; margin: 32px 0 38px; color: #304d59; font-size: 18px; line-height: 1.65; }
.free-price-copy .button-primary { box-shadow: 8px 8px 0 var(--clay); }
.free-price-steps { border-top: 1px solid rgba(24,58,74,.35); }
.free-price-steps article { min-height: 128px; display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid rgba(24,58,74,.35); }
.free-price-steps b { color: var(--clay); font-size: 11px; letter-spacing: .14em; }
.free-price-steps strong, .free-price-steps span { display: block; }
.free-price-steps strong { margin-bottom: 7px; font-size: 22px; letter-spacing: -.03em; }
.free-price-steps span { color: #405a64; font-size: 14px; line-height: 1.5; }

.price-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 80px; align-items: center; overflow: hidden; }
.price-hero > div { min-width: 0; }
.price-hero > img { width: 170px; height: 170px; transform: rotate(-7deg); filter: drop-shadow(12px 12px 0 rgba(0,0,0,.2)); }
.content-main.price-page { width: min(100% - 48px, 1120px); }
.price-page > * { max-width: 800px; }
.price-page > .price-principles, .price-page > .price-formula, .price-page > .price-process { max-width: 1120px; }
.price-principles { margin: 46px 0 72px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.price-principles article { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-principles b { display: inline-block; padding: 7px 9px; color: var(--paper); background: var(--clay); font-size: 10px; letter-spacing: .14em; }
.price-principles h3 { margin: 64px 0 16px; font-size: 24px; }
.price-principles p { margin: 0; font-size: 15px; line-height: 1.65; }
.price-formula { margin: 0 0 80px; padding: 34px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; color: var(--ink); background: #e8cf5a; }
.price-formula span { font-size: 16px; font-weight: 750; text-align: center; }
.price-formula i { color: var(--clay); font-size: 28px; font-style: normal; }
.price-formula strong { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(24,58,74,.3); font-size: 24px; text-align: center; }
.price-process { margin: 40px 0 72px; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.price-process li { min-height: 118px; display: grid; grid-template-columns: 62px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.price-process li > b { color: var(--clay); font-size: 13px; }
.price-process strong, .price-process span { display: block; }
.price-process strong { margin-bottom: 7px; color: var(--ink); font-size: 20px; }
.price-process span { color: #526870; font-size: 15px; line-height: 1.55; }
.price-note { margin: 44px 0 0; padding: 30px 34px; border-left: 8px solid var(--clay); background: #fffdf8; }
.price-note h3 { margin: 0 0 10px; }
.price-note p { margin: 0; }

.process-track { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); }
.process-track article { position: relative; padding: 38px 30px 24px 0; }
.process-track article::before { content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; background: var(--clay); }
.process-track b { color: var(--clay); font-size: 10px; letter-spacing: .14em; }
.process-track h3 { margin: 46px 0 14px; font-size: 23px; }
.process-track p { max-width: 250px; margin: 0; color: #53666d; font-size: 14px; line-height: 1.6; }

.contact { padding: clamp(84px, 9vw, 130px) max(32px, calc((100vw - 1376px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 140px); color: var(--paper); background: var(--clay); }
.contact-copy > p:not(.section-kicker) { max-width: 580px; margin: 30px 0; color: rgba(247,243,234,.82); font-size: 17px; line-height: 1.65; }
.domain-row { display: flex; flex-wrap: wrap; gap: 10px; }
.domain-row span { padding: 9px 12px; border: 1px solid rgba(247,243,234,.45); font-size: 12px; font-weight: 750; }
.contact-form { align-self: start; padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; color: var(--ink); background: var(--paper); box-shadow: 14px 14px 0 rgba(24,58,74,.22); }
.contact-form label { display: grid; gap: 9px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(24,58,74,.3); border-radius: 0; outline: none; color: var(--ink); background: transparent; font: inherit; font-size: 15px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--clay); }
.contact-form .photo-field input[type="file"] { padding: 12px; border: 1px dashed rgba(24,58,74,.35); background: rgba(255,255,255,.45); cursor: pointer; }
.photo-field small { color: #63747a; font-size: 11px; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-footer p { max-width: 340px; margin: 0; color: #63747a; font-size: 11px; line-height: 1.45; }
.form-footer button { min-width: 190px; height: 50px; border: 0; color: var(--paper); background: var(--ink); font-weight: 800; opacity: .55; cursor: not-allowed; }
.website-field-wrap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.archive-link { margin: 36px 0 0; }
.content-cta { margin-top: 60px; }

footer { min-height: 130px; padding: 30px max(32px, calc((100vw - 1376px) / 2)); display: grid; grid-template-columns: minmax(210px, 270px) 1.2fr 1fr 1fr auto; gap: 28px; align-items: center; color: var(--paper); background: #102b37; }
.footer-mark { color: var(--paper); }
.footer-mark-logo { display: block; width: min(100%, 250px); height: auto; padding: 6px; border-radius: 4px; background: var(--paper); }
footer p, footer > a:last-child { margin: 0; color: rgba(247,243,234,.62); font-size: 11px; line-height: 1.4; }
footer p a, footer .future-domain { color: var(--smile); }
footer > a:last-child { color: var(--paper); font-weight: 750; }

@media (max-width: 980px) {
  .section-heading, .section-heading.compact, .audience-copy, .commitment-intro { grid-template-columns: 1fr; gap: 24px; }
  .service-list, .commitment-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 430px; }
  .repair { grid-template-columns: 1fr; }
  .audience-cloud span { flex-basis: 50%; }
  .process-track { grid-template-columns: 1fr 1fr; }
  .contact, .free-price-preview { grid-template-columns: 1fr; }
  .price-principles { grid-template-columns: 1fr; }
  .price-hero { grid-template-columns: 1fr 120px; gap: 36px; }
  .price-hero > img { width: 120px; height: 120px; }
  footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .section { padding-left: 18px; padding-right: 18px; }
  .service-card { padding: 26px; }
  .repair-visual { min-height: 520px; padding: 24px; }
  .repair-visual > p { left: 24px; bottom: 24px; }
  .audience-cloud span { flex-basis: 100%; }
  .process-track { grid-template-columns: 1fr; }
  .contact { padding-left: 18px; padding-right: 18px; }
  .contact-form { grid-template-columns: 1fr; padding: 24px; }
  .contact-form label { grid-column: 1 / -1; }
  .price-hero { grid-template-columns: 1fr; }
  .price-hero > img { width: 88px; height: 88px; }
  .price-formula { grid-template-columns: 1fr; }
  .price-formula i { transform: rotate(90deg); text-align: center; }
  .form-footer { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; padding-left: 18px; padding-right: 18px; }
}
