:root {
  --bg:#232624;
  --bg-raised:#2d312e;
  --bg-deep:#1b1e1c;
  --text:#f4f5ef;
  --muted:#b5bbb3;
  --accent:#d5dfb7;
  --accent-hover:#e3ebcc;
  --paper:#f0f1ec;
  --ink:#252925;
  --line:rgba(255,255,255,.17);
  --line-light:#d1d6cd;
  --radius:4px;
  --container:1240px;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:98px;
}

body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

body.modal-open {
  overflow:hidden;
}

button,input,textarea,select {
  font:inherit;
}

button,a,input,select,textarea {
  -webkit-tap-highlight-color:transparent;
}

a {
  color:inherit;
  text-decoration:none;
}

button {
  cursor:pointer;
}

img {
  display:block;
  max-width:100%;
  height:auto;
}

figure,p,h1,h2,h3 {
  margin:0;
}

ul,ol {
  margin:0;
  padding:0;
}

button {
  color:inherit;
}

a,button {
  touch-action:manipulation;
}

button:disabled {
  cursor:wait;
  opacity:.7;
}

[hidden] {
  display:none!important;
}

:focus-visible {
  outline:3px solid #8b9f5d;
  outline-offset:5px;
}

.container {
  width:min(var(--container),calc(100% - 40px));
  margin-inline:auto;
}

.section {
  padding:72px 0;
  scroll-margin-top:20px;
}

.light {
  background:var(--paper);
  color:var(--ink);
}

.eyebrow {
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  line-height:1.6;
  margin-bottom:24px;
}

.short-rule {
  display:inline-block;
  width:24px;
  height:2px;
  background:var(--accent);
  vertical-align:middle;
  margin-right:9px;
}

h1,h2,h3 {
  font-weight:500;
  line-height:1.1;
  letter-spacing:-.045em;
}

h1 {
  font-size:clamp(2.18rem,8.6vw,4.5rem);
  overflow-wrap:anywhere;
}

h2 {
  font-size:clamp(2rem,6.5vw,3.3rem);
}

h3 {
  font-size:1.3rem;
  letter-spacing:-.025em;
  line-height:1.25;
}

.section-intro {
  font-size:1.05rem;
  max-width:590px;
  margin-top:22px;
  color:var(--muted);
  line-height:1.65;
}

.light .section-intro {
  color:#61675e;
}

.section-heading {
  margin-bottom:36px;
}

.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  min-height:54px;
  padding:15px 22px;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  border:1px solid transparent;
  border-radius:var(--radius);
  transition:background .18s,color .18s,border-color .18s;
}

.button span {
  font-size:21px;
  line-height:1;
}

.button-primary {
  background:var(--accent);
  color:var(--ink);
}

.button-primary:hover {
  background:var(--accent-hover);
}

.button-outline {
  background:transparent;
  border-color:#6f786a;
  color:inherit;
}

.button-outline:hover {
  background:rgba(150,165,131,.14);
  border-color:var(--accent);
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:24px;
  min-height:44px;
  font-weight:700;
  font-size:15px;
  border-bottom:1px solid currentColor;
}

.text-link span {
  font-size:22px;
}

.microcopy {
  font-size:13px;
  color:var(--muted);
  margin-top:16px;
}

.skip-link {
  position:fixed;
  left:16px;
  top:-100px;
  z-index:100;
  background:var(--accent);
  color:var(--ink);
  padding:14px;
}

.skip-link:focus {
  top:10px;
}

.visually-hidden {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
}

.site-header {
  position:relative;
  z-index:20;
  background:var(--bg);
  border-bottom:1px solid var(--line);
}

