@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --cream: #f7f1e8;
  --paper: #fffaf2;
  --ink: #24211f;
  --muted: #6d655e;
  --yellow: #f6d35e;
  --mint: #9ed7ca;
  --pink: #eaa6bd;
  --periwinkle: #a9c0ec;
  --orange: #f2ae72;
  --green: #c5df87;
  --line: #cfc4ba;
  --white: #fffdf9;
  --display: "Unbounded", Arial, sans-serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(92vw, 1340px);
  --radius: 20px;
  --small-radius: 12px;
  --shadow: 0 16px 36px rgb(45 38 31 / 10%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.dialog-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3,
figure,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  min-height: 44px;
  padding: 0.7rem 1rem;
  transform: translateY(-180%);
  border: 2px solid var(--ink);
  background: var(--yellow);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.utility-bar {
  background: var(--ink);
  color: var(--white);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.utility-bar-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.utility-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.utility-links a {
  text-decoration: none;
}

.utility-links a:hover {
  color: var(--yellow);
}

.main-header {
  border-bottom: 1px solid var(--line);
}

.main-header-inner {
  display: grid;
  min-height: 84px;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  width: 172px;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.4vw, 2.5rem);
}

.primary-nav a {
  position: relative;
  min-height: 44px;
  padding: 0.7rem 0;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.45rem;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--ink);
  content: "";
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="true"]::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 0.75rem 1.15rem;
  background: var(--yellow);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 var(--ink);
}

.button-dark {
  padding: 0.85rem 1.35rem;
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: #000;
}

.menu-toggle {
  display: none;
  min-width: 72px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.menu-icon {
  display: grid;
  width: 14px;
  gap: 4px;
}

.menu-icon i {
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transition: transform 180ms ease;
}

.product-ribbon {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.ribbon-item {
  display: flex;
  min-width: 10rem;
  min-height: 70px;
  flex: 1 0 10rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  scroll-snap-align: start;
  border: 0;
  border-right: 1px solid rgb(36 33 31 / 35%);
  font-size: 0.8rem;
  font-weight: 850;
  cursor: pointer;
  transition: filter 160ms ease;
}

.ribbon-item:last-child {
  border-right: 0;
}

.ribbon-item:hover {
  filter: brightness(0.95) saturate(1.08);
}

.ribbon-item svg {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
}

.ribbon-yellow,
.card-yellow,
.contact-card-yellow {
  background: var(--yellow);
}

.ribbon-mint,
.card-mint,
.contact-card-mint {
  background: var(--mint);
}

.ribbon-pink,
.card-pink,
.contact-card-pink {
  background: var(--pink);
}

.ribbon-blue,
.card-blue,
.contact-card-blue {
  background: var(--periwinkle);
}

.ribbon-orange,
.card-orange {
  background: var(--orange);
}

.ribbon-green,
.card-green {
  background: var(--green);
}

.hero {
  padding: clamp(2.5rem, 5vw, 5rem) 0 clamp(4.5rem, 7vw, 7rem);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  grid-template-areas:
    "copy form"
    "photo form";
  align-items: start;
  gap: 2rem clamp(2rem, 5vw, 5rem);
}

.hero-copy {
  grid-area: copy;
  padding-top: 0.5rem;
}

.eyebrow,
.section-kicker,
.form-label {
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}

.eyebrow span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0.25rem 0.55rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 650;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 14ch;
  font-size: clamp(2.75rem, 5.35vw, 5.6rem);
  line-height: 1.02;
}

h1 mark {
  display: inline;
  padding: 0 0.15em 0.05em;
  background: var(--yellow);
  color: inherit;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-lead {
  max-width: 58ch;
  margin-top: 1.65rem;
  color: #504a45;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.hero-quick-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
}

.inline-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 800;
  text-underline-offset: 0.25rem;
}

.hero-photo {
  position: relative;
  grid-area: photo;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.02);
}

.hero-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  background: rgb(36 33 31 / 88%);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
}

