:root {
  --brown: #211714;
  --brown-soft: #32231f;
  --cream: #f4f0e4;
  --paper: #fffdf8;
  --ink: #242d2b;
  --muted: #66716d;
  --teal: #73c4cb;
  --teal-dark: #1f6d73;
  --clay: #a76348;
  --line: #ddd4c3;
  --shadow: 0 18px 42px rgba(33, 23, 20, .14);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a { color: inherit; }

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.brown-header {
  background:
    linear-gradient(90deg, rgba(33,23,20,.98), rgba(33,23,20,.86)),
    url("https://touchofkindnessmobile.massagetherapy.com/36/img/background-top-tan.jpg") center top / cover no-repeat;
  color: #fff;
  border-bottom: 12px solid var(--teal);
}

.brand-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 0 30px;
}

.brand-name {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-line {
  display: inline;
}

.tagline {
  margin: 10px 0 0;
  color: rgba(255,255,255,.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.15;
}

.header-contact {
  text-align: right;
  font-size: 14px;
  color: rgba(255,255,255,.76);
}

.header-contact a {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.nav-bar {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  max-width: 960px;
  color: #56645f;
  font-size: 17px;
  font-weight: 800;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a.active {
  color: var(--teal-dark);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: #394844;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.menu-toggle-icon {
  display: grid;
  gap: 5px;
  width: 22px;
}

.menu-toggle-icon span {
  display: block;
  height: 2px;
  background: var(--teal-dark);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--teal-dark);
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.button.light {
  background: #fff;
  color: var(--teal-dark);
  border-color: var(--teal);
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(255,253,248,.98) 0%, rgba(255,253,248,.92) 54%, rgba(255,253,248,.35) 100%),
    url("https://touchofkindnessmobile.massagetherapy.com/36/img/background-top-tan.jpg") right top / auto 100% no-repeat;
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: center;
  padding: 56px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e5f2ef;
  color: #164d52;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.04;
  font-weight: 700;
}

.lede {
  max-width: 710px;
  color: #394844;
  font-size: 20px;
  line-height: 1.62;
  margin-bottom: 28px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 900px;
}

.proof {
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
}

.proof strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.proof span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

main {
  padding: 72px 0;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 42px;
  align-items: start;
}

.article {
  max-width: 780px;
}

.article h2 {
  margin: 42px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 400;
}

.article h2:first-child { margin-top: 0; }

.article h3 {
  margin: 30px 0 10px;
  font-size: 22px;
}

.article p,
.article li {
  color: #394844;
  font-size: 18px;
}

.article ul {
  margin: 0 0 24px;
  padding-left: 20px;
}

.article li {
  margin-bottom: 8px;
}

.question-list {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.question-list a,
.back-to-questions {
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.back-to-questions {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 15px;
}

.callout,
.side-panel {
  padding: 24px;
  border-radius: 8px;
  background: var(--brown);
  color: #fff;
  box-shadow: var(--shadow);
}

.side-panel {
  position: sticky;
  top: 22px;
}

.callout h2,
.side-panel h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 400;
}

.callout p,
.side-panel p {
  color: rgba(255,255,255,.76);
}

.hero-callout {
  margin-bottom: 28px;
}

.hero-callout p {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.22;
}

.side-panel a {
  width: 100%;
  margin-top: 8px;
}

.detail-list {
  display: grid;
  gap: 1px;
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.14);
}

.detail-list div {
  padding: 14px;
  background: rgba(255,255,255,.08);
}

.detail-list strong {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,.62);
  text-transform: uppercase;
}

.detail-list span {
  display: block;
  margin-top: 4px;
  font-weight: 800;
}

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

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 34px;
}

.gallery-grid img {
  width: 100%;
  min-height: 110px;
  max-height: 150px;
  object-fit: contain;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.award-image {
  max-width: 420px;
  margin: 20px 0 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.award-image img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.card,
.quote-card,
.faq-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(33,23,20,.07);
}

.card h2,
.faq-card h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 400;
}

.quote-card {
  margin-bottom: 18px;
}

.video-grid {
  display: grid;
  gap: 24px;
}

.video-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(33,23,20,.07);
}

.video-card h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 400;
}

.video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  background: #000;
}

