:root {
  --ink: #211a15;
  --ink-soft: #473a31;
  --walnut: #4a2415;
  --walnut-2: #6e341d;
  --copper: #a95b35;
  --gold: #d2ae64;
  --gold-ink: #8a6026;
  --gold-light: #efd9a5;
  --cream: #f6f0e6;
  --cream-2: #eee3d2;
  --paper: #fffdf9;
  --muted: #75685e;
  --line: rgba(62, 39, 24, 0.14);
  --line-strong: rgba(62, 39, 24, 0.25);
  --danger: #9b2c23;
  --success: #446b51;
  --shadow-sm: 0 10px 30px rgba(53, 28, 16, 0.09);
  --shadow-lg: 0 30px 80px rgba(42, 21, 11, 0.22);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

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

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

button {
  color: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

:focus-visible {
  outline: 3px solid rgba(210, 174, 100, 0.9);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus-visible {
  transform: none;
}

.site-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
}

.site-header__inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
}

.brand-logo img {
  width: 220px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.83);
  text-decoration: none;
}

.site-nav a:hover {
  color: white;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--gold {
  background: linear-gradient(135deg, #e0c17f, var(--gold));
  box-shadow: 0 12px 28px rgba(57, 31, 15, 0.28);
  color: #24170f;
}

.button--dark {
  background: var(--walnut);
  color: white;
}

.button--outline {
  border-color: rgba(255, 255, 255, 0.43);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  backdrop-filter: blur(8px);
}

.button--wide {
  width: 100%;
}

.button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.landing-hero {
  position: relative;
  display: grid;
  min-height: 720px;
  align-items: end;
  overflow: hidden;
  padding: 160px 0 105px;
  background:
    linear-gradient(90deg, rgba(25, 15, 10, 0.91) 0%, rgba(35, 21, 13, 0.73) 47%, rgba(35, 20, 12, 0.18) 75%),
    linear-gradient(0deg, rgba(32, 17, 10, 0.45), transparent 45%),
    url("img/kitchen-warm.jpg") center 58% / cover no-repeat;
  color: white;
}

.landing-hero::after {
  position: absolute;
  right: -16vw;
  bottom: -24vw;
  width: 55vw;
  height: 55vw;
  border: 1px solid rgba(232, 204, 148, 0.25);
  border-radius: 50%;
  content: "";
}

.landing-hero__content {
  position: relative;
  z-index: 2;
  max-width: 710px;
}

.landing-hero .eyebrow {
  color: var(--gold-light);
}

.landing-hero h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(44px, 6vw, 76px);
}

.landing-hero h1 em {
  color: var(--gold-light);
  font-weight: 400;
}

.landing-hero__lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
}

.landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.landing-hero__note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  background: var(--ink);
  color: white;
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 112px;
  padding: 26px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

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

.trust-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.trust-item span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.section {
  padding: 100px 0;
}

.section--quote {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 5%, rgba(210, 174, 100, 0.22), transparent 26%),
    var(--cream);
}

.section--quote::before {
  position: absolute;
  top: 70px;
  left: -120px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(110, 52, 29, 0.13);
  border-radius: 50%;
  content: "";
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 46px;
}

.section-heading h2 {
  margin-bottom: 0;
  color: var(--walnut);
  font-size: clamp(36px, 5vw, 58px);
}

.section-heading p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 16px;
}

/* Shared quote experience */
.quote-experience {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(62, 39, 24, 0.12);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
}

.quote-experience__top {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
  min-height: 102px;
  background: var(--ink);
  color: white;
}

