:root {
  --lsf-graphite: #171a1d;
  --lsf-charcoal: #25292d;
  --lsf-red: #c8102e;
  --lsf-red-dark: #a60c25;
  --lsf-steel: #68727b;
  --lsf-warm: #f7f6f2;
  --lsf-white: #fff;
  --lsf-line: #d8d7d2;
  --lsf-shadow: 0 24px 60px rgb(23 26 29 / 14%);
  --lsf-max: 1280px;
}

html { scroll-behavior: smooth; }
body.lsf-task2 { margin: 0; overflow-x: hidden; background: var(--lsf-warm); color: var(--lsf-graphite); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.lsf-task2 *, body.lsf-task2 *::before, body.lsf-task2 *::after { box-sizing: border-box; }
body.lsf-task2 img { display: block; max-width: 100%; }
body.lsf-task2 a { color: inherit; text-underline-offset: .18em; }
body.lsf-task2 button, body.lsf-task2 input, body.lsf-task2 select, body.lsf-task2 textarea { font: inherit; }
body.lsf-task2 :focus-visible { outline: 3px solid #ffd15c; outline-offset: 4px; }
body.lsf-task2 h1, body.lsf-task2 h2, body.lsf-task2 h3 { margin: 0 0 .55em; font-weight: 760; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
body.lsf-task2 h1 { max-width: 900px; font-size: clamp(2.35rem, 6vw, 5.7rem); }
body.lsf-task2 h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
body.lsf-task2 h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
body.lsf-task2 p { margin: 0 0 1.25rem; }
.lsf-container { width: min(calc(100% - 40px), var(--lsf-max)); margin-inline: auto; }
.lsf-section { padding-block: clamp(72px, 9vw, 132px); }
.lsf-kicker, .lsf-eyebrow { margin-bottom: 16px !important; color: var(--lsf-red); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lsf-heading-block { max-width: 780px; margin-bottom: clamp(36px, 5vw, 64px); }
.lsf-heading-block > p:last-child { max-width: 690px; color: #4b545c; font-size: 1.08rem; }
.lsf-heading-block--light, .lsf-heading-block--light > p:last-child { color: var(--lsf-white); }
.lsf-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.lsf-heading-row > p { max-width: 410px; color: #555d64; }
.lsf-cover { width: 100%; height: 100%; object-fit: cover; }

.lsf-skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; padding: 12px 18px; transform: translateY(-160%); border-radius: 4px; background: var(--lsf-white); color: var(--lsf-graphite); font-weight: 750; box-shadow: var(--lsf-shadow); }
.lsf-skip-link:focus { transform: translateY(0); }

.lsf-utility { background: #0e1012; color: var(--lsf-white); font-size: .8rem; }
.lsf-utility__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.lsf-utility p { margin: 0; color: #e4e4e2; }
.lsf-utility__actions { display: flex; gap: 24px; font-weight: 740; }
.lsf-utility__actions a { text-decoration: none; }
.lsf-nav-wrap { position: relative; z-index: 100; border-bottom: 1px solid rgb(255 255 255 / 14%); background: var(--lsf-graphite); color: var(--lsf-white); }
.lsf-nav-row { min-height: 90px; display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.lsf-brand { flex: 0 0 auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.lsf-brand img { display: block; width: clamp(210px, 16vw, 270px); height: auto; object-fit: contain; filter: none; }
.lsf-main-nav { margin-left: auto; }
.lsf-main-nav ul { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 24px); margin: 0; padding: 0; list-style: none; }
.lsf-main-nav a, .lsf-basket { position: relative; display: inline-block; padding-block: 12px; color: #f0f0ee; font-size: .87rem; font-weight: 670; text-decoration: none; }
.lsf-main-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--lsf-red); transition: transform .2s ease; }
.lsf-main-nav a:hover::after, .lsf-main-nav a:focus-visible::after { transform: scaleX(1); }
.lsf-header-actions { display: flex; align-items: center; gap: 18px; }
.lsf-basket { color: var(--lsf-white); }
.lsf-menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 1px solid rgb(255 255 255 / 40%); border-radius: 4px; background: transparent; color: var(--lsf-white); font-weight: 700; }

.lsf-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--lsf-red); border-radius: 3px; background: var(--lsf-red); color: var(--lsf-white) !important; font-size: .9rem; font-weight: 800; letter-spacing: .02em; text-align: center; text-decoration: none !important; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.lsf-button:hover { border-color: var(--lsf-red-dark); background: var(--lsf-red-dark); transform: translateY(-2px); }
.lsf-button--small { min-height: 42px; padding: 9px 15px; font-size: .78rem; }
.lsf-button--ghost { border-color: var(--lsf-white); background: transparent; }
.lsf-button--ghost:hover { border-color: var(--lsf-white); background: var(--lsf-white); color: var(--lsf-graphite) !important; }
.lsf-button--outline { border-color: var(--lsf-white); background: transparent; }
.lsf-text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--lsf-white) !important; font-weight: 800; text-decoration: none !important; }
.lsf-text-link span { transition: transform .2s ease; }
.lsf-text-link:hover span { transform: translateX(5px); }
.lsf-text-link--dark { color: var(--lsf-graphite) !important; }
.lsf-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }

.lsf-hero { position: relative; min-height: min(780px, calc(100vh - 130px)); display: grid; align-items: center; overflow: hidden; background: var(--lsf-graphite); color: var(--lsf-white); }
.lsf-hero picture, .lsf-hero picture img, .lsf-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.lsf-hero picture img { object-fit: cover; object-position: center center; }
.lsf-hero__shade { background: linear-gradient(90deg, rgb(8 10 12 / 92%) 0%, rgb(8 10 12 / 76%) 38%, rgb(8 10 12 / 24%) 74%, transparent 100%), linear-gradient(0deg, rgb(8 10 12 / 35%), transparent 45%); }
.lsf-hero__content { position: relative; z-index: 2; padding-block: clamp(80px, 11vw, 150px); }
.lsf-hero__content > p:not(.lsf-eyebrow) { max-width: 720px; margin-bottom: 30px; color: #f1f1ef; font-size: clamp(1.03rem, 1.5vw, 1.26rem); }

.lsf-proof { position: relative; z-index: 3; background: var(--lsf-white); box-shadow: 0 14px 45px rgb(15 17 18 / 10%); }
.lsf-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lsf-proof__grid > div { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 24px clamp(18px, 3vw, 42px); border-right: 1px solid var(--lsf-line); }
.lsf-proof__grid > div:first-child { padding-left: 0; }
.lsf-proof__grid > div:last-child { border-right: 0; }
.lsf-proof strong { font-size: 1.4rem; line-height: 1.2; }
.lsf-proof span { margin-top: 4px; color: var(--lsf-steel); font-size: .84rem; line-height: 1.35; }

.lsf-services { background: var(--lsf-warm); }
.lsf-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lsf-service-card { min-height: 360px; display: flex; flex-direction: column; padding: clamp(26px, 3vw, 42px); border: 1px solid var(--lsf-line); background: var(--lsf-white); transition: transform .25s ease, box-shadow .25s ease; }
.lsf-service-card:hover { transform: translateY(-6px); box-shadow: var(--lsf-shadow); }
.lsf-service-icon { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 52px; border-radius: 18px 4px 18px 4px; background: color-mix(in srgb, var(--icon-colour) 15%, white); color: var(--icon-colour); }
.lsf-service-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.lsf-service-card p { color: #505960; }
.lsf-service-card a { margin-top: auto; color: var(--lsf-red); font-weight: 800; text-decoration: none; }

.lsf-prices { position: relative; overflow: hidden; background: var(--lsf-charcoal); color: var(--lsf-white); }
.lsf-prices::before { content: ""; position: absolute; top: -180px; right: -130px; width: 460px; height: 460px; border: 70px solid rgb(255 255 255 / 3%); transform: rotate(25deg); }
.lsf-price-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgb(255 255 255 / 20%); }
.lsf-price-grid article { padding: clamp(28px, 4vw, 54px); border-right: 1px solid rgb(255 255 255 / 20%); }
.lsf-price-grid article:last-child { border-right: 0; }
.lsf-price { margin-block: 22px 34px !important; font-size: clamp(2.6rem, 5vw, 4.8rem); font-weight: 800; letter-spacing: -.055em; line-height: 1; }
.lsf-price span { display: block; margin-bottom: 8px; color: #c9caca; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; }

.lsf-experience { background: var(--lsf-white); }
.lsf-split { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: clamp(46px, 8vw, 108px); }
.lsf-split > div:last-child > p:not(.lsf-kicker) { color: #4c555c; }
.lsf-experience__visual { position: relative; min-height: 610px; overflow: hidden; }
.lsf-experience__visual span { position: absolute; right: -18px; bottom: -40px; color: rgb(255 255 255 / 85%); font-size: clamp(9rem, 18vw, 16rem); font-weight: 900; letter-spacing: -.12em; line-height: 1; text-shadow: 0 8px 40px rgb(0 0 0 / 22%); }

.lsf-projects { padding-bottom: 0; background: var(--lsf-warm); }
.lsf-project-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(2, clamp(340px, 32vw, 520px)); gap: 8px; }
.lsf-project { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #d8d8d5; }
.lsf-project:nth-child(1), .lsf-project:nth-child(4) { grid-column: span 5; }
.lsf-project:nth-child(2), .lsf-project:nth-child(6) { grid-column: span 3; }
.lsf-project:nth-child(3), .lsf-project:nth-child(5) { grid-column: span 4; }
.lsf-project img { object-position: 50% 50%; transition: transform .5s ease; }
.lsf-project:nth-child(1) img { object-position: 50% 52%; }
.lsf-project:nth-child(2) img { object-position: 50% 54%; }
.lsf-project:nth-child(3) img { object-position: 52% 50%; }
.lsf-project:nth-child(4) img { object-position: 50% 54%; }
.lsf-project:nth-child(5) img { object-position: 50% 56%; }
.lsf-project:nth-child(6) img { object-position: 49% 58%; }
.lsf-project:hover img { transform: scale(1.025); }
.lsf-project figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 72px 28px 24px; background: linear-gradient(to bottom, transparent 0%, rgb(9 11 12 / 55%) 42%, rgb(9 11 12 / 94%) 100%); color: var(--lsf-white); font-size: clamp(1rem, 1.05vw, 1.18rem); font-weight: 780; line-height: 1.4; text-shadow: 0 1px 2px rgb(0 0 0 / 60%); }

.lsf-process { background: var(--lsf-white); }
.lsf-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: process; }
.lsf-process-grid li { position: relative; padding: 12px clamp(20px, 3vw, 38px) 0; border-left: 1px solid var(--lsf-line); }
.lsf-process-grid li:first-child { padding-left: 0; border-left: 0; }
.lsf-process-grid span { display: block; margin-bottom: 42px; color: var(--lsf-red); font-size: .84rem; font-weight: 850; letter-spacing: .12em; }
.lsf-process-grid p { color: #555d64; }

.lsf-options { background: var(--lsf-graphite); color: var(--lsf-white); }
.lsf-option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lsf-option-grid article { min-height: 350px; padding: clamp(28px, 4vw, 50px); border: 1px solid rgb(255 255 255 / 18%); background: rgb(255 255 255 / 4%); }
.lsf-option-grid span { display: block; margin-bottom: 80px; color: #f26a7e; font-size: .9rem; font-weight: 850; }
.lsf-option-grid p { color: #d7d9da; }

.lsf-faq { background: var(--lsf-warm); }
.lsf-faq-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(44px, 8vw, 120px); }
.lsf-faq-layout > div:first-child { position: sticky; top: 30px; align-self: start; }
.lsf-accordion details { border-top: 1px solid #b9b9b5; }
.lsf-accordion details:last-child { border-bottom: 1px solid #b9b9b5; }
.lsf-accordion summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-size: 1.08rem; font-weight: 760; list-style: none; }
.lsf-accordion summary::-webkit-details-marker { display: none; }
.lsf-accordion summary span { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid #9a9f9f; border-radius: 50%; }
.lsf-accordion summary span::before, .lsf-accordion summary span::after { content: ""; position: absolute; top: 13px; left: 7px; width: 12px; height: 2px; background: currentColor; }
.lsf-accordion summary span::after { transform: rotate(90deg); transition: transform .18s ease; }
.lsf-accordion details[open] summary span::after { transform: rotate(0); }
.lsf-accordion details p { max-width: 720px; padding: 0 58px 24px 0; color: #4b555b; }

.lsf-quote { background: var(--lsf-red); color: var(--lsf-white); }
.lsf-quote .lsf-kicker { color: #ffe4e9; }
.lsf-quote-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(42px, 7vw, 96px); }
.lsf-quote-layout > div:first-child { position: sticky; top: 30px; }
.lsf-quote-layout ul { margin: 28px 0; padding-left: 20px; }
.lsf-direct-contact a { font-weight: 850; }
.lsf-form-card { padding: clamp(24px, 4vw, 50px); background: var(--lsf-white); color: var(--lsf-graphite); box-shadow: 0 28px 70px rgb(73 0 13 / 25%); }
.lsf-form-card .lsf-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lsf-form-card .lsf-field--wide { grid-column: 1 / -1; }
.lsf-form-card label, .lsf-form-card legend { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 760; }
.lsf-form-card fieldset { margin: 0; padding: 0; border: 0; }
.lsf-form-card input:not([type="checkbox"]):not([type="radio"]), .lsf-form-card select, .lsf-form-card textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #8e9599; border-radius: 2px; background: #fff; color: #151719; }
.lsf-form-card textarea { min-height: 135px; resize: vertical; }
.lsf-form-card input[type="file"] { min-height: 48px; padding: 9px; border: 1px dashed #8e9599; }
.lsf-form-card .wpcf7-list-item { margin: 0 16px 7px 0; }
.lsf-form-card input[type="radio"], .lsf-form-card input[type="checkbox"] { width: 24px; height: 24px; margin-right: 7px; vertical-align: middle; }
.lsf-form-card .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.lsf-form-card .wpcf7-not-valid-tip { color: #a0001d; font-weight: 700; }
.lsf-form-card .wpcf7-response-output { margin: 20px 0 0 !important; padding: 13px 16px !important; border: 2px solid #a0001d !important; }
.lsf-form-card .wpcf7-submit { min-height: 52px; padding: 12px 24px; border: 2px solid var(--lsf-graphite); border-radius: 3px; background: var(--lsf-graphite); color: var(--lsf-white); font-weight: 800; cursor: pointer; }
.lsf-form-help { color: #596169; font-size: .8rem; }

.lsf-gallery { background: var(--lsf-white); }
.lsf-gallery-controls { display: flex; gap: 8px; }
.lsf-gallery-controls button { width: 50px; height: 50px; border: 1px solid #8e9396; border-radius: 50%; background: transparent; color: var(--lsf-graphite); font-weight: 800; cursor: pointer; }
.lsf-gallery-controls button:hover { background: var(--lsf-graphite); color: var(--lsf-white); }
.lsf-gallery-track { display: grid; grid-auto-columns: calc((100% - 36px) / 4); grid-auto-flow: column; gap: 12px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--lsf-red) #e2e1dc; scrollbar-width: thin; }
.lsf-gallery-track figure { min-width: 0; min-height: 420px; margin: 0; scroll-snap-align: start; background: var(--lsf-warm); }
.lsf-gallery-card { min-height: 420px; display: grid; grid-template-rows: minmax(0, 1fr) auto; color: var(--lsf-graphite); text-decoration: none; }
.lsf-gallery-card picture { min-height: 0; display: block; overflow: hidden; }
.lsf-gallery-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .35s ease; }
.lsf-gallery-card:hover img, .lsf-gallery-card:focus-visible img { transform: scale(1.025); }
.lsf-gallery-track figcaption { min-height: 68px; display: flex; align-items: center; padding: 14px 16px; font-size: 1rem; font-weight: 720; line-height: 1.35; }
.lsf-gallery-more { display: flex; justify-content: flex-end; margin-top: 28px; }

.lsf-final-cta { padding-block: clamp(58px, 8vw, 100px); background: var(--lsf-charcoal); color: var(--lsf-white); }
.lsf-final-cta .lsf-container { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.lsf-final-cta h2 { max-width: 750px; }
.lsf-final-cta p:not(.lsf-kicker) { max-width: 720px; color: #d3d6d7; }

.lsf-footer { padding-top: 72px; background: #0d0f11; color: #e5e6e6; }
.lsf-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(28px, 5vw, 70px); }
.lsf-footer-brand { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.lsf-footer-brand img { display: block; width: clamp(260px, 19vw, 300px); max-width: 100%; height: auto; margin-bottom: 24px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; object-fit: contain; filter: none; }
.lsf-footer-grid > div:first-child p { max-width: 390px; color: #b5babc; }
.lsf-footer h2 { color: var(--lsf-white); font-size: .9rem !important; letter-spacing: .08em; text-transform: uppercase; }
.lsf-footer ul { margin: 0; padding: 0; list-style: none; }
.lsf-footer li { margin-bottom: 8px; }
.lsf-footer a { color: #e5e6e6; }
.lsf-footer address { font-style: normal; }
.lsf-footer-bottom { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 60px; border-top: 1px solid rgb(255 255 255 / 15%); color: #aeb3b5; font-size: .82rem; }
.lsf-footer-bottom p { margin: 0; }
.lsf-consent-open { padding: 8px 0; border: 0; background: transparent; color: var(--lsf-white); text-decoration: underline; cursor: pointer; }
.lsf-consent { position: fixed; z-index: 9999; right: 18px; bottom: 18px; left: 18px; width: min(920px, calc(100% - 36px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 24px; border: 1px solid #4b5155; background: #111416; color: var(--lsf-white); box-shadow: 0 22px 70px rgb(0 0 0 / 35%); }
.lsf-consent[hidden] { display: none; }
.lsf-consent h2 { margin: 0 0 4px; font-size: 1.1rem !important; }
.lsf-consent p { margin: 0; color: #d3d6d7; font-size: .86rem; }
.lsf-consent-accept { flex: 0 0 auto; min-height: 46px; padding: 10px 16px; border: 0; border-radius: 3px; background: var(--lsf-red); color: var(--lsf-white); font-weight: 800; cursor: pointer; }

@media (max-width: 1120px) {
  .lsf-nav-row { min-height: 78px; flex-wrap: wrap; }
  .lsf-menu-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
  .lsf-main-nav { order: 4; width: 100%; margin: 0; display: none; }
  .lsf-main-nav.is-open { display: block; }
  .lsf-main-nav ul { align-items: stretch; flex-direction: column; gap: 0; padding: 12px 0 24px; }
  .lsf-main-nav a { width: 100%; padding: 10px 4px; }
  .lsf-header-actions .lsf-button { display: none; }
  .lsf-service-grid { grid-template-columns: repeat(2, 1fr); }
  .lsf-gallery-track { grid-auto-columns: calc((100% - 12px) / 2); }
  .lsf-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: clamp(340px, 45vw, 430px); }
  .lsf-project:nth-child(n) { grid-column: auto; }
  .lsf-process-grid { grid-template-columns: repeat(2, 1fr); gap: 48px 0; }
  .lsf-process-grid li:nth-child(3) { padding-left: 0; border-left: 0; }
  .lsf-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .lsf-footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .lsf-container { width: min(calc(100% - 28px), var(--lsf-max)); }
  .lsf-utility__inner { padding-block: 8px; align-items: flex-start; flex-direction: column; gap: 4px; }
  .lsf-utility p span { display: none; }
  .lsf-utility p { line-height: 1.5; }
  .lsf-utility__actions { width: 100%; justify-content: space-between; }
  .lsf-brand { flex-basis: auto; }
  .lsf-brand img { width: clamp(180px, 52vw, 220px); }
  .lsf-header-actions { display: none; }
  .lsf-hero { min-height: 720px; }
  .lsf-hero picture img { object-position: 58% center; }
  .lsf-hero__shade { background: linear-gradient(90deg, rgb(8 10 12 / 93%) 0%, rgb(8 10 12 / 72%) 85%, rgb(8 10 12 / 50%) 100%); }
  .lsf-hero__content { padding-block: 74px; }
  .lsf-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .lsf-proof__grid > div { min-height: 116px; padding: 20px 16px !important; border-bottom: 1px solid var(--lsf-line); }
  .lsf-proof__grid > div:nth-child(2) { border-right: 0; }
  .lsf-service-grid, .lsf-price-grid, .lsf-split, .lsf-option-grid, .lsf-faq-layout, .lsf-quote-layout { grid-template-columns: 1fr; }
  .lsf-price-grid article { border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 20%); }
  .lsf-price-grid article:last-child { border-bottom: 0; }
  .lsf-experience__visual { min-height: 480px; }
  .lsf-heading-row { align-items: start; flex-direction: column; }
  .lsf-project-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: clamp(340px, 105vw, 430px); }
  .lsf-process-grid { grid-template-columns: 1fr; gap: 36px; }
  .lsf-process-grid li, .lsf-process-grid li:nth-child(3) { padding: 0; border-left: 0; }
  .lsf-process-grid span, .lsf-option-grid span { margin-bottom: 24px; }
  .lsf-option-grid article { min-height: auto; }
  .lsf-faq-layout > div:first-child, .lsf-quote-layout > div:first-child { position: static; }
  .lsf-form-card .lsf-form-grid { grid-template-columns: 1fr; }
  .lsf-form-card .lsf-field--wide { grid-column: auto; }
  .lsf-gallery-track { grid-auto-columns: 82vw; }
  .lsf-final-cta .lsf-container { align-items: start; flex-direction: column; }
  .lsf-footer-grid { grid-template-columns: 1fr 1fr; }
  .lsf-footer-grid > div:first-child, .lsf-footer-grid > div:last-child { grid-column: 1 / -1; }
  .lsf-consent { align-items: stretch; flex-direction: column; }
}

@media (max-width: 420px) {
  body.lsf-task2 h1 { font-size: clamp(2.05rem, 12vw, 3rem); }
  body.lsf-task2 h2 { font-size: clamp(1.75rem, 10vw, 2.55rem); }
  .lsf-actions { align-items: stretch; flex-direction: column; }
  .lsf-actions .lsf-button, .lsf-actions .lsf-text-link { width: 100%; }
  .lsf-actions .lsf-text-link { justify-content: center; min-height: 46px; }
  .lsf-service-grid { grid-template-columns: 1fr; }
  .lsf-service-card { min-height: 320px; }
  .lsf-project-grid { grid-auto-rows: 340px; }
  .lsf-gallery-track { grid-auto-columns: 88vw; }
  .lsf-footer-grid { grid-template-columns: 1fr; }
  .lsf-footer-grid > div { grid-column: auto !important; }
  .lsf-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@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; }
}
