:root {
  --green: #0b2d1d;
  --green-2: #143d29;
  --gold: #d6ad4b;
  --cream: #fff6df;
  --paper: #f7edd5;
  --ink: #102019;
  --muted: #6b604f;
  --white: #fffaf0;
  --shadow: 0 24px 70px rgba(6, 20, 13, .24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 52px);
  background: rgba(11, 45, 29, .94);
  color: var(--cream);
  border-bottom: 1px solid rgba(214, 173, 75, .35);
  backdrop-filter: blur(16px);
}

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

nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: .94rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

nav a,
.call-button {
  text-decoration: none;
}

.call-button,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

.call-button,
.primary-action {
  border: 2px solid var(--gold);
  background: var(--gold);
  color: #132116;
}

.secondary-action {
  border: 2px solid rgba(255, 246, 223, .65);
  color: var(--cream);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 72px) 34px;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(11, 45, 29, .98), rgba(11, 45, 29, .86) 55%, rgba(11, 45, 29, .72)),
    url("assets/treatment-room.jpeg") center / cover;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 880px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 7.7rem);
  line-height: .91;
  letter-spacing: 0;
}

.hero-text {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.poster-frame {
  position: relative;
  align-self: end;
}

.poster-frame img {
  width: 100%;
  border: 3px solid var(--gold);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.bubble {
  position: absolute;
  right: -12px;
  top: 22px;
  max-width: 190px;
  margin: 0;
  padding: 18px 20px;
  color: var(--ink);
  background: var(--white);
  border: 3px solid var(--green);
  border-radius: 999px;
  font-weight: 950;
  line-height: 1.18;
  text-align: center;
  transform: rotate(4deg);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gold);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.quick-strip div {
  min-height: 92px;
  padding: 20px clamp(18px, 3vw, 40px);
  background: var(--green);
  color: var(--cream);
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.quick-strip span {
  margin-top: 6px;
  font-weight: 750;
}

.section {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.split,
.booking-section,
.menu-photo {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.booking-copy h2,
.coupon-band h2 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: 0;
}

.section-copy p:not(.eyebrow),
.booking-copy p:not(.eyebrow),
.coupon-band p:not(.eyebrow) {
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.65;
}

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

.photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.services {
  color: var(--cream);
  background: var(--green);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 34px;
}

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

.service-card {
  overflow: hidden;
  background: #fff9e8;
  color: var(--ink);
  border: 1px solid rgba(214, 173, 75, .5);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.service-body {
  padding: 22px;
}

.service-body h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1;
}

.service-body p {
  margin: 10px 0 18px;
  color: var(--muted);
  line-height: 1.55;
}

dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(11, 45, 29, .14);
}

dt {
  font-weight: 900;
}

dd {
  margin: 0;
  text-align: right;
  font-weight: 750;
}

.mini-note {
  font-size: .95rem;
}

.service-room {
  margin: 18px 0 16px;
}

.service-room img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 2px solid rgba(214, 173, 75, .7);
  border-radius: 8px;
}

.service-room figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.35;
}

.coupon-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: clamp(34px, 6vw, 70px) clamp(18px, 5vw, 72px);
  color: var(--green);
  background:
    linear-gradient(90deg, rgba(255, 246, 223, .97), rgba(255, 246, 223, .85)),
    url("assets/dog-foot.jpeg") right center / contain no-repeat;
  border-block: 1px solid rgba(11, 45, 29, .1);
}

.coupon-band h2 {
  text-transform: uppercase;
}

.dark {
  background: var(--green);
  color: var(--cream);
}

.green {
  border-color: var(--green);
  color: var(--green);
}

.location-section {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  background: var(--paper);
}

.location-copy {
  position: sticky;
  top: 110px;
}

.location-copy h2 {
  margin: 0;
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: 0;
}

.location-copy p:not(.eyebrow) {
  max-width: 560px;
  font-size: 1.08rem;
  line-height: 1.65;
}

