/*
Theme Name: American Health Census Modern
Theme URI: https://americanhealthcensus.com/
Author: American Health Census
Description: A modern, independent theme for American Health Census with native support for the site's existing Formsite surveys.
Version: 1.1.0
Requires at least: 6.2
Requires PHP: 7.0
Text Domain: ahc-modern
*/

:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --ink: #112923;
  --muted: #61706b;
  --accent: #177760;
  --accent-dark: #0f5f4c;
  --paper: #f5f7f3;
  --white: #ffffff;
  --line: #d8dfda;
  --soft: #e8f0eb;
  --warm: #ece7dc;
  --shadow: 0 24px 60px rgba(17, 41, 35, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

[hidden] {
  display: none !important;
}

button,
input {
  font: inherit;
}

img {
  display: block;
}

.page-shell {
  width: min(1380px, calc(100% - 64px));
  margin-inline: auto;
}

.utility-bar {
  background: var(--ink);
  color: #dce9e4;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}

.utility-inner {
  display: flex;
  justify-content: space-between;
  padding-block: 9px;
}

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(245, 247, 243, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav-shell {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 44px;
}

.brand img {
  width: 193px;
  height: auto;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 42px);
  color: #304b43;
  font-size: 0.92rem;
  font-weight: 630;
}

.primary-nav a {
  padding-block: 30px;
  border-bottom: 2px solid transparent;
  transition: border-color 240ms ease, color 240ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--accent);
  border-color: var(--accent);
}

.mobile-nav {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  background: var(--accent);
  color: var(--white);
  font-size: 0.91rem;
  font-weight: 720;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms ease;
}

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

.button:hover,
.button:focus-visible {
  background: var(--accent-dark);
}

.button:active {
  transform: translateY(1px) scale(0.985);
}

.button-small {
  min-height: 42px;
  padding-inline: 19px;
}

.button-quiet {
  background: transparent;
  color: var(--ink);
  border-color: #96a59f;
}

.button-quiet:hover,
.button-quiet:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.button-light {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--soft);
}

.hero {
  overflow: hidden;
  padding: clamp(60px, 7.5vw, 112px) 0 82px;
  background:
    radial-gradient(circle at 5% 10%, rgba(23, 119, 96, 0.08), transparent 31%),
    var(--paper);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  align-items: center;
  gap: clamp(54px, 8vw, 124px);
}

.hero-copy {
  padding-left: clamp(0px, 4vw, 66px);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.page-intro h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6.9rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.4rem, 5.6vw, 6.5rem);
}

.hero-lede,
.page-intro-copy {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 44px;
  color: #496159;
  font-size: 0.78rem;
  font-weight: 650;
}

.trust-line span {
  position: relative;
}

.trust-line span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--accent);
}

.hero-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 140px 4px 4px 4px;
  box-shadow: var(--shadow);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(17, 41, 35, 0.45));
  pointer-events: none;
}

.hero-visual img,
.resource-image img,
.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-note {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  width: min(300px, calc(100% - 40px));
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  background: rgba(17, 41, 35, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.hero-note span {
  display: block;
  margin-bottom: 7px;
  color: #bcd8cf;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-note strong {
  font-size: 1rem;
}

.principles {
  padding: 116px 0;
  background: var(--white);
}

.principles-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(480px, 1.22fr);
  gap: clamp(70px, 11vw, 180px);
}

.principles h2,
.survey-heading h2,
.resource-copy h2,
.closing-cta h2,
.directory-note h2,
.editorial-grid h2,
.calculator-grid h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.052em;
}

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

.principle-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.principle-list article > span {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 760;
}

.principle-list h3 {
  margin: -4px 0 8px;
  font-size: 1.28rem;
  letter-spacing: -0.025em;
}

.principle-list p,
.survey-heading > p,
.resource-copy > p,
.directory-note p,
.editorial-grid article > p,
.calculator-grid > div > p,
.form-aside p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.survey-section,
.directory-page {
  padding: 120px 0;
  background: var(--paper);
}

