@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700;800;900&family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&display=swap");

:root {
  --green-950: #08261d;
  --green-900: #10382b;
  --green-800: #174a39;
  --green-700: #446868;
  --green-100: #dbe8df;
  --gold: #ffc36b;
  --paper: #f6f2e8;
  --cream: #fffaf0;
  --ink: #1b1f1e;
  --muted: #68736f;
  --line: rgba(27, 31, 30, .14);
  --shadow: 0 24px 70px rgba(8, 38, 29, .14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 195, 107, .2), transparent 34rem),
    linear-gradient(135deg, #f4eedf 0%, #edf3ee 46%, #f8f0df 100%);
  font-family: "Barlow", "Trebuchet MS", sans-serif;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(255, 250, 240, .88);
  box-shadow: 0 18px 48px rgba(8, 38, 29, .12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 230px;
  color: var(--green-950);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .85rem;
  font-weight: 900;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--green-900);
  text-decoration: none;
}

.nav a:hover {
  background: rgba(68, 104, 104, .12);
}

.call-button,
.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.call-button {
  min-width: 150px;
  padding: 13px 16px;
  color: var(--green-950);
  background: var(--gold);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 82px;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 34px;
  color: white;
  box-shadow: var(--shadow);
  background: var(--green-900);
}

.hero__background,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(8, 38, 29, .95), rgba(8, 38, 29, .76) 46%, rgba(8, 38, 29, .35)),
    radial-gradient(circle at 78% 16%, rgba(255, 195, 107, .35), transparent 20rem),
    rgba(68, 104, 104, .24);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  padding: clamp(34px, 7vw, 78px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: .88;
  letter-spacing: -.06em;
}

h2 {
  margin-bottom: 14px;
  color: var(--green-950);
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: .96;
  letter-spacing: -.048em;
}

h3 {
  margin-bottom: 10px;
  color: var(--green-950);
  font-size: 1.3rem;
  line-height: 1.08;
}

.lede,
.hero__content p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, .86);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
button {
  min-height: 52px;
  padding: 14px 22px;
}

.button--primary,
button {
  color: var(--green-950);
  background: var(--gold);
}

.button--secondary {
  border: 1px solid rgba(8, 38, 29, .28);
  color: var(--green-950);
  background: rgba(255, 250, 240, .94);
}

.button--on-dark {
  border-color: rgba(255, 255, 255, .46);
  color: white;
  background: rgba(255, 255, 255, .08);
}

.quick-contact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.quick-contact a,
.quick-contact div {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  background: rgba(255, 250, 240, .88);
  box-shadow: 0 16px 42px rgba(8, 38, 29, .08);
  text-decoration: none;
}

