:root {
  --wine: #6f2435;
  --wine-dark: #43141f;
  --rose: #b65b68;
  --blush: #f5dedc;
  --cream: #fffaf5;
  --ink: #24191b;
  --muted: #715f61;
  --serif: "Italiana", Georgia, serif;
  --sans: "Montserrat", sans-serif;
  --script: "Parisienne", cursive;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
}
body.menu-open {
  overflow: hidden;
}
img {
  display: block;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.site-header {
  height: 84px;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 250, 245, 0.94);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(111, 36, 53, 0.1);
}
.brand,
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.brand-script {
  font: 2.15rem var(--script);
  color: var(--wine);
  margin-bottom: -0.15rem;
}
.brand-small {
  font: 600 0.58rem var(--sans);
  letter-spacing: 0.24em;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.site-header nav a:not(.nav-cta) {
  position: relative;
}
.site-header nav a:not(.nav-cta):after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.5rem;
  height: 1px;
  background: var(--wine);
  transition: 0.25s;
}
.site-header nav a:hover:after {
  right: 0;
}
.nav-cta {
  background: var(--wine);
  color: white;
  padding: 0.75rem 1.3rem;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0.5rem;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--ink);
  margin: 5px;
}
.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 24%, #fff 0 8%, transparent 35%),
    linear-gradient(135deg, var(--cream) 0 57%, var(--blush) 57%);
  position: relative;
}
.hero:before,
.hero:after {
  content: "♥";
  position: absolute;
  color: rgba(182, 91, 104, 0.12);
  font-size: 10rem;
  line-height: 1;
}
.hero:before {
  left: -2rem;
  bottom: -3rem;
}
.hero:after {
  right: 45%;
  top: 4rem;
  font-size: 3rem;
}
.hero-copy {
  padding: 5rem clamp(1.5rem, 8vw, 9rem);
}
.eyebrow {
  color: var(--wine);
  letter-spacing: 0.22em;
  font-weight: 600;
  font-size: 0.72rem;
  margin: 0 0 1rem;
}
.hero h1,
.section h2 {
  font: 400 clamp(3.7rem, 7vw, 7rem)/0.95 var(--serif);
  letter-spacing: -0.025em;
  margin: 0.3rem 0 1.6rem;
}
.hero h1 em,
.booking h2 em {
  font-family: var(--script);
  color: var(--wine);
  font-weight: 400;
}
.hero-text {
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.8rem 1.6rem;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 0.75rem;
  cursor: pointer;
  transition: 0.25s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--wine);
  color: white;
}
.text-button {
  padding-inline: 0;
}
.text-button span {
  font-size: 1.3rem;
  margin-left: 0.6rem;
  color: var(--wine);
}
.trust-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.trust-row i,
.footer-brand + i,
.trust-row i {
  color: var(--rose);
  font-style: normal;
}
.hero-portrait {
  align-self: stretch;
  position: relative;
  display: grid;
  place-items: center;
  padding: 5vw;
}
.portrait-frame {
  width: min(92%, 560px);
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 48% 48% 4px 4px;
  box-shadow: 0 28px 70px rgba(67, 20, 31, 0.2);
  border: 8px solid rgba(255, 255, 255, 0.5);
}
.portrait-frame img {
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.floating-note {
  position: absolute;
  left: 4%;
  bottom: 14%;
  background: white;
  padding: 1rem 1.8rem;
  box-shadow: 0 10px 30px rgba(67, 20, 31, 0.15);
  text-align: center;
}
.floating-note span {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.floating-note strong {
  font: 2rem var(--script);
  color: var(--wine);
}
.section {
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 7rem);
}
.section-heading {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 4rem;
}
.section-heading h2 {
  font-size: clamp(3rem, 5vw, 5rem);
}
.section-heading > p:last-child {
  color: var(--muted);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: auto;
  gap: 1.2rem;
}
.service-card {
  background: white;
  padding: 2.3rem;
  border: 1px solid #ecd6d3;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}
.service-card.featured {
  background: var(--blush);
  transform: translateY(-1.2rem);
}
.service-card:after {
  content: "♥";
  position: absolute;
  right: -1rem;
  bottom: -3.5rem;
  font-size: 9rem;
  color: rgba(111, 36, 53, 0.06);
}
.service-number {
  font: 1rem var(--serif);
  color: var(--rose);
}
.service-card h3 {
  font: 3.2rem var(--serif);
  margin: 0.8rem 0 0;
}
.script-accent {
  font: 1.45rem var(--script);
  color: var(--wine);
  margin: 0.2rem 0 2rem;
}
.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.service-card li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(111, 36, 53, 0.14);
  font-size: 0.88rem;
}
.service-card li strong {
  color: var(--wine);
}
.portfolio {
  background: var(--wine-dark);
  color: white;
}
.section-heading.light .eyebrow {
  color: #efafb7;
}
.section-heading.light > p:last-child {
  color: #d8c7c9;
}
.filter-row {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: -1rem auto 2.2rem;
  flex-wrap: wrap;
}
.filter {
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 0.55rem 1rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
}
.filter.active,
.filter:hover {
  background: white;
  color: var(--wine-dark);
}
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1300px;
  margin: auto;
}
.comparison {
  background: #5a1b29;
  padding: 0.7rem 0.7rem 1.4rem;
  transition: 0.35s;
}
.comparison.hidden {
  display: none;
}
.pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  height: 260px;
}
.pair figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.pair img {
  height: 100%;
  object-fit: cover;
}
.pair.vertical img {
  object-position: center 45%;
}
.pair figcaption {
  position: absolute;
  bottom: 0.6rem;
  left: 0.6rem;
  background: rgba(36, 25, 27, 0.72);
  padding: 0.3rem 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.62rem;
}
.comparison h3 {
  font: 1.4rem var(--serif);
  margin: 1rem 0.6rem 0;
}
.gallery-more {
  display: none;
  margin: 2.5rem auto 0;
}
.outline-light {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  max-width: 1400px;
  margin: auto;
}
.about-collage {
  position: relative;
  padding: 0 14% 16% 0;
}
.about-collage .artist {
  height: 640px;
  object-fit: cover;
}
.about-collage .detail {
  position: absolute;
  width: 43%;
  height: 43%;
  object-fit: cover;
  right: 0;
  bottom: 0;
  border: 8px solid var(--cream);
  box-shadow: 0 12px 35px rgba(67, 20, 31, 0.18);
}
.heart-mark {
  position: absolute;
  right: 5%;
  top: 2%;
  font: 4rem var(--script);
  color: var(--rose);
}
.about-copy h2 {
  font-size: clamp(3.4rem, 5vw, 5rem);
}
.about-copy .lead {
  font: 1.5rem/1.5 var(--serif);
  color: var(--wine);
}
.about-copy > p:not(.eyebrow):not(.lead) {
  color: var(--muted);
}
.signature {
  font: 2.8rem var(--script);
  color: var(--wine);
  margin: 1.7rem 0;
}
.signature span {
  font: 1rem var(--sans);
}
.booking {
  background:
    linear-gradient(rgba(67, 20, 31, 0.74), rgba(67, 20, 31, 0.86)),
    url("assets/01-1000018079.jpg") center 45% / cover fixed;
  text-align: center;
}
.booking-card {
  max-width: 760px;
  margin: auto;
  background: rgba(255, 250, 245, 0.95);
  padding: clamp(3rem, 7vw, 6rem);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
}
.booking h2 {
  font-size: clamp(3rem, 6vw, 5.5rem);
}
.booking-card > p:not(.eyebrow):not(.location) {
  color: var(--muted);
  max-width: 530px;
  margin-inline: auto;
}
.phone-link {
  display: block;
  font: 2rem var(--serif);
  color: var(--wine);
  margin: 1.5rem 0 0.2rem;
}
.location {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  margin-bottom: 2rem;
}
.cream {
  background: var(--wine);
  color: white;
}
footer {
  background: #24191b;
  color: #f6e8e4;
  text-align: center;
  padding: 4rem 1rem;
}
.footer-brand {
  width: max-content;
  margin: auto;
}
.footer-brand .brand-script {
  color: #f1afb8;
  font-size: 2.8rem;
}
.footer-brand .brand-small {
  color: white;
}
footer > p {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 2rem;
}
footer i {
  font-style: normal;
  color: #e98594;
}
.fine {
  opacity: 0.55;
}
.mobile-book {
  display: none;
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(20, 8, 11, 0.94);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-width: 1100px;
  max-height: 88vh;
  object-fit: contain;
  width: auto;
}
.lightbox button {
  position: absolute;
  right: 2rem;
  top: 1rem;
  background: none;
  border: 0;
  color: white;
  font-size: 3rem;
  cursor: pointer;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .site-header {
    height: 72px;
  }
  .menu-toggle {
    display: block;
    z-index: 2;
  }
  .site-header nav {
    position: fixed;
    inset: 0;
    background: var(--cream);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    font: 1.8rem var(--serif);
    transform: translateX(100%);
    transition: 0.3s;
  }
  .site-header nav.open {
    transform: none;
  }
  .nav-cta {
    font: 600 0.8rem var(--sans);
  }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    background: linear-gradient(160deg, var(--cream) 0 62%, var(--blush) 62%);
  }
  .hero-copy {
    padding: 5rem 1.5rem 2rem;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 15vw, 5.8rem);
  }
  .hero-portrait {
    padding: 2rem 2rem 5rem;
    min-height: 580px;
  }
  .portrait-frame {
    width: min(100%, 480px);
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card.featured {
    transform: none;
  }
  .comparison-grid {
    grid-template-columns: 1fr;
  }
  .about {
    grid-template-columns: 1fr;
  }
  .about-collage .artist {
    height: 520px;
  }
  .mobile-book {
    display: flex;
    position: fixed;
    z-index: 35;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    background: var(--wine);
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  }
  footer {
    padding-bottom: 6rem;
  }
  .booking {
    background-attachment: scroll;
  }
}
@media (max-width: 580px) {
  .brand-script {
    font-size: 1.8rem;
  }
  .brand-small {
    font-size: 0.5rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
  }
  .trust-row {
    gap: 0.55rem;
    font-size: 0.56rem;
  }
  .section {
    padding: 5rem 1rem;
  }
  .section-heading {
    margin-bottom: 2.5rem;
  }
  .section-heading h2 {
    font-size: 3.2rem;
  }
  .service-card {
    padding: 1.6rem;
    min-height: 0;
  }
  .pair {
    height: 185px;
  }
  .comparison-grid .comparison:nth-child(n + 5) {
    display: none;
  }
  .comparison-grid.expanded .comparison {
    display: block;
  }
  .gallery-more {
    display: flex;
  }
  .about-collage {
    padding: 0 12% 14% 0;
  }
  .about-collage .artist {
    height: 420px;
  }
  .booking {
    padding-inline: 0.7rem;
  }
  .booking-card {
    padding: 3rem 1.2rem;
  }
  .floating-note {
    left: 1rem;
  }
  .phone-link {
    font-size: 1.65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .button {
    transition: none;
  }
}
.hero-portrait .portrait-frame img {
  object-position: center 62%;
  transform: scale(1.22);
  transform-origin: center;
}

/* Pastel storefront hero */
:root {
  --wine: #8b3650;
  --wine-dark: #552033;
  --rose: #d47a96;
  --blush: #f8dce6;
  --cream: #fff8fb;
  --muted: #765d67;
}
.hero {
  grid-template-columns: 48% 52%;
  background:
    radial-gradient(circle at 18% 25%, #fff 0 10%, transparent 38%),
    linear-gradient(120deg, #fff8fb 0%, #fcecf2 46%, #f6d7e3 100%);
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-portrait {
  padding: 0;
  overflow: hidden;
  align-self: stretch;
  min-height: calc(100vh - 84px);
}
.hero-portrait .portrait-frame {
  width: 100%;
  max-width: none;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #f8dce6;
}
.hero-portrait .portrait-frame img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: saturate(0.92) brightness(1.03);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 12%, #000 30%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 12%, #000 30%);
}
.hero-portrait .floating-note {
  display: none;
}
.hero:after {
  color: rgba(212, 122, 150, 0.16);
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    background: linear-gradient(160deg, #fff8fb 0%, #fceaf1 56%, #f6d7e3 100%);
  }
  .hero-portrait {
    min-height: 560px;
    padding: 0;
  }
  .hero-portrait .portrait-frame {
    height: 560px;
  }
  .hero-portrait .portrait-frame img {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 20%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 20%);
    object-position: center;
  }
}
@media (max-width: 580px) {
  .hero-portrait {
    min-height: 440px;
  }
  .hero-portrait .portrait-frame {
    height: 440px;
  }
}

/* Sidewalk boutique hero */
.hero {
  grid-template-columns: 43% 57%;
  background: linear-gradient(120deg, #fff9fb 0%, #fcecf2 48%, #f4d5df 100%);
}
.hero-copy {
  padding-right: clamp(1.5rem, 4vw, 4.5rem);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}
.hero-portrait .portrait-frame img {
  object-position: 58% center;
  filter: saturate(0.95) brightness(1.02);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 7%, #000 23%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 7%, #000 23%);
}
@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-copy {
    padding-bottom: 2.5rem;
  }
  .hero-portrait {
    min-height: 0;
    padding: 0;
  }
  .hero-portrait .portrait-frame {
    height: auto;
    aspect-ratio: 16/9;
  }
  .hero-portrait .portrait-frame img {
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 12%);
  }
}
@media (max-width: 580px) {
  .hero-copy {
    padding-top: 4rem;
  }
  .hero-portrait .portrait-frame {
    height: auto;
    aspect-ratio: 16/9;
  }
  .hero-portrait .portrait-frame img {
    object-position: center;
  }
}

/* Appointment request form */
.booking-card {
  max-width: 1080px;
  text-align: left;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.booking-intro h2 {
  margin-top: 0.2rem;
}
.booking-intro .phone-link {
  margin-bottom: 0.25rem;
}
.email-link {
  display: inline-block;
  color: var(--wine);
  font-weight: 600;
  overflow-wrap: anywhere;
  border-bottom: 1px solid rgba(139, 54, 80, 0.28);
}
.deposit-note {
  margin-top: 2rem;
  padding: 1.2rem 1.35rem;
  background: #f8dce6;
  border-left: 3px solid var(--rose);
  color: var(--muted);
}
.deposit-note strong,
.deposit-note span {
  display: block;
}
.deposit-note strong {
  color: var(--wine);
  font: 1.25rem var(--serif);
  margin-bottom: 0.25rem;
}
.contact-form {
  display: grid;
  gap: 1.1rem;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact-form label,
.contact-form legend {
  color: var(--wine-dark);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.contact-form label > span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.contact-form input:not([type="radio"]),
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 0.4rem;
  border: 1px solid #ddbfc8;
  background: white;
  color: var(--ink);
  padding: 0.9rem 1rem;
  font: 500 1rem/1.4 var(--sans);
  border-radius: 0;
  outline: none;
}
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--wine);
  box-shadow: 0 0 0 3px rgba(139, 54, 80, 0.1);
}
.contact-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.contact-form legend {
  width: 100%;
  margin-bottom: 0.55rem;
}
.contact-form .radio-choice {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.contact-form input[type="radio"] {
  accent-color: var(--wine);
  width: 1rem;
  height: 1rem;
}
.contact-form .button {
  width: 100%;
  border: 0;
}
.form-note {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.72rem;
}
@media (max-width: 900px) {
  .booking-card {
    grid-template-columns: 1fr;
  }
  .booking-intro {
    text-align: center;
  }
  .deposit-note {
    text-align: left;
    max-width: 580px;
    margin-inline: auto;
  }
  .contact-form {
    text-align: left;
  }
}
@media (max-width: 580px) {
  .field-row {
    grid-template-columns: 1fr;
  }
  .contact-form fieldset {
    gap: 0.8rem 1.1rem;
  }
}

/* Mobile overflow guard */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.hero,
.section,
.booking-card,
.booking-intro,
.contact-form {
  min-width: 0;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  max-width: 100%;
}
@media (max-width: 900px) {
  .site-header nav {
    left: 0;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100vw);
    transition:
      transform 0.3s,
      visibility 0s 0.3s;
  }
  .site-header nav.open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.3s;
  }
  .mobile-book {
    width: 100%;
    max-width: 100vw;
  }
}