address {
  margin-top: 24px;
  padding: 22px;
  border-left: 6px solid var(--gold);
  border-radius: 8px;
  background: var(--green);
  color: var(--cream);
  font-style: normal;
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.5;
  box-shadow: var(--shadow);
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.directions-board {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 16px;
}

.wayfinding-card {
  overflow: hidden;
  border: 1px solid rgba(11, 45, 29, .13);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.wayfinding-card.wide {
  grid-column: 1 / -1;
}

.wayfinding-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wayfinding-card.wide img {
  aspect-ratio: 16 / 8;
  object-position: center top;
}

.wayfinding-card div:not(.storefront-focus) {
  padding: 16px 18px 18px;
}

.wayfinding-card strong,
.wayfinding-card span {
  display: block;
}

.wayfinding-card strong {
  color: var(--green);
  font-size: 1.08rem;
  line-height: 1.2;
}

.wayfinding-card span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.storefront-focus {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    linear-gradient(rgba(11, 45, 29, .16), rgba(11, 45, 29, .16)),
    url("assets/storefront.jpeg") center / cover;
}

.storefront-focus::before {
  content: "";
  position: absolute;
  inset: -18px;
  background:
    linear-gradient(rgba(11, 45, 29, .3), rgba(11, 45, 29, .3)),
    url("assets/storefront.jpeg") center / cover;
  filter: blur(12px) saturate(.72) brightness(.86);
  transform: scale(1.05);
}

.storefront-focus::after {
  content: "ACE MASSAGE - 2ND FLOOR";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(78%, 420px);
  aspect-ratio: 1.08 / 1;
  display: grid;
  place-items: end center;
  padding: 18px;
  color: var(--cream);
  background:
    linear-gradient(180deg, rgba(11, 45, 29, 0) 54%, rgba(11, 45, 29, .84)),
    url("assets/storefront.jpeg") 46% 46% / 210% auto;
  border: 3px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .3);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.booking-section {
  background: #fff9e8;
}

.phone-card,
.hours-card {
  display: inline-grid;
  gap: 3px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  background: var(--green);
  color: var(--cream);
}

.hours-card {
  margin-left: 10px;
  vertical-align: top;
}

.phone-card span,
.hours-card span {
  color: var(--gold);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.phone-card a,
.hours-card strong {
  font-size: 1.55rem;
  font-weight: 950;
  text-decoration: none;
}

.hours-card em {
  color: rgba(255, 246, 223, .8);
  font-style: normal;
  font-weight: 800;
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(11, 45, 29, .14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--green);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(16, 32, 25, .22);
  border-radius: 6px;
  background: #fffdf7;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.full,
.form-submit,
.form-note {
  grid-column: 1 / -1;
}

button {
  cursor: pointer;
  font: inherit;
}

.form-submit {
  width: 100%;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.45;
  text-align: center;
}

.menu-photo {
  background: var(--paper);
}

.menu-photo img {
  width: min(100%, 560px);
  justify-self: center;
  border: 12px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 38px 18px;
  color: var(--cream);
  background: var(--green);
  text-align: center;
}

.site-footer img {
  width: min(320px, 80vw);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--gold);
  font-weight: 950;
}

.small {
  color: rgba(255, 246, 223, .72);
  font-size: .9rem;
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .hero,
  .split,
  .location-section,
  .booking-section,
  .menu-photo {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .poster-frame {
    max-width: 520px;
  }

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

  .location-copy {
    position: static;
  }

  .coupon-band {
    align-items: flex-start;
    flex-direction: column;
    background-position: right bottom;
    background-size: 260px;
  }
}

@media (max-width: 620px) {
  nav {
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: .8rem;
  }

  .brand img {
    width: 160px;
  }

  .hero {
    padding-top: 32px;
  }

  h1 {
    font-size: clamp(2.6rem, 16vw, 4.6rem);
  }

  .hero-actions,
  .primary-action,
  .secondary-action,
  .call-button {
    width: 100%;
  }

  .phone-card,
  .hours-card {
    width: 100%;
  }

  .phone-card a,
  .hours-card strong {
    font-size: clamp(1.1rem, 6vw, 1.42rem);
  }

  .bubble {
    position: static;
    max-width: none;
    margin-top: 12px;
    border-radius: 8px;
    transform: none;
  }

  .photo-grid,
  .directions-board,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .hours-card {
    margin-left: 0;
  }

  .storefront-focus {
    min-height: 360px;
  }

  .section-heading {
    display: block;
  }

  dl div {
    display: grid;
  }

  dd {
    text-align: left;
  }
}