.header-inner {
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.brand {
  display:flex;
  align-items:center;
  gap:11px;
  font-size:16px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.045em;
}

.brand small {
  display:block;
  font-size:9px;
  letter-spacing:.08em;
  margin-top:6px;
  font-weight:400;
}

.brand-mark {
  width:38px;
  height:40px;
  background:var(--accent);
  color:var(--ink);
  display:grid;
  place-items:center;
  font-size:27px;
  letter-spacing:-.1em;
  padding-right:3px;
}

.menu-toggle {
  display:none;
  align-items:center;
  gap:9px;
  background:none;
  border:1px solid var(--line);
  padding:11px;
  font-size:14px;
  min-height:44px;
  border-radius:var(--radius);
}

.menu-icon {
  width:17px;
  height:10px;
  border-top:1px solid;
  border-bottom:1px solid;
}

.main-nav {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  padding:0 0 20px;
  font-size:14px;
}

.header-inner {
  flex-wrap:wrap;
}

.main-nav a {
  padding:8px 0;
}

.main-nav a:hover {
  color:var(--accent);
}

.nav-cta {
  font-weight:700;
}

.js .menu-toggle {
  display:flex;
}

.js .main-nav {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  right:0;
  background:var(--bg);
  padding:20px;
  border-bottom:1px solid var(--line);
  box-shadow:0 14px 18px #0002;
}

.js .main-nav.is-open {
  display:flex;
  flex-direction:column;
  gap:0;
}

.js .main-nav a {
  padding:14px 0;
  border-bottom:1px solid var(--line);
}

.js .main-nav a:last-child {
  border:0;
}

.nav-cta span {
  margin-left:10px;
}

.hero {
  padding-top:34px;
  overflow:hidden;
}

.hero-grid {
  display:grid;
  gap:34px;
}

.hero-copy {
  padding:6px 0;
}

.hero-copy .eyebrow {
  margin-bottom:24px;
  color:var(--accent);
}

.hero h1 span {
  display:block;
  color:var(--accent);
}

.hero-description {
  font-size:17px;
  line-height:1.6;
  max-width:500px;
  margin-top:24px;
}

.hero-detail {
  color:var(--muted);
  font-size:15px;
  margin-top:16px;
  max-width:460px;
}

.hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.hero-actions .button {
  width:100%;
}

.hero-photo {
  position:relative;
  min-width:0;
  min-height:340px;
  background:#40493c;
  border-radius:6px;
  overflow:hidden;
}

.hero-photo>img {
  width:100%;
  height:100%;
  min-height:340px;
  object-fit:cover;
  object-position:48% center;
}

.hero-photo:after {
  content:"";
  position:absolute;
  inset:50% 0 0;
  background:linear-gradient(transparent,#171d18dd);
  pointer-events:none;
}

.photo-topline {
  position:absolute;
  top:18px;
  left:18px;
  right:18px;
  display:flex;
  justify-content:space-between;
  gap:8px;
  font-size:10px;
  letter-spacing:.1em;
  color:#fff;
}

.photo-topline span {
  background:#232624df;
  padding:7px 10px;
  border-radius:2px;
}

.hero-photo figcaption {
  position:absolute;
  bottom:24px;
  left:22px;
  right:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:1;
  font-size:21px;
  line-height:1.3;
}

.hero-photo figcaption small {
  display:block;
  font-size:13px;
  color:#e2e7db;
  margin-top:7px;
}

.hero-photo figcaption a {
  width:44px;
  height:44px;
  border:1px solid #ffffff7a;
  border-radius:50%;
  display:grid;
  place-items:center;
}

.hero-bottom {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
  padding-block:25px;
  font-size:11px;
  letter-spacing:.08em;
  color:#c7cec0;
}

.hero-bottom>span+span:before {
  content:"/";
  margin-right:16px;
  color:#7d8878;
}

.hero-bottom p {
  width:100%;
  font-size:12px;
  letter-spacing:0;
  color:var(--muted);
}

.hero-bottom p span {
  margin:0 8px;
}

.services-grid {
  display:grid;
  gap:1px;
  background:var(--line-light);
  border:1px solid var(--line-light);
  border-radius:var(--radius);
  overflow:hidden;
}

.service {
  background:var(--paper);
  padding:27px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-height:245px;
}

.service-number {
  font-size:12px;
  color:#747b70;
  margin-bottom:25px;
}

.service h3 {
  font-size:23px;
  margin-bottom:14px;
}

.service p {
  font-size:15px;
  color:#62685e;
  margin-bottom:28px;
}

.service-tag {
  margin-top:auto;
  font-size:10px;
  letter-spacing:.06em;
  font-weight:700;
  color:#686f60;
}

.service-accent {
  background:#dfe5d2;
}

.service-accent .text-link {
  margin-top:auto;
  font-size:14px;
}

.benefits {
  background:var(--bg-raised);
}

.benefit-grid {
  display:grid;
  gap:32px;
}

.benefit-grid article {
  border-top:1px solid var(--line);
  padding-top:24px;
}

.feature-symbol {
  display:block;
  color:var(--accent);
  font-size:32px;
  line-height:1;
  margin-bottom:22px;
}

.benefit-grid h3 {
  margin-bottom:12px;
}

.benefit-grid p {
  font-size:15px;
  color:var(--muted);
  max-width:350px;
}

.muted-heading {
  color:#787f71;
}

.portfolio-filters {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:30px;
}

.filter-button {
  border:1px solid #c7cebe;
  border-radius:30px;
  padding:11px 16px;
  min-height:44px;
  font-size:13px;
  line-height:1.4;
  background:transparent;
  color:var(--ink);
}

.filter-button:hover {
  background:#e0e4d9;
}

.filter-button[aria-pressed="true"] {
  background:var(--ink);
  border-color:var(--ink);
  color:var(--text);
}

.portfolio-grid {
  display:grid;
  gap:32px;
}

.work-image {
  display:block;
  position:relative;
  overflow:hidden;
  background:#d8ddd2;
  border-radius:var(--radius);
}

.work-image img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:transform .35s;
}

.work-image:hover img {
  transform:scale(1.035);
}

.image-open {
  position:absolute;
  right:14px;
  bottom:14px;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  background:#f0f1ecef;
  color:var(--ink);
  border-radius:50%;
  font-size:23px;
}

.work-caption {
  padding-top:18px;
}

.work-caption h3 {
  font-size:21px;
}

.work-caption p {
  font-size:14px;
  color:#636a5e;
  margin-top:6px;
}

.comparison {
  background:#30362f;
}

.comparison-grid {
  display:grid;
  gap:22px;
}

.comparison-grid a {
  display:block;
  position:relative;
  background:#22281f;
  border-radius:var(--radius);
  overflow:hidden;
}

.comparison-grid img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:contain;
}