.survey-grid,
.directory-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(560px, 1.3fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: start;
}

.survey-heading {
  position: sticky;
  top: 34px;
}

.survey-heading > p {
  margin-top: 24px;
}

.survey-finder > label {
  display: block;
  margin-bottom: 10px;
  color: #3e554e;
  font-size: 0.82rem;
  font-weight: 700;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.search-row input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid #aebbb6;
  border-radius: 3px;
  outline: none;
  background: var(--white);
  color: var(--ink);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.search-row input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(23, 119, 96, 0.12);
}

.search-row span {
  min-width: 74px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-align: right;
}

.survey-list {
  border-top: 1px solid #b9c5c0;
}

.survey-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 25px 4px 25px 0;
  border-bottom: 1px solid #b9c5c0;
  opacity: 0;
  animation: row-reveal 560ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--row-index) * 55ms);
  transition: padding 250ms cubic-bezier(0.16, 1, 0.3, 1), background 250ms ease;
}

.survey-row:hover,
.survey-row:focus-visible {
  padding-left: 15px;
  background: var(--soft);
}

.survey-row span {
  color: var(--accent);
  font-size: 0.69rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.survey-row h3 {
  margin: 5px 0 7px;
  font-size: 1.38rem;
  letter-spacing: -0.035em;
}

.survey-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.survey-row strong,
.text-link {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 760;
}

.text-link {
  display: inline-block;
  margin-top: 27px;
  border-bottom: 1px solid currentColor;
}

.empty-state {
  padding: 38px;
  border: 1px solid var(--line);
  background: var(--white);
}

.empty-state h3 {
  margin: 0 0 10px;
}

.empty-state p {
  color: var(--muted);
  line-height: 1.65;
}

.empty-state a {
  color: var(--accent);
  font-weight: 720;
}

.resource-feature {
  padding: 40px 0 130px;
  background: var(--white);
}

.resource-grid {
  display: grid;
  grid-template-columns: minmax(480px, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: center;
}

.resource-image,
.editorial-image {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 4px 120px 4px 4px;
}

.resource-copy > p {
  margin: 25px 0 36px;
}

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

.resource-links a {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.resource-links span {
  display: block;
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 760;
  text-transform: uppercase;
}

.resource-links strong {
  font-size: 1.04rem;
}

.closing-cta {
  padding: 86px 0;
  background: var(--accent-dark);
  color: var(--white);
}

.closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.closing-cta .eyebrow {
  color: #b7d9ce;
}

.page-intro {
  padding: 96px 0 104px;
  background:
    linear-gradient(90deg, rgba(23, 119, 96, 0.08), transparent 42%),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.page-intro .page-shell {
  padding-left: clamp(0px, 9vw, 140px);
}

.page-intro h1 {
  max-width: 960px;
  font-size: clamp(3rem, 6vw, 6.7rem);
}

.form-section,
.calculator-section,
.tips-section,
.editorial-feature {
  padding: 100px 0 130px;
  background: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(580px, 1.35fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
}

.form-aside {
  position: sticky;
  top: 28px;
}

.form-aside h2 {
  margin: 0 0 17px;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.form-aside ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.form-aside li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #41564f;
  font-size: 0.9rem;
}

.form-aside > a:not(.text-link) {
  display: block;
  margin-top: 11px;
  color: var(--accent);
  font-weight: 700;
}

.formsite-wrap {
  position: relative;
  min-height: 780px;
  border: 1px solid var(--line);
  background: #fbfcfa;
  box-shadow: 0 20px 54px rgba(17, 41, 35, 0.08);
}

.formsite-frame {
  width: 100%;
  min-height: 900px;
  border: 0;
  opacity: 0;
  transition: opacity 280ms ease;
}

.formsite-frame.is-ready {
  opacity: 1;
}

.form-skeleton {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 38px;
  background: #fbfcfa;
}

.form-skeleton span {
  display: block;
  margin-bottom: 35px;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 700;
}

.form-skeleton i {
  display: block;
  width: 100%;
  height: 54px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #e6ebe8 20%, #f4f6f4 50%, #e6ebe8 80%);
  background-size: 220% 100%;
  animation: shimmer 1.5s ease infinite;
}

.form-error {
  padding: 48px;
}

.form-help,
.field-error {
  max-width: 62ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.field-error {
  color: #a33f35;
  font-weight: 650;
}

.directory-note {
  position: sticky;
  top: 34px;
}

.directory-note p {
  margin-top: 24px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(480px, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
}

.editorial-grid article > p {
  margin: 24px 0 32px;
}

.tips-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 0 80px;
}

.tips-grid article {
  padding: 42px 0;
  border-top: 1px solid var(--line);
}

.tips-grid article:nth-child(2),
.tips-grid article:nth-child(4) {
  transform: translateY(74px);
}

.tips-grid span {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 760;
}

.tips-grid h2 {
  margin: 14px 0 12px;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.tips-grid p {
  max-width: 54ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.calculator-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(560px, 1.3fr);
  gap: clamp(60px, 9vw, 150px);
}

.calculator-grid > div > p {
  margin-top: 20px;
}

.bmi-calculator {
  padding: 42px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.bmi-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 28px;
}

.bmi-fields label:last-child {
  grid-column: 1 / -1;
}

.bmi-fields label {
  display: grid;
  gap: 9px;
  color: #3d534c;
  font-size: 0.82rem;
  font-weight: 700;
}

.bmi-fields input {
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid #aebbb6;
  border-radius: 3px;
  background: var(--white);
  outline: none;
}

.bmi-fields input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(23, 119, 96, 0.12);
}

.bmi-result {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px 24px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.bmi-result span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.bmi-result strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--accent);
  font-size: 3.5rem;
  letter-spacing: -0.06em;
}

.bmi-result p {
  margin: 0;
  font-weight: 700;
}

.site-footer {
  padding: 82px 0 28px;
  background: #10231f;
  color: #dce8e4;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1fr 0.7fr;
  gap: 70px;
  padding-bottom: 68px;
}

.footer-brand img {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.footer-brand p {
  max-width: 38ch;
  margin: 24px 0 0;
  color: #9fb5ae;
  line-height: 1.65;
}

.footer-grid h2 {
  margin: 0 0 20px;
  color: #8eb7ab;
  font-size: 0.73rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-grid a,
.footer-grid p {
  margin: 0;
  color: #dce8e4;
  font-size: 0.87rem;
  line-height: 1.5;
}

.footer-grid a:hover {
  color: #a7d7c9;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
  border-top: 1px solid #315047;
  color: #8fa79f;
  font-size: 0.75rem;
}

@keyframes row-reveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shimmer {
  to {
    background-position: -220% 0;
  }
}

@media (max-width: 1050px) {
  .page-shell {
    width: min(100% - 40px, 1000px);
  }

  .primary-nav {
    gap: 18px;
  }

  .hero-grid,
  .principles-grid,
  .survey-grid,
  .directory-grid,
  .resource-grid,
  .form-grid,
  .editorial-grid,
  .calculator-grid {
    gap: 58px;
  }

  .hero-grid {
    grid-template-columns: 1.02fr 0.98fr;
  }

  .hero-copy {
    padding-left: 0;
  }

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

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

  .footer-grid > div:last-child {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .page-shell {
    width: min(100% - 32px, 720px);
  }

  .utility-inner span:last-child,
  .primary-nav {
    display: none;
  }

  .nav-shell {
    min-height: 78px;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
  }

  .mobile-nav {
    display: block;
    position: relative;
  }

  .mobile-nav summary {
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 740;
    list-style: none;
  }

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

  .mobile-nav nav {
    position: absolute;
    z-index: 30;
    top: 38px;
    right: 0;
    display: grid;
    min-width: 190px;
    padding: 10px;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .mobile-nav nav a {
    padding: 11px 12px;
    color: var(--ink);
  }

  .brand img {
    width: 160px;
  }

  .hero {
    padding: 54px 0 70px;
  }

  .hero-grid,
  .principles-grid,
  .survey-grid,
  .directory-grid,
  .resource-grid,
  .form-grid,
  .editorial-grid,
  .calculator-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero h1,
  .page-intro h1 {
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .hero-visual {
    min-height: 470px;
    border-radius: 76px 3px 3px 3px;
  }

  .principles,
  .survey-section,
  .directory-page,
  .form-section,
  .calculator-section,
  .tips-section,
  .editorial-feature {
    padding: 76px 0;
  }

  .principles-grid,
  .survey-grid,
  .directory-grid {
    gap: 42px;
  }

  .survey-heading,
  .directory-note,
  .form-aside {
    position: static;
  }

  .resource-feature {
    padding: 30px 0 86px;
  }

  .resource-image,
  .editorial-image {
    min-height: 430px;
    border-radius: 3px 70px 3px 3px;
  }

  .closing-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-intro {
    padding: 70px 0 78px;
  }

  .page-intro .page-shell {
    padding-left: 0;
  }

  .tips-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tips-grid article:nth-child(2),
  .tips-grid article:nth-child(4) {
    transform: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 46px 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

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

@media (max-width: 520px) {
  .nav-shell {
    gap: 12px;
  }

  .button-small {
    min-height: 38px;
    padding-inline: 14px;
  }

  .hero h1,
  .page-intro h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.25rem);
  }

  .hero-lede,
  .page-intro-copy {
    font-size: 1rem;
  }

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

  .trust-line span:not(:last-child)::after {
    display: none;
  }

  .principles h2,
  .survey-heading h2,
  .resource-copy h2,
  .closing-cta h2,
  .directory-note h2,
  .editorial-grid h2,
  .calculator-grid h2 {
    font-size: 2.5rem;
  }

  .search-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .search-row span {
    text-align: left;
  }

  .survey-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .formsite-wrap {
    min-height: 700px;
    margin-inline: -16px;
  }

  .formsite-frame {
    min-height: 840px;
  }

  .bmi-calculator {
    padding: 24px;
  }

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

  .bmi-fields label:last-child {
    grid-column: auto;
  }

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

  .footer-brand,
  .footer-grid > div:last-child {
    grid-column: auto;
  }

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

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

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

/* WordPress compatibility */
.admin-bar .site-header {
  top: 32px;
}

.wp-site-blocks,
.wp-block-group,
.entry-content {
  max-width: 100%;
}

.entry-content > * {
  max-width: 760px;
}

.entry-content > iframe,
.entry-content > p:has(iframe),
.entry-content > div:has(iframe) {
  max-width: 100%;
}

.entry-content img {
  height: auto;
  max-width: 100%;
}

.entry-content a {
  color: var(--accent-dark);
}

.entry-content table {
  border-collapse: collapse;
  width: 100%;
}

.entry-content td,
.entry-content th {
  border: 1px solid var(--line);
  padding: 12px;
  text-align: left;
}

.formsite-container iframe {
  border: 0;
  min-height: 900px;
  width: 100% !important;
}

.ahc-page-content {
  padding: 64px 0 96px;
}

.ahc-page-content .entry-content {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(24px, 4vw, 56px);
}

.survey-card-list {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--line);
  border: 1px solid var(--line);
}

.survey-card-list a {
  background: var(--white);
  color: var(--ink);
  padding: 26px;
  text-decoration: none;
}

.survey-card-list a:hover {
  background: var(--soft);
}

.survey-card-list span {
  color: var(--accent);
  display: block;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.survey-card-list strong {
  display: block;
  font-size: 1.2rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 700px) {
  .survey-card-list {
    grid-template-columns: 1fr;
  }
}
