:root {
  --blue: #2679b2;
  --black: #080808;
  --white: #ffffff;
  --ink: #111111;
  --muted: #686f78;
  --line: #dce5ed;
  --grid: rgba(38, 121, 178, 0.075);
  --shadow: 0 28px 60px rgba(8, 8, 8, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Roboto", Arial, sans-serif;
  overflow-x: hidden;
  max-width: 100%;
}

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

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

.site-header {
  align-items: center;
  background: rgba(8, 8, 8, 0);
  border-top: 4px solid var(--blue);
  color: var(--white);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 14px clamp(18px, 5vw, 74px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 8, 8, 0.94);
  box-shadow: 0 10px 28px rgba(8, 8, 8, 0.35);
}

.site-header.is-open {
  background: rgba(8, 8, 8, 0.94);
}

.brand img {
  display: block;
  width: min(240px, 44vw);
  height: auto;
  max-height: none;
  object-fit: initial;
  object-position: initial;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2vw, 34px);
  justify-content: flex-end;
}

.site-nav a,
.header-cta,
.eyebrow,
.form-label,
button {
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.82);
}

.header-cta {
  background: var(--blue);
  color: var(--white);
  padding: 15px 22px;
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 38px;
  padding: 0;
  width: 38px;
}

.menu-toggle span {
  background: var(--white);
  display: block;
  height: 2px;
  margin: 7px 5px;
}

.section-dark {
  background-color: var(--black);
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--white);
}

.grid-bg {
  background-color: var(--white);
  background-image: linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 28px 28px;
}

.hero {
  min-height: 100vh;
  overflow: hidden;
  padding: 142px clamp(22px, 8vw, 104px) 72px;
  position: relative;
}

.hero-bg {
  background-image: linear-gradient(rgba(8, 8, 8, 0.58), rgba(8, 8, 8, 0.58)),
    url("assets/flat-roof-installation-mayo.png");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover, cover;
  inset: 0;
  opacity: 0.95;
  position: absolute;
}

.hero-content {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 88px);
  grid-template-columns: minmax(0, 1fr) 330px;
  margin: 0 auto;
  max-width: 1260px;
  min-height: calc(100vh - 214px);
  position: relative;
  z-index: 1;
}

.hero h1,
.section-heading h2,
.story h2,
.why h2,
.locations h2,
.contact h2 {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(46px, 7vw, 94px);
  max-width: 790px;
}

h1 span,
h2 span {
  color: var(--blue);
  display: block;
}

.hero-copy p:last-child {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.45;
  max-width: 610px;
}

.eyebrow {
  color: var(--blue);
  margin: 0 0 20px;
}

.quote-card,
.contact-form {
  background: var(--black);
  border: 2px solid var(--blue);
  box-shadow: var(--shadow);
  padding: 32px;
}

