:root {
  --ink: #071a2b;
  --navy: #0b2f49;
  --navy-soft: #123f5e;
  --ice: #bcecff;
  --ice-bright: #e8f9ff;
  --paper: #f5f8f9;
  --white: #ffffff;
  --line: rgba(7, 26, 43, 0.13);
  --muted: #5d6b75;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Tahoma, Arial, "Noto Sans Arabic", sans-serif;
}

::selection {
  background: var(--ice);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #4aa9ce;
  outline-offset: 4px;
}

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

.site-header {
  align-items: center;
  background: rgba(245, 248, 249, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 82px;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 82px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 12px 4px 12px 4px;
  color: var(--ice);
  display: inline-flex;
  font-size: 25px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  position: relative;
  width: 44px;
}

.brand-mark::after {
  border-left: 1px solid rgba(188, 236, 255, 0.5);
  border-top: 1px solid rgba(188, 236, 255, 0.5);
  content: "";
  height: 14px;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 14px;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 19px;
  letter-spacing: -0.03em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 11px;
  margin-top: 7px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

.desktop-nav a {
  color: #3f505d;
  font-size: 14px;
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--ink);
}

.header-cta,
.primary-button {
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-cta:hover,
.primary-button:hover {
  background: var(--ice);
  color: var(--ink);
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  min-height: calc(100svh - 82px);
}

.hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(68px, 9vw, 132px) clamp(32px, 7vw, 108px);
}

.eyebrow {
  align-items: center;
  color: var(--navy-soft);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.08em;
  margin: 0 0 26px;
}

.eyebrow > span {
  background: var(--navy-soft);
  height: 1px;
  width: 34px;
}

.eyebrow.light {
  color: var(--ice);
}

.eyebrow.light > span {
  background: var(--ice);
}

.hero h1 {
  font-size: clamp(54px, 6.1vw, 94px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1.02;
  margin: 0;
  max-width: 670px;
}

.hero h1 span {
  color: var(--navy-soft);
  display: block;
  font-weight: 400;
}

.hero-lead {
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 2;
  margin: 34px 0 0;
  max-width: 590px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 38px;
}

.primary-button {
  min-height: 58px;
  padding: 0 25px;
}

.text-link {
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 54px;
}

.hero-notes span {
  align-items: center;
  color: #52616c;
  display: inline-flex;
  font-size: 12px;
  gap: 8px;
}

.hero-notes span::before {
  background: var(--ice);
  border: 1px solid #8dd2ee;
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
}

.hero-visual {
  background:
    linear-gradient(90deg, rgba(7, 26, 43, 0.08), rgba(7, 26, 43, 0.03)),
    url("images/aljaleed-hero.webp") center / cover no-repeat;
  min-height: 630px;
  overflow: hidden;
  position: relative;
}

.hero-visual::before {
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, 0.16) 50%);
  background-size: 31% 100%;
  content: "";
  inset: 0;
  position: absolute;
}

.hero-visual::after {
  background: linear-gradient(0deg, rgba(7, 26, 43, 0.78), transparent 48%);
  content: "";
  inset: 0;
  position: absolute;
}

.visual-caption {
  bottom: clamp(30px, 6vw, 72px);
  color: var(--white);
  display: grid;
  right: clamp(26px, 5vw, 66px);
  position: absolute;
  text-align: right;
  z-index: 2;
}

.visual-caption span {
  color: var(--ice);
  font-size: 12px;
  margin-bottom: 8px;
}

.visual-caption strong {
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 500;
}

.promise-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(28px, 7vw, 108px);
}

.promise-strip > div {
  display: grid;
  gap: 7px;
  padding: 31px clamp(16px, 4vw, 58px);
}

.promise-strip > div + div {
  border-right: 1px solid var(--line);
}

.promise-strip strong {
  font-size: 15px;
}

.promise-strip span {
  color: var(--muted);
  font-size: 12px;
}

.services-section {
  background: var(--ink);
  color: var(--white);
  padding: clamp(78px, 9vw, 132px) clamp(28px, 7vw, 108px);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 40px;
  grid-template-columns: 1.35fr 0.65fr;
  margin-bottom: 60px;
}

.section-heading h2,
.starter-cta h2 {
  font-size: clamp(40px, 5vw, 70px);
  letter-spacing: -0.055em;
  line-height: 1.15;
  margin: 0;
}

.section-heading > p {
  color: #aebdc7;
  font-size: 15px;
  line-height: 2;
  margin: 0;
  max-width: 440px;
}

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