.compare-label {
  position:absolute;
  left:16px;
  top:16px;
  background:#f0f1ec;
  color:var(--ink);
  font-size:12px;
  font-weight:700;
  letter-spacing:.1em;
  padding:7px 14px;
}

.compare-label.after {
  background:var(--accent);
}

.comparison-grid figcaption {
  color:#c5ccbe;
  font-size:14px;
  margin-top:12px;
}

.comparison-bottom {
  border-top:1px solid var(--line);
  padding-top:28px;
  margin-top:32px;
  display:flex;
  flex-direction:column;
  gap:22px;
}

.comparison-bottom p {
  color:#c5ccbe;
  font-size:17px;
}

.comparison-bottom strong {
  font-weight:400;
  color:var(--text);
  font-size:23px;
}

.steps {
  list-style:none;
  display:grid;
  gap:28px;
}

.steps li {
  border-top:1px solid var(--line-light);
  padding-top:20px;
}

.steps li>span {
  font-size:14px;
  color:#7a836e;
  display:block;
  margin-bottom:22px;
}

.steps h3 {
  font-size:21px;
  margin-bottom:12px;
}

.steps p {
  color:#62685e;
  font-size:15px;
}

.technology-layout {
  display:grid;
  gap:36px;
}

.technology-note {
  border-left:2px solid var(--accent);
  padding-left:20px;
  margin-top:25px;
  color:var(--muted);
  font-size:15px;
  max-width:470px;
}

.equipment-list {
  display:grid;
  gap:18px;
}

.equipment-list article {
  border:1px solid var(--line);
  padding:28px;
  background:var(--bg-raised);
  border-radius:var(--radius);
}

.equipment-label {
  display:block;
  color:var(--accent);
  font-size:11px;
  letter-spacing:.08em;
  margin-bottom:18px;
}

.equipment-list p {
  font-size:15px;
  color:var(--muted);
  margin-top:14px;
}

.price-factors {
  display:grid;
  gap:24px;
}