.hero-form {
  position: sticky;
  top: 1rem;
  grid-area: form;
  padding: clamp(1.5rem, 3vw, 2.35rem);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--yellow);
  box-shadow: 10px 10px 0 var(--ink);
}

.hero-form-head {
  margin-bottom: 1.4rem;
}

.hero-form-head h2 {
  max-width: 17ch;
  margin-top: 0.7rem;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.12;
}

.hero-form-head > p:last-child {
  margin-top: 0.85rem;
  font-size: 0.9rem;
}

.hero-field {
  margin-top: 0.85rem;
}

.hero-field label,
.dialog-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-field input,
.dialog-field input,
.dialog-field select {
  width: 100%;
  min-height: 52px;
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
}

.hero-field input {
  padding: 0 0.9rem;
}

.hero-field input::placeholder {
  color: #8b8178;
}

.hero-field input[aria-invalid="true"] {
  border-color: #8c251b;
  box-shadow: 0 0 0 2px rgb(140 37 27 / 12%);
}

.field-error {
  display: block;
  min-height: 1.1rem;
  margin-top: 0.25rem;
  color: #7e2119;
  font-size: 0.7rem;
  font-weight: 750;
}

.hero-submit {
  width: 100%;
  margin-top: 0.8rem;
}

.form-status {
  min-height: 1.3rem;
  margin-top: 0.7rem;
  font-size: 0.78rem;
  font-weight: 750;
}

.form-privacy {
  margin-top: 0.25rem;
  font-size: 0.68rem;
  line-height: 1.5;
}