.quote-card p {
  margin-bottom: 12px;
  color: #394844;
  font-size: 18px;
}

.quote-card cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.next-band {
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 56px 0;
}

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

.next-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.next-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.next-card p {
  color: var(--muted);
}

.next-card a {
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.contact {
  background: var(--brown);
  color: #fff;
  padding: 56px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 36px;
  align-items: center;
}

.contact h2 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}

.contact p {
  max-width: 680px;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  margin-bottom: 0;
}

.contact-box {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.contact-box a {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-box strong,
.contact-box a {
  white-space: nowrap;
}

footer {
  padding: 22px 0;
  background: #17100e;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.footer-subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 16px;
}

.footer-subnav a {
  color: rgba(255,255,255,.82);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 940px) {
  .brand-row,
  .content-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .brand-name { white-space: normal; }
  .header-contact { text-align: left; }
  .nav-inner { padding: 16px 0; }
  .proof-grid,
  .cards,
  .gallery-grid,
  .next-grid { grid-template-columns: 1fr; }
  .side-panel { position: static; }
  .contact-box strong,
  .contact-box a { white-space: normal; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-subnav { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .brown-header {
    position: relative;
    overflow: hidden;
    background: var(--cream) url("https://touchofkindnessmobile.massagetherapy.com/36/img/background-top-tan.jpg") right top / 100% auto no-repeat;
    border-bottom: 6px solid var(--teal);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .brown-header::before {
    content: none;
  }

  .brand-row {
    position: relative;
    z-index: 1;
    padding-top: 114px;
    padding-right: 0;
    padding-bottom: 22px;
  }

  .brand-name,
  .tagline {
    max-width: 100%;
    white-space: normal;
  }

  .brand-name {
    color: var(--brown);
    text-shadow: none;
  }

  .brand-line {
    display: block;
  }

  .brand-line:first-child {
    max-width: calc(100% - 112px);
  }

  .brand-line:last-child,
  .tagline {
    max-width: 100%;
  }

  .tagline {
    color: var(--brown);
    text-shadow: none;
  }

  .nav-inner {
    min-height: 0;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    display: none;
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 8px;
  }

  .nav-bar.is-open .main-nav {
    display: flex;
  }

  .main-nav a {
    padding: 12px 4px;
    border-top: 1px solid var(--line);
  }

  .header-contact {
    display: none;
  }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .brand-row {
    gap: 14px;
    padding: 94px 0 18px;
  }
  .brand-name {
    font-size: clamp(22px, 6.4vw, 25px);
    color: var(--brown);
    max-width: 100%;
    text-shadow: none;
  }
  .brand-line:first-child {
    max-width: calc(100% - 104px);
  }
  .tagline {
    font-size: clamp(18px, 5vw, 20px);
    color: var(--brown);
    max-width: 100%;
    text-shadow: none;
  }
  .brand-text,
  .tagline-text {
    background: transparent;
    padding: 0;
  }
  .brown-header {
    background-position: right top;
    background-size: 100% auto;
  }
  .brown-header::before {
    content: none;
  }
  .brown-header,
  .nav-bar,
  main,
  footer {
    position: relative;
    z-index: 1;
  }
  .brand-row,
  .nav-inner {
    position: relative;
    z-index: 1;
  }
  .nav-bar {
    background: linear-gradient(90deg, rgba(33,23,20,.98), rgba(33,23,20,.9));
    border-bottom-color: var(--teal);
  }
  .nav-inner {
    align-items: stretch;
  }
  .menu-toggle {
    width: 100%;
    background: rgba(33,23,20,.96);
    border-color: rgba(244,240,228,.38);
    color: var(--cream);
    box-shadow: 0 8px 20px rgba(33,23,20,.06);
  }
  .menu-toggle-icon span {
    background: var(--cream);
  }
  .header-contact {
    display: none;
    font-size: 13px;
  }
  .header-contact a {
    font-size: 17px;
  }
  .main-nav {
    gap: 12px 16px;
    max-width: 100%;
  }
  .page-hero-inner {
    min-height: 0;
    padding: 48px 0;
  }
  .eyebrow {
    min-height: 0;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.25;
  }
  main { padding: 52px 0; }
}
