:root { --red: #d9472f; --red-dark: #b33225; --red-pale: #fff0ed; --ink: #201e1c; --charcoal: #d9472f; --cream: #ffffff; --paper: #ffffff; --white: #ffffff; --muted: #756b67; --line: #efd4cf; --gold: #ffffff; --shadow: 0 22px 55px rgba(137, 41, 28, .14); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: absolute; top: -60px; left: 16px; z-index: 50; padding: 10px 15px; color: white; background: var(--red); }
.skip-link:focus { top: 16px; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 89px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1.5px solid var(--red); color: var(--red); background: transparent; }
.brand-mark svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; background: var(--red); }
.brand-text { display: flex; flex-direction: column; line-height: .82; }
.brand-text strong { color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.brand-text b { color: var(--red); font-family: Georgia, serif; font-size: 21px; font-style: italic; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #625b54; font-size: 13px; font-weight: 700; }
.main-nav a { transition: color .2s, background .2s; }
.main-nav a:hover { color: var(--red); }
.main-nav .nav-button { padding: 12px 17px; color: white; background: var(--red); }
.main-nav .nav-button:hover { color: white; background: var(--red-dark); }
.menu-toggle { display: none; position: relative; width: 45px; height: 45px; padding: 0; border: 1px solid var(--red); border-radius: 50%; color: var(--red); background: var(--white); cursor: pointer; }
.menu-toggle span { position: absolute; left: 13px; width: 18px; height: 2px; background: currentColor; transition: transform .2s, top .2s; }
.menu-toggle span:nth-child(1) { top: 14px; }
.menu-toggle span:nth-child(2) { top: 21px; width: 13px; }
.menu-toggle span:nth-child(3) { top: 28px; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
.hero { position: relative; padding: 82px 0 95px; background: var(--white); overflow: hidden; }
.hero:after { content: ""; position: absolute; right: -105px; bottom: -170px; width: 390px; height: 390px; border: 1px solid rgba(217,71,47,.2); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 88px; }
.hero-copy { padding: 16px 0 24px; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.kicker > span { display: block; width: 29px; height: 2px; background: var(--red); }
.kicker-light { color: rgba(255,255,255,.72); }
.kicker-light > span { background: var(--gold); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.055em; }
h1 { max-width: 480px; margin-bottom: 23px; font-size: clamp(68px, 8.2vw, 112px); line-height: .82; }
h1 em, h2 em { color: var(--red); font-style: italic; font-weight: 700; }
.hero-intro { max-width: 380px; margin-bottom: 12px; color: var(--ink); font-family: Georgia, serif; font-size: 21px; line-height: 1.25; }
.hero-body { max-width: 425px; margin-bottom: 31px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; padding: 13px 19px; border: 1px solid transparent; font-size: 13px; font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button-icon { display: inline-flex; align-items: center; justify-content: center; }
.button-icon svg, .direct-links svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button:hover { transform: translateY(-2px); }
.button-red { color: white; background: var(--red); }
.button-red:hover { color: white; background: var(--red-dark); }
.button-line { border-color: var(--red); color: var(--red); background: transparent; }
.button-line:hover { color: white; background: var(--red); }
.button-cream { color: var(--ink); background: var(--cream); }
.button-cream:hover { color: var(--red); background: white; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 43px; }
.proof-score { display: flex; align-items: center; gap: 8px; padding-right: 15px; border-right: 1px solid var(--line); }
.proof-score strong { font-size: 28px; line-height: 1; }
.proof-score span, .review-score span, blockquote footer span { color: var(--red); letter-spacing: .09em; font-size: 12px; }
.hero-proof b, .hero-proof small { display: block; line-height: 1.35; }
.hero-proof b { font-size: 12px; }
.hero-proof small { color: var(--muted); font-size: 11px; }
.hero-image { position: relative; min-height: 550px; }
.hero-image:before { content: ""; position: absolute; top: 30px; right: -25px; bottom: -25px; left: 25px; background: var(--red); }
.hero-image-frame { position: relative; height: 550px; padding: 10px; background: var(--white); transform: rotate(-1.5deg); box-shadow: var(--shadow); }
.hero-image-frame img { height: 100%; object-fit: cover; object-position: center; }
.image-note { position: absolute; top: 26px; left: 26px; padding: 8px 10px; color: white; background: rgba(32,30,28,.88); font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .07em; }
.image-note b { color: var(--gold); font-size: 11px; }
.hero-sticker { position: absolute; bottom: 32px; left: -31px; display: flex; align-items: center; gap: 11px; padding: 13px 17px; color: white; background: var(--red); box-shadow: 8px 9px 0 var(--charcoal); }
.hero-sticker span { color: var(--gold); font-family: Georgia, serif; font-size: 27px; font-weight: 700; }
.hero-sticker b { font-size: 12px; line-height: 1.2; }
.hero-address { position: absolute; right: 17px; bottom: -8px; display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; color: var(--ink); background: rgba(255,253,249,.95); font-size: 11px; font-weight: 800; box-shadow: 0 7px 18px rgba(39,29,22,.12); }
.hero-address i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.facts { color: white; background: var(--red); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid > div { min-height: 91px; padding: 22px 24px; border-right: 1px solid rgba(255,255,255,.15); }
.facts-grid > div:first-child { padding-left: 0; }
.facts-grid > div:last-child { border: 0; }
.facts strong, .facts span { display: block; line-height: 1.2; }
.facts strong { color: white; font-family: Georgia, serif; font-size: 19px; }
.facts span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 11px; }
.services { background: var(--white); }
.section-intro, .gallery-head { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 80px; margin-bottom: 51px; }
.section-intro h2, .gallery-head h2, .atelier-copy h2, .review-grid h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(43px, 5.2vw, 66px); line-height: .93; }
.section-intro > p, .gallery-head > p { max-width: 420px; margin: 0 0 3px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.service-card { position: relative; min-height: 405px; padding: 0; border: 1px solid var(--line); background: var(--white); overflow: hidden; }
.service-card-dark { color: white; border-color: var(--red); background: var(--red); }
.service-card-media { height: 155px; overflow: hidden; border-bottom: 1px solid var(--line); }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card-media img { transform: scale(1.045); }
.service-card-dark .service-card-media { border-bottom-color: rgba(255,255,255,.22); }
.service-card-body { position: relative; padding: 21px 22px 22px; }
.service-index { position: absolute; top: 17px; right: 20px; color: rgba(217,71,47,.45); font-family: Georgia, serif; font-size: 28px; font-weight: 700; }
.service-card-dark .service-index { color: rgba(255,255,255,.25); }
.service-symbol { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 23px; color: var(--red); border: 1px solid var(--red); font-size: 20px; }
.service-card-dark .service-symbol { color: var(--gold); border-color: var(--gold); }
.service-card h3 { margin-bottom: 12px; font-size: 23px; line-height: 1; }
.service-card p { min-height: 74px; margin-bottom: 12px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.service-card-dark p { color: rgba(255,255,255,.7); }
.service-card-body > strong { display: block; margin-bottom: 17px; color: var(--red); font-family: Georgia, serif; font-size: 19px; }
.service-card-dark .service-card-body > strong { color: var(--gold); }
.service-card-body > a { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: 12px; font-weight: 800; }
.service-card-dark .service-card-body > a { color: white; }
.service-card-body > a span { font-size: 18px; transition: transform .2s; }
.service-card-body > a:hover span { transform: translateX(4px); }
.price-note { display: flex; gap: 9px; max-width: 710px; margin-top: 21px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.price-note > span { display: grid; place-items: center; flex: 0 0 18px; width: 18px; height: 18px; border-radius: 50%; color: white; background: var(--red); font-weight: 800; }
.price-note p { margin: 0; }
.price-note b { color: var(--ink); }
.atelier { color: white; background: var(--red); }
.atelier-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 102px; }
.atelier-photo { position: relative; padding: 10px; background: var(--white); box-shadow: 16px 16px 0 var(--red-dark); }
.atelier-photo img { height: 475px; object-fit: cover; }
.atelier-photo > span { position: absolute; right: -28px; bottom: 27px; display: grid; place-items: center; width: 96px; height: 96px; color: var(--ink); background: var(--gold); font-family: Georgia, serif; font-size: 12px; line-height: 1.05; text-align: center; transform: rotate(7deg); }
.atelier-photo > span b { font-size: 17px; font-style: italic; }
.atelier-copy > p:not(.kicker) { max-width: 480px; margin: 24px 0 31px; color: rgba(255,255,255,.77); font-size: 15px; line-height: 1.65; }
.atelier-copy h2 em, .review-grid h2 em, .contact-copy h2 em { color: var(--gold); }
.atelier-points { display: grid; gap: 14px; margin-bottom: 32px; }
.atelier-points > div { display: flex; gap: 13px; align-items: flex-start; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.2); }
.atelier-points > div > b { color: var(--gold); font-family: Georgia, serif; font-size: 18px; }
.atelier-points p { margin: 0; line-height: 1.25; }
.atelier-points strong, .atelier-points small { display: block; }
.atelier-points strong { font-size: 13px; }
.atelier-points small { margin-top: 4px; color: rgba(255,255,255,.65); font-size: 11px; }
.process { background: var(--white); }
.process-intro { margin-bottom: 40px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process-step { position: relative; min-height: 232px; padding: 25px 25px; border: 1px solid var(--line); background: var(--white); }
.process-step > b { color: var(--red); font-size: 11px; }
.process-step > span { display: block; margin: 26px 0 17px; color: var(--red); font-size: 30px; line-height: 1; }
.process-step h3 { margin-bottom: 8px; font-size: 23px; }
.process-step p { max-width: 260px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.process-step-red { color: white; border-color: var(--red); background: var(--red); }
.process-step-red > span { color: var(--gold); }
.process-step-red p { color: rgba(255,255,255,.76); }
.process-step-red > b { color: var(--gold); }
.gallery { background: var(--white); }
.gallery-head { margin-bottom: 39px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-template-rows: 302px; gap: 13px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: var(--charcoal); }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 7px 9px; color: white; background: rgba(32,30,28,.82); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.review-band { color: white; background: var(--red); }
.review-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.review-score { display: flex; align-items: center; gap: 16px; margin: 24px 0 29px; }
.review-score > strong { color: white; font-family: Georgia, serif; font-size: 65px; line-height: .8; }
.review-score span, blockquote footer span { display: block; color: var(--gold); }
.review-score small { display: block; margin-top: 4px; color: rgba(255,255,255,.63); font-size: 11px; }
.review-grid blockquote { position: relative; margin: 0; padding: 47px 48px 30px; color: var(--ink); background: var(--cream); box-shadow: 11px 11px 0 var(--red); }
.quote { position: absolute; top: 3px; left: 42px; color: var(--red); font-family: Georgia, serif; font-size: 78px; line-height: 1; }
.review-grid blockquote p { position: relative; margin-bottom: 33px; font-family: Georgia, serif; font-size: 24px; line-height: 1.25; }
.review-grid blockquote footer { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); font-size: 11px; }
.review-grid blockquote footer span { margin-left: auto; color: var(--red); }
.visit { background: var(--white); }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 14px; }
.address-card, .hours-card { min-height: 230px; padding: 27px; border: 1px solid var(--line); background: var(--white); }
.address-card { color: white; border-color: var(--red); background: var(--red); }
.label { margin: 0 0 22px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.address-card h3, .hours-card h3 { margin-bottom: 9px; font-size: 26px; }
.address-card > p:not(.label) { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }
.arrow-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--gold); font-size: 12px; font-weight: 800; }
.arrow-link span { font-size: 18px; }
.hours-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.hours-head h3 { margin: 0; }
.hours-head span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; color: #4c6b3b; background: #e9f0e3; font-size: 10px; font-weight: 800; white-space: nowrap; }
.hours-head i { width: 6px; height: 6px; border-radius: 50%; background: #6c9e52; }
.hours { margin: 9px 0 16px; }
.hours div { display: flex; justify-content: space-between; gap: 18px; padding: 5px 0; color: var(--muted); font-size: 12px; }
.hours b { color: var(--ink); font-weight: 700; }
.hours .closed b { color: #9b958d; font-weight: 500; }
.phone-link { display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--line); color: var(--red); font-size: 13px; font-weight: 800; }
.map-wrap { position: relative; height: 280px; margin-top: 52px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.7) sepia(.12); }
.map-consent { position: absolute; inset: 0; display: grid; place-items: center; align-content: center; gap: 12px; padding: 20px; color: var(--muted); background: linear-gradient(135deg, #fff0ed, #ffffff); text-align: center; }
.map-consent p { margin: 0; font-size: 13px; }
.map-consent .button { min-height: 39px; padding: 10px 14px; font-size: 12px; }
.map-wrap.map-loaded .map-consent { display: none; }
.contact { padding: 112px 0; color: white; background: var(--red); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.contact-copy > p:not(.kicker) { max-width: 420px; margin: 23px 0 29px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.65; }
.direct-links { display: grid; gap: 13px; }
.direct-links a { display: flex; align-items: center; gap: 11px; width: max-content; }
.direct-links a > span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--red); background: var(--gold); font-size: 18px; }
.direct-links small, .direct-links b { display: block; line-height: 1.2; }
.direct-links small { color: rgba(255,255,255,.64); font-size: 10px; }
.direct-links b { font-size: 13px; }
.contact-form { padding: 32px; color: var(--ink); background: var(--white); box-shadow: 12px 12px 0 var(--red-dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; margin-bottom: 15px; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.contact-form input:not([type=checkbox]), .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: var(--white); font-size: 13px; font-weight: 400; }
.contact-form textarea { min-height: 101px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(217,71,47,.12); }
.form-check { display: flex !important; align-items: flex-start; gap: 8px; margin: 4px 0 20px !important; color: var(--muted) !important; font-size: 10px !important; font-weight: 400 !important; line-height: 1.35; }
.form-check input { margin-top: 2px; accent-color: var(--red); }
.form-check a { color: var(--red); text-decoration: underline; }
.button-submit { width: 100%; }
.form-status { min-height: 18px; margin: 10px 0 0; color: var(--red); font-size: 11px; }
.site-footer { color: rgba(255,255,255,.82); background: var(--red); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding: 40px 0; }
.brand-footer .brand-text strong { color: white; }
.brand-footer .brand-mark { color: var(--gold); border-color: var(--gold); }
.footer-main > p { margin: 0; font-size: 12px; line-height: 1.45; }
.footer-social { display: flex; gap: 8px; }
.footer-social a { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.25); color: white; font-size: 12px; font-weight: 800; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a:hover, .footer-bottom button:hover { color: var(--gold); }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: transparent; font-size: inherit; cursor: pointer; }
.footer-bottom b { color: var(--gold); }
.legal-section { padding: 35px 0 0; scroll-margin-top: 90px; }
.legal-section:last-of-type { padding-bottom: 100px; }
.legal-card { padding: 0; border: 1px solid var(--line); background: var(--white); }
.legal-card summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 30px; cursor: pointer; list-style: none; }
.legal-card summary::-webkit-details-marker { display: none; }
.legal-card summary span { display: flex; flex-direction: column; color: var(--ink); font-family: Georgia, serif; font-size: 28px; font-weight: 700; line-height: 1; }
.legal-card summary small { margin-bottom: 8px; color: var(--red); font-family: "Segoe UI", Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.legal-card summary > b { color: var(--red); font-size: 28px; font-weight: 400; transition: transform .2s; }
.legal-card[open] summary { border-bottom: 1px solid var(--line); }
.legal-card[open] summary > b { transform: rotate(45deg); }
.legal-card > .legal-copy { padding: 0 30px 30px; }
.legal-copy { max-width: 750px; color: var(--muted); font-size: 13px; }
.legal-copy p { margin-bottom: 16px; }
.legal-copy strong { color: var(--ink); }
.legal-copy a { color: var(--red); text-decoration: underline; }
.legal-note { padding: 12px; border-left: 3px solid var(--red); color: var(--red-dark); background: var(--red-pale); }
.cookie-banner { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: flex; align-items: center; gap: 24px; max-width: 525px; padding: 17px 18px; border: 1px solid var(--line); color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong, .cookie-banner p { display: block; }
.cookie-banner strong { font-size: 13px; }
.cookie-banner p { max-width: 330px; margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.cookie-banner .button { min-height: 39px; padding: 10px 14px; font-size: 11px; }

@media (max-width: 1020px) {
  .container { width: min(100% - 44px, 760px); }
  .main-nav { gap: 17px; }
  .hero-grid { gap: 46px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .atelier-grid, .review-grid, .contact-grid { gap: 50px; }
}
@media (max-width: 700px) {
  body { padding-bottom: 0; }
  .container { width: calc(100% - 36px); }
  .section-pad { padding: 74px 0; }
  .header-inner { min-height: 76px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 84px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 13px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .main-nav .nav-button { margin-top: 9px; border: 0; border-radius: 10px; text-align: center; }
  .hero { padding: 61px 0 72px; }
  .hero:after { width: 260px; height: 260px; right: -150px; bottom: -120px; }
  .hero-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
  .section-intro, .gallery-head, .atelier-grid, .review-grid, .contact-grid { display: block; }
  .hero-copy { display: contents; }
  .hero-copy .kicker { grid-row: 1; }
  .hero-copy h1 { grid-row: 2; }
  .hero-image { grid-row: 3; }
  .hero-copy .hero-intro { grid-row: 4; margin-top: 35px; }
  .hero-copy .hero-body { grid-row: 5; }
  .hero-copy .hero-actions { grid-row: 6; }
  .hero-copy .hero-proof { grid-row: 7; }
  h1 { font-size: clamp(66px, 20vw, 91px); }
  .hero-intro { font-size: 19px; }
  .hero-body { font-size: 14px; }
  .hero-proof { margin-top: 30px; }
  .hero-image { min-height: 380px; margin: 51px 7px 0 0; }
  .hero-image:before { top: 18px; right: -12px; bottom: -13px; left: 12px; }
  .hero-image-frame { height: 380px; }
  .hero-sticker { left: -10px; bottom: 21px; padding: 11px 13px; box-shadow: 6px 6px 0 var(--charcoal); }
  .hero-address { right: -4px; bottom: -7px; font-size: 9px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid > div { min-height: 74px; padding: 15px 10px; }
  .facts-grid > div:nth-child(odd) { padding-left: 0; }
  .facts-grid > div:nth-child(2) { border-right: 0; }
  .facts-grid > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.15); }
  .facts strong { font-size: 15px; }
  .facts span { font-size: 10px; }
  .section-intro, .gallery-head { margin-bottom: 31px; }
  .section-intro > p, .gallery-head > p { margin-top: 20px; font-size: 13px; }
  .section-intro h2, .gallery-head h2, .atelier-copy h2, .review-grid h2, .contact-copy h2 { font-size: 43px; }
  .service-grid { grid-template-columns: 1fr; gap: 10px; }
  .service-card { min-height: unset; padding: 0; }
  .service-card-media { height: 170px; }
  .service-card-body { padding: 19px 20px 20px; }
  .service-card p { min-height: unset; margin-bottom: 12px; }
  .service-card-body > strong { display: inline-block; margin: 0 18px 0 0; }
  .atelier-photo { margin: 0 12px 53px 0; }
  .atelier-photo img { height: 340px; }
  .atelier-photo > span { right: -17px; bottom: 18px; width: 82px; height: 82px; font-size: 10px; }
  .atelier-photo > span b { font-size: 14px; }
  .atelier-copy > p:not(.kicker) { font-size: 14px; }
  .process-intro { margin-bottom: 30px; }
  .process-grid { grid-template-columns: 1fr; gap: 10px; }
  .process-step { min-height: unset; padding: 23px; }
  .process-step > span { margin: 18px 0 12px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 205px 155px; gap: 9px; }
  .gallery-large { grid-column: 1 / -1; }
  .gallery-grid figcaption { right: 7px; bottom: 7px; left: 7px; padding: 6px 7px; font-size: 8px; }
  .review-grid > div { margin-bottom: 42px; }
  .review-grid blockquote { padding: 45px 22px 25px; box-shadow: 7px 7px 0 var(--red); }
  .review-grid blockquote p { font-size: 20px; }
  .quote { left: 19px; }
  .visit-grid { grid-template-columns: 1fr; gap: 10px; }
  .address-card, .hours-card { min-height: unset; padding: 23px; }
  .hours-head { flex-direction: column; }
  .map-wrap { height: 235px; margin-top: 34px; }
  .contact { padding: 76px 0; }
  .contact-copy { margin-bottom: 37px; }
  .contact-form { padding: 21px 17px; box-shadow: 7px 7px 0 var(--red-dark); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form .button-submit { font-size: 11px; }
  .footer-main { grid-template-columns: 1fr auto; gap: 25px; padding: 33px 0; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-social { grid-column: 2; grid-row: 1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; padding-bottom: 80px; }
  .footer-bottom nav { flex-wrap: wrap; gap: 11px 19px; }
  .legal-section { padding-top: 20px; }
  .legal-section:last-of-type { padding-bottom: 74px; }
  .legal-card { padding: 0; }
  .legal-card summary { padding: 20px 18px; }
  .legal-card summary span { font-size: 22px; }
  .legal-card > .legal-copy { padding: 0 18px 22px; }
  .cookie-banner { right: 10px; bottom: 72px; left: 10px; align-items: flex-end; gap: 12px; padding: 14px; }
  .cookie-banner p { font-size: 9px; }
}