.noscript-note {
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.section {
  padding: clamp(4.5rem, 8vw, 8.5rem) 0;
}

.section-intro,
.contacts-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 4rem;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.section-intro h2,
.work-heading h2,
.process-copy h2,
.contacts-head h2 {
  max-width: 18ch;
  margin-top: 0.8rem;
  font-size: clamp(2rem, 4.3vw, 4.4rem);
  line-height: 1.08;
}

.section-intro > p,
.contacts-head > p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.services {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.service-card {
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  overflow: hidden;
  border: 1.5px solid var(--ink);
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:nth-child(1),
.service-card:nth-child(4),
.service-card:nth-child(5) {
  grid-column: span 7;
}

.service-card:nth-child(2),
.service-card:nth-child(3),
.service-card:nth-child(6) {
  grid-column: span 5;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 7px 7px 0 var(--ink);
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.card-top svg {
  width: clamp(64px, 7vw, 92px);
  height: clamp(64px, 7vw, 92px);
}

.service-index {
  display: inline-flex;
  min-width: 42px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgb(255 255 255 / 36%);
  font-size: 0.7rem;
  font-weight: 850;
}

.service-card h3 {
  max-width: 15ch;
  margin-top: auto;
  font-size: clamp(1.5rem, 2.7vw, 2.7rem);
  line-height: 1.08;
}

.service-card > p {
  max-width: 55ch;
  margin-top: 0.8rem;
  font-size: 0.9rem;
}

.service-offer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgb(36 33 31 / 35%);
}

.service-offer strong {
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.service-offer span {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: right;
}

.service-button {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 0.7rem 1rem;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: rgb(255 255 255 / 52%);
  font-weight: 850;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.service-button:hover {
  background: var(--ink);
  color: var(--white);
}

.service-disclaimer,
.photo-note {
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 0.73rem;
}

.work {
  border-top: 1px solid var(--line);
}

.work-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.work-heading .section-kicker {
  align-self: flex-start;
}

.work-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 1rem;
}

.work-figure {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
}

.work-figure-large {
  grid-row: span 2;
  min-height: 620px;
}

.work-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.work-figure:hover img {
  transform: scale(1.025);
}

.work-figure figcaption {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  padding: 1rem;
  border-radius: var(--small-radius);
  background: rgb(255 250 242 / 92%);
}

.work-figure figcaption span {
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.work-figure figcaption p {
  margin-top: 0.3rem;
  font-size: 0.8rem;
}

.process {
  background: var(--ink);
  color: var(--white);
}

.process-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.process-copy > p:not(.section-kicker) {
  max-width: 50ch;
  margin-top: 1.5rem;
  color: #c9c0b8;
}

.requirements {
  margin-top: 2.5rem;
  border-top: 1px solid #5e5752;
  border-bottom: 1px solid #5e5752;
}

.requirements summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.requirements summary::-webkit-details-marker {
  display: none;
}

.requirements[open] summary span {
  transform: rotate(45deg);
}

.requirements summary span {
  font-size: 1.4rem;
  transition: transform 180ms ease;
}

.requirements > div {
  padding: 0 0 1.35rem;
  color: #c9c0b8;
  font-size: 0.85rem;
}

.requirements a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 0.8rem;
  color: var(--yellow);
  font-weight: 800;
  text-underline-offset: 0.25rem;
}

.process-steps {
  list-style: none;
}

.process-steps li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 1.2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #5e5752;
}

.process-steps li:last-child {
  border-bottom: 1px solid #5e5752;
}

.process-steps > li > span {
  display: inline-flex;
  width: 46px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 850;
}

.process-steps h3 {
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
}

.process-steps p {
  margin-top: 0.45rem;
  color: #c9c0b8;
  font-size: 0.86rem;
}

.fact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(3rem, 6vw, 6rem);
  border: 1px solid #5e5752;
  border-radius: var(--radius);
}

.fact-row > div {
  display: flex;
  min-height: 140px;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 2rem;
  border-right: 1px solid #5e5752;
}

.fact-row > div:last-child {
  border-right: 0;
}

.fact-row strong {
  color: var(--yellow);
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.fact-row span {
  margin-top: 0.4rem;
  color: #c9c0b8;
  font-size: 0.8rem;
}

.contacts {
  padding-bottom: 0;
  background: var(--paper);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.contact-card {
  position: relative;
  display: flex;
  min-height: 135px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.35rem;
  border: 1.5px solid var(--ink);
  border-radius: var(--radius);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

a.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 6px 6px 0 var(--ink);
}

.contact-card span {
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card strong {
  font-family: var(--display);
  font-size: clamp(1rem, 2.1vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.contact-card i {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  font-style: normal;
}

.address-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
  padding: 1.5rem;
  border: 1.5px solid var(--ink);
  border-radius: var(--radius);
  background: var(--cream);
}

.address-row > span {
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.address-row p {
  font-weight: 750;
}

.address-row a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 800;
  text-underline-offset: 0.3rem;
}

.map-panel {
  width: 100%;
  margin-top: clamp(2.5rem, 5vw, 5rem);
  overflow: hidden;
  border-top: 1px solid var(--ink);
  background: #ddd6cc;
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: clamp(430px, 50vw, 620px);
  border: 0;
  filter: saturate(0.78) contrast(1.04);
}

.service-dialog {
  width: min(1180px, calc(100vw - 2rem));
  max-width: none;
  max-height: calc(100vh - 2rem);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 90px rgb(24 21 19 / 36%);
}

.service-dialog[open] {
  animation: dialog-in 220ms ease-out both;
}

.service-dialog::backdrop {
  background: rgb(38 32 28 / 72%);
  backdrop-filter: blur(4px);
}

@keyframes dialog-in {
  from { transform: translateY(18px) scale(0.985); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}

.dialog-shell {
  position: relative;
  display: grid;
  max-height: calc(100vh - 2rem);
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  overflow: auto;
}

.dialog-close {
  position: absolute;
  z-index: 2;
  top: 0.9rem;
  right: 0.9rem;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.dialog-media {
  display: grid;
  min-height: 720px;
  grid-template-rows: 1fr auto;
  padding: 1rem;
  background: var(--dialog-color, var(--yellow));
}

.dialog-image-frame {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 14px;
  background: var(--ink);
}

.dialog-image-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dialog-image-caption {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  padding: 0.7rem 0.8rem;
  border-radius: 8px;
  background: rgb(36 33 31 / 84%);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
}

.dialog-thumbnails {
  display: flex;
  gap: 0.7rem;
  padding-top: 0.8rem;
}

.dialog-thumb {
  width: 76px;
  height: 62px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 9px;
  background: var(--paper);
  cursor: pointer;
}

.dialog-thumb[aria-pressed="true"] {
  border-color: var(--ink);
}

.dialog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dialog-calculator {
  padding: clamp(2rem, 4vw, 3.4rem);
}

.dialog-heading > p {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dialog-heading h2 {
  max-width: 16ch;
  margin-top: 0.55rem;
  padding-right: 2.5rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}

.dialog-heading > span {
  display: block;
  max-width: 56ch;
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.dialog-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.dialog-field input,
.dialog-field select {
  padding: 0 0.75rem;
  appearance: none;
}

.dialog-field select {
  background-color: var(--white);
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position: calc(100% - 17px) 22px, calc(100% - 12px) 22px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.dialog-result {
  margin-top: 1.3rem;
  padding: 1.25rem;
  border: 1.5px solid var(--ink);
  border-radius: 14px;
  background: var(--dialog-color, var(--yellow));
}

.dialog-result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.72rem;
}

.dialog-result-top strong {
  font-weight: 850;
}

.dialog-price {
  margin-top: 0.4rem;
  font-family: var(--display);
  letter-spacing: -0.05em;
  line-height: 1;
}

.dialog-price strong {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 650;
}

.dialog-price span {
  font-size: 1.5rem;
}

.dialog-unit {
  margin-top: 0.3rem;
  font-size: 0.76rem;
  font-weight: 750;
}

.dialog-result ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 1rem;
  list-style: none;
}

.dialog-result li {
  padding: 0.3rem 0.5rem;
  border: 1px solid rgb(36 33 31 / 30%);
  border-radius: 999px;
  background: rgb(255 255 255 / 38%);
  font-size: 0.64rem;
  font-weight: 750;
}

.dialog-use {
  width: 100%;
  margin-top: 1rem;
}

.dialog-note {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.67rem;
}

.site-footer {
  padding: 3.5rem 0 2rem;
  border-top: 1px solid var(--ink);
  background: var(--cream);
}

.footer-main {
  display: grid;
  grid-template-columns: 190px 1fr auto auto;
  align-items: start;
  gap: 2rem;
}

.footer-main > p {
  font-size: 0.86rem;
}

.footer-links {
  display: grid;
  gap: 0.3rem;
}

.footer-links a {
  min-height: 28px;
  font-size: 0.82rem;
  font-weight: 750;
  text-underline-offset: 0.2rem;
}

.copyright {
  white-space: nowrap;
}

.footer-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.footer-details details {
  font-size: 0.73rem;
}

.footer-details summary {
  min-height: 44px;
  padding: 0.75rem 0;
  font-weight: 850;
  cursor: pointer;
}

.footer-details p {
  max-width: 80ch;
  padding-bottom: 0.75rem;
  color: var(--muted);
}

.umbrellax-credit {
  display: inline-flex;
  min-height: 44px;
  grid-column: 1 / -1;
  align-items: center;
  justify-self: end;
  gap: 0.55rem;
  color: var(--ink);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.umbrellax-credit img {
  width: 39px;
  height: 30px;
  border-radius: 4px;
}

.umbrellax-credit strong {
  font: inherit;
}

.umbrellax-credit:hover strong,
.umbrellax-credit:focus-visible strong {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

@media (max-width: 1100px) {
  .main-header-inner {
    grid-template-columns: 170px 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
    column-gap: 2.5rem;
  }

  .dialog-shell {
    grid-template-columns: 0.78fr 1.22fr;
  }

  .dialog-fields {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 180px 1fr 1fr;
  }

  .copyright {
    grid-column: 3;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 8rem;
  }

  .utility-bar-inner > p,
  .utility-links span {
    display: none;
  }

  .utility-bar-inner {
    justify-content: center;
  }

  .utility-links {
    width: 100%;
    justify-content: space-between;
  }

  .main-header-inner {
    position: relative;
    min-height: 74px;
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: 155px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: absolute;
    z-index: 5;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    padding: 1rem 4vw 1.3rem;
    border-bottom: 1px solid var(--ink);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    border-bottom: 1px solid var(--line);
  }

  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child {
    transform: translateY(2.75px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child {
    transform: translateY(-2.75px) rotate(-45deg);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "photo";
  }

  .hero-form {
    position: static;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .hero-photo {
    margin-top: 0.5rem;
  }

  .section-intro,
  .contacts-head {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .service-card,
  .service-card:nth-child(n) {
    grid-column: span 6;
  }

  .service-card {
    min-height: 350px;
  }

  .work-heading {
    display: grid;
  }

  .work-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .work-figure,
  .work-figure-large {
    min-height: 420px;
    grid-row: auto;
  }

  .process-panel {
    grid-template-columns: 1fr;
  }

  .fact-row {
    grid-template-columns: 1fr;
  }

  .fact-row > div {
    min-height: 110px;
    border-right: 0;
    border-bottom: 1px solid #5e5752;
  }

  .fact-row > div:last-child {
    border-bottom: 0;
  }

  .address-row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .service-dialog {
    width: 100vw;
    height: 100dvh;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }

  .dialog-shell {
    max-height: 100dvh;
    grid-template-columns: 1fr;
  }

  .dialog-media {
    min-height: auto;
  }

  .dialog-image-frame {
    min-height: 42vh;
  }

  .dialog-calculator {
    padding: 1.6rem;
  }

  .dialog-fields {
    grid-template-columns: repeat(2, 1fr);
  }

  .dialog-close {
    position: fixed;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .copyright {
    grid-column: 2;
  }
}

@media (max-width: 600px) {
  :root {
    --shell: calc(100vw - 2rem);
    --radius: 16px;
  }

  .utility-bar {
    letter-spacing: 0;
  }

  .utility-links {
    gap: 0.7rem;
    font-size: 0.66rem;
  }

  .product-ribbon {
    border-bottom: 1px solid var(--ink);
  }

  .ribbon-item {
    min-width: 9.4rem;
    min-height: 62px;
    flex-basis: 9.4rem;
  }

  .ribbon-item svg {
    width: 25px;
    height: 25px;
  }

  .hero {
    padding-top: 2.2rem;
  }

  h1 {
    font-size: clamp(2.2rem, 10.8vw, 3.2rem);
  }

  .hero-quick-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.6rem;
  }

  .hero-quick-actions .button {
    width: 100%;
  }

  .hero-photo,
  .hero-photo img {
    min-height: 280px;
  }

  .hero-photo figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .hero-form {
    padding: 1.25rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:nth-child(n) {
    min-height: 340px;
    grid-column: auto;
  }

  .service-offer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }

  .service-offer span {
    text-align: left;
  }

  .work-figure,
  .work-figure-large {
    min-height: 350px;
  }

  .process-steps li {
    grid-template-columns: 48px 1fr;
    gap: 0.75rem;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 120px;
  }

  .map-panel iframe {
    height: 430px;
  }

  .dialog-media {
    padding: 0.6rem;
  }

  .dialog-image-frame {
    min-height: 38vh;
  }

  .dialog-calculator {
    padding: 1.3rem 1rem 2rem;
  }

  .dialog-fields {
    grid-template-columns: 1fr;
  }

  .dialog-result-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .footer-main,
  .footer-details {
    grid-template-columns: 1fr;
  }

  .copyright {
    grid-column: auto;
  }

  .umbrellax-credit {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .service-card:hover,
  .work-figure:hover img,
  .header-cta:hover,
  .button:hover,
  a.contact-card:hover {
    transform: none;
  }
}