.quote-experience__title {
  display: flex;
  align-items: center;
  padding: 24px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.quote-experience__title span {
  display: block;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 22px;
}

.quote-progress {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 30px;
}

.quote-progress__count {
  min-width: 74px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.quote-progress__track {
  height: 4px;
  flex: 1;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.quote-progress__fill {
  width: 14%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), #f0dda9);
  transition: width 240ms ease;
}

.quote-experience__body {
  min-height: 590px;
  padding: 52px clamp(24px, 5vw, 72px) 46px;
}

.quote-screen {
  animation: quote-in 240ms ease both;
}

@keyframes quote-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
}

.quote-kicker {
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.quote-question {
  max-width: 760px;
  margin-bottom: 10px;
  color: var(--walnut);
  font-size: clamp(30px, 4vw, 44px);
}

.quote-question:focus {
  outline: 0;
}

.quote-help {
  max-width: 720px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 15px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.choice-grid--materials {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.choice-card {
  position: relative;
  display: flex;
  min-height: 128px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease, background 150ms ease;
}

.choice-card:hover {
  border-color: rgba(169, 91, 53, 0.5);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.choice-card[aria-pressed="true"] {
  border-color: var(--copper);
  background: linear-gradient(145deg, #fffdf9, #f3e4d2);
  box-shadow: 0 0 0 3px rgba(169, 91, 53, 0.11), var(--shadow-sm);
}

.choice-card[aria-pressed="true"]::after {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--walnut);
  color: white;
  content: "✓";
  font-size: 12px;
}

.choice-card__code {
  position: absolute;
  top: 14px;
  left: 18px;
  color: var(--gold-ink);
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
}

.choice-card__title {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
}

.choice-card__description {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.38;
}

.choice-card--compact {
  min-height: 106px;
}

.quote-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
}

.quote-back {
  padding: 12px 4px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.quote-back:hover {
  color: var(--ink);
}

.quote-actions .button {
  min-width: 190px;
}

.quote-error {
  margin-top: 13px;
  color: var(--danger);
  font-size: 13px;
}

.quote-loading {
  display: grid;
  min-height: 420px;
  place-items: center;
  text-align: center;
}

.quote-loading__ring {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border: 3px solid var(--cream-2);
  border-top-color: var(--copper);
  border-radius: 50%;
  animation: spin 800ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.result-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
}

.result-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 174, 100, 0.28), transparent 32%),
    var(--ink);
  color: white;
}

.result-panel::after {
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.result-panel__label {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result-panel__price {
  margin: 13px 0 10px;
  color: white;
  font-family: var(--serif);
  font-size: clamp(35px, 5vw, 51px);
  line-height: 1;
}

.result-panel__note {
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
}

.spec-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.spec-list strong {
  color: white;
  font-weight: 650;
  text-align: right;
}

.result-content h3 {
  margin-bottom: 8px;
  color: var(--walnut);
  font-size: 27px;
}

.result-content > p {
  color: var(--muted);
  font-size: 13px;
}

.case-list {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.case-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  overflow: hidden;
  padding: 8px 14px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
}

.case-card__image,
.case-card__reference {
  position: relative;
  width: 90px;
  height: 68px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background-color: var(--cream-2);
  background-position: center;
  background-size: cover;
}

.case-card__image {
  cursor: zoom-in;
  transition: filter 150ms ease, transform 150ms ease;
}

.case-card__reference {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(169, 91, 53, 0.18);
  background: linear-gradient(145deg, var(--cream), #fffaf2);
  color: var(--walnut);
  text-align: center;
}

.case-card__reference span {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1;
}

.case-card__reference small {
  margin-top: 4px;
  color: var(--copper);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.case-card__image::after {
  position: absolute;
  top: 5px;
  right: 5px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: rgba(33, 26, 21, 0.78);
  color: white;
  content: "+";
  font-size: 14px;
  line-height: 1;
}

.case-card__image:hover {
  filter: brightness(1.04);
  transform: scale(1.025);
}

.case-card__body strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 13px;
}

.case-card__body span {
  color: var(--muted);
  font-size: 11px;
}

.case-card__price {
  grid-column: 2;
  color: var(--walnut);
  font-family: var(--serif);
  font-size: 16px;
  white-space: nowrap;
}

.case-card__guide {
  grid-column: 2;
  align-self: center;
  padding: 3px 9px;
  justify-self: start;
  border: 1px solid rgba(169, 91, 53, 0.28);
  border-radius: 999px;
  color: var(--copper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Project-reference image dialog */
.project-modal {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
}

.project-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 16, 12, 0.78);
  backdrop-filter: blur(8px);
}

.project-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(920px, 100%);
  max-height: calc(100vh - 56px);
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  overflow: auto;
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.38);
}

.project-modal__close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(33, 26, 21, 0.76);
  color: white;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.project-modal__image {
  min-height: 520px;
  background: var(--cream-2);
}

.project-modal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-modal__body {
  align-self: center;
  padding: 50px 42px;
}

.project-modal__body h2 {
  margin-bottom: 13px;
  color: var(--walnut);
  font-size: 36px;
}

.project-modal__body > p {
  color: var(--muted);
  font-size: 14px;
}

.project-modal__body dl {
  display: grid;
  gap: 15px;
  margin: 30px 0;
}

.project-modal__body dl > div {
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.project-modal__body dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-modal__body dd {
  margin: 3px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
}

.project-modal__note {
  padding: 14px;
  border-left: 3px solid var(--gold);
  background: var(--cream);
  color: var(--muted);
  font-size: 11px;
}

.reference-note {
  padding: 10px 12px;
  border-left: 3px solid var(--gold);
  background: var(--cream);
  color: var(--muted);
  font-size: 11px;
}

.lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.lead-grid .field--wide {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 750;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  background: white;
  color: var(--ink);
}

.field input,
.field select {
  height: 49px;
  padding: 0 14px;
}

.field select {
  padding-right: 44px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%236e341d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  cursor: pointer;
}

.phone-input {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  background: white;
}

.phone-input:focus-within {
  border-color: var(--copper);
  outline: 3px solid rgba(169, 91, 53, 0.1);
}

.phone-input__prefix {
  display: grid;
  height: 49px;
  place-items: center;
  border-right: 1px solid var(--line);
  background: var(--cream);
  color: var(--walnut);
  font-size: 13px;
  font-weight: 750;
}

.field .phone-input input {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.field .phone-input input:focus {
  border: 0;
  outline: 0;
}

.field-error {
  min-height: 17px;
  margin-top: 5px;
  color: var(--danger);
  font-size: 11px;
  line-height: 1.35;
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea,
.field.has-error .phone-input {
  border-color: var(--danger);
}

.field.has-error input:focus,
.field.has-error select:focus,
.field.has-error textarea:focus,
.field.has-error .phone-input:focus-within {
  outline-color: rgba(159, 55, 47, 0.14);
}

.consent-wrap .field-error {
  margin-left: 26px;
}

.consent-wrap.has-error .consent-row {
  color: var(--danger);
}

.field textarea {
  min-height: 88px;
  padding: 12px 14px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--copper);
  outline: 3px solid rgba(169, 91, 53, 0.1);
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 19px 0 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
}

.consent-row input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--copper);
}

.consent-row a {
  color: var(--walnut);
  font-weight: 700;
}

.done-screen {
  display: grid;
  min-height: 430px;
  place-items: center;
  text-align: center;
}

.done-screen__inner {
  max-width: 590px;
}

.done-screen__mark {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--copper));
  box-shadow: 0 15px 34px rgba(74, 36, 21, 0.25);
  color: white;
  font-size: 28px;
}

.done-screen h2 {
  margin-bottom: 12px;
  color: var(--walnut);
  font-size: 39px;
}

.done-screen p {
  color: var(--muted);
}

.done-screen .button {
  margin-top: 15px;
}

/* Direct-visitor quote form */
.quote-contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
}