.quick-contact span,
.quick-contact strong {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.quick-contact span {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.quick-contact strong {
  color: var(--green-950);
  font-size: 1rem;
  line-height: 1.28;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 22px;
  margin-top: 22px;
}

.contact-layout--form-only {
  grid-template-columns: minmax(0, 1fr);
}

.contact-layout--form-only .form-card {
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

.form-card,
.side-panel,
.service-area,
.process-section,
.final-cta {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.form-card,
.process-section {
  padding: clamp(26px, 5vw, 46px);
  background: rgba(255, 250, 240, .88);
}

.form-note,
.service-area p,
.step-grid p,
.side-panel p,
.side-panel li,
label,
legend,
.map-card p {
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.62;
}

form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label,
legend {
  display: grid;
  gap: 8px;
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .02em;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, .72);
  font: inherit;
  font-weight: 700;
}

input {
  min-height: 52px;
  padding: 0 15px;
}

textarea {
  padding: 14px 15px;
  resize: vertical;
}

fieldset {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
}

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

.choice-grid label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(219, 232, 223, .44);
  font-weight: 800;
  letter-spacing: 0;
}

.choice-grid input {
  width: auto;
  min-height: auto;
  margin-top: 4px;
}

button {
  justify-self: start;
  cursor: pointer;
}

.side-panel {
  align-self: start;
  position: sticky;
  top: 104px;
  padding: clamp(26px, 5vw, 40px);
  color: white;
  background:
    radial-gradient(circle at 80% 8%, rgba(255, 195, 107, .24), transparent 16rem),
    linear-gradient(145deg, var(--green-950), var(--green-800));
}

.side-panel h2 {
  color: white;
}

.side-panel p,
.side-panel li {
  color: rgba(255, 255, 255, .82);
}

.mini-cta {
  margin: 26px 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
}

.mini-cta span,
.mini-cta a {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 900;
}

.mini-cta span {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mini-cta a {
  color: white;
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-decoration: none;
}

.side-panel ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding-left: 18px;
}

.service-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.service-shortcuts span {
  flex: 1 0 100%;
  color: var(--gold);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-shortcuts span:not(:first-child) {
  margin-top: 6px;
}

.service-shortcuts a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: white;
  font-weight: 900;
  text-decoration: none;
}

.service-shortcuts a:hover {
  border-color: rgba(255, 195, 107, .72);
  color: var(--gold);
}

.service-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 22px;
  padding: clamp(26px, 5vw, 46px);
  background: rgba(255, 250, 240, .88);
}

.map-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 28px;
  border-radius: 28px;
  color: white;
  background:
    linear-gradient(135deg, rgba(8, 38, 29, .92), rgba(68, 104, 104, .78)),
    radial-gradient(circle at 74% 20%, rgba(255, 195, 107, .25), transparent 13rem);
}

.map-card span,
.map-card strong {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.map-card span {
  margin-bottom: 26px;
  color: var(--gold);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.map-card strong {
  margin-bottom: 18px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.12;
}

.map-card p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.process-section {
  margin-top: 22px;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 24px;
}

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

.step-grid article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .88), rgba(246, 242, 232, .72)),
    radial-gradient(circle at 88% 0%, rgba(255, 195, 107, .17), transparent 13rem);
}

.step-grid span {
  display: inline-flex;
  margin-bottom: 46px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--green-950);
  background: var(--green-100);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .7rem;
  font-weight: 900;
}

.final-cta {
  margin-top: 22px;
  padding: clamp(34px, 6vw, 64px);
  color: white;
  background:
    linear-gradient(90deg, rgba(8, 38, 29, .96), rgba(68, 104, 104, .86)),
    url("../../web_ready_by_original_folder/Photos/Shingle%20Work/Large%20Hero%20Gallery%202200px/16_shingle_finished_home_wide__2200px.jpg") center / cover;
  overflow: hidden;
}

.final-cta h2 {
  max-width: 760px;
  color: white;
}

@media (max-width: 1020px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 28px;
  }

  .nav {
    justify-content: flex-start;
  }

  .quick-contact,
  .contact-layout,
  .service-area,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }
}