.price-factors article {
  border-top:1px solid var(--line-light);
  padding-top:22px;
}

.price-factors span {
  color:#727b68;
  font-size:11px;
  letter-spacing:.08em;
  display:block;
  margin-bottom:20px;
}

.price-factors h3 {
  font-size:21px;
  margin-bottom:12px;
}

.price-factors p {
  font-size:15px;
  color:#62685e;
}

.estimate {
  background:var(--bg-deep);
}

.estimate-grid {
  display:grid;
  gap:38px;
}

.estimate h2 span {
  color:var(--accent);
}

.photo-guide {
  margin-top:32px;
  padding-top:26px;
  border-top:1px solid var(--line);
  max-width:425px;
}

.photo-guide h3 {
  font-size:18px;
  letter-spacing:-.02em;
}

.photo-guide ul {
  list-style:none;
  margin:18px 0;
}

.photo-guide li {
  position:relative;
  padding-left:21px;
  margin-top:12px;
  font-size:15px;
}

.photo-guide li:before {
  content:"+";
  position:absolute;
  left:0;
  color:var(--accent);
}

.photo-guide p,.local-note {
  font-size:14px;
  color:var(--muted);
}

.local-note {
  margin-top:24px;
}

.estimate-form {
  background:var(--bg-raised);
  padding:24px 20px;
  border:1px solid var(--line);
  border-radius:6px;
  min-width:0;
}

.field {
  margin-bottom:18px;
  min-width:0;
}

.field label,.form-result>label {
  display:block;
  font-size:14px;
  margin-bottom:7px;
}

.field label>span {
  color:var(--accent);
}

input:not([type=file]),textarea,select {
  width:100%;
  min-width:0;
  min-height:50px;
  padding:12px 13px;
  border:1px solid #646b60;
  border-radius:var(--radius);
  background:#252a24;
  color:var(--text);
  font-size:16px;
  line-height:1.5;
}

input::placeholder,textarea::placeholder {
  color:#a4ad9b;
  opacity:1;
}

textarea {
  resize:vertical;
  max-height:450px;
}

select {
  color-scheme:dark;
}

.form-row {
  display:grid;
}

.field-error {
  display:block;
  color:#ffbaaa;
  font-size:13px;
  margin-top:6px;
}

.field-error:empty {
  display:none;
}

.upload-box {
  position:relative;
  border:1px dashed #7f8a74;
  border-radius:var(--radius);
  padding:24px 12px;
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:6px;
  text-align:center;
}

.upload-box:hover {
  background:#394133;
}

.upload-box:focus-within {
  outline:3px solid var(--accent);
  outline-offset:3px;
}

.upload-box input {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
}

.upload-box strong {
  font-size:15px;
  font-weight:500;
}

.upload-box>span:not(.upload-symbol) {
  font-size:12px;
  color:var(--muted);
}

.upload-symbol {
  font-size:29px;
  color:var(--accent);
  line-height:1;
}

.photo-field {
  scroll-margin-top:28px;
}

.photo-previews {
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}

.photo-preview {
  position:relative;
  min-width:0;
}

.photo-preview img {
  width:100%;
  height:80px;
  object-fit:cover;
  border-radius:3px;
}

.photo-preview span {
  display:block;
  font-size:11px;
  color:var(--muted);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-top:5px;
}

.remove-photo {
  position:absolute;
  right:0;
  top:0;
  width:32px;
  height:32px;
  border:0;
  border-radius:3px;
  background:#20251fe8;
  color:#fff;
  font-size:23px;
}

.form-availability {
  font-size:13px;
  color:#d2dac7;
  padding:14px;
  border:1px solid #626f55;
  border-radius:var(--radius);
  margin:20px 0;
}

.submit-button {
  width:100%;
}

.form-note {
  font-size:12px;
  color:#b6beaf;
  margin-top:13px;
}

.form-result {
  border-top:1px solid var(--line);
  padding-top:25px;
  margin-top:25px;
}

.form-result h3 {
  font-size:21px;
  margin-bottom:12px;
}

.form-result p {
  font-size:14px;
  margin-bottom:18px;
}

.form-result textarea {
  font-size:14px;
  margin-bottom:12px;
}