/* Site credit */
footer {
  position: relative;
}
.site-credit {
  position: absolute;
  left: 2rem;
  right: auto;
  bottom: 1.35rem;
  color: rgba(246, 232, 228, 0.62);
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.site-credit strong {
  color: #f1afb8;
  font-weight: 600;
}
.site-credit:hover,
.site-credit:focus-visible {
  color: white;
}

/* Appointment confirmation */
.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(rgba(255, 250, 245, 0.78), rgba(245, 222, 220, 0.92)),
    url("assets/storefront-street-hero.png") center/cover fixed;
  display: grid;
  grid-template-rows: 1fr auto;
}
.thank-you-main {
  min-height: calc(100vh - 62px);
  display: grid;
  place-items: center;
  padding: clamp(2rem, 7vw, 6rem) 1rem;
}
.thank-you-card {
  width: min(720px, 100%);
  padding: clamp(2.5rem, 7vw, 5rem);
  text-align: center;
  background: rgba(255, 250, 245, 0.96);
  border: 1px solid rgba(111, 36, 53, 0.16);
  box-shadow: 0 28px 80px rgba(67, 20, 31, 0.22);
}
.thank-you-heart {
  margin: 0;
  color: var(--rose);
  font-size: 1.7rem;
}
.thank-you-card h1 {
  margin: 0.5rem 0 1.4rem;
  font: 400 clamp(3rem, 8vw, 5.5rem)/1 var(--serif);
}
.thank-you-card h1 em {
  font-family: var(--script);
  font-weight: 400;
  color: var(--wine);
}
.thank-you-card > p:not(.eyebrow):not(.thank-you-heart):not(.thank-you-location) {
  max-width: 560px;
  margin-inline: auto;
  color: var(--muted);
}
.thank-you-actions {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.thank-you-call {
  border-color: var(--wine);
  color: var(--wine);
  background: transparent;
}
.thank-you-location {
  margin: 2rem 0 0;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.thank-you-footer {
  min-height: 62px;
  padding: 1.2rem;
  text-align: center;
}
.thank-you-footer .site-credit {
  position: static;
  display: inline-block;
}

@media (max-width: 900px) {
  .site-credit {
    position: static;
    display: inline-block;
    margin-top: 1.25rem;
  }
  footer {
    padding-bottom: 7rem;
  }
  .thank-you-footer {
    padding-bottom: 1.2rem;
  }
}