/* Shared public-page header, matched to the homepage preview. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr auto;
  gap: clamp(16px, 2.4vw, 30px);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 106px;
  margin: 0;
  padding: 10px clamp(18px, 4vw, 52px);
  background:
    linear-gradient(90deg, rgba(27, 31, 30, 0.96), rgba(68, 104, 104, 0.96)),
    #446868;
  border: 0;
  border-bottom: 1px solid rgba(255, 195, 107, 0.34);
  border-radius: 0;
  box-shadow: 0 18px 42px rgba(27, 31, 30, 0.18);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: clamp(220px, 25vw, 350px);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow", "Trebuchet MS", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.main-nav a {
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.main-nav a:hover {
  color: #ffc36b;
  background: transparent;
}

.header-call {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 62px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 38, 29, 0.34);
  color: #ffffff;
  font-family: "Barlow", "Trebuchet MS", sans-serif;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 40px rgba(27, 31, 30, 0.11);
}

.header-call-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.header-call-number {
  color: #ffc36b;
  font-size: 1.02rem;
  line-height: 1.1;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(190px, 1fr) auto;
    min-height: 92px;
  }

  .main-nav {
    display: none;
  }

  .header-call {
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: minmax(150px, 1fr) auto;
    gap: 10px;
    min-height: 82px;
    padding: 10px 14px;
  }

  .brand img {
    width: clamp(160px, 48vw, 230px);
    max-height: 68px;
  }

  .header-call {
    min-width: 0;
    min-height: 50px;
    padding: 9px 12px;
  }

  .header-call-label {
    font-size: 0.58rem;
  }

  .header-call-number {
    font-size: 0.86rem;
  }
}

@media (max-width: 700px) {
  main {
    width: min(100% - 20px, 1180px);
  }

  .hero,
  .form-card,
  .side-panel,
  .service-area,
  .process-section,
  .final-cta {
    border-radius: 24px;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    padding: 34px 22px;
  }

  .hero__actions,
  .field-row,
  .choice-grid,
  .step-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button,
  .call-button,
  button {
    width: 100%;
  }

  .brand {
    min-width: 0;
  }

}

@media (max-width: 520px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 8px;
    min-height: 76px;
    padding: 9px 10px;
    overflow: hidden;
  }

  .brand img {
    width: min(46vw, 180px);
    max-height: 60px;
  }

  .header-call {
    justify-self: end;
    min-height: 46px;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .header-call-label {
    font-size: 0.52rem;
  }

  .header-call-number {
    font-size: 0.76rem;
  }
}

/* Brand typography refresh: bolder and closer to the LRC logo. */
body {
  font-family: "Barlow", "Trebuchet MS", sans-serif;
}

h1,
h2,
h3,
.eyebrow,
.section-kicker,
.main-nav,
.nav,
.button,
button,
.header-call,
.call-button,
.hero-card span,
.trust-strip span,
.site-footer {
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
}

h1,
h2 {
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.035em;
}

h1 {
  line-height: 0.84;
}

h2 {
  line-height: 0.92;
}

h3 {
  font-weight: 800;
  letter-spacing: -0.012em;
}

.eyebrow,
.section-kicker,
.main-nav,
.nav,
.button,
button,
.header-call,
.call-button,
.hero-card span,
.trust-strip span {
  letter-spacing: 0.08em;
}

/* Keep page links visible in the preview pane instead of hiding them on tablet widths. */
@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(170px, 1fr) auto;
    grid-template-areas:
      "brand call"
      "nav nav";
    gap: 8px 14px;
    min-height: auto;
    overflow: visible;
  }

  .brand {
    grid-area: brand;
  }

  .header-call {
    grid-area: call;
    justify-self: end;
  }

  .main-nav {
    grid-area: nav;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.78rem;
  }

  .main-nav a {
    padding: 3px 0;
  }
}

@media (max-width: 520px) {
  .site-header {
    grid-template-columns: minmax(140px, 1fr) auto;
    grid-template-areas:
      "brand call"
      "nav nav";
  }

  .main-nav {
    gap: 6px 10px;
    font-size: 0.7rem;
  }
}

/* Header trust line with slogan and license numbers. */
.site-header {
  grid-template-columns: minmax(410px, 1.05fr) minmax(320px, auto) auto;
}

.brand {
  gap: clamp(12px, 1.8vw, 22px);
}

.brand img {
  flex: 0 0 auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 160px;
  padding-left: clamp(10px, 1.4vw, 18px);
  border-left: 1px solid rgba(255, 195, 107, 0.32);
  line-height: 1.05;
}

.brand-licenses {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Barlow", "Trebuchet MS", sans-serif;
  font-size: clamp(0.62rem, 0.82vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(360px, 1fr) auto;
  }
}

@media (max-width: 760px) {
  .brand img {
    width: clamp(150px, 35vw, 220px);
  }

  .brand-text {
    min-width: 0;
    padding-left: 10px;
  }

  .brand-licenses {
    display: none;
  }
}

@media (max-width: 520px) {
  .brand {
    gap: 8px;
  }

  .brand-text {
    display: none;
  }
}

/* Operation Clean Ridge: contact page clarity and form polish. */
h1,
h2,
h3 {
  letter-spacing: 0;
}

.hero {
  border-radius: 12px;
}