.copy-status {
  color:var(--accent);
}

.copy-status:empty {
  display:none;
}

.faq-layout {
  display:grid;
  gap:24px;
}

.faq-list details {
  border-top:1px solid var(--line-light);
}

.faq-list details:last-child {
  border-bottom:1px solid var(--line-light);
}

.faq-list summary {
  position:relative;
  list-style:none;
  padding:22px 36px 22px 0;
  font-size:17px;
  font-weight:500;
  cursor:pointer;
  line-height:1.45;
}

.faq-list summary::-webkit-details-marker {
  display:none;
}

.faq-list summary:after {
  content:"+";
  position:absolute;
  right:4px;
  top:20px;
  font-size:25px;
  font-weight:400;
  color:#67755c;
}

.faq-list details[open] summary:after {
  content:"−";
}

.faq-list details p {
  color:#62685e;
  font-size:15px;
  padding:0 30px 23px 0;
}

.about {
  background:#dfe5d5;
  color:var(--ink);
}

.about-layout {
  display:grid;
}

.about h2 {
  margin-bottom:26px;
}

.about p:not(.eyebrow) {
  max-width:710px;
  margin-bottom:20px;
  color:#535e4b;
  font-size:17px;
}

.about-signature {
  display:block;
  margin-top:28px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
}

.contacts {
  background:var(--bg-raised);
}

.contacts-grid {
  display:grid;
  gap:40px;
}

.contacts .text-link {
  margin-top:24px;
  color:var(--accent);
}

.contact-list>div {
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:18px 0;
  border-bottom:1px solid var(--line);
}

.contact-list>div>span:first-child {
  color:var(--muted);
  font-size:11px;
  letter-spacing:.1em;
}

.contact-list>div>span:last-child,.contact-list>div>a {
  font-size:24px;
  line-height:1.4;
  overflow-wrap:anywhere;
}

.contact-list>p {
  margin-top:24px;
  color:var(--muted);
  font-size:14px;
}

.contact-list .contact-placeholder-note {
  font-size:12px;
  margin-top:10px;
}

.site-footer {
  padding:32px 0 106px;
}

.footer-inner {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}

.footer-inner p {
  font-size:12px;
  color:var(--muted);
  width:100%;
  order:3;
}

.footer-inner>a:last-child {
  font-size:13px;
}

.mobile-actions {
  position:fixed;
  inset:auto 0 0;
  z-index:25;
  display:grid;
  grid-template-columns:1fr 1.4fr;
  padding:9px 12px calc(9px + env(safe-area-inset-bottom,0px));
  gap:8px;
  background:#232624f5;
  border-top:1px solid #66715a;
  box-shadow:0 -4px 16px #0002;
}

.mobile-actions a {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  min-height:46px;
  font-size:14px;
  font-weight:700;
  border:1px solid #67715e;
  border-radius:3px;
}

.mobile-actions a:last-child {
  background:var(--accent);
  color:var(--ink);
  border-color:var(--accent);
}

.lightbox {
  position:fixed;
  inset:0;
  padding:64px 16px 20px;
  border:1px solid #6b7562;
  border-radius:6px;
  width:min(1200px,calc(100% - 24px));
  max-height:calc(100dvh - 24px);
  background:#1b1e1c;
  color:var(--text);
}

.lightbox::backdrop {
  background:#0b100ded;
}

.lightbox img {
  max-height:calc(100dvh - 190px);
  width:100%;
  object-fit:contain;
}

.lightbox p {
  font-size:14px;
  margin:18px 8px 0;
}

.lightbox-close {
  position:absolute;
  right:12px;
  top:10px;
  min-height:42px;
  padding:7px 13px;
  border:1px solid #727f65;
  border-radius:3px;
  background:#2d312e;
  font-size:14px;
}

.lightbox-close span {
  font-size:24px;
  vertical-align:middle;
  margin-left:14px;
}