.service-card {
  background: #0c2335;
  border: 1px solid rgba(188, 236, 255, 0.13);
  min-height: 370px;
  padding: clamp(26px, 3vw, 42px);
  transition: background 200ms ease, transform 200ms ease;
}

.service-card:hover {
  background: var(--navy);
  transform: translateY(-7px);
}

.service-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.service-topline > span {
  color: var(--ice);
  font-size: 12px;
}

.service-topline small {
  border: 1px solid rgba(188, 236, 255, 0.24);
  border-radius: 999px;
  color: #b9c8d0;
  padding: 7px 11px;
}

.service-card h3 {
  font-size: clamp(25px, 2.4vw, 35px);
  margin: 76px 0 19px;
}

.service-card p {
  color: #aebdc7;
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  max-width: 330px;
}

.service-card a {
  align-items: center;
  color: var(--ice);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  margin-top: 42px;
}

.workshop-section {
  background: #e9f2f5;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  min-height: 760px;
}

.workshop-copy {
  align-self: center;
  padding: clamp(76px, 9vw, 132px) clamp(28px, 7vw, 108px);
}

.workshop-copy h2,
.audiences-section h2,
.process-intro h2,
.quote-intro h2,
.faq-heading h2 {
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 1.17;
  margin: 0;
}

.workshop-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
  margin: 28px 0 0;
  max-width: 600px;
}

.spec-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 48px;
}

.spec-list > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 10px;
  min-height: 104px;
  padding: 23px 0;
}

.spec-list > div:nth-child(odd) {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}

.spec-list span {
  color: #64869a;
  font-size: 11px;
}

.spec-list strong {
  font-size: 14px;
  line-height: 1.7;
}

.glass-spec-visual {
  align-items: center;
  background:
    linear-gradient(rgba(188, 236, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 236, 255, 0.05) 1px, transparent 1px),
    #0a263a;
  background-size: 62px 62px;
  display: flex;
  justify-content: center;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.glass-spec-visual::before {
  background: var(--ice);
  border-radius: 50%;
  content: "";
  filter: blur(110px);
  height: 280px;
  opacity: 0.16;
  position: absolute;
  width: 280px;
}

.spec-panel {
  backdrop-filter: blur(9px);
  background: linear-gradient(145deg, rgba(220, 247, 255, 0.2), rgba(57, 118, 148, 0.08));
  border: 1px solid rgba(215, 246, 255, 0.55);
  box-shadow:
    26px 34px 0 rgba(188, 236, 255, 0.05),
    0 35px 100px rgba(0, 0, 0, 0.26),
    inset 0 0 42px rgba(255, 255, 255, 0.05);
  height: min(55vw, 500px);
  max-height: 500px;
  max-width: 460px;
  position: relative;
  transform: perspective(1200px) rotateY(-13deg) rotateX(4deg);
  width: min(54vw, 460px);
}

.spec-panel::after {
  background: linear-gradient(135deg, transparent 22%, rgba(255, 255, 255, 0.2) 23%, transparent 24%);
  content: "";
  inset: 0;
  position: absolute;
}

.spec-hole {
  border: 1px solid rgba(210, 245, 255, 0.7);
  border-radius: 50%;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.35);
  height: 22px;
  position: absolute;
  width: 22px;
}

.hole-one {
  right: 26px;
  top: 26px;
}

.hole-two {
  bottom: 26px;
  left: 26px;
}

.spec-stamp {
  bottom: 34px;
  color: var(--white);
  display: grid;
  gap: 8px;
  position: absolute;
  right: 34px;
  z-index: 2;
}

.spec-stamp small {
  color: var(--ice);
  font-size: 11px;
}

.spec-stamp strong {
  font-size: clamp(20px, 2.2vw, 30px);
}

.measurement {
  color: #8fb2c4;
  font-size: 10px;
  letter-spacing: 0.06em;
  position: absolute;
  z-index: 3;
}

.measurement::before,
.measurement::after {
  background: #638ca2;
  content: "";
  position: absolute;
}

.measurement.horizontal {
  border-top: 1px solid #638ca2;
  padding-top: 10px;
  text-align: center;
  top: 8%;
  width: min(42vw, 420px);
}

.measurement.horizontal::before,
.measurement.horizontal::after {
  height: 8px;
  top: -4px;
  width: 1px;
}

.measurement.horizontal::before {
  left: 0;
}