.quick-contact a,
.quick-contact div,
.form-card,
.side-panel,
.service-area,
.process-section,
.final-cta,
.map-card,
.step-grid article {
  border-radius: 8px;
}

.quick-contact a,
.quick-contact div,
.form-card,
.service-area,
.process-section {
  background: rgba(255, 250, 240, 0.92);
  box-shadow: 0 14px 36px rgba(8, 38, 29, 0.1);
}

.quick-contact a,
.quick-contact div {
  min-height: 124px;
  padding: 18px;
}

.quick-contact span {
  margin-bottom: 22px;
}

.contact-layout--form-only .form-card {
  max-width: 980px;
  margin-inline: auto;
}

.form-card {
  padding: clamp(24px, 4vw, 38px);
}

.form-note {
  max-width: 760px;
}

form {
  gap: 14px;
  margin-top: 22px;
}

label,
legend {
  gap: 7px;
}

input,
textarea {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

input:focus,
textarea:focus,
.choice-grid input:focus-visible {
  border-color: rgba(68, 104, 104, 0.68);
  outline: 3px solid rgba(255, 195, 107, 0.34);
  outline-offset: 1px;
}

fieldset {
  padding: 16px;
  border-radius: 8px;
}

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

.choice-grid label {
  align-items: center;
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid rgba(27, 31, 30, 0.08);
  border-radius: 8px;
  background: rgba(219, 232, 223, 0.5);
  line-height: 1.25;
}

.choice-grid input {
  accent-color: var(--green-700);
  margin-top: 0;
}

button {
  min-width: 190px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(255, 195, 107, 0.22);
}

button:hover,
button:focus-visible {
  background: #ffd28d;
}

.step-grid span {
  margin-bottom: 28px;
}

@media (max-width: 920px) {
  .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .quick-contact a,
  .quick-contact div {
    min-height: 104px;
  }

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

  button {
    width: 100%;
  }
}

/* Liquid Glass sitewide touches: visual polish only, no layout or copy changes. */
:root {
  --glass-surface: rgba(18, 46, 42, 0.62);
  --glass-surface-light: rgba(255, 255, 255, 0.13);
  --glass-surface-cream: rgba(255, 250, 240, 0.76);
  --glass-surface-gold: rgba(255, 195, 107, 0.86);
  --glass-border: rgba(255, 255, 255, 0.3);
  --glass-highlight: rgba(255, 255, 255, 0.45);
  --glass-shadow: 0 22px 68px rgba(0, 0, 0, 0.22);
}

.quick-contact a,
.quick-contact div,
.form-card,
.side-panel,
.service-area,
.process-section,
.final-cta,
.map-card,
.step-grid article {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(135deg, var(--glass-surface-light), rgba(255, 255, 255, 0.05) 38%, rgba(255, 195, 107, 0.08)),
    var(--glass-surface-cream);
  box-shadow:
    var(--glass-shadow),
    inset 0 1px 0 var(--glass-highlight);
  backdrop-filter: blur(20px) saturate(1.22);
  -webkit-backdrop-filter: blur(20px) saturate(1.22);
}

.final-cta,
.map-card {
  background:
    linear-gradient(135deg, var(--glass-surface-light), rgba(255, 255, 255, 0.04) 38%, rgba(255, 195, 107, 0.08)),
    var(--glass-surface);
}

.button,
button {
  position: relative;
  overflow: hidden;
  outline: 1px solid var(--glass-border);
  outline-offset: -1px;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 var(--glass-highlight);
  backdrop-filter: blur(20px) saturate(1.22);
  -webkit-backdrop-filter: blur(20px) saturate(1.22);
}

.button--primary,
button {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.04) 48%),
    var(--glass-surface-gold);
  outline-color: rgba(255, 233, 188, 0.82);
}

.button--secondary,
.button--on-dark {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05)),
    rgba(18, 46, 42, 0.5);
}

input,
textarea,
.choice-grid label {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(12px) saturate(1.12);
  -webkit-backdrop-filter: blur(12px) saturate(1.12);
}