@media(min-width:600px) {
  .container {
    width:min(var(--container),calc(100% - 64px));
  }
  .hero-actions .button {
    width:auto;
  }
  .hero-photo {
    min-height:400px;
  }
  .hero-photo>img {
    min-height:400px;
  }
  .services-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .benefit-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
  }
  .portfolio-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
  }
  .comparison-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }
  .comparison-bottom {
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
  .steps,.price-factors {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:32px;
  }
  .form-row {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }
  .estimate-form {
    padding:32px;
  }
  .contact-list>div {
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
  .section {
    padding-block:88px;
  }
}

@media(min-width:900px) {
  .header-inner {
    flex-wrap:nowrap;
    min-height:90px;
  }
  .js .menu-toggle {
    display:none;
  }
  .js .main-nav,.main-nav {
    position:static;
    display:flex;
    flex-direction:row;
    padding:0;
    align-items:center;
    gap:24px;
    box-shadow:none;
    border:0;
    font-size:13px;
    flex-wrap:nowrap;
  }
  .js .main-nav a {
    padding:10px 0;
    border:0;
  }
  .js .main-nav .nav-cta {
    border:1px solid #747f67;
    padding:12px 16px;
    border-radius:var(--radius);
  }
  .hero {
    padding-top:54px;
  }
  .hero-grid {
    grid-template-columns:1.12fr 1fr;
    gap:42px;
    align-items:stretch;
  }
  .hero-copy {
    padding-block:18px;
  }
  h1 {
    font-size:clamp(2.6rem,4.45vw,4.4rem);
  }
  .hero-photo {
    min-height:510px;
  }
  .hero-photo>img {
    position:absolute;
    inset:0;
    min-height:0;
  }
  .hero-description {
    font-size:18px;
  }
  .hero-actions {
    gap:10px;
  }
  .hero-actions .button {
    padding-inline:17px;
    font-size:13px;
    gap:13px;
  }
  .hero-bottom {
    padding-block:32px;
    gap:20px;
  }
  .hero-bottom p {
    width:auto;
    margin-left:auto;
  }
  .section-heading {
    display:grid;
    grid-template-columns:.45fr 1fr;
    gap:40px;
    margin-bottom:42px;
  }
  .section-heading>.eyebrow {
    padding-top:8px;
  }
  .services-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .service {
    padding:32px;
    min-height:285px;
  }
  .benefit-grid {
    gap:50px;
  }
  .portfolio-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
  }
  .steps,.price-factors {
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:30px;
  }
  .technology-layout {
    grid-template-columns:1fr 1fr;
    gap:70px;
  }
  .estimate-grid {
    grid-template-columns:1fr 1fr;
    gap:70px;
  }
  .estimate-copy {
    padding-top:20px;
  }
  .faq-layout {
    grid-template-columns:.65fr 1fr;
    gap:70px;
  }
  .about-layout {
    grid-template-columns:.45fr 1fr;
    gap:40px;
  }
  .contacts-grid {
    grid-template-columns:1.15fr 1fr;
    gap:90px;
  }
  .site-footer {
    padding:35px 0;
  }
  .footer-inner p {
    width:auto;
    order:0;
  }
  .mobile-actions {
    display:none;
  }
  .section {
    padding-block:104px;
  }
}

@media(min-width:1200px) {
  .hero-actions .button {
    font-size:14px;
    padding-inline:22px;
    gap:20px;
  }
  .hero h1 {
    font-size:67px;
  }
  .hero-grid {
    gap:56px;
  }
  .hero-photo {
    min-height:540px;
  }
  .hero-copy {
    padding-block:24px;
  }
  .hero-photo figcaption {
    left:28px;
    right:28px;
    bottom:28px;
  }
  .header-inner .brand {
    font-size:18px;
  }
  .main-nav {
    gap:30px;
  }
  .section {
    padding-block:112px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
}

@media print {
  .site-header,.mobile-actions,.hero-actions,.portfolio-filters,.estimate-form,.lightbox,.site-footer {
    display:none;
  }
  .section {
    padding:25px 0;
    break-inside:avoid;
  }
  body,.light,.comparison,.about,.contacts,.technology,.benefits,.estimate {
    background:#fff!important;
    color:#000!important;
  }
  h1,h2 {
    font-size:28px;
  }
  .container {
    width:100%;
  }
  .hero-grid {
    display:block;
  }
  .hero-photo {
    display:none;
  }
  p {
    color:#333!important;
  }
}