.measurement.horizontal::after {
  right: 0;
}

.measurement.vertical {
  border-right: 1px solid #638ca2;
  height: min(43vw, 430px);
  left: 7%;
  padding-right: 10px;
  top: 20%;
  writing-mode: vertical-rl;
}

.audiences-section {
  padding: clamp(78px, 9vw, 132px) clamp(28px, 7vw, 108px);
}

.section-heading.dark-text > p {
  color: var(--muted);
}

.audience-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.audience-card {
  border: 1px solid var(--line);
  min-height: 560px;
  overflow: hidden;
  padding: clamp(32px, 4.5vw, 68px);
  position: relative;
}

.audience-card::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 300px;
  left: -160px;
  opacity: 0.08;
  position: absolute;
  top: -150px;
  width: 300px;
}

.individual-card {
  background: #deeff5;
}

.contractor-card {
  background: var(--navy);
  color: var(--white);
}

.audience-label {
  border: 1px solid currentColor;
  display: inline-block;
  font-size: 11px;
  opacity: 0.72;
  padding: 8px 13px;
}

.audience-card h3 {
  font-size: clamp(32px, 4vw, 55px);
  letter-spacing: -0.045em;
  line-height: 1.25;
  margin: 64px 0 22px;
  max-width: 540px;
}

.audience-card > p {
  color: #4f6674;
  line-height: 1.9;
  max-width: 520px;
}

.contractor-card > p {
  color: #b8c9d3;
}

.audience-card ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 32px 0 42px;
  padding: 0;
}

.audience-card li {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 11px;
}

.audience-card li::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 5px;
  opacity: 0.5;
  width: 5px;
}

.audience-card a {
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 7px;
}

.process-section {
  background: #102c41;
  color: var(--white);
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  padding: clamp(78px, 9vw, 132px) clamp(28px, 7vw, 108px);
}

.process-intro {
  align-self: start;
  position: sticky;
  top: 128px;
}

.process-intro > p:last-child {
  color: #aebfc9;
  line-height: 2;
  margin: 28px 0 0;
  max-width: 430px;
}