.quote-contact__intro {
  position: relative;
  overflow: hidden;
  padding: 55px 42px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 174, 100, 0.28), transparent 34%),
    var(--ink);
  color: white;
}

.quote-contact__intro::after {
  position: absolute;
  right: -95px;
  bottom: -95px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.quote-contact__intro > * {
  position: relative;
  z-index: 1;
}

.quote-contact__intro .quote-kicker {
  color: var(--gold-light);
}

.quote-contact__intro h3 {
  margin-bottom: 16px;
  color: white;
  font-size: clamp(31px, 3vw, 43px);
}

.quote-contact__intro p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.quote-contact__intro ul {
  display: grid;
  gap: 13px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.quote-contact__intro li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.quote-contact__intro li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--gold-light);
  content: "✓";
}

.quote-contact__form {
  padding: 42px clamp(28px, 4vw, 58px);
  background: var(--paper);
}

.quote-contact__form .lead-grid {
  margin-top: 0;
}

.field label > span {
  color: var(--copper);
}

.field label small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
}

.quote-contact__submit {
  width: 100%;
  margin-top: 15px;
}

.quote-contact__privacy {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

/* Shared estimate result */
.quote-result {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  padding: 50px clamp(28px, 5vw, 68px);
}

.quote-result:focus {
  outline: 0;
}

.quote-result__summary {
  padding: 34px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 174, 100, 0.25), transparent 34%),
    var(--ink);
  color: white;
}