.quote-card h2,
.contact-form h2 {
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 22px;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.form-label {
  color: var(--white);
  margin: 0 0 8px;
}

label {
  color: var(--blue);
  display: block;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.hp-field {
  left: -9999px;
  position: absolute;
}

input,
select,
textarea {
  background: #1d1d1d;
  border: 1px solid #303030;
  color: var(--white);
  display: block;
  font: 500 14px "Roboto", Arial, sans-serif;
  margin-top: 8px;
  min-height: 44px;
  padding: 12px;
  width: 100%;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

button,
.quote-card button,
.contact-form button,
.service-card a,
.second-opinion a {
  background: var(--blue);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  padding: 15px 22px;
  text-transform: uppercase;
}

.quote-card button,
.contact-form button {
  width: 100%;
}

.support {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
  margin: 22px 0 0;
  text-transform: uppercase;
}

.support a {
  color: var(--white);
}

.form-disclaimer {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.45;
  margin: 14px 0 0;
}

.form-status {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  margin: 14px 0 0;
  text-transform: uppercase;
}

.form-status.is-success {
  color: #8ee6a8;
}

.form-status.is-error {
  color: #ffb3b3;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.trust-strip {
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 clamp(22px, 8vw, 104px);
}

.trust-strip-inner {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1260px;
}

.trust-strip article {
  align-items: center;
  background: var(--black);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 14px;
  min-height: 94px;
  padding: 18px 20px;
}

.trust-strip article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip span {
  align-items: center;
  border: 1px solid rgba(38, 121, 178, 0.55);
  color: var(--blue);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.trust-strip span svg {
  height: 18px;
  width: 18px;
}

.trust-strip h3 {
  color: var(--white);
  font: 900 12px "Inter", Arial, sans-serif;
  letter-spacing: 0;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.trust-strip p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
}

.expertise,
.why,
.locations,
.contact {
  padding: clamp(74px, 10vw, 124px) clamp(22px, 8vw, 104px);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr minmax(250px, 420px);
  margin: 0 auto 52px;
  max-width: 1260px;
}

.section-heading h2,
.why h2,
.locations h2,
.contact h2 {
  font-size: clamp(44px, 6vw, 72px);
}

.section-heading > p {
  color: var(--muted);
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
}

.service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1260px;
}

.service-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  min-height: 250px;
  padding: 34px 32px;
  position: relative;
}

.service-icon {
  align-items: center;
  border: 1px solid #a8d4f7;
  color: var(--blue);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  margin-bottom: 24px;
  width: 36px;
}

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

.service-card strong {
  color: rgba(8, 8, 8, 0.07);
  font: 900 30px "Inter", Arial, sans-serif;
  position: absolute;
  right: 20px;
  top: 20px;
}

.service-card h3,
.why-panel h3,
.second-opinion h3 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.service-card p,
.why p,
.locations p,
.contact p,
.story p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.service-card a {
  font-size: 10px;
  margin-top: 16px;
  padding: 11px 20px;
}

.service-card-feature {
  background: var(--blue);
  color: var(--white);
}

.service-card-feature .service-icon {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.service-card-feature p {
  color: rgba(255, 255, 255, 0.82);
}

.service-card-feature a {
  background: var(--black);
}

.story {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 96px);
  grid-template-columns: minmax(280px, 470px) minmax(0, 560px);
  justify-content: center;
  padding: clamp(76px, 9vw, 112px) clamp(22px, 8vw, 104px);
}

.story-image {
  border-left: 3px solid var(--blue);
  border-top: 3px solid var(--blue);
  padding: 26px 0 0 26px;
}

.story-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.story h2 {
  font-size: clamp(42px, 5vw, 64px);
  margin-bottom: 30px;
}

.story p {
  color: rgba(255, 255, 255, 0.72);
}

blockquote {
  border-left: 5px solid var(--blue);
  color: var(--white);
  font: italic 900 20px/1.35 "Inter", Arial, sans-serif;
  margin: 34px 0;
  padding: 20px 0 20px 24px;
}

.why {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 100px);
  grid-template-columns: minmax(260px, 360px) minmax(0, 680px);
  justify-content: center;
}

.why-intro ul {
  border-top: 4px solid var(--blue);
  list-style: none;
  margin: 28px 0 0;
  padding: 26px 0 0;
}

.why-intro li {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  margin: 12px 0;
  text-transform: uppercase;
}

.why-panel {
  background: var(--white);
  box-shadow: 0 20px 50px rgba(8, 8, 8, 0.08);
}

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

.why-grid article {
  min-height: 200px;
  padding: 42px;
}

.why-grid span {
  color: var(--blue);
  display: inline-block;
  margin-bottom: 24px;
}

.why-icon {
  align-items: center;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.why-icon svg {
  display: block;
  height: 24px;
  width: 24px;
}

.second-opinion {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 32px 42px;
}

.second-opinion p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.projects {
  padding: clamp(70px, 9vw, 100px) clamp(22px, 8vw, 104px);
}

.compact {
  margin-bottom: 34px;
}

.projects .section-heading > p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.project-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1260px;
}

.project-grid img {
  aspect-ratio: 16 / 9;
  display: block;
  height: clamp(160px, 16vw, 220px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.locations {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 76px);
  grid-template-columns: minmax(260px, 380px) minmax(300px, 650px);
  justify-content: center;
}

.area-list {
  display: grid;
  gap: 12px 28px;
  grid-template-columns: repeat(2, 1fr);
  margin: 28px 0;
}

.area-list span,
.area-list a {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  padding-top: 12px;
  text-transform: uppercase;
}

.area-list a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.area-list-wide {
  grid-column: 1 / -1;
  justify-content: center;
  gap: 22px;
}

.area-list a span {
  border-top: 0;
  color: var(--muted);
  padding-top: 0;
}

.area-list a small {
  color: var(--blue);
  font: 900 10px "Inter", Arial, sans-serif;
  white-space: nowrap;
}

.area-list a:hover span,
.area-list a:focus-visible span {
  color: var(--black);
}

.hub {
  align-items: center;
  background: #eef6fd;
  border-left: 3px solid var(--blue);
  display: flex;
  gap: 18px;
  padding: 24px;
}

.hub span {
  color: var(--blue);
}

.hub span svg {
  height: 18px;
  width: 18px;
}

.hub strong {
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.hub p {
  margin: 4px 0 0;
}

.map-image {
  box-shadow: var(--shadow);
  height: auto;
  width: 100%;
}

.map-embed {
  border: 0;
  min-height: 420px;
}

.contact {
  align-items: start;
  display: grid;
  gap: clamp(42px, 8vw, 96px);
  grid-template-columns: minmax(260px, 420px) minmax(320px, 560px);
  justify-content: center;
}

.contact-methods {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.contact-methods a,
.contact-methods p {
  align-items: center;
  color: var(--black);
  display: flex;
  gap: 16px;
  margin: 0;
  text-transform: uppercase;
}

.contact-methods span {
  align-items: center;
  background: var(--black);
  color: var(--blue);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.contact-methods span svg {
  height: 18px;
  width: 18px;
}

.contact-form {
  position: relative;
}

.contact-form::before {
  background: var(--blue);
  color: var(--white);
  content: "Technical brief";
  font: 900 10px "Inter", Arial, sans-serif;
  padding: 8px 18px;
  position: absolute;
  right: -2px;
  text-transform: uppercase;
  top: -29px;
}

.field-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.site-footer {
  background: var(--black);
  color: rgba(255, 255, 255, 0.7);
  padding: 42px clamp(22px, 8vw, 104px) 22px;
}

.site-footer-main {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(160px, 1fr));
  margin: 0 auto;
  max-width: 1260px;
  padding-bottom: 26px;
}

.footer-brand img {
  height: auto;
  max-width: min(250px, 52vw);
  width: 100%;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
  margin: 16px 0 18px;
  max-width: 360px;
}

.footer-phone {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  font: 900 13px "Inter", Arial, sans-serif;
  gap: 10px;
  text-transform: uppercase;
}

.footer-phone svg {
  color: var(--blue);
  height: 16px;
  width: 16px;
}

.footer-col h3 {
  color: var(--white);
  font: 900 12px "Inter", Arial, sans-serif;
  letter-spacing: 0;
  margin: 2px 0 14px;
  text-transform: uppercase;
}

.footer-col a,
.footer-col p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.footer-col a {
  display: block;
}

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

.site-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1260px;
  padding-top: 16px;
}

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

.footer-bottom-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

.site-footer-bottom a {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-size: 12px;
  gap: 8px;
  text-transform: uppercase;
}

.site-footer-bottom a svg {
  color: var(--blue);
  height: 14px;
  width: 14px;
}

.landing-main {
  background: var(--white);
}

.landing-hero {
  min-height: auto;
}

.breadcrumbs {
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-wrap: wrap;
  font: 700 12px "Inter", Arial, sans-serif;
  gap: 8px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.92);
}

.landing-content {
  padding: clamp(72px, 9vw, 112px) clamp(22px, 8vw, 104px);
}

.landing-wrap {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(280px, 520px) minmax(280px, 640px);
  margin: 0 auto;
  max-width: 1260px;
}

.landing-copy h2,
.faq-wrap h2,
.related-wrap h2,
.landing-cta-wrap h2 {
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.landing-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.landing-steps {
  display: grid;
  gap: 14px;
}

.landing-steps article {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  min-height: 88px;
  padding: 24px;
}

.landing-steps h3 {
  font: 900 16px/1.3 "Inter", Arial, sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.related-services,
.related-locations {
  padding: 0 clamp(22px, 8vw, 104px) clamp(44px, 6vw, 72px);
}

.related-wrap,
.faq-wrap,
.landing-cta-wrap {
  margin: 0 auto;
  max-width: 1260px;
}

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

.related-grid a {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  font: 900 13px "Inter", Arial, sans-serif;
  gap: 10px;
  min-height: 56px;
  padding: 14px 16px;
  text-transform: uppercase;
}

.related-grid a svg {
  color: var(--blue);
  height: 16px;
  width: 16px;
}

.faq-section {
  padding: clamp(24px, 4vw, 40px) clamp(22px, 8vw, 104px) clamp(70px, 9vw, 96px);
}

.detail-expansion {
  padding: 0 clamp(22px, 8vw, 104px) clamp(40px, 6vw, 60px);
}

.detail-expansion-wrap {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 16px;
  max-width: 1260px;
}

.detail-card,
.detail-time,
.detail-area {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
}

.detail-card {
  padding: 28px;
}

.detail-card h2 {
  font: 900 31px/1 "Inter", Arial, sans-serif;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.detail-card ul {
  margin: 0;
  padding-left: 20px;
}

.detail-card li {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 10px;
}

.detail-time,
.detail-area {
  margin: 0 auto 16px;
  max-width: 1260px;
  padding: 22px 24px;
}

.detail-time p:last-child,
.detail-area p:last-child {
  color: var(--muted);
  line-height: 1.6;
  margin: 6px 0 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list article {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  padding: 24px;
}

.faq-list h3 {
  font: 900 22px/1.2 "Inter", Arial, sans-serif;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.faq-list p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.landing-cta {
  padding: clamp(56px, 8vw, 94px) clamp(22px, 8vw, 104px);
}

.landing-cta-wrap {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(280px, 1fr) auto;
}

.landing-cta-wrap p {
  color: rgba(255, 255, 255, 0.74);
  max-width: 720px;
}

.landing-cta-actions {
  display: flex;
  gap: 12px;
}

.outline-cta {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  display: inline-flex;
  font: 900 11px "Inter", Arial, sans-serif;
  padding: 15px 22px;
  text-transform: uppercase;
}

.mobile-sticky-cta {
  background: rgba(8, 8, 8, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: none;
  gap: 10px;
  left: 0;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 70;
  width: 100%;
}

.mobile-sticky-cta a {
  align-items: center;
  background: var(--blue);
  color: var(--white);
  display: inline-flex;
  flex: 1;
  font: 900 12px "Inter", Arial, sans-serif;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  text-transform: uppercase;
}

.mobile-sticky-cta a svg {
  height: 15px;
  width: 15px;
}

.chat-widget {
  bottom: 24px;
  position: fixed;
  right: 24px;
  z-index: 80;
  max-width: calc(100vw - 24px);
}

.chat-toggle {
  align-items: center;
  background: var(--blue);
  border: 0;
  box-shadow: 0 18px 40px rgba(8, 8, 8, 0.28);
  color: var(--white);
  display: inline-flex;
  gap: 9px;
  min-height: 52px;
  padding: 0 18px;
}

.chat-toggle svg {
  height: 19px;
  width: 19px;
}

.chat-panel {
  background: var(--black);
  border: 2px solid var(--blue);
  bottom: 66px;
  box-shadow: var(--shadow);
  color: var(--white);
  padding: 18px;
  position: absolute;
  right: 0;
  width: min(320px, calc(100vw - 44px));
  max-width: calc(100vw - 24px);
}

.chat-panel-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.chat-panel-header strong {
  font: 900 16px "Inter", Arial, sans-serif;
  text-transform: uppercase;
}

.chat-close {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.chat-close svg {
  height: 16px;
  width: 16px;
}

.chat-panel p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
  margin: 14px 0 16px;
}

.chat-actions {
  display: grid;
  gap: 10px;
}

.chat-actions a {
  align-items: center;
  background: #151515;
  border: 1px solid rgba(38, 121, 178, 0.55);
  color: var(--white);
  display: flex;
  font: 900 12px "Inter", Arial, sans-serif;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  text-transform: uppercase;
}

.chat-actions a svg {
  color: var(--blue);
  height: 16px;
  width: 16px;
}

.chat-actions .whatsapp-link {
  border-color: rgba(37, 211, 102, 0.55);
}

.chat-actions .whatsapp-link svg {
  color: #25d366;
}

.policy-page {
  padding: 150px clamp(22px, 8vw, 104px) 80px;
}

.policy-wrap {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  margin: 0 auto;
  max-width: 860px;
  padding: clamp(28px, 5vw, 56px);
}

.policy-wrap h1,
.policy-wrap h2 {
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.policy-wrap h1 {
  font-size: clamp(38px, 6vw, 64px);
  line-height: 0.95;
  margin: 0 0 22px;
}

.policy-wrap h2 {
  font-size: 20px;
  margin: 30px 0 10px;
}

.policy-wrap p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.policy-wrap a {
  color: var(--blue);
  font-weight: 900;
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: auto auto;
    padding-block: 12px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .brand img {
    width: min(190px, 52vw);
  }

  .site-header.is-open .site-nav {
    display: grid;
    gap: 18px;
    grid-column: 1 / -1;
    justify-content: start;
    padding: 10px 0 14px;
  }

  .hero-content,
  .section-heading,
  .story,
  .why,
  .locations,
  .contact,
  .landing-wrap,
  .landing-cta-wrap {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 120px;
  }

  .hero-content {
    min-height: auto;
  }

  .quote-card {
    max-width: 420px;
  }

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

  .project-grid img {
    height: clamp(150px, 24vw, 210px);
  }

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

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

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

  .detail-expansion-wrap {
    grid-template-columns: 1fr;
  }

  .projects .section-heading > p {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .hero h1,
  .section-heading h2,
  .why h2,
  .locations h2,
  .contact h2 {
    font-size: 42px;
  }

  .service-grid,
  .why-grid,
  .project-grid,
  .related-grid,
  .field-row,
  .trust-strip-inner,
  .site-footer-main {
    grid-template-columns: 1fr;
  }

  .service-card,
  .why-grid article,
  .quote-card,
  .contact-form {
    padding: 26px;
  }

  .project-grid img {
    aspect-ratio: 16 / 9;
    height: clamp(150px, 52vw, 210px);
  }

  .second-opinion {
    align-items: stretch;
    flex-direction: column;
    padding: 28px;
  }

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

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom-links {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .mobile-sticky-cta {
    display: flex;
  }

  .chat-widget {
    bottom: 14px;
    right: 14px;
    max-width: calc(100vw - 14px);
  }
}