.steps-list {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.step-row {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  gap: 28px;
  grid-template-columns: 48px minmax(150px, 0.6fr) minmax(220px, 1fr);
  padding: 38px 0;
}

.step-row > span {
  color: var(--ice);
  font-size: 12px;
}

.step-row h3 {
  font-size: clamp(20px, 2.1vw, 29px);
  margin: 0;
}

.step-row p {
  color: #aebfc9;
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

.quote-section {
  background: var(--ice-bright);
  display: grid;
  gap: clamp(50px, 8vw, 130px);
  grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
  padding: clamp(78px, 9vw, 132px) clamp(28px, 7vw, 108px);
}

.quote-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
  margin: 28px 0 0;
  max-width: 520px;
}

.quote-tip {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
  margin-top: 48px;
  max-width: 520px;
  padding-top: 26px;
}

.quote-tip > span {
  align-items: center;
  border: 1px solid #7c9bad;
  border-radius: 50%;
  color: var(--navy-soft);
  display: flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.quote-tip p {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  gap: 6px;
  line-height: 1.6;
  margin: 0;
}

.quote-tip strong {
  color: var(--ink);
  font-size: 13px;
}

.quote-form {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 30px 90px rgba(19, 55, 78, 0.08);
  display: grid;
  gap: 25px;
  padding: clamp(28px, 4.5vw, 60px);
}

.form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.quote-form label {
  color: #334854;
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  background: #f7fafb;
  border: 1px solid #d6e0e5;
  border-radius: 0;
  color: var(--ink);
  outline: none;
  padding: 16px 15px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.quote-form textarea {
  line-height: 1.8;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--navy-soft);
  box-shadow: 0 0 0 3px rgba(18, 63, 94, 0.09);
}

.quote-form ::placeholder {
  color: #93a2ab;
}

.submit-button {
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-weight: 700;
  gap: 16px;
  justify-content: center;
  min-height: 58px;
  padding: 0 22px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.submit-button:hover {
  background: var(--ice);
  color: var(--ink);
  transform: translateY(-2px);
}

.form-note,
.form-status {
  color: #70818b;
  font-size: 11px;
  line-height: 1.7;
  margin: -10px 0 0;
  text-align: center;
}

.form-status {
  background: #ecf8f2;
  border: 1px solid #c8e8d7;
  color: #276044;
  margin: 0;
  padding: 12px;
}

.faq-section {
  background: var(--white);
  display: grid;
  gap: clamp(50px, 8vw, 130px);
  grid-template-columns: minmax(300px, 0.75fr) minmax(430px, 1.25fr);
  padding: clamp(78px, 9vw, 132px) clamp(28px, 7vw, 108px);
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 700;
  gap: 18px;
  grid-template-columns: 36px 1fr 30px;
  list-style: none;
  padding: 28px 0;
}

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

.faq-list summary > span {
  color: #7e919c;
  font-size: 11px;
}

.faq-list summary i {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  transition: transform 180ms ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details > p {
  color: var(--muted);
  line-height: 2;
  margin: -2px 54px 28px 48px;
  max-width: 670px;
}

.site-footer {
  background: #061724;
  color: var(--white);
  padding: 70px clamp(28px, 7vw, 108px) 26px;
}

.footer-main {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.5fr 0.6fr 0.8fr;
  padding-bottom: 62px;
}

.footer-brand .brand-mark {
  background: var(--ice);
  color: var(--ink);
}

.footer-brand .brand-copy small {
  color: #94a8b5;
}

.footer-main > div:first-child > p {
  color: #8fa3b0;
  font-size: 13px;
  line-height: 1.9;
  margin: 24px 0 0;
  max-width: 400px;
}

.footer-links,
.footer-coverage {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links strong,
.footer-coverage strong {
  color: var(--ice);
  font-size: 12px;
  margin-bottom: 9px;
}

.footer-links a,
.footer-coverage span {
  color: #99acb8;
  font-size: 12px;
}

.footer-whatsapp {
  color: var(--ice);
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #718895;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  padding-top: 24px;
}

.whatsapp-float {
  align-items: center;
  background: #1f9d62;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 14px 38px rgba(7, 26, 43, 0.25);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  left: 22px;
  min-height: 50px;
  padding: 0 20px;
  position: fixed;
  transition: background 180ms ease, transform 180ms ease;
  z-index: 60;
}

.whatsapp-float:hover {
  background: #187c4d;
  transform: translateY(-2px);
}

.starter-cta {
  align-items: center;
  background: var(--navy-soft);
  color: var(--white);
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding: clamp(68px, 8vw, 110px) clamp(28px, 7vw, 108px);
}

.starter-cta > div > p:last-child {
  color: #bdd0dc;
  line-height: 1.9;
  margin: 24px 0 0;
}

.pending-contact {
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: var(--ice-bright);
  font-size: 13px;
  padding: 18px 22px;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }

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

  .hero-copy {
    min-height: 650px;
  }

  .hero-visual {
    min-height: 580px;
  }

  .section-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

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

  .service-card {
    min-height: auto;
  }

  .service-card h3 {
    margin-top: 48px;
  }

  .workshop-section,
  .process-section,
  .quote-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .glass-spec-visual {
    min-height: 650px;
  }

  .process-intro {
    position: static;
  }

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

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

  .footer-main > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 72px;
    padding: 0 18px;
  }

  .brand-mark {
    height: 38px;
    width: 38px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 14px;
  }

  .header-cta span {
    display: none;
  }

  .hero-copy {
    min-height: 620px;
    padding: 72px 22px;
  }

  .hero h1 {
    font-size: 53px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .text-link {
    align-self: flex-start;
  }

  .hero-visual {
    min-height: 480px;
  }

  .promise-strip {
    grid-template-columns: 1fr;
  }

  .promise-strip > div {
    padding: 24px 0;
  }

  .promise-strip > div + div {
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .services-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .workshop-section {
    min-height: 0;
  }

  .workshop-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  .spec-list {
    grid-template-columns: 1fr;
  }

  .spec-list > div:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  .glass-spec-visual {
    min-height: 520px;
  }

  .spec-panel {
    height: 360px;
    width: 290px;
  }

  .measurement.horizontal {
    width: 290px;
  }

  .measurement.vertical {
    height: 330px;
    left: 4%;
  }

  .audiences-section,
  .process-section,
  .quote-section,
  .faq-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .audience-card {
    min-height: 520px;
    padding: 32px 26px;
  }

  .step-row {
    gap: 12px;
    grid-template-columns: 34px 1fr;
  }

  .step-row p {
    grid-column: 2;
  }

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

  .faq-list details > p {
    margin-left: 0;
    margin-right: 54px;
  }

  .starter-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .pending-contact {
    white-space: normal;
  }

  .site-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .footer-main > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