.quote-result__summary .quote-kicker {
  color: var(--gold-light);
}

.quote-result__summary h2 {
  margin-bottom: 19px;
  color: white;
  font-size: 31px;
}

.quote-result__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.2em;
  row-gap: 0.05em;
  margin-bottom: 15px;
  color: white;
  font-family: var(--serif);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
}

.quote-result__price span {
  white-space: nowrap;
}

.quote-result__price small {
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 0.24em;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-result__summary > p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.quote-result__notice {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.53);
  font-size: 10px;
}

.quote-result__references .case-list {
  margin-top: 10px;
}

.quote-result__followup {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.quote-result__actions,
.quiz-lead__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.quiz-back {
  margin-top: 24px;
}

.quiz-lead .lead-grid {
  margin-top: 22px;
}

/* Service and process sections */
.services-section {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 250px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card__number {
  display: block;
  margin-bottom: 54px;
  color: var(--gold-ink);
  font-family: var(--serif);
  font-size: 28px;
}

.service-card h3 {
  margin-bottom: 9px;
  color: var(--walnut);
  font-size: 24px;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.process-section {
  overflow: hidden;
  background: var(--walnut);
  color: white;
}

.process-section .section-heading h2,
.process-section .section-heading p {
  color: white;
}

.process-section .section-heading p {
  color: rgba(255, 255, 255, 0.62);
}

.process-section .eyebrow {
  color: var(--gold-light);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.process-step {
  position: relative;
  min-height: 185px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.process-step span {
  display: block;
  margin-bottom: 34px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.process-step h3 {
  margin-bottom: 6px;
  font-size: 21px;
}

.process-step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.faq-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
}

.faq-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 96px;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: translateX(-50%);
}

.faq-section .site-wrap {
  position: relative;
}

.faq-header {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.faq-header .eyebrow {
  justify-content: center;
}

.faq-header h2 {
  margin-bottom: 0;
  color: var(--walnut);
  font-size: clamp(40px, 4.8vw, 58px);
  line-height: 1.04;
}

.faq-list {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid var(--line-strong);
}

.faq-item {
  border-bottom: 1px solid var(--line-strong);
  transition: background-color 180ms ease;
}

.faq-item:hover,
.faq-item[open] {
  background: rgba(255, 255, 255, 0.45);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 27px 30px;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary:hover .faq-question {
  color: var(--copper);
}

.faq-item summary:focus-visible {
  outline: 2px solid var(--gold-ink);
  outline-offset: -4px;
}

.faq-question {
  color: var(--walnut);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.3;
  transition: color 180ms ease;
}

.faq-icon {
  display: grid;
  width: 31px;
  height: 31px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(169, 91, 53, 0.28);
  border-radius: 50%;
  color: var(--gold-ink);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.faq-icon svg {
  width: 16px;
  height: 16px;
}

.faq-icon__vertical {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.faq-item[open] .faq-icon {
  background: var(--walnut);
  color: var(--gold-light);
}

.faq-item[open] .faq-icon__vertical {
  opacity: 0;
}

.faq-answer {
  max-width: 78ch;
  padding: 0 82px 30px 30px;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.faq-answer a {
  color: var(--gold-ink);
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .faq-item,
  .faq-question,
  .faq-icon,
  .faq-icon__vertical {
    transition: none;
  }
}

@media (max-width: 640px) {
  .faq-header {
    margin-bottom: 36px;
  }

  .faq-header h2 {
    font-size: 38px;
  }

  .faq-item summary {
    gap: 18px;
    padding: 22px 4px;
  }

  .faq-question {
    font-size: 19px;
  }

  .faq-answer {
    padding: 0 42px 24px 4px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}

.site-footer {
  padding: 55px 0 35px;
  background: #17100c;
  color: rgba(255, 255, 255, 0.58);
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(220px, 0.7fr) minmax(220px, 0.7fr);
  gap: 60px;
  padding-bottom: 38px;
}

.site-footer__logo {
  width: 245px;
  height: auto;
  margin-bottom: 22px;
}

.site-footer__legal {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__tagline {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.55;
}

.site-footer p,
.site-footer a {
  font-size: 12px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.site-footer a:hover {
  color: white;
}

.site-footer h3 {
  margin-bottom: 16px;
  color: white;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer__links {
  display: grid;
  gap: 9px;
  font-size: 12px;
}

.footer-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Privacy choices */
.cookie-banner {
  position: fixed;
  z-index: 1900;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  max-width: 1040px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 15px 20px;
  border: 1px solid rgba(210, 174, 100, 0.3);
  border-radius: 14px;
  background: var(--ink);
  box-shadow: 0 24px 70px rgba(22, 15, 11, 0.35);
  color: white;
}

.cookie-banner__copy {
  max-width: 660px;
}

.cookie-banner__copy strong {
  display: block;
  margin-bottom: 3px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 15px;
}

.cookie-banner__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11.5px;
  line-height: 1.5;
}

.cookie-banner__actions,
.cookie-modal__actions,
.bot-modal__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-banner .button {
  min-height: 38px;
  padding: 9px 16px;
  font-size: 13px;
  white-space: nowrap;
}

.button--outline-dark {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
  color: white;
}

.cookie-link {
  padding: 9px 5px;
  border: 0;
  background: transparent;
  color: var(--gold-light);
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.cookie-modal,
.bot-modal {
  position: fixed;
  z-index: 2100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.cookie-modal__backdrop,
.bot-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 16, 12, 0.78);
  backdrop-filter: blur(7px);
}

.cookie-modal__dialog,
.bot-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(600px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 38px;
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

.cookie-modal__dialog h2,
.bot-modal__dialog h2 {
  margin-bottom: 10px;
  color: var(--walnut);
  font-size: 34px;
}

.cookie-modal__dialog > p,
.bot-modal__dialog > p {
  color: var(--muted);
  font-size: 13px;
}

.cookie-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--cream-2);
  color: var(--ink);
  cursor: pointer;
  font-size: 23px;
}

.cookie-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 13px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.cookie-option strong,
.cookie-option span {
  display: block;
}

.cookie-option div > span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.cookie-option__always {
  color: var(--copper);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.cookie-option input {
  position: absolute;
  opacity: 0;
}

.cookie-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #c7c1bb;
  transition: background 150ms ease;
}

.cookie-toggle::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  content: "";
  transition: transform 150ms ease;
}

.cookie-option input:checked + .cookie-toggle {
  background: var(--copper);
}

.cookie-option input:checked + .cookie-toggle::after {
  transform: translateX(20px);
}

.cookie-option input:focus-visible + .cookie-toggle {
  outline: 3px solid rgba(169, 91, 53, 0.22);
}

.cookie-modal__actions {
  justify-content: space-between;
  margin-top: 24px;
}

.cookie-modal__privacy {
  margin-top: 18px;
  font-size: 10px !important;
}

.bot-modal__dialog {
  width: min(480px, 100%);
}

.bot-modal__dialog .field {
  margin-top: 22px;
}

.bot-modal__actions {
  justify-content: space-between;
  margin-top: 18px;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

/* Social links (shared: footer + quiz aside) */
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer__brand .social-links {
  margin-top: 24px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(210, 174, 100, 0.45);
  background: rgba(210, 174, 100, 0.07);
  color: var(--gold-light);
  transition:
    transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;
}

.social-btn svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.social-btn:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(210, 174, 100, 0.38);
  color: var(--ink);
}

.social-btn:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

/* Standalone quiz */
.quiz-page {
  min-height: 100vh;
  background: var(--ink);
}

.quiz-layout {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(330px, 0.72fr) minmax(640px, 1.28fr);
}

.quiz-brand {
  position: sticky;
  top: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 46px clamp(30px, 4vw, 64px);
  background:
    linear-gradient(180deg, rgba(25, 14, 9, 0.36), rgba(25, 14, 9, 0.91)),
    url("img/kitchen-dark.jpg") center / cover no-repeat;
  color: white;
}

.quiz-brand::after {
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(239, 217, 165, 0.27);
  border-radius: 50%;
  content: "";
}

.quiz-brand > * {
  position: relative;
  z-index: 2;
}

.quiz-brand__logo {
  width: 245px;
  height: auto;
}

.quiz-brand__copy {
  max-width: 440px;
  padding: 70px 0;
}

.quiz-brand__copy .eyebrow {
  color: var(--gold-light);
}

.quiz-brand__copy h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 68px);
}

.quiz-brand__copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.quiz-brand__foot {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quiz-brand__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.quiz-brand__meta span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.quiz-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 44px clamp(24px, 5vw, 78px);
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 174, 100, 0.17), transparent 26%),
    var(--cream);
}

.quiz-main__intro {
  width: min(860px, 100%);
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: 12px;
}

.quiz-main .quote-experience {
  width: min(940px, 100%);
  margin: 0 auto;
}

.quiz-main .quote-experience__top {
  grid-template-columns: 0.55fr 1.45fr;
}

.quiz-main .quote-experience__body {
  min-height: 620px;
  padding-right: clamp(22px, 4vw, 48px);
  padding-left: clamp(22px, 4vw, 48px);
}

.quiz-main .quote-result {
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1.18fr);
  gap: 32px;
  padding: 0;
}

.quiz-main .quote-result__price {
  display: grid;
  justify-items: start;
  gap: 7px;
  font-size: clamp(35px, 3.1vw, 48px);
  white-space: normal;
}

.quiz-main .quote-result__price small {
  font-size: 10px;
}

.quiz-main .choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quiz-main .choice-grid--materials {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quiz-legal {
  width: min(860px, 100%);
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

.quiz-legal a {
  color: var(--walnut);
}

@media (max-width: 1080px) {
  .quiz-layout {
    grid-template-columns: minmax(280px, 0.56fr) minmax(560px, 1.44fr);
  }

  .choice-grid--materials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-nav a:not(.button) {
    display: none;
  }

  .landing-hero {
    min-height: 680px;
    background-position: 62% center;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .quote-experience__top {
    grid-template-columns: 1fr;
  }

  .quote-experience__title {
    display: none;
  }

  .choice-grid,
  .choice-grid--materials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .result-layout {
    grid-template-columns: 1fr;
  }

  .quote-contact,
  .quote-result,
  .quiz-main .quote-result {
    grid-template-columns: 1fr;
  }

  .quote-contact__intro {
    padding: 42px;
  }

  .quote-contact__intro ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 26px;
  }

  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .quiz-layout {
    display: block;
  }

  .quiz-brand {
    position: relative;
    min-height: 360px;
    padding: 32px 28px;
  }

  .quiz-brand__logo {
    width: 210px;
  }

  .quiz-brand__copy {
    max-width: 620px;
    padding: 54px 0 20px;
  }

  .quiz-brand__copy h1 {
    max-width: 520px;
    font-size: 44px;
  }

  .quiz-brand__meta {
    display: none;
  }

  .quiz-main {
    min-height: 760px;
    padding: 28px 22px 38px;
  }

  .quiz-main .quote-experience__top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-wrap {
    width: min(100% - 34px, 1180px);
  }

  .site-header__inner {
    min-height: 72px;
  }

  .brand-logo img {
    width: 172px;
  }

  .site-nav .button {
    min-height: 42px;
    padding: 9px 15px;
    font-size: 12px;
  }

  .landing-hero {
    min-height: 660px;
    padding: 130px 0 72px;
    background-position: 68% center;
  }

  .landing-hero h1 {
    font-size: 43px;
  }

  .landing-hero__lead {
    font-size: 16px;
  }

  .landing-hero__actions .button {
    width: 100%;
  }

  .landing-hero__note {
    display: grid;
  }

  .trust-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item {
    min-height: 92px;
    padding: 20px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 40px;
  }

  .quote-experience {
    border-radius: 19px;
  }

  .quote-contact__intro {
    padding: 34px 24px;
  }

  .quote-contact__intro h3 {
    font-size: 32px;
  }

  .quote-contact__intro ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .quote-contact__form {
    padding: 30px 18px;
  }

  .quote-progress {
    padding: 18px 20px;
  }

  .quote-experience__body,
  .quiz-main .quote-experience__body {
    min-height: 590px;
    padding: 30px 18px 24px;
  }

  .quote-question {
    font-size: 31px;
  }

  .quote-help {
    margin-bottom: 23px;
    font-size: 13px;
  }

  .choice-grid,
  .choice-grid--materials,
  .quiz-main .choice-grid,
  .quiz-main .choice-grid--materials {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .choice-card {
    min-height: 136px;
    justify-content: flex-start;
    padding: 48px 15px 15px;
    border-radius: 13px;
  }

  .choice-card__code {
    top: 12px;
    left: 14px;
    font-size: 25px;
  }

  .choice-card__title {
    font-size: 13px;
  }

  .choice-card__description {
    font-size: 10.5px;
  }

  .quote-actions {
    align-items: stretch;
  }

  .quote-actions .button {
    min-width: 0;
    flex: 1;
    padding-right: 14px;
    padding-left: 14px;
  }

  .result-panel {
    padding: 26px 22px;
  }

  .quote-result {
    gap: 25px;
    padding: 28px 18px;
  }

  .quote-result__summary {
    padding: 27px 22px;
  }

  .quote-result__summary h2 {
    font-size: 28px;
  }

  .quote-result__actions,
  .quiz-lead__actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .quote-result__actions .button,
  .quiz-lead__actions .button {
    width: 100%;
  }

  .case-card {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .case-card__image,
  .case-card__reference {
    width: 70px;
    height: 64px;
  }

  .case-card__price {
    grid-column: 2;
    font-size: 14px;
  }

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

  .lead-grid .field--wide {
    grid-column: auto;
  }

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

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

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer__brand {
    grid-column: auto;
  }

  .site-footer__bottom {
    display: grid;
  }

  .quiz-brand {
    min-height: 330px;
    padding: 25px 20px;
  }

  .quiz-brand__logo {
    width: 185px;
  }

  .quiz-brand__copy {
    padding-top: 46px;
  }

  .quiz-brand__copy h1 {
    margin-bottom: 12px;
    font-size: 37px;
  }

  .quiz-brand__copy p {
    margin-bottom: 0;
    font-size: 13px;
  }

  .quiz-main {
    padding: 18px 10px 30px;
  }

  .quiz-main__intro {
    padding: 0 8px;
  }

  .quiz-legal {
    padding: 0 16px;
  }

  .project-modal {
    align-items: end;
    padding: 12px;
  }

  .project-modal__dialog {
    display: block;
    max-height: calc(100vh - 24px);
    border-radius: 18px;
  }

  .project-modal__image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .project-modal__body {
    padding: 28px 22px 30px;
  }

  .project-modal__body h2 {
    font-size: 30px;
  }

  .cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    padding: 18px;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
  }

  .cookie-banner__actions .cookie-link {
    grid-column: 1 / -1;
    text-align: left;
  }

  .cookie-modal,
  .bot-modal {
    align-items: end;
    padding: 10px;
  }

  .cookie-modal__dialog,
  .bot-modal__dialog {
    max-height: calc(100vh - 20px);
    padding: 30px 20px 24px;
    border-radius: 18px;
  }

  .cookie-modal__dialog h2,
  .bot-modal__dialog h2 {
    font-size: 28px;
  }

  .cookie-modal__actions,
  .bot-modal__actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .cookie-modal__actions .button,
  .bot-modal__actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
