:root {
  --pink: #ee8f9b;
  --purple: #3a253e;
  --soft-purple: #7f6388;
  --teal: #74c9c4;
  --coral: #ee8f9b;
  --yellow: #f6d985;
  --cream: #fbf3e7;
  --cream-strong: #f5e8d7;
  --white: #ffffff;
  --ink: #322a34;
  --muted: #766e79;
  --line: #eaded5;
  --shadow: 0 18px 44px rgba(60, 42, 63, 0.11);
  --radius: 8px;
  --max-width: 1180px;
}

/* Classes heading should match the modern lifestyle-brand typography. */
#classes .section-heading h2,
html[lang="ja"] #classes .section-heading h2 {
  color: var(--purple) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
}

@media (max-width: 619px) {
  #classes .section-heading h2,
  html[lang="ja"] #classes .section-heading h2 {
    font-size: clamp(1.38rem, 6.1vw, 1.68rem) !important;
    font-weight: 500 !important;
  }
}

/* EOF event-card proposal: artwork-led sip-and-paint session cards. */
#classes {
  background:
    linear-gradient(180deg, #fffaf2 0%, #fbf4e9 100%) !important;
}

#classes .section-heading {
  max-width: 880px !important;
  margin: 0 auto clamp(28px, 5vw, 48px) !important;
  text-align: center !important;
}

#classes .section-heading .eyebrow {
  display: block !important;
  margin-bottom: 6px !important;
  color: rgba(65, 31, 78, 0.66) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

#classes .section-heading h2,
html[lang="ja"] #classes .section-heading h2 {
  margin: 0 !important;
  color: var(--purple) !important;
  font-family: "Yellowtail", "Pacifico", "Satisfy", cursive !important;
  font-size: clamp(3.2rem, 8vw, 5.6rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 0.94 !important;
}

#classes .section-heading p:not(.eyebrow) {
  display: block !important;
  max-width: 44em !important;
  margin: 18px auto 0 !important;
  color: rgba(53, 38, 29, 0.68) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 500 !important;
  line-height: 1.82 !important;
}

#classes .section-link-row {
  margin-top: 18px !important;
}

#classes .event-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  gap: clamp(18px, 3vw, 28px) !important;
}

#classes .event-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  overflow: hidden !important;
  border: 1px solid rgba(141, 145, 71, 0.2) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 20px 46px rgba(55, 36, 24, 0.1) !important;
}

#classes .event-image-wrap {
  position: relative !important;
  display: grid !important;
  min-height: 0 !important;
  background:
    linear-gradient(180deg, rgba(251, 244, 233, 0.96), rgba(244, 235, 220, 0.96)) !important;
  padding: 18px 18px 0 !important;
}

#classes .event-image-wrap::before {
  content: "PAINTING PREVIEW" !important;
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  z-index: 2 !important;
  border-radius: 999px !important;
  background: rgba(65, 31, 78, 0.82) !important;
  color: #fff !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  padding: 7px 10px !important;
}

#classes .event-image-wrap img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1.35 / 1 !important;
  border: 8px solid rgba(255, 255, 255, 0.94) !important;
  border-radius: 6px !important;
  background: #f7efe4 !important;
  object-fit: cover !important;
  box-shadow: 0 16px 36px rgba(55, 36, 24, 0.16) !important;
}

#classes .date-card {
  top: auto !important;
  right: 22px !important;
  bottom: -22px !important;
  left: auto !important;
  z-index: 3 !important;
  width: 76px !important;
  min-height: 76px !important;
  border: 1px solid rgba(141, 145, 71, 0.26) !important;
  border-radius: 8px !important;
  background: #fffaf2 !important;
  color: var(--purple) !important;
  box-shadow: 0 14px 28px rgba(55, 36, 24, 0.14) !important;
}

#classes .event-content {
  padding: 42px 26px 28px !important;
}

#classes .event-content h3 {
  display: block !important;
  margin: 0 0 14px !important;
  color: var(--purple) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: clamp(1.36rem, 3vw, 1.78rem) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
}

#classes .availability-note {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 8px !important;
  vertical-align: middle !important;
}

#classes .event-description {
  margin-bottom: 18px !important;
  color: rgba(53, 38, 29, 0.68) !important;
  font-size: 0.92rem !important;
  line-height: 1.72 !important;
}

#classes .event-details {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 0 22px !important;
}

#classes .event-details div {
  display: grid !important;
  min-width: 0 !important;
  border: 1px solid rgba(141, 145, 71, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(255, 250, 242, 0.72) !important;
  padding: 11px 12px !important;
}

#classes .event-details dt {
  margin: 0 0 3px !important;
  color: rgba(65, 31, 78, 0.54) !important;
  font-size: 0.64rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#classes .event-details dd {
  color: #35261d !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

#classes .book-class-button {
  width: 100% !important;
  margin-top: auto !important;
}

@media (max-width: 819px) {
  #classes .event-grid {
    grid-template-columns: 1fr !important;
    width: min(100%, 520px) !important;
  }
}

@media (max-width: 619px) {
  #classes .section-heading h2,
  html[lang="ja"] #classes .section-heading h2 {
    font-size: clamp(3rem, 14vw, 4.35rem) !important;
  }

  #classes .section-heading p:not(.eyebrow) {
    font-size: 0.9rem !important;
  }

  #classes .event-image-wrap {
    padding: 14px 14px 0 !important;
  }

  #classes .event-image-wrap img {
    aspect-ratio: 1.2 / 1 !important;
    border-width: 6px !important;
  }

  #classes .event-content {
    padding: 38px 18px 22px !important;
  }

  #classes .event-details {
    grid-template-columns: 1fr !important;
  }
}

/* Keep upcoming session cards focused and respect hidden/past events. */
#classes .event-card[hidden] {
  display: none !important;
}

#classes .event-details div:nth-child(n+5) {
  display: none !important;
}

/* EOF no-serif typography pass 2026-07-24. Keep script only for brand/hero accents. */
body,
button,
input,
select,
textarea,
.section-heading h2,
.section-heading h3,
.section-heading p,
.eyebrow,
.quick-info .experience-heading h2,
.quick-info .experience-heading p,
.quick-info .info-card h3,
.quick-info .info-card p,
#classes .section-heading h2,
#classes .event-content h3,
#gallery .section-heading h2,
.paint-party-card h3,
.paint-party-card p,
.paint-party-card .series-label,
.paint-party-card .design-note,
.testimonials .section-heading h2,
.testimonial-card,
.testimonial-card blockquote,
.testimonial-card-featured blockquote,
.testimonial-summary,
.testimonial-card figcaption,
.testimonial-nav,
#meet-host h2,
.host-profile h2,
.host-profile-body,
#faq .section-heading h2,
.faq-list,
.notes-section h2,
.notes-section h3,
.note-card,
.process-section h2,
.process-step h3,
.process-step p,
.reserve-section h2,
.reservation-form,
.contact-section h2,
.site-footer {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.hero h1.hero-title-art,
.hero h1.hero-title-art .desktop-hero-title,
.hero h1.hero-title-art .mobile-hero-title,
.hero h1.hero-title-art .desktop-hero-title > span,
.hero h1.hero-title-art .mobile-hero-title > span {
  font-family: "Yellowtail", "Pacifico", "Satisfy", cursive !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  overflow-x: hidden;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p,
a,
button,
span,
label {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--purple);
  color: var(--white);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 251, 0.9);
  border-bottom: 1px solid rgba(234, 222, 213, 0.78);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 12px 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  filter: drop-shadow(0 10px 20px rgba(47, 23, 79, 0.14));
  object-fit: contain;
}

.brand-name {
  display: block;
  color: var(--purple);
  font-family: "Pacifico", cursive;
  font-size: clamp(1.55rem, 4.2vw, 2.2rem);
  line-height: 1;
}

.brand-tagline {
  display: block;
  color: var(--purple);
  font-size: 0.86rem;
  font-weight: 500;
}

.nav-toggle {
  display: inline-grid;
  width: 46px;
  height: 46px;
  gap: 5px;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: var(--purple);
}

.nav-menu,
.header-reserve {
  display: none;
}

.nav-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.nav-menu.is-open {
  display: flex;
}

.nav-menu.is-open {
  grid-column: 1 / -1;
  flex-direction: column;
  gap: 4px;
}

.nav-menu a {
  border-radius: var(--radius);
  color: var(--purple);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 10px 12px;
}

.nav-menu a:hover {
  background: #fff0f7;
  color: var(--pink);
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 500;
}

.nav-actions .language-toggle {
  margin-left: auto;
}

.language-option {
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--purple);
  cursor: pointer;
  font-weight: 500;
  padding: 8px 7px;
}

.language-option.is-active {
  color: var(--purple);
  font-weight: 800;
}

.top-language-toggle {
  display: none;
}

.section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 56px 18px;
  scroll-margin-top: 118px;
}

.section-tint {
  max-width: none;
  background: linear-gradient(180deg, rgba(255, 241, 223, 0.62), rgba(255, 249, 239, 0.85));
}

.section-tint > * {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.compact {
  padding-top: 22px;
  padding-bottom: 32px;
}

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

h1,
h2,
h3 {
  color: var(--purple);
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  font-family: "Allura", "Pacifico", cursive;
  font-size: clamp(4.8rem, 11vw, 8rem);
  font-weight: 400;
  line-height: 0.82;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 300;
  line-height: 1.08;
  margin-bottom: 12px;
}

h3 {
  font-size: 1.04rem;
  line-height: 1.25;
  margin-bottom: 8px;
}

.eyebrow {
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 600;
  line-height: 1.1;
  padding: 14px 20px;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border: 1px solid var(--purple);
  background: var(--purple);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(58, 37, 62, 0.16);
}

.button-primary:hover {
  background: #2f1d34;
}

.button-secondary {
  border: 1px solid var(--pink);
  background: var(--pink);
  color: var(--purple);
}

.button-small {
  min-height: 42px;
  padding: 11px 16px;
  font-size: 0.84rem;
}

.button-full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  width: max-content;
  color: var(--purple);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.hero {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  min-height: calc(100svh - 94px);
  padding-top: 42px;
  position: relative;
}

.hero::before {
  content: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy::after {
  content: none;
}

.mobile-hero-brand,
.mobile-hero-subtitle,
.mobile-hero-email,
.mobile-hero-socials,
.mobile-hero-photo-stack,
.mobile-hero-workshop-photo,
.mobile-hero-room-photo,
.mobile-hero-paint-photo,
.mobile-hero-badge-one,
.mobile-hero-badge-two,
.mobile-hero-badges,
.mobile-button-arrow {
  display: none;
}

.desktop-hero-title {
  display: grid;
  gap: 8px;
  white-space: pre-line;
}

.desktop-hero-title span {
  display: block;
}

.desktop-hero-title span:nth-child(3) {
  color: #ee6068;
}

.desktop-hero-text {
  white-space: pre-line;
}

.mobile-hero-title {
  display: none;
}

.hero-text {
  max-width: 22ch;
  color: var(--purple);
  font-size: clamp(1.02rem, 2.1vw, 1.2rem);
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 28px;
}

.hero-actions {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-stats span {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.hero-stats strong {
  color: var(--purple);
  font-weight: 600;
}

.hero-media {
  position: relative;
  min-height: 340px;
}

.hero-main-photo {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: clamp(64px, 10vw, 118px) 8px clamp(64px, 10vw, 118px) 8px;
  filter: sepia(0.1) saturate(1.08) brightness(1.065) contrast(0.965);
  object-fit: cover;
  object-position: 45% center;
  box-shadow: var(--shadow);
}

.hero-paint-detail {
  display: none;
}

@media (max-width: 619px) {
  body {
    background: #fbf3e7;
  }

  .site-header {
    position: absolute;
    width: 100%;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
    justify-content: stretch;
    position: relative;
    min-height: 78px;
    padding: 16px 18px 8px;
  }

  .brand {
    display: none;
  }

  .brand-mark {
    display: none;
  }

  .brand > span {
    display: none !important;
  }

  .nav-toggle {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 54px;
    height: 54px;
    border-color: rgba(60, 42, 63, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(60, 42, 63, 0.06);
  }

  .nav-actions {
    display: flex;
    grid-column: 1 / -1;
    order: 2;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 0;
    padding-right: 72px;
  }

  .nav-actions .language-toggle {
    margin-left: 0;
  }

  .language-toggle {
    font-size: 1rem;
    font-weight: 700;
  }

  .language-option {
    padding: 7px 6px;
  }

  .header-reserve {
    display: none;
    min-height: 46px;
    border-color: rgba(234, 222, 213, 0.74);
    background: rgba(255, 255, 255, 0.82);
    color: var(--purple);
    box-shadow: 0 12px 28px rgba(60, 42, 63, 0.08);
  }

  .nav-actions.is-open {
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 4px;
  }

  .nav-menu.is-open {
    order: 3;
    margin-top: 6px;
    border: 1px solid rgba(234, 222, 213, 0.82);
    border-radius: 8px;
    background: rgba(255, 253, 251, 0.96);
    box-shadow: 0 16px 34px rgba(60, 42, 63, 0.14);
  }

  .section {
    padding-left: 14px;
    padding-right: 14px;
  }

  #about-title,
  #gallery-title {
    font-size: 1.55rem;
    line-height: 1.22;
    margin-bottom: 10px;
  }

  .hero {
    display: block;
    max-width: min(100%, 430px);
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 18px;
  }

  .hero-copy {
    display: grid;
    justify-items: center;
    width: 100%;
    min-height: auto;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    background: #fbf3e7;
    box-shadow: none;
    padding: 30px 0 0;
    text-align: center;
  }

  .mobile-hero-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
    color: var(--purple);
  }

  .mobile-hero-mark {
    display: inline-grid;
    flex: 0 0 78px;
    width: 78px;
    height: 58px;
    place-items: center;
  }

  .mobile-hero-mark img {
    width: 78px;
    height: 56px;
    object-fit: contain;
    transform: translateY(2px) rotate(-5deg);
    transform-origin: 42% 58%;
  }

  .mobile-hero-logo-text {
    min-width: 0;
  }

  .mobile-hero-logo-text strong {
    display: block;
    font-family: "Pacifico", cursive;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 0.96;
    white-space: nowrap;
  }

  .mobile-hero-logo-text .logo-coral {
    color: #df777f;
  }

  .mobile-hero-logo-text .logo-teal {
    color: #57a99d;
  }

  .mobile-hero-logo-text .logo-gold {
    color: #c79255;
  }

  .mobile-hero-logo-text small {
    display: block;
    margin-top: 4px;
    color: #1f1725;
    font-size: 1.06rem;
    font-weight: 500;
    line-height: 1;
  }

  .hero .eyebrow,
  .desktop-hero-title {
    display: none;
  }

  .desktop-hero-text {
    display: none;
  }

  h1 {
    position: relative;
    z-index: 3;
    max-width: 16ch;
    margin: 0 auto 18px;
    color: var(--purple);
    font-family: "Allura", "Pacifico", cursive;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.86;
    text-shadow: none;
  }

  .mobile-hero-title {
    display: inline;
  }

  .mobile-hero-subtitle {
    display: block;
  }

  .hero-text {
    position: relative;
    z-index: 3;
    max-width: 29ch;
    margin: 0 auto 34px;
    color: var(--purple);
    font-size: 1.16rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.45;
    text-shadow: none;
  }

  .mobile-hero-socials {
    display: none;
    grid-template-columns: repeat(3, 36px);
    justify-content: center;
    gap: 18px;
    margin: 0 0 2px;
  }

  .mobile-hero-socials a {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #2a1734;
    font-size: 1.85rem;
    font-family: "Poppins", system-ui, sans-serif;
    font-weight: 800;
    line-height: 1;
    padding: 0;
  }

  .mobile-hero-workshop-photo {
    display: block;
    width: 100%;
    aspect-ratio: 1.03 / 1;
    margin: 0 auto 0;
    border-radius: clamp(58px, 18vw, 92px) clamp(58px, 18vw, 92px) 18px 18px;
    background: #fff4df;
    box-shadow: none;
    object-fit: cover;
    object-position: 50% center;
    filter: saturate(0.9) brightness(1.12) contrast(0.86);
  }

  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0 0 8px 8px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 62px;
    justify-content: center;
    border: 0;
    border-radius: 0;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 0.87rem;
    font-weight: 800;
    line-height: 1.15;
    padding: 12px 10px;
    box-shadow: none;
  }

  .hero-actions .button-primary {
    background: var(--purple);
    border-color: var(--purple);
    box-shadow: none;
  }

  .hero-actions .button-secondary {
    background: var(--pink);
    color: var(--purple);
  }

  .mobile-button-arrow {
    display: inline;
  }

  .hero-stats {
    display: none;
  }

  .hero-stats span {
    gap: 3px;
  }

  .hero-media {
    display: none;
  }

  .quick-info {
    background: var(--cream);
  }
}

.quick-info,
.event-grid,
.steps,
.testimonial-grid,
.split-section {
  display: grid;
  gap: 16px;
}

.quick-info {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 18px;
  padding-top: clamp(42px, 7vw, 74px);
  padding-bottom: clamp(42px, 7vw, 74px);
}

.info-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  padding: 22px 0;
}

.info-card h3,
.info-card p {
  margin-bottom: 0;
}

.info-card h3 {
  max-width: none;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.12;
  white-space: nowrap;
}

.info-card p {
  max-width: 30rem;
  font-size: 0.95rem;
  line-height: 1.72;
  font-weight: 300;
}

.info-card .info-subtitle {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.info-card p,
.step p,
.testimonial-card figcaption,
.section-heading p,
.about-copy p,
.reserve-copy p,
.event-content p {
  color: var(--muted);
}

.section-heading {
  display: grid;
  gap: 4px;
  align-items: start;
  margin-bottom: 22px;
}

.event-grid {
  position: relative;
}

.event-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(60, 42, 63, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.event-card:hover,
.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.event-image-wrap {
  position: relative;
}

.event-image-wrap img {
  width: 100%;
  aspect-ratio: 4 / 1.9;
  object-fit: cover;
}

[data-event-id="tropical-sunset"] .event-image-wrap img {
  object-position: center 44%;
}

.date-card {
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  width: 58px;
  min-height: 74px;
  place-items: center;
  border-radius: 7px;
  background: var(--white);
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
  box-shadow: 0 8px 18px rgba(47, 23, 79, 0.14);
}

.date-card strong {
  color: var(--pink);
  font-size: 1.78rem;
  font-weight: 600;
}

.event-content {
  padding: 16px 16px 18px;
}

.event-content h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: baseline;
}

.availability-note {
  color: var(--pink);
  font-size: 0.74rem;
  font-weight: 600;
}

.event-details {
  display: grid;
  gap: 7px;
  margin: 0 0 10px;
}

.event-details div {
  display: flex;
  gap: 6px;
  align-items: baseline;
}

.event-details dt {
  color: var(--pink);
  font-size: 0.8rem;
  font-weight: 600;
}

.event-details dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 600;
}

.steps-section {
  padding-top: 34px;
  padding-bottom: 34px;
}

.steps {
  position: relative;
}

.step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 14px 0;
  text-align: center;
}

.step h3 {
  margin-bottom: 0;
  white-space: nowrap;
}

.step p {
  margin-bottom: 0;
}

.step span {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--purple);
  font-weight: 600;
}

.step:nth-child(1) span {
  background: #ffbfda;
}

.step:nth-child(3) span {
  background: #9de8e5;
}

.about-section {
  display: grid;
  gap: 26px;
  align-items: center;
}

.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 8px solid var(--white);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: stretch;
}

.gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 10px 22px rgba(47, 23, 79, 0.08);
}

.gallery-grid img.gallery-portrait-fit {
  object-fit: contain;
  background: #f7efe9;
}

.gallery-grid img[src*="gallery-smiling-woman-class"] {
  object-position: center 38%;
}

.gallery-grid img.gallery-couple-face-fit {
  object-position: center 18%;
}

.gallery-grid img.gallery-turtle-face-fit {
  object-position: center 18%;
}

.gallery-grid img.gallery-young-artist-face-fit {
  object-position: center top;
}

.gallery-grid img.gallery-studio-group-fit {
  object-position: center bottom;
}

.gallery-grid img.gallery-firefly-done-fit {
  object-position: center 34%;
}

.gallery-grid img.gallery-firefly-couple-fit,
.gallery-grid img.gallery-firefly-pair-fit {
  object-position: center 24%;
}

.gallery-grid img.gallery-firefly-shaka-fit,
.gallery-grid img.gallery-firefly-painting-fit {
  object-position: center 28%;
}

.gallery-grid img.gallery-firefly-table-fit {
  object-position: center 36%;
}

.split-section {
  align-items: stretch;
}

.list-panel,
.testimonial-card,
.contact-card {
  border: 1px solid #f3dfcd;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 32px rgba(90, 46, 74, 0.08);
}

.list-panel {
  min-height: 100%;
  padding: 24px;
}

.check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  position: relative;
  min-height: 26px;
  padding-left: 34px;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(183, 95, 140, 0.32);
  border-radius: 6px;
  background: #fff4f9;
  color: var(--purple);
  content: "✓";
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
}

.check-list .check-list-note {
  margin-top: 10px;
  padding-left: 0;
  color: #6f6472;
  font-size: 1.02rem;
}

.check-list .check-list-note::before {
  content: none;
}

.list-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.testimonials {
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  min-height: 156px;
  margin: 0;
  padding: 22px;
}

.testimonial-card blockquote {
  margin: 0 0 12px;
  color: var(--purple);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.65;
}

.testimonial-card figcaption {
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 800;
}

html[lang="ja"] .testimonial-card blockquote {
  white-space: pre-line;
}

@media (max-width: 619px) {
  .testimonial-card {
    min-height: 148px;
  }
}

.notes-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.note-card {
  border: 1px solid #f2dfd0;
  border-radius: var(--radius);
  background: var(--white);
  padding: 18px;
}

.note-card h3 {
  margin: 0 0 8px;
  color: var(--purple);
  font-size: 1rem;
}

.note-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.faq-list {
  display: grid;
  gap: 8px;
}

details {
  border: 1px solid #f2dfd0;
  border-radius: var(--radius);
  background: var(--white);
}

summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  padding: 14px 16px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  float: right;
  color: var(--purple);
  content: "⌄";
}

details[open] summary::after {
  content: "⌃";
}

details p {
  color: var(--muted);
  margin: 0;
  padding: 0 16px 14px;
  white-space: pre-line;
}

.reserve-section {
  position: relative;
  display: grid;
  gap: 18px;
  max-width: min(1080px, calc(100% - 36px));
  margin-top: 18px;
  margin-bottom: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.72), transparent 11rem),
    linear-gradient(135deg, #fff5fe 0%, #eee0ff 55%, #f9ecff 100%);
  box-shadow: 0 20px 55px rgba(89, 49, 110, 0.12);
  overflow: hidden;
}

.reserve-copy {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.reserve-intro {
  max-width: 44rem;
  margin: 0 auto;
  text-align: left;
}

.selected-class-summary {
  display: grid;
  gap: 4px;
  max-width: 34rem;
  margin: 18px auto 0;
  border: 1px solid #f3dfcd;
  border-radius: var(--radius);
  background: var(--white);
  padding: 14px 16px;
  box-shadow: 0 12px 24px rgba(90, 46, 74, 0.08);
  text-align: left;
}

.selected-class-summary[hidden] {
  display: none;
}

.summary-label {
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.summary-title {
  color: var(--purple);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0;
}

.summary-detail {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0;
}

.reserve-art {
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
}

.reserve-brushes {
  left: 20px;
  bottom: 36px;
  font-size: clamp(3rem, 10vw, 6.8rem);
  transform: rotate(-12deg);
}

.reserve-palette {
  right: 20px;
  bottom: 34px;
  font-size: clamp(3.3rem, 10vw, 6.5rem);
  transform: rotate(10deg);
}

.reservation-form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  max-width: 830px;
  margin: 0 auto;
  width: 100%;
}

.reservation-form label {
  display: grid;
  gap: 6px;
  color: var(--purple);
  font-size: 0.9rem;
  font-weight: 600;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  border: 1px solid #ead9e9;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 12px 13px;
}

.reservation-form textarea {
  resize: vertical;
}

.reservation-honeypot {
  display: none;
}

.turnstile-field {
  min-height: 65px;
  display: flex;
  justify-content: center;
}

.form-status {
  min-height: 24px;
  color: var(--soft-purple);
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.form-status[data-status="error"] {
  color: #9f2d4c;
}

.form-status[data-status="success"] {
  color: #276c5e;
}

.contact-section {
  position: relative;
  text-align: left;
  overflow: hidden;
}

.contact-card {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.contact-card p {
  margin-bottom: 0;
}

.contact-card a:not(.button) {
  color: var(--purple);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.contact-beach {
  width: 100%;
  border-radius: var(--radius);
  height: auto;
  object-fit: contain;
}

.site-footer {
  display: grid;
  gap: 8px;
  justify-items: center;
  background: var(--purple);
  color: var(--white);
  padding: 28px 18px;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: var(--yellow);
  font-weight: 600;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 620px) {
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .steps,
  .testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .notes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-info {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }

  .info-card {
    grid-template-columns: 1fr;
    border-right: 0;
    padding: 0 18px;
  }

  .steps {
    align-items: start;
  }

  .step {
    align-items: center;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-section {
    grid-template-columns: 1fr 1fr;
  }

  .reservation-form {
    grid-template-columns: repeat(3, 1fr);
  }

  .full-field {
    grid-column: 1 / -1;
  }

  .contact-card {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .contact-beach {
    grid-column: 2;
    grid-row: 1 / span 3;
    min-height: 170px;
  }
}

@media (min-width: 860px) {
  #classes .event-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  #classes .event-content h3 {
    min-height: 2.6em;
  }

  #classes .event-details dd {
    font-size: 0.8rem;
  }
}

/* 2026-06-03 wide studio-card direction */
.paint-swatch-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(74px, 1fr));
  gap: clamp(8px, 1.4vw, 16px);
  width: 100%;
  max-width: min(100%, 1360px);
  align-items: start;
  margin: -3px auto 0;
  padding: 0 clamp(12px, 2.3vw, 30px) 10px;
  background: transparent;
}

.paint-swatch-strip span {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: var(--purple);
  font-family: "Allura", "Pacifico", cursive;
  font-size: clamp(0.82rem, 1.16vw, 1.08rem);
  line-height: 1;
  text-align: center;
}

.paint-swatch-strip span::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(18px, 2.3vw, 28px);
  border-radius: 48% 54% 45% 58% / 62% 44% 56% 40%;
  background:
    radial-gradient(80% 110% at 12% 28%, rgba(255, 255, 255, 0.42), transparent 36%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 42%, rgba(47, 27, 52, 0.1)),
    var(--swatch);
  box-shadow:
    inset 10px 0 10px rgba(255, 255, 255, 0.18),
    inset -12px 0 10px rgba(50, 42, 52, 0.1),
    0 6px 10px rgba(58, 37, 62, 0.08);
  clip-path: polygon(2% 28%, 9% 12%, 20% 20%, 34% 10%, 51% 18%, 66% 8%, 82% 18%, 97% 11%, 99% 56%, 91% 77%, 75% 71%, 61% 86%, 42% 78%, 27% 90%, 13% 76%, 0 84%);
  filter: saturate(1.12);
  transform: rotate(var(--stroke-tilt, -1.2deg));
}

.paint-swatch-strip span:nth-child(even)::before {
  --stroke-tilt: 1.1deg;
  clip-path: polygon(0 34%, 10% 14%, 25% 22%, 39% 9%, 55% 18%, 70% 12%, 87% 21%, 100% 17%, 98% 68%, 87% 78%, 70% 72%, 56% 88%, 38% 80%, 24% 91%, 8% 76%, 2% 64%);
}

.paint-swatch-strip span:nth-child(3n)::before {
  --stroke-tilt: -0.5deg;
}

.paint-swatch-strip i {
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-paint-swatch-strip {
  display: none;
}

.hero {
  grid-template-columns: minmax(270px, 0.55fr) minmax(430px, 1fr);
  max-width: 1240px;
  min-height: auto;
  padding-top: 44px;
  padding-bottom: 18px;
}

.hero-copy {
  display: grid;
  align-content: center;
}

.hero .eyebrow {
  display: none;
}

h1 {
  max-width: 7.4ch;
  margin-bottom: 18px;
  font-size: clamp(5.8rem, 9vw, 8.2rem);
}

.desktop-hero-title span:nth-child(1) {
  color: #e94f97;
}

.desktop-hero-title span:nth-child(2) {
  color: #28aeb9;
}

.desktop-hero-title span:nth-child(3) {
  color: #6aa63f;
}

.hero-text {
  max-width: 28ch;
  border-top: 1px dashed rgba(238, 143, 155, 0.45);
  padding-top: 18px;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions {
  gap: 12px;
  max-width: 320px;
}

.hero-actions .button {
  min-height: 56px;
  border-radius: 8px;
  text-transform: uppercase;
}

.hero-actions .button-primary::after {
  content: "→";
  font-size: 1.35rem;
  line-height: 1;
}

.hero-actions .button-secondary {
  border: 2px solid rgba(58, 37, 62, 0.82);
  background: #fffaf6;
  color: var(--purple);
}

.hero-main-photo {
  aspect-ratio: 1.62 / 1;
  min-height: 0;
  border-radius: 76px 8px 8px 76px;
  object-position: 48% center;
}

.quick-info {
  grid-template-columns: repeat(5, 1fr);
  max-width: 1180px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 10px 26px rgba(58, 37, 62, 0.05);
  padding-top: 18px;
  padding-bottom: 18px;
}

.info-card {
  justify-items: center;
  gap: 8px;
  border-right: 1px dashed rgba(238, 143, 155, 0.3);
  padding: 4px 14px;
  text-align: center;
}

.info-card:last-child {
  border-right: 0;
}

.info-icon {
  color: var(--pink);
  font-size: 2.15rem;
  line-height: 1;
}

.info-card:nth-child(2) .info-icon {
  color: #28aeb9;
}

.info-card:nth-child(3) .info-icon {
  color: #f06a35;
}

.info-card:nth-child(4) .info-icon {
  color: #6aa63f;
}

.info-card:nth-child(5) .info-icon {
  color: #9b63c9;
}

.info-card h3 {
  max-width: 12ch;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.18;
  white-space: normal;
}

#classes {
  background: #fffaf6;
  padding-top: 30px;
}

#classes .section-heading {
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: 16px;
}

#classes .section-heading .eyebrow,
#classes .section-heading p {
  display: none;
}

#classes .section-heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 700;
}

#classes .section-heading .text-link {
  grid-column: 2;
  grid-row: 1;
  color: var(--purple);
  text-decoration: none;
}

#classes .event-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.event-card {
  border-color: rgba(58, 37, 62, 0.08);
  box-shadow: 0 12px 24px rgba(58, 37, 62, 0.07);
}

.event-image-wrap img {
  aspect-ratio: 1.9 / 1;
}

.date-card {
  display: none;
}

.event-content {
  padding: 15px 18px 16px;
}

.event-content h3 {
  display: block;
  margin-bottom: 12px;
  color: var(--purple);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.32rem, 2.4vw, 1.72rem);
  font-weight: 700;
  line-height: 1.05;
}

.event-details {
  display: flex;
  gap: 18px;
  margin: 0;
}

.event-details div:nth-child(3),
.event-details div:nth-child(4),
.book-class-button {
  display: none;
}

.event-details div {
  display: inline-flex;
  gap: 7px;
}

.event-details dt {
  width: 20px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

.event-details dt::before {
  color: var(--purple);
  font-size: 1rem;
}

.event-details div:nth-child(1) dt::before {
  content: "▣";
}

.event-details div:nth-child(2) dt::before {
  content: "◷";
}

.event-details dd {
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer {
  grid-template-columns: 0.28fr 1fr auto;
  align-items: center;
  gap: 24px;
  background: #fff1e7;
  color: var(--purple);
  padding: 24px clamp(18px, 5vw, 70px);
  text-align: left;
}

.site-footer .footer-note {
  justify-self: start;
  margin: 0;
  color: var(--purple);
  font-family: "Allura", "Pacifico", cursive;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 0.9;
}

.footer-copy {
  margin: 0;
  color: var(--purple);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.55;
}

.site-footer img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.footer-socials {
  display: none;
}

@media (max-width: 859px) {
  .paint-swatch-strip {
    grid-template-columns: repeat(8, minmax(78px, 1fr));
    gap: 9px;
    margin-top: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .paint-swatch-strip::-webkit-scrollbar {
    display: none;
  }

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

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

  .hero-media {
    min-height: 0;
  }

  .hero-main-photo {
    border-radius: 64px 8px 64px 8px;
  }

  .quick-info {
    grid-template-columns: repeat(5, minmax(96px, 1fr));
    overflow-x: auto;
  }
}

@media (max-width: 619px) {
  .header-paint-swatch-strip {
    display: none;
  }

  .mobile-paint-swatch-strip {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(8, minmax(72px, 1fr));
    max-width: 100%;
    margin: -8px 0 18px;
    padding: 0 12px 8px;
    overflow-x: auto;
  }

  .mobile-paint-swatch-strip span {
    font-size: 0.78rem;
  }

  .mobile-paint-swatch-strip span::before {
    height: 18px;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    max-width: min(100%, 440px);
    padding: 28px 18px 20px;
  }

  .hero-copy {
    display: grid;
    grid-template-columns: minmax(150px, 0.72fr) minmax(168px, 1fr);
    column-gap: 12px;
    max-width: none;
  }

  h1 {
    max-width: 7ch;
    font-size: clamp(3.4rem, 14vw, 4.7rem);
  }

  .mobile-hero-title span:nth-child(1) {
    color: #e94f97;
  }

  .mobile-hero-title span:nth-child(2) {
    color: #28aeb9;
  }

  .mobile-hero-title span:nth-child(3) {
    color: #6aa63f;
  }

  .hero-text {
    border-top: 1px dashed rgba(238, 143, 155, 0.45);
    padding-top: 12px;
    font-size: 0.92rem;
  }

  .quick-info {
    display: grid;
    grid-template-columns: repeat(5, 116px);
    margin: 0 14px;
    overflow-x: auto;
    padding: 14px 0;
  }

  .info-card {
    border-right: 1px dashed rgba(238, 143, 155, 0.3);
    padding: 2px 10px;
  }

  #classes .event-grid {
    display: flex;
    gap: 14px;
  }

  .event-card {
    flex: 0 0 236px;
    min-height: 0;
  }

  .event-content {
    min-height: 0;
  }

  .event-content h3 {
    min-height: 0;
    font-size: 1.32rem;
  }

  .event-content h3::after {
    content: none;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .footer-copy {
    grid-column: 1 / -1;
    order: 3;
    font-size: 0.9rem;
  }
}

@media (min-width: 860px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
    padding: 12px 28px;
  }

  .nav-toggle {
    display: none;
  }

  .nav-menu,
  .nav-actions {
    display: flex;
    align-items: center;
  }

  .nav-actions {
    grid-column: auto;
  }

  .nav-menu {
    justify-content: center;
    gap: 12px;
  }

  .nav-actions {
    gap: 12px;
  }

  .header-reserve {
    display: inline-flex;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(470px, 1fr);
    padding-top: 64px;
    padding-bottom: 78px;
  }

  .hero-media {
    min-height: 540px;
  }

  .hero-main-photo {
    min-height: 540px;
  }

  .event-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .notes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-heading {
    grid-template-columns: 1fr auto;
  }

  .section-heading .eyebrow,
  .section-heading h2,
  .section-heading p {
    grid-column: 1;
  }

  .section-heading .text-link {
    grid-column: 2;
    grid-row: 2;
  }

  .about-section {
    grid-template-columns: 0.7fr 1fr;
  }
}

@media (min-width: 1080px) {
  .section {
    padding-left: 28px;
    padding-right: 28px;
  }
}

/* Mobile editorial refresh inspired by the requested reference layout. */
.experience-strip {
  display: grid;
  gap: 18px;
  background: #fffdfb;
}

.experience-strip h2 {
  margin: 0;
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 700;
}

.experience-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(58, 37, 62, 0.12);
}

.experience-options a {
  display: grid;
  gap: 8px;
  min-height: 112px;
  place-items: center;
  border-right: 1px solid rgba(58, 37, 62, 0.12);
  color: var(--purple);
  text-align: center;
}

.experience-options a:last-child {
  border-right: 0;
}

.experience-options span {
  color: #9e9939;
  font-size: 2rem;
  line-height: 1;
}

.experience-options a:nth-child(2) span {
  color: var(--pink);
}

.experience-options a:nth-child(3) span {
  color: #6f4a92;
}

.experience-options strong {
  font-size: 0.86rem;
  line-height: 1.2;
}

.private-session-card .date-card {
  display: none;
}

@media (max-width: 619px) {
  :root {
    --cream: #fffaf3;
    --line: #efe7df;
    --shadow: 0 12px 28px rgba(58, 37, 62, 0.14);
  }

  body {
    background: #fffaf3;
  }

  .site-header {
    pointer-events: none;
  }

  .nav-shell {
    min-height: 84px;
    padding: 20px 18px 0;
  }

  .nav-toggle {
    pointer-events: auto;
    top: 24px;
    right: 18px;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-toggle span {
    width: 29px;
    height: 3px;
  }

  .nav-actions {
    display: none;
  }

  .nav-menu.is-open,
  .nav-actions.is-open {
    pointer-events: auto;
  }

  .hero {
    max-width: min(100%, 440px);
    padding: 20px 20px 24px;
  }

  .hero-copy {
    grid-template-columns: minmax(132px, 0.72fr) minmax(170px, 1fr);
    column-gap: 12px;
    align-items: center;
    justify-items: stretch;
    background: transparent;
    padding-top: 0;
    text-align: left;
  }

  .mobile-hero-brand {
    grid-column: 1 / -1;
    justify-content: start;
    gap: 8px;
    margin: 0 58px 20px 0;
  }

  .mobile-hero-mark {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
    border: 2px solid var(--purple);
    border-radius: 50%;
  }

  .mobile-hero-mark img {
    width: 50px;
    height: 42px;
  }

  .mobile-hero-logo-text strong {
    font-size: 2rem;
  }

  .mobile-hero-logo-text small {
    margin-top: 0;
    font-size: 0.78rem;
    font-weight: 700;
  }

  h1 {
    grid-column: 1;
    align-self: end;
    margin: 0 0 8px;
    font-size: clamp(3.45rem, 15vw, 4.8rem);
    line-height: 0.82;
  }

  .mobile-hero-title {
    display: grid;
    gap: 6px;
  }

  .mobile-hero-title span {
    display: block;
  }

  .mobile-hero-title span:nth-child(3) {
    color: #ee6068;
  }

  .hero-text {
    grid-column: 1;
    margin: 6px 0 20px;
    max-width: 15ch;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.55;
  }

  .mobile-hero-subtitle {
    white-space: pre-line;
  }

  .mobile-hero-workshop-photo {
    grid-column: 2;
    grid-row: 3 / span 2;
    align-self: stretch;
    height: 100%;
    min-height: 300px;
    margin: 0;
    border-radius: 52px 8px 52px 8px;
    object-position: 45% center;
    filter: saturate(1.02) brightness(1.02) contrast(0.98);
  }

  .hero-actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 18px;
    margin-top: 8px;
    overflow: visible;
    border-radius: 0;
  }

  .hero-actions .button {
    min-height: 56px;
    border-radius: 8px;
    font-size: 0.73rem;
    text-transform: uppercase;
  }

  .hero-actions .button-primary::after {
    content: "→";
    font-size: 1.25rem;
    line-height: 1;
  }

  .hero-actions .button-secondary {
    border: 2px solid rgba(58, 37, 62, 0.76);
    background: #fffdfb;
    color: var(--purple);
  }

  .quick-info {
    display: none;
  }

  .section-tint {
    background: #fffaf3;
  }

  #classes {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  #classes .section-heading {
    grid-template-columns: 1fr auto;
    align-items: end;
    margin-bottom: 14px;
  }

  #classes .section-heading .eyebrow,
  #classes .section-heading p {
    display: none;
  }

  #classes .section-heading h2 {
    grid-column: 1;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
  }

  #classes .section-heading .text-link {
    grid-column: 2;
    color: var(--purple);
    font-size: 0.82rem;
    text-decoration: none;
  }

  .event-grid {
    display: flex;
    gap: 12px;
    margin: 0 -14px;
    overflow-x: auto;
    padding: 0 14px 12px;
    scroll-snap-type: x proximity;
  }

  .event-card {
    flex: 0 0 146px;
    min-height: 384px;
    border-color: rgba(58, 37, 62, 0.08);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(58, 37, 62, 0.08);
    scroll-snap-align: start;
  }

  .event-image-wrap img {
    aspect-ratio: 1 / 0.95;
  }

  .date-card {
    display: none;
  }

  .event-content {
    display: grid;
    min-height: 236px;
    padding: 12px 12px 14px;
  }

  .event-content h3 {
    min-height: 52px;
    margin: 0;
    color: #181421;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.18;
  }

  .event-content h3::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    margin-top: 10px;
    background: var(--purple);
  }

  .event-card:nth-child(2) .event-content h3::after {
    background: var(--pink);
  }

  .event-card:nth-child(3) .event-content h3::after {
    background: #9e9939;
  }

  .event-details {
    gap: 7px;
    margin: 0 0 8px;
  }

  .event-details div {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 5px;
  }

  .event-details dt {
    width: 14px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
  }

  .event-details dt::before {
    color: var(--purple);
    font-size: 0.86rem;
  }

  .event-details div:nth-child(1) dt::before {
    content: "▢";
  }

  .event-details div:nth-child(2) dt::before {
    content: "◷";
  }

  .event-details div:nth-child(3) dt::before {
    content: "⌖";
  }

  .event-details div:nth-child(4) {
    display: none;
  }

  .event-details dd {
    color: #211a2a;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .book-class-button {
    justify-content: start;
    min-height: 0;
    border: 0;
    background: transparent;
    color: var(--pink);
    box-shadow: none;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0;
  }

  .book-class-button::after {
    content: "→";
  }

  .private-session-card .book-class-button {
    color: #9e9939;
  }

  .experience-strip {
    padding-top: 22px;
    padding-bottom: 0;
  }

  .experience-strip h2 {
    font-size: 1.12rem;
  }

  .experience-options {
    margin: 0 -14px;
  }

  .site-footer {
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    min-height: 118px;
    margin-top: 0;
    border-radius: 50% 50% 0 0 / 32px 32px 0 0;
    padding: 30px 22px 18px;
    text-align: left;
  }

  .site-footer .footer-note {
    justify-self: start;
    margin: 0;
    color: var(--white);
    font-family: "Allura", "Pacifico", cursive;
    font-size: 1.55rem;
    line-height: 0.9;
  }

  .site-footer img {
    width: 58px;
    height: 58px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    object-fit: contain;
    padding: 7px;
  }

  .footer-socials {
    display: flex;
    justify-self: end;
    gap: 14px;
  }

  .footer-socials a {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.74);
    border-radius: 50%;
    color: var(--white);
    font-size: 1.25rem;
  }
}

@media (min-width: 620px) {
  .experience-strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .site-footer {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 34px 28px;
  }

  .site-footer .footer-note {
    justify-self: start;
    margin: 0;
    font-family: "Allura", "Pacifico", cursive;
    font-size: 2rem;
    line-height: 0.95;
  }

  .site-footer img {
    width: 64px;
    height: 64px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    padding: 8px;
  }

  .footer-socials {
    display: flex;
    justify-self: end;
    gap: 14px;
  }

  .footer-socials a {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.74);
    border-radius: 50%;
    color: var(--white);
    font-size: 1.25rem;
  }
}

/* Final overrides: keep the 2026-06-03 direction above older mobile rules. */
@media (max-width: 619px) {
  .quick-info {
    display: grid;
    grid-template-columns: repeat(5, 116px);
    margin: 0 14px;
    overflow-x: auto;
    padding: 14px 0;
    background: rgba(255, 253, 250, 0.82);
  }

  .quick-info .info-card {
    display: grid;
    justify-items: center;
    gap: 8px;
    min-height: 94px;
    border-right: 1px dashed rgba(238, 143, 155, 0.3);
    padding: 2px 10px;
    text-align: center;
  }

  .quick-info .info-card h3 {
    white-space: normal;
  }

  .mobile-hero-title span:nth-child(1) {
    color: #e94f97;
  }

  .mobile-hero-title span:nth-child(2) {
    color: #28aeb9;
  }

  .mobile-hero-title span:nth-child(3) {
    color: #6aa63f;
  }

  .hero-text {
    border-top: 1px dashed rgba(238, 143, 155, 0.45);
    padding-top: 12px;
  }

  .event-card {
    flex: 0 0 236px;
    min-height: 0;
  }

  .event-content {
    min-height: 0;
  }

  .event-content h3::after {
    content: none;
  }

  .book-class-button,
  .event-details div:nth-child(3),
  .event-details div:nth-child(4) {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 16px;
    background: #fff1e7;
    color: var(--purple);
    border-radius: 0;
    text-align: left;
  }

  .site-footer .footer-note {
    color: var(--purple);
  }

  .footer-copy {
    display: block;
    grid-column: 1 / -1;
    order: 3;
    color: var(--purple);
    font-size: 0.9rem;
  }

  .footer-socials {
    display: none;
  }
}

@media (min-width: 620px) {
  .footer-copy {
    display: block;
  }

  .footer-socials {
    display: none;
  }

  #classes .event-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Final color lockups requested 2026-06-04. */
.brand-name,
.mobile-hero-logo-text strong,
.mobile-hero-logo-text strong span,
.mobile-hero-logo-text .logo-coral,
.mobile-hero-logo-text .logo-teal,
.mobile-hero-logo-text .logo-gold {
  color: var(--purple);
}

.desktop-hero-title span:nth-child(1),
.mobile-hero-title span:nth-child(1) {
  color: #e94f97;
}

.desktop-hero-title span:nth-child(2),
.mobile-hero-title span:nth-child(2) {
  color: #28aeb9;
}

.desktop-hero-title span:nth-child(3),
.mobile-hero-title span:nth-child(3) {
  color: #6aa63f;
}

/* Reference-inspired hero refresh requested 2026-06-04. */
.palette-note,
.hero-photo-badge {
  display: none;
}

.quick-info {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-info .info-card:nth-of-type(n+4) {
  display: none;
}

.info-card p {
  display: block;
}

.hero .reveal,
.quick-info .reveal {
  opacity: 1;
  transform: none;
}

@media (min-width: 620px) {
  .hero {
    grid-template-columns: minmax(290px, 0.46fr) minmax(500px, 1fr);
    gap: clamp(26px, 4vw, 58px);
    padding-top: 34px;
  }

  .hero-media {
    min-height: 430px;
  }

  .hero-main-photo {
    aspect-ratio: 1.12 / 1;
    border-radius: 112px 8px 112px 8px;
    clip-path: polygon(6% 5%, 22% 1%, 44% 4%, 66% 0, 95% 7%, 99% 25%, 96% 49%, 100% 74%, 92% 96%, 66% 99%, 43% 95%, 20% 100%, 3% 88%, 0 61%, 4% 38%);
  }

  .quick-info {
    max-width: min(1120px, calc(100% - 36px));
    margin-top: 12px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 253, 250, 0.92);
    box-shadow: 0 18px 42px rgba(58, 37, 62, 0.1);
    padding: 26px 24px;
  }
}

@media (max-width: 619px) {
  body {
    background:
      radial-gradient(circle at 2% 66%, rgba(40, 174, 185, 0.24) 0 36px, transparent 38px),
      radial-gradient(circle at 99% 81%, rgba(106, 166, 63, 0.28) 0 34px, transparent 36px),
      #fffaf3;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    position: absolute;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
  }

  .nav-shell {
    min-height: 74px;
    padding: 18px 22px 0;
  }

  .nav-toggle {
    top: 22px;
    right: 22px;
  }

  .hero {
    max-width: 430px;
    padding: 22px 20px 20px;
  }

  .hero-copy {
    grid-template-columns: minmax(136px, 0.78fr) minmax(168px, 1fr);
    column-gap: 12px;
    align-items: center;
    overflow: visible;
  }

  .mobile-hero-brand {
    grid-column: 1 / -1;
    grid-row: 1;
    gap: 8px;
    margin: 0 74px 12px 0;
  }

  .mobile-hero-mark {
    flex-basis: 68px;
    width: 68px;
    height: 68px;
    border: 3px solid var(--purple);
    border-radius: 50%;
    background: rgba(255, 253, 250, 0.6);
  }

  .mobile-hero-mark img {
    width: 52px;
    height: 46px;
    transform: none;
  }

  .mobile-hero-logo-text strong {
    font-size: clamp(2.2rem, 10.8vw, 2.85rem);
    line-height: 0.9;
  }

  .mobile-hero-logo-text small {
    margin-top: 4px;
    font-size: clamp(0.78rem, 3.8vw, 0.96rem);
    font-weight: 800;
  }

  .mobile-paint-swatch-strip {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    margin: 2px 42px 2px 2px;
    padding: 0;
    overflow: visible;
  }

  .mobile-paint-swatch-strip span:nth-child(n+6) {
    display: none;
  }

  .mobile-paint-swatch-strip span {
    gap: 0;
  }

  .mobile-paint-swatch-strip span::before {
    height: 13px;
  }

  .mobile-paint-swatch-strip i {
    display: none;
  }

  .palette-note {
    display: block;
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0 0 18px 2px;
    color: var(--purple);
    font-family: "Allura", "Pacifico", cursive;
    font-size: clamp(1.08rem, 5vw, 1.35rem);
    font-weight: 700;
    line-height: 1.05;
  }

  h1 {
    grid-column: 1;
    grid-row: 4;
    align-self: end;
    margin: 0 0 14px;
    max-width: 6.4ch;
    font-size: clamp(4.2rem, 18vw, 5.8rem);
    line-height: 0.78;
  }

  .mobile-hero-title {
    gap: 7px;
  }

  .hero-text {
    grid-column: 1;
    grid-row: 5;
    margin: 0 0 20px;
    max-width: 16ch;
    color: var(--purple);
    font-size: clamp(1.02rem, 4.2vw, 1.2rem);
    font-weight: 600;
    line-height: 1.38;
  }

  .mobile-hero-workshop-photo {
    grid-column: 2;
    grid-row: 4 / span 2;
    align-self: stretch;
    width: 100%;
    height: 100%;
    min-height: 330px;
    border-radius: 72px 8px 72px 8px;
    clip-path: polygon(7% 4%, 30% 0, 56% 5%, 93% 0, 100% 22%, 96% 48%, 100% 74%, 88% 100%, 58% 96%, 31% 100%, 3% 91%, 0 62%, 5% 36%);
    filter: none;
    object-position: 50% center;
  }

  .hero-photo-badge {
    display: block;
    grid-column: 2;
    grid-row: 5;
    justify-self: end;
    align-self: end;
    z-index: 4;
    transform: rotate(-4deg) translate(8px, 16px);
    min-width: 126px;
    border-radius: 48% 54% 45% 58%;
    background: #e94f97;
    color: var(--white);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.22;
    padding: 16px 15px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(233, 79, 151, 0.2);
    clip-path: polygon(3% 20%, 16% 6%, 34% 10%, 50% 0, 68% 9%, 89% 4%, 100% 24%, 95% 48%, 100% 72%, 84% 92%, 61% 88%, 46% 100%, 28% 91%, 8% 96%, 0 72%, 5% 48%);
  }

  .hero-actions {
    grid-column: 1 / -1;
    grid-row: 6;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 10px;
  }

  .hero-actions .button {
    min-height: 52px;
    border: 2px solid var(--purple);
    border-radius: 8px;
    font-size: 0.86rem;
    letter-spacing: 0;
  }

  .hero-actions .button-primary {
    background: linear-gradient(90deg, #5d2480, #8e2fa4);
    color: var(--white);
  }

  .hero-actions .button-secondary {
    background: rgba(255, 250, 243, 0.92);
    color: var(--purple);
  }

  .hero-actions .button-primary::after,
  .hero-actions .button-secondary::after {
    margin-left: auto;
  }

  .quick-info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: min(100% - 28px, 430px);
    margin: 10px auto 22px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 253, 250, 0.95);
    box-shadow: 0 14px 32px rgba(58, 37, 62, 0.1);
    padding: 22px 8px 20px;
  }

  .quick-info .info-card {
    display: grid;
    min-width: 0;
    border-right: 1px dashed rgba(58, 37, 62, 0.17);
    background: transparent;
    box-shadow: none;
    padding: 0 8px;
    text-align: center;
  }

  .quick-info .info-card:nth-of-type(3) {
    border-right: 0;
  }

  .quick-info .info-card:nth-of-type(n+4) {
    display: none;
  }

  .quick-info .info-icon {
    display: block;
    margin-bottom: 8px;
    color: #e94f97;
    font-size: 2rem;
    line-height: 1;
  }

  .quick-info .info-card:nth-of-type(2) .info-icon {
    color: #f3bf2f;
  }

  .quick-info .info-card:nth-of-type(3) .info-icon {
    color: #28aeb9;
  }

  .quick-info .info-card h3 {
    margin: 0 0 7px;
    color: var(--purple);
    font-family: "Allura", "Pacifico", cursive;
    font-size: clamp(1.05rem, 4.3vw, 1.35rem);
    line-height: 1;
  }

  .quick-info .info-card p {
    margin: 0;
    color: var(--purple);
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.28;
  }

  #classes .section-heading {
    grid-template-columns: 1fr auto;
    align-items: end;
    margin-top: 4px;
  }

  #classes .section-heading h2 {
    font-family: "Allura", "Pacifico", cursive;
    font-size: clamp(2.25rem, 10vw, 3.1rem);
  }
}

/* Full-photo hero direction requested 2026-06-04. */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.nav-shell {
  max-width: 1160px;
  min-height: 96px;
  padding-top: clamp(18px, 3vw, 34px);
}

.brand-name,
.brand-tagline,
.mobile-hero-logo-text strong,
.mobile-hero-logo-text strong span,
.mobile-hero-logo-text .logo-coral,
.mobile-hero-logo-text .logo-teal,
.mobile-hero-logo-text .logo-gold {
  color: var(--purple) !important;
}

.brand-mark {
  filter: saturate(1.2);
}

.nav-menu,
.nav-actions {
  display: none;
}

.nav-toggle {
  display: inline-grid;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nav-toggle span {
  height: 4px;
  border-radius: 999px;
  background: var(--purple);
}

.header-paint-swatch-strip {
  position: absolute;
  top: clamp(114px, 13vw, 142px);
  left: max(32px, calc((100vw - 1160px) / 2 + 20px));
  z-index: 21;
  grid-template-columns: repeat(5, 44px);
  gap: 14px;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.header-paint-swatch-strip span:nth-child(n+6),
.header-paint-swatch-strip i {
  display: none;
}

.header-paint-swatch-strip span::before {
  height: 16px;
  border-radius: 56% 42% 58% 38% / 48% 55% 42% 54%;
  transform: rotate(-4deg);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  align-items: center;
  max-width: none;
  min-height: clamp(760px, 88svh, 920px);
  margin: 0;
  padding: clamp(190px, 18vw, 230px) max(28px, calc((100vw - 1160px) / 2 + 20px)) 108px;
  overflow: hidden;
  background: #fffaf3;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("images/top-class-group-night-painting-clean.jpg?v=20260608-01");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  opacity: 0.95;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.92) 28%, rgba(255, 250, 243, 0.58) 48%, rgba(255, 250, 243, 0.12) 68%, rgba(255, 250, 243, 0) 100%),
    linear-gradient(180deg, rgba(255, 250, 243, 0.84) 0%, rgba(255, 250, 243, 0.18) 34%, rgba(255, 250, 243, 0) 64%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 370px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.hero-media,
.hero-main-photo,
.hero-paint-detail,
.mobile-hero-workshop-photo,
.hero-photo-badge,
.hero-stats,
.hero .eyebrow,
.mobile-hero-brand,
.mobile-paint-swatch-strip,
.palette-note {
  display: none !important;
}

.desktop-hero-title,
.mobile-hero-title {
  display: grid;
  gap: 10px;
}

.mobile-hero-title {
  display: none !important;
}

.desktop-hero-title span,
.mobile-hero-title span,
.desktop-hero-title span:nth-child(1),
.desktop-hero-title span:nth-child(2),
.desktop-hero-title span:nth-child(3),
.mobile-hero-title span:nth-child(1),
.mobile-hero-title span:nth-child(2),
.mobile-hero-title span:nth-child(3) {
  color: var(--purple) !important;
}

h1 {
  max-width: 7ch;
  margin: 0 0 28px;
  font-size: clamp(5.4rem, 9.2vw, 8rem);
  line-height: 0.78;
}

.hero-text {
  max-width: 18ch;
  margin: 0 0 28px;
  color: var(--purple);
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  font-weight: 600;
  line-height: 1.45;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 310px;
  margin: 0;
}

.hero-actions .button {
  min-height: 58px;
  border-radius: 8px;
  letter-spacing: 0;
}

.hero-actions .button-primary {
  justify-content: space-between;
  padding-inline: 24px;
  background: linear-gradient(90deg, #3a0f59, #602178);
  box-shadow: 0 12px 24px rgba(58, 15, 89, 0.18);
}

.hero-actions .button-secondary {
  justify-content: flex-start;
  width: fit-content;
  min-height: auto;
  padding: 2px 0 6px;
  border: 0;
  border-bottom: 2px solid rgba(58, 37, 62, 0.26);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--purple);
  text-transform: none;
}

.hero-actions .button-secondary:hover {
  background: transparent;
  color: var(--coral);
}

.quick-info {
  position: relative;
  z-index: 5;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: min(1060px, calc(100% - 42px));
  margin: -72px auto 42px;
  padding: 28px 24px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.94);
  box-shadow: 0 22px 54px rgba(58, 37, 62, 0.13);
}

.quick-info .info-card {
  min-width: 0;
  padding: 0 28px;
  border-right: 1px dashed rgba(58, 37, 62, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.quick-info .info-card:nth-of-type(3) {
  border-right: 0;
}

.quick-info .info-card:nth-of-type(n+4) {
  display: none !important;
}

.quick-info .info-icon {
  display: block;
  margin: 0 0 12px;
  color: #e94f97;
  font-size: 2.5rem;
  line-height: 1;
}

.quick-info .info-card:nth-of-type(2) .info-icon {
  color: #28aeb9;
}

.quick-info .info-card:nth-of-type(3) .info-icon {
  color: var(--purple);
}

.quick-info .info-card h3 {
  margin: 0 0 8px;
  color: var(--purple);
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.quick-info .info-card p {
  max-width: 20ch;
  margin: 0 auto;
  color: rgba(58, 37, 62, 0.82);
  font-size: 0.86rem;
  line-height: 1.45;
}

#classes {
  padding-top: 0;
}

#classes .section-heading {
  grid-template-columns: 1fr auto;
  align-items: end;
}

#classes .section-heading .eyebrow,
#classes .section-heading p:not(.eyebrow) {
  display: none;
}

#classes .section-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
}

#classes .section-heading .text-link {
  align-self: center;
  color: var(--purple);
  font-weight: 800;
}

.event-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-card:nth-child(n+4) {
  display: none;
}

.event-image-wrap img {
  aspect-ratio: 2.15 / 1;
}

.date-card,
.event-details div:nth-child(3),
.event-details div:nth-child(4),
.book-class-button {
  display: none;
}

.event-content {
  padding: 14px 18px 16px;
}

.event-details {
  display: flex;
  gap: 18px;
  margin-top: 10px;
}

.event-details div {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.event-details dt {
  width: 0;
  height: 0;
  overflow: hidden;
}

@media (max-width: 619px) {
  .site-header {
    position: absolute;
    z-index: 100;
    min-height: 150px;
    pointer-events: none;
  }

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

  .site-header::first-line {
    font-family: "Pacifico", cursive;
    font-size: 2.85rem;
    font-weight: 400;
    line-height: 0.88;
  }

  .site-header::after {
    content: none;
  }

  .nav-shell {
    position: relative;
    min-height: 82px;
    padding: 24px 26px 0;
    max-width: none;
  }

  .brand {
    position: absolute;
    top: 22px;
    left: 28px;
    z-index: 110;
    display: flex !important;
    gap: 10px;
    max-width: calc(100vw - 104px);
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }

  .brand > span {
    display: block !important;
  }

  .brand-mark {
    display: block !important;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border: 3px solid var(--purple);
    border-radius: 50%;
    object-fit: contain;
  }

  .brand-name {
    font-size: clamp(2.25rem, 10.2vw, 2.9rem);
    line-height: 0.86;
    white-space: nowrap;
  }

  .brand-tagline {
    font-size: clamp(0.78rem, 3.5vw, 0.94rem);
    font-weight: 800;
    white-space: nowrap;
  }

  .nav-toggle {
    position: absolute;
    top: 28px;
    right: 24px;
    z-index: 103;
    pointer-events: auto;
  }

  .header-paint-swatch-strip {
    top: 118px;
    left: 38px;
    z-index: 101;
    display: grid !important;
    grid-template-columns: repeat(5, 30px);
    gap: 12px;
  }

  .header-paint-swatch-strip span::before {
    height: 11px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 845px;
    padding: 188px 38px 118px;
  }

  .hero::before {
    background-size: cover;
    background-position: 62% center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 250, 243, 0.92) 39%, rgba(255, 250, 243, 0.48) 61%, rgba(255, 250, 243, 0.03) 100%),
      linear-gradient(180deg, rgba(255, 250, 243, 0.72) 0%, rgba(255, 250, 243, 0.05) 52%, rgba(255, 250, 243, 0) 100%);
  }

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

  .desktop-hero-title {
    display: none !important;
  }

  .mobile-hero-title {
    display: grid !important;
  }

  h1 {
    margin-bottom: 28px;
    font-size: clamp(4.8rem, 18vw, 6.25rem);
  }

  .hero-text {
    max-width: 16ch;
    margin-bottom: 28px;
    font-size: 1rem;
  }

  .hero-actions {
    max-width: 250px;
  }

  .hero-actions .button-primary {
    min-height: 58px;
  }

  .quick-info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: calc(100% - 32px);
    margin-top: -66px;
    padding: 24px 4px;
    border-radius: 12px;
  }

  .quick-info .info-card {
    padding: 0 10px;
  }

  .quick-info .info-icon {
    font-size: 2.1rem;
  }

  .quick-info .info-card h3 {
    font-size: 0.9rem;
  }

  .quick-info .info-card p {
    font-size: 0.72rem;
  }

  #classes .section-heading {
    grid-template-columns: 1fr auto;
    padding-inline: 18px;
  }

  #classes .section-heading h2 {
    font-size: clamp(2rem, 8vw, 2.7rem);
  }

  .event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    gap: 16px;
    overflow-x: auto;
    padding: 0 18px 10px;
    scroll-snap-type: x proximity;
  }

  .event-card {
    scroll-snap-align: start;
  }
}

/* Size and alignment tuning requested 2026-06-05. */
.hero {
  justify-items: start;
}

.hero-copy {
  justify-self: start;
}

@media (max-width: 619px) {
  .nav-shell {
    min-height: 76px;
    padding: 20px 22px 0;
  }

  .brand {
    top: 18px;
    left: 24px;
    gap: 8px;
    max-width: calc(100vw - 96px);
  }

  .brand-mark {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }

  .brand-name {
    font-size: clamp(2rem, 9.2vw, 2.62rem);
    line-height: 0.88;
  }

  .brand-tagline {
    font-size: clamp(0.72rem, 3.2vw, 0.88rem);
  }

  .nav-toggle {
    top: 24px;
    right: 20px;
    width: 38px;
    height: 34px;
  }

  .nav-toggle span {
    width: 32px;
    height: 3px;
  }

  .header-paint-swatch-strip {
    top: 106px;
    left: 34px;
    grid-template-columns: repeat(5, 28px);
    gap: 10px;
  }

  .hero {
    display: block;
    align-items: start;
    justify-items: start;
    min-height: 805px;
    padding: 172px 32px 104px;
  }

  .hero-copy {
    justify-self: start;
    margin: 0;
    max-width: 248px;
  }

  h1 {
    margin-bottom: 22px;
    max-width: 6.5ch;
    font-size: clamp(4.15rem, 16.3vw, 5.55rem);
    line-height: 0.8;
  }

  .desktop-hero-title,
  .mobile-hero-title {
    gap: 8px;
  }

  .hero-text {
    max-width: 17ch;
    margin-bottom: 22px;
    font-size: 0.94rem;
    line-height: 1.4;
  }

  .hero-actions {
    max-width: 232px;
    gap: 10px;
  }

  .hero-actions .button {
    min-height: 52px;
    font-size: 0.82rem;
  }

  .hero-actions .button-primary {
    min-height: 52px;
    padding-inline: 20px;
  }

  .quick-info {
    max-width: calc(100% - 28px);
    margin-top: -56px;
    margin-bottom: 34px;
    padding: 20px 2px;
  }

  .quick-info .info-card {
    padding: 0 8px;
  }

  .quick-info .info-icon {
    margin-bottom: 8px;
    font-size: 1.85rem;
  }

  .quick-info .info-card h3 {
    margin-bottom: 6px;
    font-size: 0.82rem;
  }

  .quick-info .info-card p {
    font-size: 0.68rem;
    line-height: 1.3;
  }
}

/* Local preview update 2026-06-08: keep the group photo on the right with faces visible. */
.hero::before {
  background-image: url("images/top-class-group-night-painting-clean.jpg?v=20260608-01");
  background-size: min(74vw, 1080px) auto;
  background-position: right center;
  opacity: 1;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.97) 0%, rgba(255, 250, 243, 0.84) 26%, rgba(255, 250, 243, 0.35) 48%, rgba(255, 250, 243, 0.04) 68%, rgba(255, 250, 243, 0) 100%),
    linear-gradient(180deg, rgba(255, 250, 243, 0.54) 0%, rgba(255, 250, 243, 0.08) 36%, rgba(255, 250, 243, 0) 64%);
}

@media (max-width: 619px) {
  .hero::before {
    background-size: 74% auto;
    background-position: right 210px;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.86) 40%, rgba(255, 250, 243, 0.34) 63%, rgba(255, 250, 243, 0.02) 100%),
      linear-gradient(180deg, rgba(255, 250, 243, 0.48) 0%, rgba(255, 250, 243, 0.08) 58%, rgba(255, 250, 243, 0) 100%);
  }
}

/* Mobile boutique-style first view requested 2026-06-08. */
@media (max-width: 619px) {
  .site-header {
    min-height: 96px;
  }

  .nav-shell {
    min-height: 76px;
    padding: 18px 22px 0;
  }

  .brand {
    top: 18px;
    left: 22px;
  }

  .brand-mark {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-width: 2px;
  }

  .brand-name {
    font-size: clamp(1.9rem, 8.8vw, 2.42rem);
  }

  .brand-tagline {
    font-size: clamp(0.7rem, 3.1vw, 0.84rem);
  }

  .nav-toggle {
    top: 22px;
    right: 18px;
  }

  .header-paint-swatch-strip,
  .mobile-paint-swatch-strip,
  .palette-note,
  .hero-actions .button-secondary,
  .mobile-hero-socials,
  .hero-stats {
    display: none !important;
  }

  .hero {
    min-height: 100svh;
    padding: 96px 22px 30px;
    background:
      linear-gradient(180deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.94) 100%);
  }

  .hero::before,
  .hero::after {
    content: none;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    min-height: calc(100svh - 142px);
  }

  h1 {
    order: 1;
    max-width: 6.2ch;
    margin: 0 0 12px;
    font-size: clamp(3.45rem, 14.2vw, 4.55rem);
    line-height: 0.82;
    align-self: flex-start;
  }

  .mobile-hero-title {
    gap: 7px;
  }

  .mobile-hero-workshop-photo {
    order: 2;
    display: block !important;
    width: 100%;
    height: clamp(220px, 35svh, 300px);
    min-height: 0;
    margin: 0 0 14px;
    border-radius: 22px;
    clip-path: none;
    box-shadow: 0 18px 42px rgba(58, 37, 62, 0.14);
    filter: saturate(1.03) contrast(1.02);
    object-fit: cover;
    object-position: 48% 47%;
  }

  .hero-text {
    order: 3;
    max-width: 22ch;
    margin: 0 0 14px;
    color: rgba(58, 37, 62, 0.9);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.42;
    align-self: flex-start;
  }

  .hero-actions {
    order: 4;
    max-width: none;
    gap: 0;
    margin: 0;
    align-self: stretch;
  }

  .hero-actions .button-primary {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    border-radius: 10px;
    font-size: 0.86rem;
    box-shadow: 0 14px 26px rgba(58, 15, 89, 0.18);
  }

  .quick-info {
    margin-top: 26px;
  }
}

/* Subtle brand-color accent moved below the hero, requested 2026-06-08. */
.header-paint-swatch-strip,
.mobile-paint-swatch-strip,
.palette-note {
  display: none !important;
}

.quick-info::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: min(420px, calc(100% - 56px));
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e94f97 0 18%, #f7c94c 18% 36%, #6ac7c2 36% 54%, #168ccc 54% 72%, #9b63c9 72% 100%);
  opacity: 0.72;
  transform: translateX(-50%);
}

@media (max-width: 619px) {
  .quick-info::before {
    top: -14px;
    width: min(260px, calc(100% - 72px));
    height: 4px;
    opacity: 0.62;
  }
}

/* Reference-style homepage direction requested 2026-06-08. */
body {
  background: #fffaf5;
}

#about-details,
.steps-section {
  display: none;
}

.script-kicker {
  color: #b95088;
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signature {
  color: var(--purple);
  font-family: "Allura", "Pacifico", cursive;
  font-weight: 700;
  letter-spacing: 0;
}

.site-header {
  position: absolute;
  background: rgba(255, 250, 245, 0.92);
}

.nav-shell {
  max-width: 1180px;
  min-height: 78px;
}

@media (min-width: 820px) {
  .nav-menu,
  .nav-actions {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .nav-menu {
    gap: 26px;
    margin-left: auto;
  }

  .nav-menu a:first-child {
    display: none;
  }

  .nav-actions {
    margin-left: 20px;
  }

  .language-toggle {
    display: none;
  }

  .header-reserve {
    display: inline-flex;
    min-height: 46px;
    border-radius: 10px;
  }
}

@media (min-width: 620px) {
  .brand-mark {
    width: 62px;
    height: 62px;
  }

  .brand-name {
    font-size: clamp(2.25rem, 3.6vw, 3.1rem);
    color: var(--purple) !important;
  }

  .brand-tagline {
    color: var(--purple) !important;
    font-size: 1.02rem;
    font-weight: 800;
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(250px, 36%) minmax(0, 64%);
    min-height: 760px;
    padding: 116px max(28px, calc((100vw - 1180px) / 2 + 20px)) 42px;
    background: #fffaf5;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 78px 0 0 33%;
    z-index: 0;
    background-image: url("images/top-class-group-night-painting-clean.jpg?v=20260608-01");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
    opacity: 1;
  }

  .hero::after {
    content: "";
    position: absolute;
    inset: 78px 0 0 0;
    z-index: 1;
    background:
      linear-gradient(90deg, #fffaf5 0%, rgba(255, 250, 245, 0.96) 24%, rgba(255, 250, 245, 0.62) 42%, rgba(255, 250, 245, 0.06) 68%, rgba(255, 250, 245, 0) 100%),
      linear-gradient(180deg, rgba(255, 250, 245, 0.2) 0%, rgba(255, 250, 245, 0) 55%, #fffaf5 100%);
  }

  .hero-copy {
    z-index: 2;
    max-width: 330px;
    margin: 0;
    padding-top: 38px;
  }

  .desktop-hero-title {
    gap: 8px;
  }

  h1 {
    max-width: 6ch;
    margin-bottom: 18px;
    font-size: clamp(4.6rem, 7vw, 7rem);
    line-height: 0.82;
  }

  .hero-copy::after {
    content: "";
    display: block;
    width: 248px;
    height: 12px;
    margin: 12px 0 26px;
    border-radius: 999px;
    background:
      radial-gradient(ellipse at center, #e94f97 0 56%, transparent 58%) 0 0 / 38px 12px no-repeat,
      radial-gradient(ellipse at center, #f06a35 0 56%, transparent 58%) 52px 0 / 38px 12px no-repeat,
      radial-gradient(ellipse at center, #f7c94c 0 56%, transparent 58%) 104px 0 / 38px 12px no-repeat,
      radial-gradient(ellipse at center, #6ac7c2 0 56%, transparent 58%) 156px 0 / 38px 12px no-repeat,
      radial-gradient(ellipse at center, #9b63c9 0 56%, transparent 58%) 208px 0 / 38px 12px no-repeat;
  }

  .hero-text {
    max-width: 23ch;
    margin-bottom: 24px;
    color: var(--purple);
    font-size: 1.06rem;
    font-weight: 800;
  }

  .hero-actions {
    max-width: 300px;
    gap: 16px;
  }

  .hero-actions .button-primary {
    min-height: 58px;
    border-radius: 10px;
  }

  .hero-actions .button-secondary {
    display: inline-flex;
    min-height: auto;
    color: var(--purple);
    font-weight: 800;
  }

  .hero-media,
  .hero-main-photo,
  .hero-paint-detail {
    display: none !important;
  }

  .hero::marker {
    content: none;
  }

  .hero .hero-copy::before {
    content: "Real guests. Real paintings.";
    position: absolute;
    left: calc(100vw - max(42px, calc((100vw - 1180px) / 2 + 20px)) - 350px);
    bottom: 34px;
    width: 320px;
    color: var(--purple);
    font-family: "Allura", "Pacifico", cursive;
    font-size: 1.95rem;
    line-height: 1;
    opacity: 0.86;
  }
}

.home-instructor {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(320px, 1.22fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
  max-width: none;
  padding: clamp(44px, 7vw, 76px) max(24px, calc((100vw - 1180px) / 2 + 20px));
  background: #fffaf5;
}

.home-instructor-copy {
  max-width: 360px;
}

.home-instructor .script-kicker {
  margin: 0 0 12px;
}

.home-instructor h2 {
  margin: 0 0 18px;
  color: var(--purple);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 800;
}

.home-instructor-copy p:not(.script-kicker):not(.signature):not(.host-language-note) {
  color: rgba(31, 24, 48, 0.9);
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.7;
}

.signature {
  margin: 22px 0 0;
  font-size: 2rem;
  text-align: left;
}

.home-instructor-photo {
  position: relative;
  min-height: 310px;
}

.home-instructor-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -1px;
  z-index: 1;
  width: 42%;
  background: linear-gradient(90deg, #fffaf5 0%, rgba(255, 250, 245, 0.7) 42%, rgba(255, 250, 245, 0) 100%);
  pointer-events: none;
}

.home-instructor-photo img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: 55% 48%;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 24px 70px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.experience-heading {
  grid-column: 1 / -1;
  text-align: center;
}

.experience-heading .script-kicker {
  margin: 0 0 4px;
}

.experience-heading h2 {
  margin: 0 0 8px;
  color: var(--purple);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 3.3vw, 2.6rem);
  font-weight: 800;
}

.experience-heading p {
  margin: 0 auto 22px;
  max-width: 48ch;
  color: rgba(31, 24, 48, 0.78);
  font-weight: 500;
}

.quick-info::before {
  content: none;
}

.quick-info .info-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.quick-info .info-card::before {
  content: "";
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  margin-bottom: 4px;
  border-radius: 8px;
  background-image: url("images/gallery-woman-sunset-class.jpg?v=20260525-01");
  background-size: cover;
  background-position: center;
}

.quick-info .info-card:nth-of-type(2)::before {
  background-image: url("images/paint-supplies-hero.jpg?v=20260523-18");
}

.quick-info .info-card:nth-of-type(3)::before {
  background-image: url("images/class-group-blue-paintings.jpg");
}

.quick-info .info-card:nth-of-type(n+5) {
  display: none !important;
}

.quick-info .info-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 50%;
  background: #f5a1c8;
  color: white;
  font-size: 1.55rem;
}

.quick-info .info-card:nth-of-type(2) .info-icon {
  background: #f19a5b;
  color: white;
}

.quick-info .info-card:nth-of-type(3) .info-icon {
  background: #6ac7c2;
  color: white;
}

.quick-info .info-icon {
  grid-row: 2 / span 2;
}

.quick-info .info-card h3 {
  grid-column: 2;
  margin: 2px 0 5px;
  color: var(--purple);
  font-size: 1.25rem;
  line-height: 1.2;
}

.quick-info .info-card p {
  grid-column: 2;
  max-width: 26ch;
  margin: 0;
  color: rgba(31, 24, 48, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 819px) {
  .home-instructor {
    grid-template-columns: 1fr;
  }

  .home-instructor-photo {
    order: -1;
  }

  .quick-info {
    grid-template-columns: 1fr;
  }
}

/* Boutique icon treatment inspired by the concept mockup, requested 2026-06-08. */
.quick-info {
  gap: clamp(18px, 3vw, 34px);
}

.quick-info .info-card {
  justify-items: center;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 26px 22px 28px;
  border-radius: 14px;
  background: rgba(255, 250, 245, 0.72);
  text-align: center;
}

.quick-info .info-card::before {
  content: none;
}

.quick-info .info-icon,
.quick-info .info-card:nth-of-type(2) .info-icon,
.quick-info .info-card:nth-of-type(3) .info-icon {
  grid-column: 1;
  grid-row: auto;
  width: 86px;
  height: 86px;
  margin: 0 0 18px;
  color: #fff;
}

.quick-info .info-icon {
  background: #e979b1;
}

.quick-info .info-card:nth-of-type(2) .info-icon {
  background: #f19a5b;
}

.quick-info .info-card:nth-of-type(3) .info-icon {
  background: #69c9c3;
}

.quick-info .info-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-info .info-icon .color-brush-icon {
  width: 58px;
  height: 58px;
  overflow: visible;
  fill: initial;
  stroke: none;
}

.color-brush-icon .brush-handle {
  fill: #35145f;
  stroke: #241044;
  stroke-width: 2;
  stroke-linejoin: round;
}

.color-brush-icon .brush-ferrule {
  fill: #f4f0f7;
  stroke: #35145f;
  stroke-width: 2;
  stroke-linejoin: round;
}

.color-brush-icon .brush-bristles {
  fill: url("#brush-rainbow");
  stroke: #35145f;
  stroke-width: 2.5;
  stroke-linejoin: round;
}

.quick-info .info-icon .art-canvas-icon {
  width: 52px;
  height: 52px;
  stroke-width: 1.8;
}

.quick-info .info-icon .paint-palette-icon {
  width: 58px;
  height: 58px;
  overflow: visible;
  fill: initial;
  stroke: none;
}

.paint-palette-icon .palette-body {
  fill: #fffaf5;
  stroke: #35145f;
  stroke-width: 3;
  stroke-linejoin: round;
}

.paint-palette-icon .palette-paint {
  stroke: #35145f;
  stroke-width: 1.5;
}

.paint-palette-icon .palette-pink {
  fill: #e94f97;
}

.paint-palette-icon .palette-yellow {
  fill: #f7c94c;
}

.paint-palette-icon .palette-teal {
  fill: #6ac7c2;
}

.paint-palette-icon .palette-blue {
  fill: #168ccc;
}

.paint-palette-icon .palette-thumb {
  fill: #e979b1;
  stroke: #35145f;
  stroke-width: 2;
}

.quick-info .info-card h3 {
  grid-column: 1;
  margin: 0 0 12px;
  max-width: 13ch;
  color: var(--purple);
  font-size: 1.26rem;
  text-align: center;
}

.quick-info .info-card p {
  grid-column: 1;
  max-width: 23ch;
  margin: 0 auto;
  color: rgba(31, 24, 48, 0.76);
  text-align: center;
}

.quick-info .info-card + .info-card {
  position: relative;
}

.quick-info .info-card + .info-card::after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 38px;
  left: -14px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(58, 37, 62, 0.16), transparent);
}

@media (max-width: 619px) {
  .quick-info {
    gap: 0;
    padding: 42px 22px 50px;
    border-radius: 0;
  }

  .quick-info .info-card {
    display: grid;
    grid-template-columns: 76px 1fr;
    justify-items: start;
    gap: 4px 16px;
    padding: 22px 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
  }

  .quick-info .info-card + .info-card {
    border-top: 1px solid rgba(58, 37, 62, 0.08);
  }

  .quick-info .info-card + .info-card::after {
    content: none;
  }

  .quick-info .info-card > .info-icon,
  .quick-info .info-card:nth-of-type(2) > .info-icon,
  .quick-info .info-card:nth-of-type(3) > .info-icon {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 62px;
    height: 62px;
    margin: 0;
  }

  .quick-info .info-icon svg {
    width: 34px;
    height: 34px;
  }

  .quick-info .info-icon .color-brush-icon {
    width: 48px;
    height: 48px;
  }

  .quick-info .info-icon .art-canvas-icon {
    width: 38px;
    height: 38px;
  }

  .quick-info .info-icon .paint-palette-icon {
    width: 50px;
    height: 50px;
  }

  .quick-info .info-card > h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    max-width: none;
    margin: 4px 0 5px !important;
    font-size: 1.08rem;
    text-align: left !important;
  }

  .quick-info .info-card > p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    max-width: 30ch !important;
    margin: 0 !important;
    font-size: 0.9rem;
    line-height: 1.46;
    text-align: left !important;
  }
}

@media (max-width: 619px) {
  .site-header {
    background: transparent;
  }

  .home-instructor {
    padding: 44px 22px 48px;
  }

  .home-instructor-photo img {
    min-height: 260px;
    border-radius: 18px;
    object-position: 58% 48%;
  }

  .home-instructor-photo::before {
    content: none;
  }

  .quick-info {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 22px 50px;
  }

  .quick-info .info-card {
    grid-template-columns: 46px 1fr;
    gap: 10px 14px;
    align-items: start;
  }

  .quick-info .info-card::before {
    aspect-ratio: 2.15 / 1;
    margin-bottom: 2px;
    border-radius: 12px;
  }

  .quick-info .info-icon {
    width: 46px;
    height: 46px;
    font-size: 1.35rem;
  }

  .quick-info .info-card h3 {
    margin: 1px 0 4px;
    font-size: 1.05rem;
  }

  .quick-info .info-card p {
    max-width: none;
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .experience-heading p {
    margin-bottom: 14px;
  }
}

/* Final mobile readability pass for the Experience cards. */
@media (max-width: 619px) {
  .quick-info .info-card > .info-icon {
    grid-column: 1 !important;
    grid-row: 2 / span 2 !important;
    justify-self: start !important;
    align-self: start !important;
  }

  .quick-info .info-card > h3 {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    align-self: start !important;
    width: auto;
    max-width: none;
    margin: 0 0 4px !important;
    text-align: left !important;
  }

  .quick-info .info-card > p {
    grid-column: 2 !important;
    grid-row: 3 !important;
    justify-self: start !important;
    align-self: start !important;
    width: auto;
    max-width: 30ch !important;
    margin: 0 !important;
    text-align: left !important;
  }
}

/* Keep the final mobile Experience card layout consistent after all legacy overrides. */
@media (max-width: 619px) {
  .quick-info .info-card {
    grid-template-columns: 62px 1fr !important;
    grid-template-rows: auto auto !important;
    grid-template-areas:
      "icon title"
      "icon text" !important;
    align-items: center !important;
    column-gap: 18px !important;
  }

  .quick-info .info-card > .info-icon {
    grid-area: icon !important;
    align-self: center !important;
  }

  .quick-info .info-card > h3 {
    grid-area: title !important;
    align-self: end !important;
  }

  .quick-info .info-card > p {
    grid-area: text !important;
    align-self: start !important;
  }
}

/* Balance the mobile hero headline without changing the overall direction. */
@media (max-width: 619px) {
  .hero h1 {
    width: 100%;
    max-width: none;
    margin-bottom: 14px;
    font-size: clamp(3.15rem, 12.8vw, 4.15rem);
    line-height: 0.88;
  }

  .hero .mobile-hero-title {
    gap: 4px;
  }

  .hero h1::after {
    content: "";
    display: block;
    width: min(150px, 40vw);
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e979b1, rgba(233, 121, 177, 0.18));
    transform: rotate(-1deg);
  }
}

/* Unified Experience icons and tighter mobile hero, requested 2026-06-08. */
.quick-info .info-icon,
.quick-info .info-card:nth-of-type(2) .info-icon,
.quick-info .info-card:nth-of-type(3) .info-icon {
  width: 74px;
  height: 74px;
  border: 1.5px solid rgba(58, 37, 62, 0.2);
  border-radius: 50%;
  background: transparent;
  color: var(--purple);
}

.quick-info .info-icon svg,
.quick-info .info-icon .art-canvas-icon {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-info .info-card:nth-of-type(2) .info-icon {
  color: #72982f;
  border-color: rgba(114, 152, 47, 0.28);
}

.quick-info .experience-paint .info-icon,
.quick-info .experience-create .info-icon {
  color: var(--purple);
  border-color: rgba(58, 37, 62, 0.2);
}

.quick-info .experience-sip .info-icon {
  color: #72982f;
  border-color: rgba(114, 152, 47, 0.28);
}

@media (max-width: 619px) {
  .quick-info .info-card > .info-icon,
  .quick-info .info-card:nth-of-type(2) > .info-icon,
  .quick-info .info-card:nth-of-type(3) > .info-icon {
    width: 58px;
    height: 58px;
  }

  .quick-info .info-icon svg,
  .quick-info .info-icon .art-canvas-icon {
    width: 32px;
    height: 32px;
  }

  .hero h1 {
    margin-bottom: 4px;
    font-size: clamp(2.82rem, 11.45vw, 3.72rem);
    line-height: 0.86;
  }

  .hero .mobile-hero-title {
    gap: 2px;
  }

  .hero h1::after {
    content: none;
  }

  .mobile-hero-workshop-photo {
    margin-top: -4px;
  }
}

/* Keep two current sessions balanced and clearly mark the private event. */
#classes .event-grid {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
  max-width: 780px;
  margin-inline: auto;
}

#classes .event-image-wrap {
  background: #faf6f2;
}

#classes .event-image-wrap img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
}

.private-session-card {
  border-color: rgba(114, 152, 47, 0.28);
}

.private-session-card .availability-note {
  color: #678b2b;
}

@media (max-width: 619px) {
  #classes .event-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-inline: auto;
    overflow: visible;
    padding: 0;
  }

  #classes .event-card {
    width: 100%;
    min-height: 0;
  }
}

/* Booking-focused schedule and swipeable Past Events gallery. */
#classes {
  padding-block: clamp(48px, 7vw, 84px);
}

#classes .section-heading {
  display: block;
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

#classes .section-heading .eyebrow,
#classes .section-heading p:not(.eyebrow) {
  display: block;
}

#classes .section-heading .text-link {
  display: inline-flex;
}

#classes .event-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: min(100%, 880px);
  max-width: 880px;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
}

#classes .event-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
}

#classes .event-card[hidden] {
  display: none;
}

#classes .event-image-wrap {
  min-height: 100%;
}

#classes .event-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: auto;
  object-fit: cover;
}

#classes .event-content {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 4vw, 42px);
}

#classes .event-content h3 {
  display: flex;
  min-height: 0;
  margin: 0 0 10px;
  color: var(--purple);
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  line-height: 1;
}

#classes .event-content h3::after {
  content: none;
}

#classes .availability-note {
  width: fit-content;
  border-radius: 999px;
  background: rgba(233, 121, 177, 0.12);
  padding: 5px 9px;
  color: #a73f75;
  font-family: "Poppins", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.3;
}

#classes .availability-note[hidden] {
  display: none !important;
}

#classes .availability-note.urgent-availability {
  background: rgba(206, 72, 91, 0.16);
  color: #b12642;
}

#classes .event-description {
  display: block;
  max-width: 48ch;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

#classes .event-details {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0 0 24px;
}

#classes .event-details div,
#classes .event-details div:nth-child(3),
#classes .event-details div:nth-child(4) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px;
  align-items: baseline;
}

#classes .event-details dt {
  width: auto;
  height: auto;
  overflow: visible;
  color: var(--pink);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

#classes .event-details dt::before {
  content: none;
}

#classes .event-details dd {
  color: var(--purple);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
}

#classes .book-class-button {
  display: inline-flex;
  width: auto;
  min-height: 48px;
  justify-content: center;
  margin-top: auto;
  border: 1px solid var(--purple);
  background: var(--purple);
  color: #fff;
  padding: 12px 22px;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 700;
}

#classes .book-class-button::after {
  content: "→";
  margin-left: 10px;
}

#classes .private-session-card .availability-note {
  background: rgba(114, 152, 47, 0.13);
  color: #587922;
}

.private-event-status {
  width: 100%;
  margin: auto 0 0;
  border: 1px solid rgba(114, 152, 47, 0.28);
  border-radius: 6px;
  background: rgba(114, 152, 47, 0.08);
  color: #587922 !important;
  padding: 12px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

#gallery {
  overflow: hidden;
}

#gallery .gallery-grid {
  display: flex;
  gap: 14px;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  overflow-x: auto;
  padding: 4px max(18px, calc((100vw - 1180px) / 2)) 22px;
  scroll-padding-inline: max(18px, calc((100vw - 1180px) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

#gallery .gallery-grid img {
  flex: 0 0 clamp(240px, 31vw, 390px);
  width: clamp(240px, 31vw, 390px);
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  scroll-snap-align: start;
}

@media (max-width: 619px) {
  #classes .section-heading {
    margin-bottom: 22px;
    text-align: left;
  }

  #classes .section-heading h2 {
    font-size: 2rem;
  }

  #classes .section-heading p:not(.eyebrow) {
    margin-top: 8px;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  #classes .event-card {
    grid-template-columns: 1fr;
  }

  #classes .event-image-wrap img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  #classes .event-content {
    padding: 20px;
  }

  #classes .event-content h3 {
    font-size: 1.75rem;
  }

  #classes .event-details {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  #classes .event-details div:nth-child(3),
  #classes .event-details div:nth-child(4) {
    display: none;
  }

  #classes .book-class-button {
    width: 100%;
  }

  #gallery .gallery-grid {
    gap: 12px;
    padding-inline: 18px;
    scroll-padding-inline: 18px;
  }

  #gallery .gallery-grid img {
    flex-basis: min(82vw, 330px);
    width: min(82vw, 330px);
  }
}

/* Keep the hero message together and simplify the final information sections. */
.hero h1 {
  margin-bottom: 10px;
}

.hero .hero-text {
  margin-top: 0;
}

.notes-grid {
  max-width: 980px;
  margin-inline: auto;
}

@media (min-width: 760px) {
  .notes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.instructor-closing {
  color: var(--muted);
}

.host-language-note {
  margin-top: 12px;
  color: rgba(31, 24, 48, 0.58);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.55;
}

html[lang="ja"] .host-language-note {
  display: none;
}

html[lang="ja"] .home-instructor-copy p[data-i18n="instructorIntro"] {
  white-space: pre-line;
}

@media (max-width: 619px) {
  .reservation-form {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 460px;
  }

  .reservation-form label,
  .reservation-form .full-field {
    grid-column: 1;
  }

  .reservation-form textarea {
    min-height: 112px;
  }
}

/* Public session pricing stays visible; private sessions retain their private label. */
#classes .event-details div:nth-child(4) {
  display: grid;
}

@media (max-width: 619px) {
  #classes .event-details div:nth-child(4) {
    display: grid;
  }
}

@media (max-width: 619px) {
  .hero-copy {
    display: flex;
    flex-direction: column;
  }

  .hero h1 {
    order: 4;
    margin-bottom: 8px;
  }

  .hero .hero-text {
    order: 5;
    margin: 0 0 14px;
  }

  .hero .mobile-hero-workshop-photo {
    order: 6;
  }

  .hero .hero-photo-badge {
    order: 7;
  }

  .hero .hero-actions {
    order: 8;
  }

  .hero .mobile-hero-socials {
    order: 9;
  }

  .hero .hero-stats {
    order: 10;
  }
}

/* Keep the language selector visible without opening the navigation menu. */
@media (max-width: 819px) {
  .top-language-toggle {
    position: absolute;
    top: 18px;
    right: 76px;
    z-index: 120;
    display: inline-flex;
    min-height: 36px;
    border: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.88);
    padding: 0 4px;
    pointer-events: auto;
  }

  .top-language-toggle .language-option {
    min-height: 34px;
    padding: 5px 4px;
    font-size: 0.7rem;
    pointer-events: auto;
  }

  .nav-actions .language-toggle {
    display: none;
  }
}

@media (max-width: 619px) {
  .nav-shell {
    min-height: 72px;
    padding-top: 12px;
  }

  .brand {
    top: 14px;
    left: 14px;
    gap: 6px;
    max-width: 166px;
  }

  .brand-mark {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-width: 2px;
  }

  .brand-name {
    font-size: 1.35rem;
    line-height: 0.95;
  }

  .brand-tagline {
    font-size: 0.62rem;
  }

  .nav-toggle {
    top: 14px;
    right: 14px;
    width: 46px;
    height: 46px;
    border-radius: 8px;
  }

  .top-language-toggle {
    top: 19px;
    right: 68px;
  }

  .mobile-hero-brand {
    max-width: calc(100% - 154px);
  }
}

@media (max-width: 380px) {
  .top-language-toggle {
    right: 62px;
  }

  .top-language-toggle .language-option {
    font-size: 0.64rem;
    padding-inline: 3px;
  }

  .mobile-hero-brand {
    max-width: calc(100% - 148px);
  }
}

/* Secondary headings stay clearly below the mobile hero in the visual hierarchy. */
@media (max-width: 619px) {
  .section-heading h2,
  #classes .section-heading h2,
  .notes-section .section-heading h2,
  .testimonials .section-heading h2,
  #gallery .section-heading h2,
  #faq .section-heading h2,
  .contact-section .section-heading h2 {
    font-size: clamp(1.38rem, 6.1vw, 1.68rem);
    font-weight: 450;
    line-height: 1.12;
  }

  .section-heading .eyebrow {
    font-size: 0.7rem;
    font-weight: 600;
  }
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-weight: 700;
}

.contact-methods span {
  color: var(--pink);
  font-size: 0.75rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.contact-actions .button {
  flex: 1 1 190px;
}

html[lang="ja"] #gallery .section-heading .eyebrow,
html[lang="ja"] .testimonials .section-heading .eyebrow,
html[lang="ja"] .notes-section .section-heading .eyebrow,
html[lang="ja"] .contact-section .section-heading .eyebrow {
  display: none;
}

html[lang="ja"] .reserve-section .eyebrow {
  text-transform: none;
}

html[lang="ja"] #gallery .section-heading p:not(.eyebrow) {
  white-space: pre-line;
}

@media (min-width: 820px) {
  .brand-name {
    white-space: nowrap;
  }

  .nav-actions .language-toggle {
    display: inline-flex;
    white-space: nowrap;
  }
}

/* Keep the mobile hero and host introduction visually connected. */
@media (max-width: 619px) {
  .hero {
    padding-bottom: 12px;
  }

  .home-instructor {
    padding-top: 28px;
  }
}

/* A prominent invitation for custom dates and painting requests below the schedule. */
.request-painting-section {
  padding-block: clamp(48px, 7vw, 76px);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.9) 0 3px, transparent 4px),
    radial-gradient(circle at 88% 80%, rgba(255, 255, 255, 0.75) 0 4px, transparent 5px),
    linear-gradient(135deg, #fce8ec 0%, #fff8f3 52%, #f5e9f6 100%);
}

.session-request-card {
  width: min(100%, 880px);
  margin: 0 auto;
  border: 1px solid rgba(218, 137, 154, 0.38);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  padding: clamp(30px, 5vw, 52px);
  text-align: center;
  box-shadow: 0 18px 50px rgba(65, 31, 78, 0.1);
}

.session-request-card .eyebrow {
  margin-bottom: 10px;
}

.session-request-card h2 {
  margin: 0 0 20px;
  color: var(--purple);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

.session-request-card .session-request-body {
  max-width: 62ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.85;
  white-space: pre-line;
}

.session-request-card .button {
  min-height: 52px;
  margin-top: 28px;
  padding: 14px 28px;
  box-shadow: 0 10px 24px rgba(65, 31, 78, 0.16);
  font-size: 0.9rem;
  white-space: nowrap;
}

.session-request-card .button::after {
  content: "→";
  margin-left: 10px;
}

.session-request-card .button:hover {
  box-shadow: 0 14px 30px rgba(65, 31, 78, 0.2);
}

@media (max-width: 619px) {
  .request-painting-section {
    padding-block: 38px;
  }

  .session-request-card {
    border-radius: 14px;
    padding: 26px 20px 22px;
  }

  .session-request-card h2 {
    margin-bottom: 16px;
    font-size: 1.65rem;
  }

  .session-request-card .session-request-body {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .session-request-card .button {
    width: 100%;
    min-height: 54px;
    margin-top: 24px;
    font-size: 0.92rem;
  }
}

/* Subtle Instagram link at the very bottom of the page. */
.site-footer .footer-socials {
  display: flex;
  grid-column: 1 / -1;
  justify-self: center;
  order: 4;
  margin-top: 8px;
}

.site-footer .footer-socials a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(65, 31, 78, 0.24);
  border-radius: 50%;
  color: rgba(65, 31, 78, 0.72);
  background: rgba(255, 255, 255, 0.38);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-footer .footer-socials a:hover {
  border-color: rgba(65, 31, 78, 0.44);
  background: rgba(238, 143, 155, 0.14);
  color: var(--purple);
  transform: translateY(-2px);
}

.site-footer .footer-socials svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* Keep the horizontal Coffee & Paint artwork fully visible on desktop. */
@media (min-width: 620px) {
  #classes .coffee-artwork-card .event-image-wrap {
    background: #fff8f6;
  }

  #classes .coffee-artwork-card .event-image-wrap img {
    object-fit: contain;
    padding: 16px;
  }
}

/* Keep the full Pink Sky Palms canvas visible at every screen size. */
#classes .full-artwork-card .event-image-wrap {
  background: #fff8f6;
}

#classes .full-artwork-card .event-image-wrap img {
  object-fit: contain;
  padding: 12px;
}

@media (max-width: 619px) {
  #classes .full-artwork-card .event-image-wrap img {
    aspect-ratio: 3 / 4;
    padding: 10px;
  }
}

/* Pinto Beetle paint-party hero refresh, requested 2026-07-13. */
:root {
  --hero-photo: url("images/pinto-beetle-hero-paint-party.jpg");
  --hero-cream: #f7efe4;
  --hero-olive: #d6dc8f;
  --hero-wood: #5a351e;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nav-shell {
  max-width: 1180px;
  min-height: 76px;
  padding: 18px 24px 0;
}

.brand-mark {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.brand-name,
.brand-tagline,
.nav-menu a,
.language-toggle,
.language-option {
  color: #fff !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
}

.brand-name {
  font-family: "Allura", "Pacifico", cursive;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
}

.brand-tagline {
  display: none;
}

.nav-menu {
  gap: clamp(18px, 2.5vw, 34px);
}

.nav-menu a {
  padding: 8px 0;
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-menu a:hover {
  background: transparent;
  color: var(--hero-olive) !important;
}

.header-reserve {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.header-reserve:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.hero {
  display: flex;
  align-items: center;
  max-width: none;
  min-height: 760px;
  margin: 0;
  padding: 138px max(28px, calc((100vw - 1180px) / 2 + 24px)) 92px;
  overflow: hidden;
  background-color: var(--hero-wood);
  background-image: var(--hero-photo);
  background-repeat: no-repeat;
  background-size: auto 118%;
  background-position: center top;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(28, 18, 12, 0.78) 0%, rgba(45, 27, 15, 0.58) 34%, rgba(38, 23, 14, 0.24) 62%, rgba(20, 13, 9, 0.2) 100%),
    linear-gradient(180deg, rgba(24, 16, 12, 0.28) 0%, rgba(24, 16, 12, 0.08) 42%, rgba(24, 16, 12, 0.34) 100%);
}

.hero::after {
  content: none;
}

.hero-copy {
  z-index: 2;
  width: min(100%, 520px);
  max-width: 520px;
  padding: 0;
  color: #fff;
  text-align: left;
}

.hero-copy::after {
  content: none !important;
}

.hero .eyebrow,
.mobile-hero-brand,
.mobile-paint-swatch-strip,
.palette-note,
.hero-media,
.hero-main-photo,
.hero-paint-detail,
.mobile-hero-workshop-photo,
.hero-photo-badge,
.hero-stats,
.hero-actions .button-secondary {
  display: none !important;
}

.desktop-hero-title {
  display: block;
}

.desktop-hero-title span,
.mobile-hero-title span,
.desktop-hero-title span:nth-child(1),
.desktop-hero-title span:nth-child(2),
.desktop-hero-title span:nth-child(3),
.mobile-hero-title span:nth-child(1),
.mobile-hero-title span:nth-child(2),
.mobile-hero-title span:nth-child(3) {
  color: #fff !important;
}

.hero h1 {
  max-width: none;
  margin: 0 0 18px;
  color: #fff;
  font-family: "Allura", "Pacifico", cursive;
  font-size: clamp(5.2rem, 6.7vw, 7rem);
  font-weight: 400;
  line-height: 0.82;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.28);
  white-space: nowrap;
}

.hero h1::after {
  content: "";
  display: block;
  width: min(275px, 72vw);
  height: 1px;
  margin: 20px 0 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
}

.hero-kicker {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.hero-text {
  max-width: 28ch;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  font-weight: 400;
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.hero-actions {
  display: flex;
  max-width: none;
  margin: 0;
}

.hero-actions .button-primary {
  min-width: 230px;
  min-height: 52px;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--hero-olive);
  color: #3a2a20;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  font-size: 0.93rem;
  font-weight: 500;
  text-transform: none;
}

.hero-actions .button-primary::after {
  content: "→";
  margin-left: 8px;
}

.hero-actions .button-primary:hover {
  background: #e4e8a2;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: none;
  margin: 0;
  padding: 0 max(24px, calc((100vw - 1180px) / 2 + 24px));
  border: 0;
  border-radius: 0;
  background: var(--hero-cream);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.64);
}

.experience-heading {
  display: none;
}

.quick-info .info-card,
.quick-info .info-card:nth-of-type(n+4) {
  display: grid !important;
}

.quick-info .info-card {
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: start;
  gap: 14px;
  min-height: 104px;
  padding: 22px clamp(14px, 2vw, 26px);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.quick-info .info-card + .info-card {
  border-left: 1px solid rgba(91, 66, 49, 0.16);
}

.quick-info .info-card + .info-card::after,
.quick-info .info-card::before {
  content: none;
}

.quick-info .info-icon,
.quick-info .info-card:nth-of-type(2) .info-icon,
.quick-info .info-card:nth-of-type(3) .info-icon,
.quick-info .info-card:nth-of-type(4) .info-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: #8a8d48;
  font-size: 2.3rem;
}

.quick-info .info-icon svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.55;
}

.quick-info .info-card h3 {
  grid-column: 2;
  margin: 0;
  max-width: none;
  color: #4a3428;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  white-space: normal;
}

.quick-info .info-card p {
  grid-column: 2;
  margin: 0;
  max-width: none;
  color: rgba(74, 52, 40, 0.78);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

@media (min-width: 820px) {
  .nav-menu,
  .nav-actions {
    display: flex;
    align-items: center;
  }

  .nav-menu a:first-child {
    display: inline-flex;
  }

  .nav-actions .language-toggle {
    display: inline-flex;
  }
}

@media (max-width: 819px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    background: rgba(40, 25, 16, 0.22);
  }

  .nav-toggle span {
    height: 2px;
    background: #fff;
  }

  .nav-menu.is-open {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(49, 31, 20, 0.94);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  }

  .quick-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-info .info-card:nth-of-type(3) {
    border-left: 0;
  }

  .quick-info .info-card:nth-of-type(n+3) {
    border-top: 1px solid rgba(91, 66, 49, 0.12);
  }
}

@media (max-width: 619px) {
  body {
    background: var(--hero-cream);
  }

  .site-header {
    min-height: 88px;
  }

  .nav-shell {
    min-height: 72px;
    padding: 14px 16px 0;
  }

  .brand {
    display: inline-flex;
  }

  .brand-mark {
    display: block;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }

  .brand > span {
    display: none !important;
  }

  .brand-name {
    font-size: 2rem;
  }

  .nav-actions {
    display: none !important;
  }

  .top-language-toggle {
    display: inline-flex;
    justify-self: end;
    margin-right: 56px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.8rem;
  }

  .language-option {
    padding: 5px 4px;
  }

  .nav-toggle {
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
  }

  .hero {
    display: flex;
    align-items: flex-start;
    min-height: min(100svh, 760px);
    padding: 360px 24px 36px;
    background-size: 100% auto;
    background-position: center 88px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(28, 18, 12, 0.08) 0%, rgba(28, 18, 12, 0.14) 30%, rgba(28, 18, 12, 0.92) 42%, rgba(28, 18, 12, 0.88) 100%),
      linear-gradient(90deg, rgba(28, 18, 12, 0.58) 0%, rgba(28, 18, 12, 0.34) 54%, rgba(28, 18, 12, 0.14) 100%);
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 330px;
    min-height: auto;
    margin: 0;
  }

  .desktop-hero-title {
    display: none !important;
  }

  .mobile-hero-title {
    display: block !important;
  }

  .hero h1 {
    order: 1;
    margin-bottom: 12px;
    font-size: clamp(4.3rem, 19vw, 5.8rem);
    line-height: 0.82;
  }

  .hero h1::after {
    width: 210px;
    margin-top: 14px;
  }

  .hero-kicker {
    order: 2;
    margin-bottom: 12px;
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }

  .hero-text {
    order: 3;
    max-width: 27ch;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .hero-actions {
    order: 4;
    width: min(100%, 280px);
  }

  .hero-actions .button-primary {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding-inline: 20px;
    font-size: 0.88rem;
  }

  .quick-info {
    grid-template-columns: 1fr;
    padding: 10px 24px 28px;
  }

  .quick-info .info-card {
    grid-template-columns: 58px 1fr;
    min-height: 0;
    padding: 18px 0;
    border-left: 0 !important;
  }

  .quick-info .info-card:nth-of-type(n+2) {
    border-top: 1px solid rgba(91, 66, 49, 0.12);
  }

  .quick-info .info-icon,
  .quick-info .info-card:nth-of-type(2) .info-icon,
  .quick-info .info-card:nth-of-type(3) .info-icon,
  .quick-info .info-card:nth-of-type(4) .info-icon {
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }

  .quick-info .info-icon svg {
    width: 34px;
    height: 34px;
  }

  .quick-info .info-card h3 {
    margin-top: 1px;
    font-size: 0.98rem;
  }

  .quick-info .info-card p {
    font-size: 0.82rem;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-top: 330px;
  }

  .hero h1 {
    font-size: 4rem;
  }
}

/* Boutique paint-party homepage refresh, requested 2026-07-14. */
:root {
  --pb-brown: #25130c;
  --pb-brown-soft: #5b3826;
  --pb-cream: #f7efe4;
  --pb-ivory: #fffaf2;
  --pb-lime: #dce78d;
  --pb-olive: #8d9147;
  --pb-ink: #34251d;
  --hero-photo: url("images/gallery-painting-table-moment.jpg?v=20260714-01");
}

body {
  background: var(--pb-ivory);
  color: var(--pb-ink);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  background: linear-gradient(180deg, rgba(24, 12, 7, 0.92), rgba(24, 12, 7, 0.62) 72%, transparent);
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.header-paint-swatch-strip {
  display: none !important;
}

.nav-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, auto) 1fr auto;
  gap: 20px;
  align-items: center;
  max-width: 1240px;
  min-height: 104px;
  padding: 18px 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.brand-mark {
  display: block;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

.brand > span {
  display: block !important;
}

.brand-name {
  color: #fff !important;
  font-family: "Allura", "Pacifico", cursive;
  font-size: clamp(2rem, 3.3vw, 2.75rem);
  line-height: 0.95;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.brand-tagline {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.82rem;
  font-weight: 500;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.top-language-toggle {
  position: absolute;
  top: 18px;
  left: 50%;
  display: inline-flex;
  gap: 9px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.82rem;
  transform: translateX(-50%);
}

.language-option,
.language-toggle {
  color: #fff !important;
  white-space: nowrap;
  word-break: keep-all;
}

.nav-menu {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
  margin-top: 30px;
}

.nav-menu a,
.nav-menu a:first-child {
  display: inline-flex;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.94) !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
}

.nav-menu a:hover {
  background: transparent;
  color: var(--pb-lime) !important;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.nav-actions .language-toggle {
  display: none !important;
}

.header-reserve {
  min-height: 44px;
  min-width: 122px;
  border: 0;
  border-radius: 999px;
  background: var(--pb-lime);
  color: #2d2316;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  font-size: 0.9rem;
  font-weight: 700;
}

.header-reserve:hover {
  background: #e8efa4;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  max-width: none;
  min-height: clamp(690px, 82svh, 840px);
  margin: 0;
  padding: 160px max(28px, calc((100vw - 1240px) / 2 + 28px)) 92px;
  overflow: hidden;
  background-color: var(--pb-brown);
  background-image: var(--hero-photo);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 44%;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(28, 14, 8, 0.88) 0%, rgba(38, 20, 12, 0.7) 34%, rgba(44, 26, 17, 0.28) 68%, rgba(32, 18, 11, 0.34) 100%),
    linear-gradient(180deg, rgba(20, 10, 6, 0.36) 0%, rgba(20, 10, 6, 0.04) 48%, rgba(20, 10, 6, 0.5) 100%);
}

.hero::after,
.hero-copy::after {
  content: none !important;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  max-width: 560px;
  color: #fff;
  text-align: left;
}

.hero .eyebrow,
.mobile-hero-brand,
.mobile-paint-swatch-strip,
.palette-note,
.hero-media,
.hero-main-photo,
.hero-paint-detail,
.mobile-hero-workshop-photo,
.hero-photo-badge,
.hero-stats,
.hero-actions .button-secondary {
  display: none !important;
}

.desktop-hero-title {
  display: block;
}

.mobile-hero-title {
  display: none !important;
}

.desktop-hero-title span,
.mobile-hero-title span {
  color: #fff !important;
}

.hero h1 {
  max-width: none;
  margin: 0 0 22px;
  color: #fff;
  font-family: "Allura", "Pacifico", cursive;
  font-size: clamp(5.8rem, 8vw, 8.4rem);
  font-weight: 400;
  line-height: 0.78;
  white-space: nowrap;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.36);
}

.hero h1::after {
  content: "";
  display: block;
  width: min(330px, 72vw);
  height: 1px;
  margin: 22px 0 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.hero-kicker {
  margin: 0 0 22px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.35rem, 3.5vw, 3.25rem);
  font-weight: 700;
  line-height: 0.95;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.34);
}

.hero-text {
  max-width: 29ch;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  font-weight: 400;
  line-height: 1.55;
  white-space: pre-line;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.hero-actions {
  display: flex;
  width: auto;
  max-width: none;
  margin: 0;
}

.hero-actions .button-primary {
  min-width: 238px;
  min-height: 58px;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--pb-lime);
  color: #2d2316;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: none;
}

.hero-actions .button-primary::after {
  content: "→";
  margin-left: 9px;
  font-size: 1.15rem;
}

.hero-actions .button-primary:hover,
.paint-party-link:hover,
.experience-story-copy .button:hover {
  background: #e8efa4;
  transform: translateY(-2px);
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: none;
  margin: 0;
  padding: 0 max(24px, calc((100vw - 1240px) / 2 + 28px));
  border: 0;
  border-radius: 0;
  background: var(--pb-cream);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72);
}

.experience-heading {
  display: none;
}

.quick-info .info-card,
.quick-info .info-card:nth-of-type(n+4) {
  display: grid !important;
}

.quick-info .info-card {
  grid-template-columns: 52px 1fr;
  align-items: center;
  justify-items: start;
  gap: 16px;
  min-height: 112px;
  padding: 24px clamp(14px, 2vw, 28px);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.quick-info .info-card + .info-card {
  border-left: 1px solid rgba(84, 61, 43, 0.16);
}

.quick-info .info-card + .info-card::after,
.quick-info .info-card::before {
  content: none;
}

.quick-info .info-icon,
.quick-info .info-card:nth-of-type(2) .info-icon,
.quick-info .info-card:nth-of-type(3) .info-icon,
.quick-info .info-card:nth-of-type(4) .info-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: grid;
  width: 46px;
  height: 46px;
  margin: 0;
  place-items: center;
  border: 1px solid rgba(141, 145, 71, 0.24);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.55);
  color: var(--pb-olive);
  font-size: 2rem;
}

.quick-info .info-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.5;
}

.quick-info .info-card h3 {
  grid-column: 2;
  margin: 0;
  max-width: none;
  color: #473326;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  white-space: normal;
}

.quick-info .info-card p {
  grid-column: 2;
  margin: 0;
  max-width: 26ch;
  color: rgba(71, 51, 38, 0.78);
  font-size: 0.8rem;
  line-height: 1.45;
  text-align: left;
}

.paint-party-showcase {
  max-width: none;
  padding: clamp(48px, 7vw, 76px) max(18px, calc((100vw - 1240px) / 2 + 28px));
  background:
    radial-gradient(circle at 50% 28px, rgba(141, 145, 71, 0.22) 0 2px, transparent 3px),
    linear-gradient(180deg, #fffaf2, #fbf4e9);
}

.paint-party-showcase .section-heading {
  margin: 0 auto 28px;
  text-align: center;
}

.paint-party-showcase .script-kicker {
  margin-bottom: 8px;
  color: var(--pb-olive);
}

.experience-story h2 {
  color: #3d2a20;
  font-family: "Allura", "Pacifico", cursive;
  font-size: clamp(3rem, 6vw, 4.75rem);
  font-weight: 400;
  line-height: 0.92;
}

.paint-party-showcase h2 {
  color: var(--purple);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 300;
  line-height: 1.08;
}

.paint-party-scroll {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.paint-party-card {
  overflow: hidden;
  border: 1px solid rgba(84, 61, 43, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(55, 36, 24, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.paint-party-card:hover {
  box-shadow: 0 18px 40px rgba(55, 36, 24, 0.13);
  transform: translateY(-3px);
}

.paint-party-card img {
  width: 100%;
  aspect-ratio: 1 / 1.06;
  object-fit: cover;
  background: #efe4d3;
}

.morning-glow-card img,
.full-design-card img {
  object-fit: contain;
  background: #f7efe4;
}

.paint-party-card div {
  padding: 13px 14px 14px;
}

.paint-party-card h3 {
  margin: 0 0 10px;
  color: #35261d;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: normal;
  text-wrap: balance;
}

.paint-party-card .series-label {
  display: block;
  margin: 0 0 7px;
  color: rgba(71, 93, 83, 0.86);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.paint-party-card .design-note {
  display: block;
  margin: -3px 0 10px;
  color: rgba(53, 38, 29, 0.68);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.25;
}

.paint-party-card p {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
}

.paint-party-card p span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border: 1px solid rgba(141, 145, 71, 0.2);
  border-radius: 999px;
  background: rgba(247, 239, 228, 0.75);
  color: rgba(53, 38, 29, 0.78);
  font-size: 0.72rem;
  line-height: 1;
  padding: 4px 9px;
  white-space: nowrap;
}

.paint-party-card p span:first-child {
  min-width: 0;
  flex: 1 1 auto;
  justify-content: center;
}

.paint-party-card p span:last-child {
  flex: 0 0 auto;
}

.paint-party-link {
  display: flex;
  width: fit-content;
  min-width: 240px;
  min-height: 50px;
  margin: 30px auto 0;
  border: 1px solid rgba(141, 145, 71, 0.42);
  border-radius: 999px;
  background: transparent;
  color: #4a3a28;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  justify-content: center;
}

.paint-party-link::after,
.experience-story-copy .button::after {
  content: "→";
  margin-left: 9px;
}

.experience-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  max-width: none;
  padding: 0 max(18px, calc((100vw - 1240px) / 2 + 28px)) clamp(54px, 8vw, 86px);
  background: linear-gradient(90deg, #f7efe4, #fffaf2);
}

.experience-story-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 0 0 8px 8px;
  object-fit: cover;
  object-position: center 44%;
}

.experience-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px) 0;
}

.experience-story-copy .script-kicker {
  color: var(--pb-olive);
}

.experience-story-copy p:not(.script-kicker) {
  max-width: 52ch;
  color: rgba(52, 37, 29, 0.78);
  font-size: 1rem;
  line-height: 1.8;
}

.experience-story-copy .button {
  width: fit-content;
  min-width: 210px;
  min-height: 50px;
  margin-top: 12px;
  border: 1px solid rgba(141, 145, 71, 0.42);
  border-radius: 999px;
  background: transparent;
  color: #4a3a28;
  box-shadow: none;
}

.host-profile {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5.5vw, 72px);
  align-items: center;
  max-width: none;
  padding: clamp(58px, 8vw, 96px) max(22px, calc((100vw - 1180px) / 2 + 24px));
  background: #fffaf2;
}

.host-profile-photo img {
  width: 100%;
  min-height: 460px;
  max-height: 620px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 42%;
  box-shadow: 0 18px 42px rgba(55, 36, 24, 0.1);
}

.host-profile-copy {
  max-width: 660px;
}

.host-profile-copy .eyebrow {
  margin-bottom: 10px;
  color: var(--pb-olive);
}

.host-profile-copy h2 {
  margin: 0 0 10px;
  color: var(--purple);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 300;
  line-height: 1.08;
}

.host-profile-subtitle {
  margin: 0 0 24px;
  color: rgba(52, 37, 29, 0.76);
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  font-weight: 600;
  line-height: 1.55;
}

.host-profile-body {
  margin: 0;
  color: rgba(52, 37, 29, 0.82);
  font-size: 1rem;
  line-height: 1.85;
  white-space: pre-line;
}

.paint-party-showcase .reveal,
.experience-story .reveal,
.host-profile .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
  }

  .nav-menu {
    gap: 18px;
  }

  .paint-party-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .paint-party-card {
    min-width: 0;
  }
}

@media (max-width: 819px) {
  .site-header {
    min-height: 86px;
  }

  .nav-shell {
    grid-template-columns: auto 1fr auto;
    min-height: 86px;
    padding: 12px 16px;
  }

  .brand {
    max-width: 150px;
    gap: 9px;
  }

  .brand-mark {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .brand-name {
    font-size: 1.8rem;
  }

  .brand-tagline {
    display: none;
  }

  .top-language-toggle {
    top: 52px;
    left: 50%;
    min-width: 126px;
    justify-content: center;
    padding: 6px 10px;
    font-size: 0.75rem;
    white-space: nowrap;
  }

  .nav-toggle {
    position: absolute;
    top: 21px;
    right: 16px;
    display: inline-grid;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: #fff;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu.is-open {
    position: absolute;
    top: 78px;
    left: 16px;
    right: 16px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(36, 19, 11, 0.96);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  }

  .nav-menu.is-open a {
    display: flex;
    padding: 10px 12px;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 0.95rem;
  }

  .nav-actions {
    display: none !important;
  }

  .hero {
    min-height: 760px;
    padding: 330px 24px 46px;
    align-items: flex-start;
    background-size: auto 100%;
    background-position: center 46%;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(28, 14, 8, 0.08) 0%, rgba(28, 14, 8, 0.22) 31%, rgba(28, 14, 8, 0.9) 48%, rgba(28, 14, 8, 0.9) 100%),
      linear-gradient(90deg, rgba(28, 14, 8, 0.58) 0%, rgba(28, 14, 8, 0.2) 100%);
  }

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

  .desktop-hero-title {
    display: none !important;
  }

  .mobile-hero-title {
    display: block !important;
  }

  .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(4.2rem, 18vw, 5.35rem);
    line-height: 0.78;
  }

  .hero h1::after {
    width: 218px;
    margin-top: 16px;
  }

  .hero-kicker {
    margin-bottom: 14px;
    font-size: clamp(1.85rem, 8.4vw, 2.34rem);
  }

  .hero-text {
    max-width: 29ch;
    margin-bottom: 24px;
    font-size: 0.98rem;
  }

  .hero-actions,
  .hero-actions .button-primary {
    width: min(100%, 282px);
  }

  .quick-info {
    grid-template-columns: 1fr;
    padding: 8px 24px 28px;
  }

  .quick-info .info-card {
    grid-template-columns: 58px 1fr;
    min-height: auto;
    padding: 18px 0;
    border-left: 0 !important;
  }

  .quick-info .info-card:nth-of-type(n+2) {
    border-top: 1px solid rgba(84, 61, 43, 0.12);
  }

  .paint-party-showcase {
    padding: 46px 20px 54px;
  }

  .paint-party-showcase .section-heading {
    margin-bottom: 20px;
  }

  .paint-party-scroll {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-right: auto;
  }

  .paint-party-card {
    min-width: 0;
  }

  .experience-story {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 20px 54px;
  }

  .experience-story-photo img {
    min-height: 300px;
    aspect-ratio: 1 / 1.05;
    border-radius: 8px;
  }

  .experience-story-copy {
    padding: 30px 0 0;
  }

  .experience-story h2 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .host-profile {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 52px 20px 58px;
  }

  .host-profile-photo {
    order: -1;
  }

  .host-profile-photo img {
    min-height: 340px;
    max-height: 440px;
  }

  .host-profile-copy h2 {
    margin-bottom: 10px;
    font-size: clamp(1.38rem, 6.1vw, 1.68rem);
    font-weight: 450;
    line-height: 1.12;
  }

  .host-profile-subtitle {
    margin-bottom: 22px;
    font-size: 0.98rem;
  }
}

@media (max-width: 390px) {
  .brand {
    max-width: 106px;
    gap: 7px;
  }

  .brand-mark {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .paint-party-card p {
    gap: 6px;
  }

  .paint-party-card p span {
    font-size: 0.68rem;
    padding-inline: 7px;
  }

  .brand-name {
    font-size: 1.18rem;
    font-family: "Pacifico", cursive;
    line-height: 1;
  }

  .top-language-toggle {
    min-width: 104px;
    gap: 4px;
    padding: 6px 7px;
    font-size: 0.62rem;
  }

  .hero {
    padding-top: 315px;
    background-position: center 48%;
  }

  .hero h1 {
    font-size: 3.95rem;
  }
}

/* Booking clarity refresh requested 2026-07-23. */
.quick-info {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.quick-info .experience-heading {
  display: grid;
  grid-column: 1 / -1;
  max-width: 720px;
  margin: 0 auto 4px;
  text-align: center;
}

.quick-info .experience-heading h2 {
  margin-bottom: 8px;
  color: #473326;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 500;
}

.quick-info .experience-heading p {
  margin: 0 auto 10px;
  color: rgba(71, 51, 38, 0.72);
}

.quick-info .info-card,
.quick-info .info-card:nth-of-type(n+4) {
  display: grid !important;
}

.quick-info .info-card:nth-of-type(5) {
  border-left: 1px solid rgba(84, 61, 43, 0.16);
}

.experience-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  max-width: none;
  padding: clamp(54px, 8vw, 96px) max(22px, calc((100vw - 1180px) / 2 + 24px));
  background: #fffaf2;
}

.experience-intro-copy {
  max-width: 660px;
}

.experience-intro h2,
.experience-types h2,
.process-section h2,
.final-cta-section h2 {
  color: var(--purple);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(2rem, 4.8vw, 3.1rem);
  font-weight: 400;
  line-height: 1.1;
}

.experience-intro-copy p:not(.script-kicker) {
  color: rgba(52, 37, 29, 0.78);
  font-size: 1rem;
  line-height: 1.85;
  white-space: pre-line;
}

.experience-intro-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 42%;
  box-shadow: 0 18px 42px rgba(55, 36, 24, 0.1);
}

.experience-types {
  max-width: none;
  padding: clamp(54px, 7vw, 88px) max(20px, calc((100vw - 1180px) / 2 + 24px));
  background: linear-gradient(180deg, #f7efe4, #fffaf2);
}

.experience-types .section-heading,
.process-section .section-heading {
  display: block;
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

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

.experience-type-card {
  overflow: hidden;
  border: 1px solid rgba(84, 61, 43, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(55, 36, 24, 0.07);
}

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

.experience-type-card h3 {
  margin: 14px 14px 5px;
  color: #35261d;
  font-size: 0.96rem;
  font-weight: 700;
}

.experience-type-card p {
  margin: 0 14px 16px;
  color: rgba(53, 38, 29, 0.7);
  font-size: 0.82rem;
  line-height: 1.5;
}

.process-section {
  max-width: none;
  padding: clamp(52px, 7vw, 84px) max(20px, calc((100vw - 1180px) / 2 + 24px));
  background: #fffaf2;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  counter-reset: process;
}

.process-step {
  position: relative;
  min-height: 190px;
  border: 1px solid rgba(141, 145, 71, 0.18);
  border-radius: 8px;
  background: #fff;
  padding: 24px 20px 22px;
}

.process-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -16px;
  z-index: 2;
  color: var(--pb-olive);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.process-step span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--pb-lime);
  color: #3a2a20;
  font-weight: 700;
}

.process-step h3 {
  margin: 0 0 8px;
  color: var(--purple);
  font-size: 1rem;
  font-weight: 700;
}

.process-step p {
  margin: 0;
  color: rgba(53, 38, 29, 0.7);
  font-size: 0.88rem;
}

.paint-party-showcase .section-heading p {
  max-width: 56ch;
  margin: 8px auto 0;
  color: rgba(52, 37, 29, 0.72);
  line-height: 1.7;
}

.split-section .check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reviews-link {
  display: flex;
  width: fit-content;
  margin: 24px auto 0;
  border-radius: 999px;
}

.final-cta-section {
  max-width: none;
  padding: clamp(54px, 7vw, 88px) max(20px, calc((100vw - 1180px) / 2 + 24px));
  background: linear-gradient(135deg, #352318, #5b3826);
}

.final-cta-card {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.final-cta-card .eyebrow,
.final-cta-card h2,
.final-cta-card p {
  color: #fff;
}

.final-cta-card p {
  max-width: 52ch;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.82);
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.final-cta-actions .button {
  min-width: 180px;
  border-radius: 999px;
}

.final-cta-actions .button-primary {
  border-color: var(--pb-lime);
  background: var(--pb-lime);
  color: #2d2316;
}

.final-cta-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.46);
  background: transparent;
  color: #fff;
}

@media (max-width: 1080px) {
  .quick-info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-info .info-card:nth-of-type(4) {
    border-left: 0;
  }

  .quick-info .info-card:nth-of-type(n+4) {
    border-top: 1px solid rgba(84, 61, 43, 0.12);
  }

  .experience-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 819px) {
  .experience-intro,
  .experience-types,
  .process-section,
  .final-cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .experience-intro {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .experience-intro-photo {
    order: -1;
  }

  .experience-intro-photo img {
    aspect-ratio: 4 / 3;
  }

  .experience-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: 0;
  }

  .process-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -20px;
    left: 30px;
    transform: rotate(90deg);
  }
}

@media (max-width: 619px) {
  .quick-info {
    grid-template-columns: 1fr;
    padding: 34px 24px 34px;
  }

  .quick-info .experience-heading {
    text-align: left;
  }

  .quick-info .experience-heading h2 {
    font-size: 1.5rem;
  }

  .quick-info .info-card,
  .quick-info .info-card:nth-of-type(n+4) {
    grid-template-columns: 48px 1fr;
    padding: 16px 0;
    border-left: 0 !important;
  }

  .quick-info .info-card:nth-of-type(n+2) {
    border-top: 1px solid rgba(84, 61, 43, 0.12);
  }

  .quick-info .info-icon,
  .quick-info .info-card:nth-of-type(2) .info-icon,
  .quick-info .info-card:nth-of-type(3) .info-icon,
  .quick-info .info-card:nth-of-type(4) .info-icon {
    width: 40px;
    height: 40px;
  }

  .experience-intro h2,
  .experience-types h2,
  .process-section h2,
  .final-cta-section h2 {
    font-size: clamp(1.5rem, 7vw, 1.9rem);
  }

  .experience-intro-copy p:not(.script-kicker) {
    font-size: 0.94rem;
    line-height: 1.78;
  }

  .experience-type-grid {
    gap: 12px;
  }

  .experience-type-card img {
    aspect-ratio: 1 / 0.9;
  }

  .experience-type-card h3 {
    margin: 12px 12px 4px;
    font-size: 0.9rem;
  }

  .experience-type-card p {
    margin: 0 12px 13px;
    font-size: 0.76rem;
  }

  .split-section .check-list {
    grid-template-columns: 1fr;
  }

  .final-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.quick-info {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-info .info-card:nth-of-type(5) {
  border-left: 0;
}

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

  .quick-info .info-card:nth-of-type(3) {
    border-left: 0;
  }

  .quick-info .info-card:nth-of-type(n+3) {
    border-top: 1px solid rgba(84, 61, 43, 0.12);
  }
}

@media (max-width: 619px) {
  /* Mobile reference flow: hero, four benefits, sessions, painting designs, request. */
  .experience-intro,
  .experience-types,
  .steps-section,
  .about-section {
    display: none !important;
  }

  .quick-info {
    grid-template-columns: 1fr;
    padding: 30px 24px 30px;
  }

  .quick-info .info-card,
  .quick-info .info-card:nth-of-type(n+4) {
    grid-template-columns: 56px 1fr;
    padding: 18px 0;
  }

  .quick-info .info-card:nth-of-type(n+2) {
    border-top: 1px solid rgba(84, 61, 43, 0.12);
  }

  .quick-info .info-card h3 {
    font-size: 1.14rem;
  }

  .quick-info .info-card p {
    font-size: 0.86rem;
  }
}

/* Review refresh: text-first, photo-free, and easy to edit. */
.testimonials {
  background: linear-gradient(180deg, #fffaf2, #fbf4e9);
}

.testimonials .section-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testimonials .section-heading h2 {
  color: var(--purple);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.45rem, 3.2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.18;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 760px;
  margin: 0 auto;
  gap: 0;
}

.testimonial-card,
.testimonial-card-featured {
  display: grid;
  grid-column: auto;
  min-width: 0;
  min-height: 0;
  align-content: start;
  border: 1px solid rgba(141, 145, 71, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: clamp(30px, 5vw, 52px);
  box-shadow: 0 18px 42px rgba(55, 36, 24, 0.08);
}

.testimonial-card:hover {
  border-color: rgba(141, 145, 71, 0.18);
  box-shadow: 0 18px 42px rgba(55, 36, 24, 0.08);
  transform: none;
}

.testimonial-photo,
.reviews-link {
  display: none !important;
}

.testimonial-stars {
  margin: 0 0 22px;
  color: #9a8335;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  line-height: 1;
}

.testimonial-card blockquote,
.testimonial-card-featured blockquote {
  max-width: none;
  margin: 0 0 22px;
  color: var(--purple);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.42rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.34;
}

.testimonial-summary,
.testimonial-card-featured .testimonial-summary {
  max-width: none;
  margin: 0 0 26px;
  color: rgba(53, 38, 29, 0.74);
  font-size: clamp(0.96rem, 1.5vw, 1.05rem);
  line-height: 1.95;
}

.testimonial-card figcaption {
  margin-top: 4px;
  color: rgba(53, 38, 29, 0.62);
  font-size: 0.92rem;
  font-weight: 700;
}

@media (max-width: 619px) {
  .testimonials .section-heading {
    margin-bottom: 22px;
    text-align: left;
  }

  .testimonials .section-heading h2 {
    font-size: 1.42rem;
  }

  .testimonial-grid {
    display: grid;
    margin-inline: 0;
    overflow: visible;
    padding: 0;
  }

  .testimonial-card,
  .testimonial-card-featured {
    min-width: 0;
    padding: 30px 24px;
    scroll-snap-align: none;
  }

  .testimonial-card blockquote,
  .testimonial-card-featured blockquote {
    font-size: 1.5rem;
  }

  .testimonial-summary {
    font-size: 0.95rem;
    line-height: 1.9;
  }
}

/* Final logo-family hero title adjustment 2026-07-24. */
.hero h1.hero-title-art,
.hero h1.hero-title-art .desktop-hero-title,
.hero h1.hero-title-art .mobile-hero-title,
.hero h1.hero-title-art .desktop-hero-title > span,
.hero h1.hero-title-art .mobile-hero-title > span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: "Yellowtail", "Pacifico", "Satisfy", cursive !important;
  font-size: clamp(2.98rem, 4.48vw, 4.52rem) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
  letter-spacing: 0.004em !important;
  opacity: 1 !important;
}

.hero h1.hero-title-art {
  max-width: 18ch !important;
  margin-top: 72px !important;
  margin-bottom: 16px !important;
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.36), 0 0 1px rgba(255, 255, 255, 0.5) !important;
  transform: translateX(72px) !important;
  -webkit-text-stroke: 0.08px rgba(255, 255, 255, 0.42) !important;
}

.hero h1.hero-title-art::after {
  margin-top: 22px !important;
}

@media (max-width: 819px) {
  .hero h1.hero-title-art,
  .hero h1.hero-title-art .desktop-hero-title,
  .hero h1.hero-title-art .mobile-hero-title,
  .hero h1.hero-title-art .desktop-hero-title > span,
  .hero h1.hero-title-art .mobile-hero-title > span {
    font-size: clamp(1.76rem, 7.05vw, 2.08rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0.002em !important;
  }

  .hero h1.hero-title-art {
    max-width: 18ch !important;
    margin-top: 72px !important;
    margin-bottom: 14px !important;
    transform: translateX(68px) !important;
  }
}

.hero h1.hero-title-art::after {
  width: min(220px, 48vw) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: none !important;
  opacity: 0.56 !important;
}

/* Absolute final mobile review and gallery correction 2026-07-24. */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.testimonial-carousel .testimonial-summary {
  display: block !important;
  max-width: 38em !important;
  margin: 18px 0 0 !important;
  color: rgba(53, 38, 29, 0.72) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: clamp(0.92rem, 1.6vw, 1rem) !important;
  font-weight: 500 !important;
  line-height: 1.82 !important;
}

.testimonials .testimonial-carousel blockquote,
.testimonials .testimonial-carousel .testimonial-card-featured blockquote {
  max-width: 24ch !important;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem) !important;
  line-height: 1.28 !important;
}

@media (max-width: 619px) {
  .testimonial-carousel {
    max-width: none !important;
    margin-inline: 0 !important;
    padding: 0 12px 38px !important;
  }

  .testimonial-carousel .testimonial-grid {
    min-height: 0 !important;
    overflow: visible !important;
  }

  .testimonial-carousel .testimonial-card,
  .testimonial-carousel .testimonial-card-featured {
    min-height: 0 !important;
    padding: 30px 28px 34px !important;
  }

  .testimonials .testimonial-carousel blockquote,
  .testimonials .testimonial-carousel .testimonial-card-featured blockquote {
    max-width: 100% !important;
    font-size: clamp(1.24rem, 5.6vw, 1.5rem) !important;
    line-height: 1.42 !important;
  }

  .testimonial-carousel .testimonial-summary {
    max-width: 100% !important;
    margin-top: 16px !important;
    font-size: 0.88rem !important;
    line-height: 1.78 !important;
  }

  .testimonial-carousel .testimonial-stars {
    margin-bottom: 16px !important;
    font-size: 0.72rem !important;
  }

  .paint-party-showcase {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: clip !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .gallery-filter-bar {
    flex-wrap: wrap !important;
    justify-content: center !important;
    overflow: visible !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .paint-party-scroll {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  .paint-party-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .paint-party-card img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .paint-party-card > div {
    min-width: 0 !important;
    padding: 12px 10px !important;
  }

  .paint-party-card h3 {
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 2.55em !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-wrap: auto !important;
  }

  .paint-party-card p {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  .paint-party-card p span {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-content: center !important;
    white-space: normal !important;
  }
}

/* EOF event-card proposal: artwork-led sip-and-paint session cards. */
#classes {
  background:
    linear-gradient(180deg, #fffaf2 0%, #fbf4e9 100%) !important;
}

#classes .section-heading {
  max-width: 880px !important;
  margin: 0 auto clamp(28px, 5vw, 48px) !important;
  text-align: center !important;
}

#classes .section-heading .eyebrow {
  display: block !important;
  margin-bottom: 6px !important;
  color: rgba(65, 31, 78, 0.66) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

#classes .section-heading h2,
html[lang="ja"] #classes .section-heading h2 {
  margin: 0 !important;
  color: var(--purple) !important;
  font-family: "Yellowtail", "Pacifico", "Satisfy", cursive !important;
  font-size: clamp(3.2rem, 8vw, 5.6rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 0.94 !important;
}

#classes .section-heading p:not(.eyebrow) {
  display: block !important;
  max-width: 44em !important;
  margin: 18px auto 0 !important;
  color: rgba(53, 38, 29, 0.68) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 500 !important;
  line-height: 1.82 !important;
}

#classes .section-link-row {
  margin-top: 18px !important;
}

#classes .event-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  gap: clamp(18px, 3vw, 28px) !important;
}

#classes .event-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  overflow: hidden !important;
  border: 1px solid rgba(141, 145, 71, 0.2) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 20px 46px rgba(55, 36, 24, 0.1) !important;
}

#classes .event-image-wrap {
  position: relative !important;
  display: grid !important;
  min-height: 0 !important;
  background:
    linear-gradient(180deg, rgba(251, 244, 233, 0.96), rgba(244, 235, 220, 0.96)) !important;
  padding: 18px 18px 0 !important;
}

#classes .event-image-wrap::before {
  content: "PAINTING PREVIEW" !important;
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  z-index: 2 !important;
  border-radius: 999px !important;
  background: rgba(65, 31, 78, 0.82) !important;
  color: #fff !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  padding: 7px 10px !important;
}

#classes .event-image-wrap img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1.35 / 1 !important;
  border: 8px solid rgba(255, 255, 255, 0.94) !important;
  border-radius: 6px !important;
  background: #f7efe4 !important;
  object-fit: cover !important;
  box-shadow: 0 16px 36px rgba(55, 36, 24, 0.16) !important;
}

#classes .date-card {
  top: auto !important;
  right: 22px !important;
  bottom: -22px !important;
  left: auto !important;
  z-index: 3 !important;
  width: 76px !important;
  min-height: 76px !important;
  border: 1px solid rgba(141, 145, 71, 0.26) !important;
  border-radius: 8px !important;
  background: #fffaf2 !important;
  color: var(--purple) !important;
  box-shadow: 0 14px 28px rgba(55, 36, 24, 0.14) !important;
}

#classes .event-content {
  padding: 42px 26px 28px !important;
}

#classes .event-content h3 {
  display: block !important;
  margin: 0 0 14px !important;
  color: var(--purple) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: clamp(1.36rem, 3vw, 1.78rem) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
}

#classes .availability-note {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 8px !important;
  vertical-align: middle !important;
}

#classes .event-description {
  margin-bottom: 18px !important;
  color: rgba(53, 38, 29, 0.68) !important;
  font-size: 0.92rem !important;
  line-height: 1.72 !important;
}

#classes .event-details {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 0 22px !important;
}

#classes .event-details div {
  display: grid !important;
  min-width: 0 !important;
  border: 1px solid rgba(141, 145, 71, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(255, 250, 242, 0.72) !important;
  padding: 11px 12px !important;
}

#classes .event-details dt {
  margin: 0 0 3px !important;
  color: rgba(65, 31, 78, 0.54) !important;
  font-size: 0.64rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#classes .event-details dd {
  color: #35261d !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

#classes .book-class-button {
  width: 100% !important;
  margin-top: auto !important;
}

@media (max-width: 819px) {
  #classes .event-grid {
    grid-template-columns: 1fr !important;
    width: min(100%, 520px) !important;
  }
}

@media (max-width: 619px) {
  #classes .section-heading h2,
  html[lang="ja"] #classes .section-heading h2 {
    font-size: clamp(3rem, 14vw, 4.35rem) !important;
  }

  #classes .section-heading p:not(.eyebrow) {
    font-size: 0.9rem !important;
  }

  #classes .event-image-wrap {
    padding: 14px 14px 0 !important;
  }

  #classes .event-image-wrap img {
    aspect-ratio: 1.2 / 1 !important;
    border-width: 6px !important;
  }

  #classes .event-content {
    padding: 38px 18px 22px !important;
  }

  #classes .event-details {
    grid-template-columns: 1fr !important;
  }
}

/* EOF classes heading typography correction 2026-07-24. */
#classes .section-heading h2,
html[lang="ja"] #classes .section-heading h2 {
  color: var(--purple) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
}

@media (max-width: 619px) {
  #classes .section-heading h2,
  html[lang="ja"] #classes .section-heading h2 {
    font-size: clamp(1.38rem, 6.1vw, 1.68rem) !important;
    font-weight: 500 !important;
  }
}

/* Final mobile review and gallery correction 2026-07-24. */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.testimonial-carousel .testimonial-summary {
  display: block !important;
  max-width: 38em !important;
  margin: 18px 0 0 !important;
  color: rgba(53, 38, 29, 0.72) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: clamp(0.92rem, 1.6vw, 1rem) !important;
  font-weight: 500 !important;
  line-height: 1.82 !important;
}

.testimonials .testimonial-carousel blockquote,
.testimonials .testimonial-carousel .testimonial-card-featured blockquote {
  max-width: 24ch !important;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem) !important;
  line-height: 1.28 !important;
}

@media (max-width: 619px) {
  .testimonial-carousel {
    max-width: none !important;
    margin-inline: 0 !important;
    padding: 0 12px 38px !important;
  }

  .testimonial-carousel .testimonial-grid {
    min-height: 0 !important;
    overflow: visible !important;
  }

  .testimonial-carousel .testimonial-card,
  .testimonial-carousel .testimonial-card-featured {
    min-height: 0 !important;
    padding: 30px 28px 34px !important;
  }

  .testimonials .testimonial-carousel blockquote,
  .testimonials .testimonial-carousel .testimonial-card-featured blockquote {
    max-width: 100% !important;
    font-size: clamp(1.24rem, 5.6vw, 1.5rem) !important;
    line-height: 1.42 !important;
  }

  .testimonial-carousel .testimonial-summary {
    max-width: 100% !important;
    margin-top: 16px !important;
    font-size: 0.88rem !important;
    line-height: 1.78 !important;
  }

  .testimonial-carousel .testimonial-stars {
    margin-bottom: 16px !important;
    font-size: 0.72rem !important;
  }

  .paint-party-showcase {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: clip !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .gallery-filter-bar {
    flex-wrap: wrap !important;
    justify-content: center !important;
    overflow: visible !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .gallery-filter-bar {
    flex-wrap: wrap !important;
    justify-content: center !important;
    overflow: visible !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .paint-party-scroll {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  .paint-party-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .paint-party-card img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .paint-party-card > div {
    min-width: 0 !important;
    padding: 12px 10px !important;
  }

  .paint-party-card h3 {
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 2.55em !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-wrap: auto !important;
  }

  .paint-party-card p {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  .paint-party-card p span {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-content: center !important;
    white-space: normal !important;
  }
}

/* Information architecture polish 2026-07-24. */
main {
  display: flex;
  flex-direction: column;
}

main > section {
  order: 20;
}

main > .hero {
  order: 1;
}

main > .quick-info {
  order: 2;
}

main > .process-section {
  order: 3;
}

main > #reviews {
  order: 4;
}

main > #gallery {
  order: 5;
}

main > #meet-host {
  order: 6;
}

main > #faq {
  order: 7;
}

.safe-points {
  display: none !important;
}

.quick-info .experience-heading {
  max-width: 720px;
  margin-inline: auto;
}

.quick-info .experience-heading h2 {
  max-width: 12em;
  margin-inline: auto;
}

.quick-info .info-card h3 {
  letter-spacing: 0;
}

/* Cleaner "Why Pinto Beetle" section hierarchy. */
.quick-info .experience-heading {
  text-align: center;
}

.quick-info .experience-heading .script-kicker {
  margin-bottom: 10px;
  color: rgba(65, 31, 78, 0.62);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quick-info .experience-heading h2 {
  max-width: none;
  color: var(--purple);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.58rem, 4.8vw, 2.28rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0;
}

.quick-info .experience-heading p:not(.script-kicker) {
  max-width: 34em;
  margin-right: auto;
  margin-left: auto;
  color: rgba(53, 38, 29, 0.68);
  font-size: clamp(0.94rem, 2.5vw, 1.02rem);
  font-weight: 500;
  line-height: 1.86;
}

.quick-info .info-card h3,
html[lang="ja"] .quick-info .info-card h3 {
  color: var(--purple);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1rem, 2.3vw, 1.16rem);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.01em;
}

@media (max-width: 619px) {
  .quick-info {
    padding-top: 44px;
  }

  .quick-info .experience-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .quick-info .experience-heading .script-kicker {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

  .quick-info .experience-heading h2 {
    margin-bottom: 12px;
    font-size: 1.72rem;
    line-height: 1.22;
  }

  .quick-info .experience-heading p:not(.script-kicker) {
    font-size: 0.94rem;
    line-height: 1.78;
  }

  .quick-info .info-card h3,
  html[lang="ja"] .quick-info .info-card h3 {
    font-size: 1.04rem;
    font-weight: 600;
  }
}

/* Review and mobile gallery layout fix 2026-07-24. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.testimonial-carousel .testimonial-summary {
  display: block;
  max-width: 38em;
  margin: 18px 0 0;
  color: rgba(53, 38, 29, 0.72);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(0.92rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 1.82;
}

.testimonials .testimonial-carousel blockquote,
.testimonials .testimonial-carousel .testimonial-card-featured blockquote {
  max-width: 24ch;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.28;
}

@media (max-width: 619px) {
  .testimonial-carousel {
    max-width: none;
    margin-inline: 0;
    padding: 0 12px 38px;
  }

  .testimonial-carousel .testimonial-grid {
    min-height: 0;
    overflow: visible;
  }

  .testimonial-carousel .testimonial-card,
  .testimonial-carousel .testimonial-card-featured {
    min-height: 0;
    padding: 30px 28px 34px;
  }

  .testimonials .testimonial-carousel blockquote,
  .testimonials .testimonial-carousel .testimonial-card-featured blockquote {
    max-width: 100%;
    font-size: clamp(1.24rem, 5.6vw, 1.5rem);
    line-height: 1.42;
  }

  .testimonial-carousel .testimonial-summary {
    max-width: 100%;
    margin-top: 16px;
    font-size: 0.88rem;
    line-height: 1.78;
  }

  .testimonial-carousel .testimonial-stars {
    margin-bottom: 16px;
    font-size: 0.72rem;
  }

  .paint-party-showcase {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: clip;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paint-party-scroll {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  .paint-party-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .paint-party-card img {
    width: 100%;
    max-width: 100%;
  }

  .paint-party-card > div {
    min-width: 0;
    padding: 12px 10px;
  }

  .paint-party-card h3 {
    min-width: 0;
    max-width: 100%;
    min-height: 2.55em;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: auto;
  }

  .paint-party-card p {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 6px;
    min-width: 0;
  }

  .paint-party-card p span {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    justify-content: center;
    white-space: normal;
  }
}

/* Final hero copy balance: keep the two Japanese copy lines as one compact group. */
.hero .hero-text {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  max-width: 33ch !important;
  line-height: 1.42 !important;
}

@media (max-width: 819px) {
  .hero .hero-text {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    max-width: 31ch !important;
    line-height: 1.38 !important;
    transform: translateX(16px) !important;
  }
}

/* Quiet the hero divider so the title feels editorial, not seasonal. */
.hero h1.hero-title-art::after {
  width: min(220px, 48vw) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: none !important;
  opacity: 0.56 !important;
}

/* Final hero copy balance: keep the two Japanese copy lines as one compact group. */
.hero .hero-text {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  max-width: 33ch !important;
  line-height: 1.42 !important;
}

@media (max-width: 819px) {
  .hero .hero-text {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    max-width: 31ch !important;
    line-height: 1.38 !important;
    transform: translateX(16px) !important;
  }
}

/* Final logo-family hero title adjustment 2026-07-24. */
.hero h1.hero-title-art,
.hero h1.hero-title-art .desktop-hero-title,
.hero h1.hero-title-art .mobile-hero-title,
.hero h1.hero-title-art .desktop-hero-title > span,
.hero h1.hero-title-art .mobile-hero-title > span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: "Yellowtail", "Pacifico", "Satisfy", cursive !important;
  font-size: clamp(2.98rem, 4.48vw, 4.52rem) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
  letter-spacing: 0.004em !important;
  opacity: 1 !important;
}

.hero h1.hero-title-art {
  max-width: 18ch !important;
  margin-top: 72px !important;
  margin-bottom: 16px !important;
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.36), 0 0 1px rgba(255, 255, 255, 0.5) !important;
  transform: translateX(72px) !important;
  -webkit-text-stroke: 0.08px rgba(255, 255, 255, 0.42) !important;
}

.hero h1.hero-title-art::after {
  margin-top: 22px !important;
}

@media (max-width: 819px) {
  .hero h1.hero-title-art,
  .hero h1.hero-title-art .desktop-hero-title,
  .hero h1.hero-title-art .mobile-hero-title,
  .hero h1.hero-title-art .desktop-hero-title > span,
  .hero h1.hero-title-art .mobile-hero-title > span {
    font-size: clamp(1.76rem, 7.05vw, 2.08rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0.002em !important;
  }

  .hero h1.hero-title-art {
    max-width: 18ch !important;
    margin-top: 72px !important;
    margin-bottom: 14px !important;
    transform: translateX(68px) !important;
  }
}

/* Final brand-aligned hero title: closer to the Pinto Beetle logo, lighter and photo-first. */
.hero h1.hero-title-art,
.hero h1.hero-title-art .desktop-hero-title,
.hero h1.hero-title-art .mobile-hero-title,
.hero h1.hero-title-art .desktop-hero-title > span,
.hero h1.hero-title-art .mobile-hero-title > span {
  color: rgba(255, 255, 255, 0.96) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.96) !important;
  font-family: "Yellowtail", "Pacifico", "Satisfy", cursive !important;
  font-size: clamp(2.85rem, 4.25vw, 4.35rem) !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.01em !important;
  opacity: 1 !important;
}

.hero h1.hero-title-art {
  max-width: 18ch !important;
  margin-bottom: 24px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34) !important;
}

.hero h1.hero-title-art::after {
  margin-top: 22px !important;
}

@media (max-width: 819px) {
  .hero h1.hero-title-art,
  .hero h1.hero-title-art .desktop-hero-title,
  .hero h1.hero-title-art .mobile-hero-title,
  .hero h1.hero-title-art .desktop-hero-title > span,
  .hero h1.hero-title-art .mobile-hero-title > span {
    font-size: clamp(1.6rem, 6.55vw, 1.9rem) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
  }

  .hero h1.hero-title-art {
    max-width: 18ch !important;
    margin-bottom: 22px !important;
  }
}

/* Last word on the home hero headline. */
.hero h1,
.hero h1 .desktop-hero-title,
.hero h1 .mobile-hero-title,
.hero h1 .desktop-hero-title > span,
.hero h1 .mobile-hero-title > span {
  color: #fff !important;
  opacity: 1 !important;
  font-family: "Macondo", "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(3.9rem, 5.5vw, 5.7rem) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.hero h1 {
  max-width: 18ch !important;
  margin-bottom: 18px !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.46) !important;
}

.hero-kicker {
  display: none !important;
}

@media (max-width: 819px) {
  .hero h1,
  .hero h1 .desktop-hero-title,
  .hero h1 .mobile-hero-title,
  .hero h1 .desktop-hero-title > span,
  .hero h1 .mobile-hero-title > span {
    font-size: clamp(2.08rem, 8.8vw, 2.55rem) !important;
    line-height: 1.08 !important;
  }

  .hero h1 {
    max-width: 15ch !important;
  }
}

/* Final hero headline refinement: handmade, readable, and smaller than the prior serif title. */
.hero h1 {
  max-width: 18ch !important;
  margin-bottom: 18px !important;
  font-family: "Macondo", "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(3.9rem, 5.5vw, 5.7rem) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.desktop-hero-title span,
.mobile-hero-title span {
  font-family: inherit !important;
}

.hero-kicker {
  display: none !important;
}

@media (max-width: 819px) {
  .hero h1 {
    max-width: 15ch !important;
    margin-bottom: 18px !important;
    font-size: clamp(2.08rem, 8.8vw, 2.55rem) !important;
    line-height: 1.08 !important;
  }
}

/* Hero kicker refinement: handmade feel, quieter scale, photo-first spacing. */
.hero h1 {
  max-width: 18ch;
  margin-bottom: 18px;
  font-family: "Macondo", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.6rem, 6.4vw, 6.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.desktop-hero-title span,
.mobile-hero-title span {
  font-family: inherit;
}

.hero-kicker {
  display: none !important;
  margin-bottom: 18px;
  font-family: "Macondo", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.78rem, 4.15vw, 2.65rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

@media (max-width: 819px) {
  .hero h1 {
    max-width: 15ch;
    margin-bottom: 18px;
    font-size: clamp(2.45rem, 10.6vw, 3.1rem);
    line-height: 1.08;
  }

  .hero-kicker {
    font-size: clamp(1.58rem, 6.8vw, 1.96rem);
    line-height: 1.12;
  }
}

/* 2026-07-24 hero simplification: brand stays only in the header. */
.hero h1 {
  max-width: 15ch;
  margin-bottom: 20px;
  font-family: "Macondo", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.9rem, 5.5vw, 5.7rem) !important;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
  white-space: normal;
}

.hero h1::after {
  width: min(260px, 60vw);
  margin-top: 24px;
}

.hero-kicker {
  display: none !important;
}

.hero-text {
  max-width: 32ch;
}

@media (max-width: 819px) {
  .hero h1 {
    max-width: 15ch;
    margin-bottom: 18px;
    font-size: clamp(2.08rem, 8.8vw, 2.55rem) !important;
    line-height: 1.08;
  }

  .hero h1::after {
    width: 178px;
    margin-top: 18px;
  }
}

/* 2026-07-24 hero boutique polish. Keep after legacy hero rules. */
.top-language-toggle {
  top: 22px !important;
  right: max(92px, calc((100vw - 1180px) / 2 + 24px)) !important;
  left: auto !important;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 6px 10px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(20, 10, 6, 0.12);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  transform: none !important;
}

.top-language-toggle .language-icon {
  font-size: 0.78rem;
  line-height: 1;
}

.top-language-toggle .language-option {
  padding: 3px 2px;
  font-size: inherit;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(28, 14, 8, 0.72) 0%, rgba(38, 20, 12, 0.54) 34%, rgba(44, 26, 17, 0.18) 68%, rgba(32, 18, 11, 0.2) 100%),
    linear-gradient(180deg, rgba(20, 10, 6, 0.22) 0%, rgba(20, 10, 6, 0.02) 48%, rgba(20, 10, 6, 0.34) 100%) !important;
}

.hero h1 {
  font-family: "Macondo", "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(3.9rem, 5.5vw, 5.7rem) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
}

.hero-text {
  max-width: 31ch;
}

@media (max-width: 819px) {
  .top-language-toggle {
    top: 24px !important;
    right: 72px !important;
    left: auto !important;
    justify-content: flex-end;
    padding: 6px 9px;
    font-size: 0.68rem;
    transform: none !important;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(28, 14, 8, 0.04) 0%, rgba(28, 14, 8, 0.13) 31%, rgba(28, 14, 8, 0.78) 48%, rgba(28, 14, 8, 0.84) 100%),
      linear-gradient(90deg, rgba(28, 14, 8, 0.42) 0%, rgba(28, 14, 8, 0.12) 100%) !important;
  }

  .hero h1 {
    font-size: clamp(2.08rem, 8.8vw, 2.55rem) !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 380px) {
  .top-language-toggle {
    right: 66px !important;
    padding-inline: 7px;
    font-size: 0.64rem;
  }
}

/* 2026-07-24 hero boutique polish. */
.top-language-toggle {
  top: 22px;
  right: max(92px, calc((100vw - 1180px) / 2 + 24px));
  left: auto;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(20, 10, 6, 0.12);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  transform: none;
}

.top-language-toggle .language-icon {
  font-size: 0.78rem;
  line-height: 1;
}

.top-language-toggle .language-option {
  padding: 3px 2px;
  font-size: inherit;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(28, 14, 8, 0.72) 0%, rgba(38, 20, 12, 0.54) 34%, rgba(44, 26, 17, 0.18) 68%, rgba(32, 18, 11, 0.2) 100%),
    linear-gradient(180deg, rgba(20, 10, 6, 0.22) 0%, rgba(20, 10, 6, 0.02) 48%, rgba(20, 10, 6, 0.34) 100%);
}

.hero h1 {
  font-family: "Macondo", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.9rem, 5.5vw, 5.7rem);
  font-weight: 400;
  line-height: 1.04;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
}

.hero-text {
  max-width: 31ch;
}

@media (max-width: 819px) {
  .top-language-toggle {
    top: 24px;
    right: 72px;
    left: auto;
    min-width: 0;
    justify-content: flex-end;
    padding: 6px 9px;
    font-size: 0.68rem;
    transform: none;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(28, 14, 8, 0.04) 0%, rgba(28, 14, 8, 0.13) 31%, rgba(28, 14, 8, 0.78) 48%, rgba(28, 14, 8, 0.84) 100%),
      linear-gradient(90deg, rgba(28, 14, 8, 0.42) 0%, rgba(28, 14, 8, 0.12) 100%);
  }

  .hero h1 {
    font-size: clamp(2.08rem, 8.8vw, 2.55rem);
    line-height: 1.08;
  }
}

@media (max-width: 380px) {
  .top-language-toggle {
    right: 66px;
    padding-inline: 7px;
    font-size: 0.64rem;
  }
}

/* Final override: short real-review carousel. Keep this at EOF. */
.testimonial-carousel {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 58px 44px;
}

.testimonial-carousel .testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: none;
  min-height: clamp(260px, 34vw, 360px);
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.testimonial-carousel .testimonial-card,
.testimonial-carousel .testimonial-card-featured {
  grid-area: 1 / 1;
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: clamp(260px, 34vw, 360px);
  border: 1px solid rgba(141, 145, 71, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(206, 244, 116, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 238, 0.88));
  padding: clamp(34px, 5vw, 58px);
  box-shadow: 0 18px 42px rgba(55, 36, 24, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.testimonial-carousel .testimonial-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.testimonial-carousel .testimonial-card:hover {
  border-color: rgba(141, 145, 71, 0.24);
  box-shadow: 0 20px 48px rgba(55, 36, 24, 0.1);
  transform: translateX(0);
}

.testimonial-carousel .testimonial-stars {
  margin: 0 0 22px;
  color: #9a8335;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  line-height: 1;
}

.testimonials .testimonial-carousel blockquote,
.testimonials .testimonial-carousel .testimonial-card-featured blockquote {
  max-width: 16ch;
  margin: 0;
  color: var(--purple);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.15rem, 5vw, 4.25rem);
  font-weight: 700;
  line-height: 1.04;
}

.testimonial-carousel .testimonial-summary,
.testimonial-carousel figcaption {
  display: none;
}

.testimonial-nav {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(141, 145, 71, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--purple);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.testimonial-nav:hover,
.testimonial-nav:focus-visible {
  background: var(--pb-lime);
  transform: translateY(-1px);
}

.testimonial-nav-prev {
  left: 0;
}

.testimonial-nav-next {
  right: 0;
}

.testimonial-dots {
  position: absolute;
  right: 58px;
  bottom: 0;
  left: 58px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.testimonial-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(65, 31, 78, 0.25);
  cursor: pointer;
  padding: 0;
}

.testimonial-dots button.is-active {
  width: 28px;
  background: var(--purple);
}

@media (max-width: 619px) {
  .testimonial-carousel {
    padding: 0 0 38px;
  }

  .testimonial-carousel .testimonial-grid {
    min-height: 310px;
  }

  .testimonial-carousel .testimonial-card,
  .testimonial-carousel .testimonial-card-featured {
    min-height: 310px;
    padding: 34px 26px;
  }

  .testimonials .testimonial-carousel blockquote,
  .testimonials .testimonial-carousel .testimonial-card-featured blockquote {
    max-width: 13ch;
    font-size: clamp(2.05rem, 11vw, 3.1rem);
  }

  .testimonial-nav {
    top: auto;
    bottom: -4px;
    width: 38px;
    height: 38px;
    font-size: 1.7rem;
  }

  .testimonial-nav-prev {
    left: 2px;
  }

  .testimonial-nav-next {
    right: 2px;
  }

  .testimonial-dots {
    right: 48px;
    left: 48px;
    bottom: 11px;
  }
}

/* Final override: short real-review carousel. Keep this at the end of the file. */
.testimonial-carousel {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 58px 44px;
}

.testimonial-carousel .testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: none;
  min-height: clamp(260px, 34vw, 360px);
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.testimonial-carousel .testimonial-card,
.testimonial-carousel .testimonial-card-featured {
  grid-area: 1 / 1;
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: clamp(260px, 34vw, 360px);
  border: 1px solid rgba(141, 145, 71, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(206, 244, 116, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 238, 0.88));
  padding: clamp(34px, 5vw, 58px);
  box-shadow: 0 18px 42px rgba(55, 36, 24, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.testimonial-carousel .testimonial-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.testimonial-carousel .testimonial-card:hover {
  border-color: rgba(141, 145, 71, 0.24);
  box-shadow: 0 20px 48px rgba(55, 36, 24, 0.1);
  transform: translateX(0);
}

.testimonial-carousel .testimonial-stars {
  margin: 0 0 22px;
  color: #9a8335;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  line-height: 1;
}

.testimonials .testimonial-carousel blockquote,
.testimonials .testimonial-carousel .testimonial-card-featured blockquote {
  max-width: 16ch;
  margin: 0;
  color: var(--purple);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.15rem, 5vw, 4.25rem);
  font-weight: 700;
  line-height: 1.04;
}

.testimonial-carousel .testimonial-summary,
.testimonial-carousel figcaption {
  display: none;
}

.testimonial-nav {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(141, 145, 71, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--purple);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.testimonial-nav:hover,
.testimonial-nav:focus-visible {
  background: var(--pb-lime);
  transform: translateY(-1px);
}

.testimonial-nav-prev {
  left: 0;
}

.testimonial-nav-next {
  right: 0;
}

.testimonial-dots {
  position: absolute;
  right: 58px;
  bottom: 0;
  left: 58px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.testimonial-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(65, 31, 78, 0.25);
  cursor: pointer;
  padding: 0;
}

.testimonial-dots button.is-active {
  width: 28px;
  background: var(--purple);
}

@media (max-width: 619px) {
  .testimonial-carousel {
    padding: 0 0 38px;
  }

  .testimonial-carousel .testimonial-grid {
    min-height: 310px;
  }

  .testimonial-carousel .testimonial-card,
  .testimonial-carousel .testimonial-card-featured {
    min-height: 310px;
    padding: 34px 26px;
  }

  .testimonials .testimonial-carousel blockquote,
  .testimonials .testimonial-carousel .testimonial-card-featured blockquote {
    max-width: 13ch;
    font-size: clamp(2.05rem, 11vw, 3.1rem);
  }

  .testimonial-nav {
    top: auto;
    bottom: -4px;
    width: 38px;
    height: 38px;
    font-size: 1.7rem;
  }

  .testimonial-nav-prev {
    left: 2px;
  }

  .testimonial-nav-next {
    right: 2px;
  }

  .testimonial-dots {
    right: 48px;
    left: 48px;
    bottom: 11px;
  }
}

/* 2026-07-24 review carousel: short real guest quotes. */
.testimonial-carousel {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 58px 44px;
}

.testimonial-carousel .testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: none;
  min-height: clamp(260px, 34vw, 360px);
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.testimonial-carousel .testimonial-card,
.testimonial-carousel .testimonial-card-featured {
  grid-area: 1 / 1;
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: clamp(260px, 34vw, 360px);
  border: 1px solid rgba(141, 145, 71, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(206, 244, 116, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 238, 0.88));
  padding: clamp(34px, 5vw, 58px);
  box-shadow: 0 18px 42px rgba(55, 36, 24, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.testimonial-carousel .testimonial-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.testimonial-carousel .testimonial-card:hover {
  border-color: rgba(141, 145, 71, 0.24);
  box-shadow: 0 20px 48px rgba(55, 36, 24, 0.1);
  transform: translateX(0);
}

.testimonial-carousel .testimonial-stars {
  margin: 0 0 22px;
  color: #9a8335;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  line-height: 1;
}

.testimonial-carousel blockquote,
.testimonial-carousel .testimonial-card-featured blockquote {
  max-width: 16ch;
  margin: 0;
  color: var(--purple);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.15rem, 5vw, 4.25rem);
  font-weight: 700;
  line-height: 1.04;
}

.testimonial-carousel .testimonial-summary,
.testimonial-carousel figcaption {
  display: none;
}

.testimonial-nav {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(141, 145, 71, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--purple);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.testimonial-nav:hover,
.testimonial-nav:focus-visible {
  background: var(--pb-lime);
  transform: translateY(-1px);
}

.testimonial-nav-prev {
  left: 0;
}

.testimonial-nav-next {
  right: 0;
}

.testimonial-dots {
  position: absolute;
  right: 58px;
  bottom: 0;
  left: 58px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.testimonial-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(65, 31, 78, 0.25);
  cursor: pointer;
  padding: 0;
}

.testimonial-dots button.is-active {
  width: 28px;
  background: var(--purple);
}

@media (max-width: 619px) {
  .testimonial-carousel {
    padding: 0 0 38px;
  }

  .testimonial-carousel .testimonial-grid {
    min-height: 310px;
  }

  .testimonial-carousel .testimonial-card,
  .testimonial-carousel .testimonial-card-featured {
    min-height: 310px;
    padding: 34px 26px;
  }

  .testimonial-carousel blockquote,
  .testimonial-carousel .testimonial-card-featured blockquote {
    max-width: 13ch;
    font-size: clamp(2.05rem, 11vw, 3.1rem);
  }

  .testimonial-nav {
    top: auto;
    bottom: -4px;
    width: 38px;
    height: 38px;
    font-size: 1.7rem;
  }

  .testimonial-nav-prev {
    left: 2px;
  }

  .testimonial-nav-next {
    right: 2px;
  }

  .testimonial-dots {
    right: 48px;
    left: 48px;
    bottom: 11px;
  }
}

/* 2026-07-23 clarity, reservation flow, and mobile readability pass. */
html {
  scroll-padding-top: 92px;
}

body.modal-open {
  overflow: hidden;
}

.hero-kicker {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Allura", "Pacifico", cursive;
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  line-height: 0.95;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.32);
}

.hero-text {
  max-width: 34ch;
  white-space: pre-line;
}

.hero-actions .button,
.header-reserve,
.book-class-button,
.request-session-button {
  text-transform: none;
}

.quick-info {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 44px;
}

.quick-info .info-card:nth-of-type(n+5) {
  display: none !important;
}

.safe-points {
  max-width: none;
  padding: clamp(42px, 6vw, 70px) max(20px, calc((100vw - 1180px) / 2 + 24px));
  background: #fffaf2;
}

.safe-points .section-heading {
  display: block;
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.safe-point-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.safe-point-grid li {
  display: grid;
  gap: 5px;
  min-height: 112px;
  border: 1px solid rgba(141, 145, 71, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 16px;
}

.safe-point-grid strong {
  color: var(--purple);
  font-size: 0.92rem;
  line-height: 1.35;
}

.safe-point-grid span {
  color: rgba(53, 38, 29, 0.68);
  font-size: 0.8rem;
  line-height: 1.4;
}

.reassurance-details {
  display: none !important;
}

.process-section {
  display: block !important;
}

.process-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-step {
  min-height: 180px;
}

.section-link-row {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin-top: 16px;
}

#classes .section-heading .section-link-row .text-link {
  display: inline-flex;
  width: auto;
  text-decoration: underline;
  text-decoration-color: rgba(141, 145, 71, 0.52);
  text-underline-offset: 5px;
}

#classes .event-details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#classes .event-details div:nth-child(5),
#classes .event-details div:nth-child(6) {
  display: grid;
}

#classes .event-image-wrap img {
  max-height: 430px;
}

.gallery-filter-bar {
  display: flex;
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto 18px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scrollbar-width: thin;
}

.gallery-filter {
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid rgba(141, 145, 71, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #4a3a28;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 8px 13px;
}

.gallery-filter.is-active {
  border-color: var(--purple);
  background: var(--purple);
  color: #fff;
}

.paint-party-card {
  display: grid;
  grid-template-rows: auto 1fr;
  cursor: pointer;
}

.paint-party-card[hidden] {
  display: none;
}

.paint-party-card img {
  aspect-ratio: 1 / 1;
}

.paint-party-card > div {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 132px;
}

.paint-party-card h3 {
  min-height: 2.4em;
}

.paint-party-card .series-label,
.paint-party-card .design-note {
  max-height: 2.8em;
  overflow: hidden;
}

.paint-party-card p {
  align-self: end;
}

.painting-modal[hidden] {
  display: none;
}

.painting-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 20px;
}

.painting-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 16, 0.62);
}

.painting-modal-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 0.72fr);
  width: min(920px, 100%);
  max-height: min(760px, calc(100svh - 40px));
  overflow: auto;
  border-radius: 10px;
  background: #fffaf2;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.painting-modal-dialog img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  background: #f7efe4;
  object-fit: contain;
}

.painting-modal-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: clamp(24px, 4vw, 42px);
}

.painting-modal-copy h2 {
  margin: 0;
  color: var(--purple);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.painting-modal-tags,
.painting-modal-pair {
  margin: 0;
  color: rgba(53, 38, 29, 0.72);
  font-weight: 700;
}

.painting-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border: 1px solid rgba(84, 61, 43, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--purple);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 8px 12px;
}

.testimonial-card {
  min-height: 190px;
  padding: 24px;
}

.testimonial-card blockquote::before {
  content: open-quote;
  color: rgba(141, 145, 71, 0.72);
  font-size: 2rem;
  line-height: 0;
  margin-right: 4px;
}

.testimonial-card blockquote::after {
  content: close-quote;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  min-height: 48px;
}

.reservation-form label span::after {
  content: "";
}

.reservation-form label:has(input[required]) span::after,
.reservation-form label:has(select[required]) span::after {
  content: " *";
  color: #a73f75;
}

.reservation-form button[disabled] {
  cursor: wait;
  opacity: 0.64;
  transform: none;
}

.contact-actions .button-primary {
  flex-grow: 1.15;
}

.contact-actions .button-secondary {
  flex-grow: 0.75;
  background: transparent;
}

.footer-copy {
  white-space: pre-line;
}

.footer-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-top: 8px;
  font-size: 0.82rem;
}

.footer-links a {
  color: rgba(65, 31, 78, 0.76);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1080px) {
  .safe-point-grid,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step:not(:last-child)::after {
    content: none;
  }
}

@media (max-width: 819px) {
  .hero-kicker {
    color: #fff;
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }

  .top-language-toggle {
    right: 72px !important;
    left: auto !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .safe-points,
  .process-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .painting-modal-dialog {
    grid-template-columns: 1fr;
  }

  .painting-modal-dialog img {
    min-height: 0;
    max-height: 54svh;
  }
}

@media (max-width: 619px) {
  html {
    scroll-padding-top: 84px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 38px;
  }

  .hero-text {
    max-width: 30ch;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .hero-actions,
  .hero-actions .button-primary {
    width: 100%;
    max-width: none;
  }

  .quick-info {
    grid-template-columns: 1fr;
    padding: 28px 22px 30px;
  }

  .safe-point-grid {
    grid-template-columns: 1fr;
  }

  .safe-points .section-heading {
    text-align: left;
  }

  .safe-point-grid li {
    min-height: 0;
    padding: 14px 15px;
  }

  #classes .event-image-wrap img {
    aspect-ratio: 1.05 / 1;
    max-height: 310px;
    object-fit: contain;
    padding: 10px;
  }

  #classes .event-details {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  #classes .event-details div:nth-child(3),
  #classes .event-details div:nth-child(4),
  #classes .event-details div:nth-child(5),
  #classes .event-details div:nth-child(6) {
    display: grid;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: 0;
    padding: 18px 16px;
  }

  .gallery-filter-bar {
    margin-inline: -2px;
    padding-bottom: 12px;
  }

  .paint-party-scroll {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .paint-party-card > div {
    min-height: 124px;
    padding: 11px 10px 12px;
  }

  .paint-party-card h3 {
    font-size: 0.86rem;
    line-height: 1.25;
  }

  .paint-party-card p {
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
  }

  .paint-party-card p span {
    width: 100%;
    justify-content: center;
    font-size: 0.66rem;
  }

  .painting-modal {
    padding: 12px;
  }

  .painting-modal-copy {
    padding: 22px 18px 18px;
  }

  .reservation-form {
    gap: 13px;
  }

  .reserve-section {
    max-width: calc(100% - 28px);
    border-radius: 14px;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

/* Final QA: avoid blank sections if scroll-triggered reveal is delayed or blocked. */
.reveal,
.reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* 2026-07-24 boutique polish: calmer copy rhythm, roomier spacing, richer reviews. */
.section {
  padding-top: clamp(62px, 8vw, 104px);
  padding-bottom: clamp(62px, 8vw, 104px);
}

.section-heading {
  margin-bottom: clamp(28px, 4vw, 42px);
}

.section-heading p:not(.eyebrow):not(.script-kicker),
.experience-story-copy p:not(.script-kicker),
.host-profile-body,
.reserve-intro {
  line-height: 1.9;
}

.quick-info,
.safe-points,
.process-section,
.paint-party-showcase,
.host-profile,
.testimonials,
.notes-section,
#faq,
.reserve-section,
.contact-section {
  padding-top: clamp(62px, 8vw, 104px);
  padding-bottom: clamp(62px, 8vw, 104px);
}

.gallery-filter-bar {
  gap: 10px;
  margin-bottom: 28px;
}

.gallery-filter {
  min-height: 38px;
  background: rgba(255, 253, 248, 0.86);
  letter-spacing: 0.01em;
}

.testimonial-grid {
  align-items: stretch;
}

.testimonial-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-color: rgba(141, 145, 71, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 242, 0.82));
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.testimonial-card-featured {
  grid-column: span 2;
  display: grid;
  align-content: center;
  min-height: 320px;
  border-color: rgba(160, 69, 122, 0.22);
  background:
    radial-gradient(circle at 12% 10%, rgba(206, 244, 116, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(251, 238, 248, 0.72));
}

.testimonial-card:hover {
  border-color: rgba(141, 145, 71, 0.34);
  transform: translateY(-5px);
}

.testimonial-photo {
  width: 100%;
  aspect-ratio: 1.7 / 1;
  margin: -4px 0 16px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 34%;
}

.testimonial-stars {
  margin: 0 0 10px;
  color: #9a8335;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.testimonial-card blockquote {
  margin-bottom: 14px;
  color: var(--purple);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.28rem, 2.4vw, 1.72rem);
  font-weight: 700;
  line-height: 1.28;
}

.testimonial-card-featured blockquote {
  max-width: 15ch;
  font-size: clamp(2.05rem, 4.4vw, 3.7rem);
  line-height: 1.06;
}

.testimonial-card-featured .testimonial-summary {
  max-width: 58ch;
  font-size: 1rem;
}

.testimonial-card blockquote::before,
.testimonial-card blockquote::after {
  content: none;
}

.testimonial-summary {
  margin: 0 0 18px;
  color: rgba(53, 38, 29, 0.72);
  font-size: 0.92rem;
  line-height: 1.78;
}

.testimonial-card figcaption::before {
  content: "— ";
}

html[lang="ja"] .testimonial-card blockquote,
html[lang="ja"] .testimonial-summary {
  white-space: pre-line;
}

.reservation-form select[name="selected-class"] {
  cursor: pointer;
}

.site-footer {
  padding-top: clamp(52px, 7vw, 86px);
  padding-bottom: clamp(42px, 6vw, 72px);
}

.site-footer .footer-note {
  margin-bottom: 6px;
}

.footer-links {
  margin-top: 18px;
}

@media (max-width: 619px) {
  .section,
  .quick-info,
  .safe-points,
  .process-section,
  .paint-party-showcase,
  .host-profile,
  .testimonials,
  .notes-section,
  #faq,
  .reserve-section,
  .contact-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .hero-text {
    line-height: 1.58;
  }

  .testimonial-card {
    scroll-snap-align: start;
    min-width: min(82vw, 340px);
    min-height: 0;
  }

  .testimonial-grid {
    display: flex;
    gap: 14px;
    margin-inline: -20px;
    overflow-x: auto;
    padding: 0 20px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .testimonial-card-featured {
    min-width: min(88vw, 360px);
  }

  .testimonial-card blockquote {
    font-size: 1.28rem;
  }

  .testimonial-card-featured blockquote {
    font-size: clamp(1.72rem, 9vw, 2.35rem);
  }

  .testimonial-summary {
    font-size: 0.9rem;
    line-height: 1.72;
  }

  .testimonial-photo {
    aspect-ratio: 1.55 / 1;
  }

  .site-footer {
    padding-top: 54px;
    padding-bottom: 44px;
  }
}

/* Final review presentation: one quiet text-first card, no photos or "more" link. */
.testimonials {
  background: linear-gradient(180deg, #fffaf2, #fbf4e9);
}

.testimonials .section-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testimonials .section-heading h2 {
  color: var(--purple);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.45rem, 3.2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.18;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 760px;
  margin: 0 auto;
  gap: 0;
  overflow: visible;
  padding: 0;
}

.testimonial-card,
.testimonial-card-featured {
  display: grid;
  grid-column: auto;
  min-width: 0;
  min-height: 0;
  align-content: start;
  border: 1px solid rgba(141, 145, 71, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: clamp(30px, 5vw, 52px);
  box-shadow: 0 18px 42px rgba(55, 36, 24, 0.08);
  scroll-snap-align: none;
}

.testimonial-card:hover {
  border-color: rgba(141, 145, 71, 0.18);
  box-shadow: 0 18px 42px rgba(55, 36, 24, 0.08);
  transform: none;
}

.testimonial-photo,
.reviews-link {
  display: none !important;
}

.testimonial-stars {
  margin: 0 0 22px;
  color: #9a8335;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  line-height: 1;
}

.testimonial-card blockquote,
.testimonial-card-featured blockquote {
  max-width: none;
  margin: 0 0 22px;
  color: var(--purple);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.42rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.34;
}

.testimonial-summary,
.testimonial-card-featured .testimonial-summary {
  max-width: none;
  margin: 0 0 26px;
  color: rgba(53, 38, 29, 0.74);
  font-size: clamp(0.96rem, 1.5vw, 1.05rem);
  line-height: 1.95;
}

.testimonial-card figcaption {
  margin-top: 4px;
  color: rgba(53, 38, 29, 0.62);
  font-size: 0.92rem;
  font-weight: 700;
}

@media (max-width: 619px) {
  .testimonials .section-heading {
    margin-bottom: 22px;
    text-align: left;
  }

  .testimonials .section-heading h2 {
    font-size: 1.42rem;
  }

  .testimonial-grid {
    display: grid;
    margin-inline: 0;
    overflow: visible;
    padding: 0;
  }

  .testimonial-card,
  .testimonial-card-featured {
    min-width: 0;
    padding: 30px 24px;
  }

  .testimonial-card blockquote,
  .testimonial-card-featured blockquote {
    font-size: 1.5rem;
  }

  .testimonial-summary {
    font-size: 0.95rem;
    line-height: 1.9;
  }
}
/* Final logo-family hero title adjustment 2026-07-24. */
.hero h1.hero-title-art,
.hero h1.hero-title-art .desktop-hero-title,
.hero h1.hero-title-art .mobile-hero-title,
.hero h1.hero-title-art .desktop-hero-title > span,
.hero h1.hero-title-art .mobile-hero-title > span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: "Yellowtail", "Pacifico", "Satisfy", cursive !important;
  font-size: clamp(2.98rem, 4.48vw, 4.52rem) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
  letter-spacing: 0.004em !important;
  opacity: 1 !important;
}

.hero h1.hero-title-art {
  max-width: 18ch !important;
  margin-top: 72px !important;
  margin-bottom: 16px !important;
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.36), 0 0 1px rgba(255, 255, 255, 0.5) !important;
  transform: translateX(72px) !important;
  -webkit-text-stroke: 0.08px rgba(255, 255, 255, 0.42) !important;
}

.hero h1.hero-title-art::after {
  margin-top: 22px !important;
}

@media (max-width: 819px) {
  .hero h1.hero-title-art,
  .hero h1.hero-title-art .desktop-hero-title,
  .hero h1.hero-title-art .mobile-hero-title,
  .hero h1.hero-title-art .desktop-hero-title > span,
  .hero h1.hero-title-art .mobile-hero-title > span {
    font-size: clamp(1.76rem, 7.05vw, 2.08rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0.002em !important;
  }

  .hero h1.hero-title-art {
    max-width: 18ch !important;
    margin-top: 72px !important;
    margin-bottom: 14px !important;
    transform: translateX(68px) !important;
  }
}
.hero h1.hero-title-art::after {
  width: min(220px, 48vw) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: none !important;
  opacity: 0.56 !important;
}

/* EOF mobile review and gallery correction 2026-07-24. */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.testimonial-carousel .testimonial-summary {
  display: block !important;
  max-width: 38em !important;
  margin: 18px 0 0 !important;
  color: rgba(53, 38, 29, 0.72) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: clamp(0.92rem, 1.6vw, 1rem) !important;
  font-weight: 500 !important;
  line-height: 1.82 !important;
}

.testimonials .testimonial-carousel blockquote,
.testimonials .testimonial-carousel .testimonial-card-featured blockquote {
  max-width: 24ch !important;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem) !important;
  line-height: 1.28 !important;
}

@media (max-width: 619px) {
  .testimonial-carousel {
    max-width: none !important;
    margin-inline: 0 !important;
    padding: 0 12px 38px !important;
  }

  .testimonial-carousel .testimonial-grid {
    min-height: 0 !important;
    overflow: visible !important;
  }

  .testimonial-carousel .testimonial-card,
  .testimonial-carousel .testimonial-card-featured {
    min-height: 0 !important;
    padding: 30px 28px 34px !important;
  }

  .testimonials .testimonial-carousel blockquote,
  .testimonials .testimonial-carousel .testimonial-card-featured blockquote {
    max-width: 100% !important;
    font-size: clamp(1.24rem, 5.6vw, 1.5rem) !important;
    line-height: 1.42 !important;
  }

  .testimonial-carousel .testimonial-summary {
    max-width: 100% !important;
    margin-top: 16px !important;
    font-size: 0.88rem !important;
    line-height: 1.78 !important;
  }

  .testimonial-carousel .testimonial-stars {
    margin-bottom: 16px !important;
    font-size: 0.72rem !important;
  }

  .paint-party-showcase {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: clip !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .gallery-filter-bar {
    flex-wrap: wrap !important;
    justify-content: center !important;
    overflow: visible !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .paint-party-scroll {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  .paint-party-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .paint-party-card img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .paint-party-card > div {
    min-width: 0 !important;
    padding: 12px 10px !important;
  }

  .paint-party-card h3 {
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 2.55em !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-wrap: auto !important;
  }

  .paint-party-card p {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  .paint-party-card p span {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-content: center !important;
    white-space: normal !important;
  }
}

/* FINAL EOF event-card proposal: artwork-led sip-and-paint session cards. */
#classes {
  background:
    linear-gradient(180deg, #fffaf2 0%, #fbf4e9 100%) !important;
}

#classes .section-heading {
  max-width: 880px !important;
  margin: 0 auto clamp(28px, 5vw, 48px) !important;
  text-align: center !important;
}

#classes .section-heading .eyebrow {
  display: block !important;
  margin-bottom: 6px !important;
  color: rgba(65, 31, 78, 0.66) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

#classes .section-heading h2,
html[lang="ja"] #classes .section-heading h2 {
  margin: 0 !important;
  color: var(--purple) !important;
  font-family: "Yellowtail", "Pacifico", "Satisfy", cursive !important;
  font-size: clamp(3.2rem, 8vw, 5.6rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 0.94 !important;
}

#classes .section-heading p:not(.eyebrow) {
  display: block !important;
  max-width: 44em !important;
  margin: 18px auto 0 !important;
  color: rgba(53, 38, 29, 0.68) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 500 !important;
  line-height: 1.82 !important;
}

#classes .section-link-row {
  margin-top: 18px !important;
}

#classes .event-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  gap: clamp(18px, 3vw, 28px) !important;
}

#classes .event-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  overflow: hidden !important;
  border: 1px solid rgba(141, 145, 71, 0.2) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 20px 46px rgba(55, 36, 24, 0.1) !important;
}

#classes .event-image-wrap {
  position: relative !important;
  display: grid !important;
  min-height: 0 !important;
  background:
    linear-gradient(180deg, rgba(251, 244, 233, 0.96), rgba(244, 235, 220, 0.96)) !important;
  padding: 18px 18px 0 !important;
}

#classes .event-image-wrap::before {
  content: "PAINTING PREVIEW" !important;
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  z-index: 2 !important;
  border-radius: 999px !important;
  background: rgba(65, 31, 78, 0.82) !important;
  color: #fff !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  padding: 7px 10px !important;
}

#classes .event-image-wrap img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1.35 / 1 !important;
  border: 8px solid rgba(255, 255, 255, 0.94) !important;
  border-radius: 6px !important;
  background: #f7efe4 !important;
  object-fit: cover !important;
  box-shadow: 0 16px 36px rgba(55, 36, 24, 0.16) !important;
}

#classes .date-card {
  top: auto !important;
  right: 22px !important;
  bottom: -22px !important;
  left: auto !important;
  z-index: 3 !important;
  width: 76px !important;
  min-height: 76px !important;
  border: 1px solid rgba(141, 145, 71, 0.26) !important;
  border-radius: 8px !important;
  background: #fffaf2 !important;
  color: var(--purple) !important;
  box-shadow: 0 14px 28px rgba(55, 36, 24, 0.14) !important;
}

#classes .event-content {
  padding: 42px 26px 28px !important;
}

#classes .event-content h3 {
  display: block !important;
  margin: 0 0 14px !important;
  color: var(--purple) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: clamp(1.36rem, 3vw, 1.78rem) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
}

#classes .availability-note {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 8px !important;
  vertical-align: middle !important;
}

#classes .event-description {
  margin-bottom: 18px !important;
  color: rgba(53, 38, 29, 0.68) !important;
  font-size: 0.92rem !important;
  line-height: 1.72 !important;
}

#classes .event-details {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 0 22px !important;
}

#classes .event-details div {
  display: grid !important;
  min-width: 0 !important;
  border: 1px solid rgba(141, 145, 71, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(255, 250, 242, 0.72) !important;
  padding: 11px 12px !important;
}

#classes .event-details dt {
  margin: 0 0 3px !important;
  color: rgba(65, 31, 78, 0.54) !important;
  font-size: 0.64rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#classes .event-details dd {
  color: #35261d !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

#classes .book-class-button {
  width: 100% !important;
  margin-top: auto !important;
}

@media (max-width: 819px) {
  #classes .event-grid {
    grid-template-columns: 1fr !important;
    width: min(100%, 520px) !important;
  }
}

@media (max-width: 619px) {
  #classes .section-heading h2,
  html[lang="ja"] #classes .section-heading h2 {
    font-size: clamp(3rem, 14vw, 4.35rem) !important;
  }

  #classes .section-heading p:not(.eyebrow) {
    font-size: 0.9rem !important;
  }

  #classes .event-image-wrap {
    padding: 14px 14px 0 !important;
  }

  #classes .event-image-wrap img {
    aspect-ratio: 1.2 / 1 !important;
    border-width: 6px !important;
  }

  #classes .event-content {
    padding: 38px 18px 22px !important;
  }

  #classes .event-details {
    grid-template-columns: 1fr !important;
  }
}

/* EOF hero full-bleed refinement requested 2026-07-24. */
main > .hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  background-size: cover !important;
  background-position: 47% 60% !important;
}

.hero::before {
  background:
    linear-gradient(rgba(18, 10, 7, 0.24), rgba(18, 10, 7, 0.24)),
    linear-gradient(90deg, rgba(18, 10, 7, 0.06) 0%, rgba(18, 10, 7, 0.015) 42%, rgba(18, 10, 7, 0) 100%) !important;
}

.hero h1.hero-title-art {
  margin-bottom: 10px !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24), 0 0 1px rgba(255, 255, 255, 0.42) !important;
}

.hero h1.hero-title-art::after {
  margin-top: 14px !important;
}

.hero-text {
  max-width: 42ch !important;
  margin-top: -14px !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24) !important;
}

.hero-actions {
  margin-top: 48px !important;
  transform: translateY(57px) scale(0.78) !important;
  transform-origin: left top !important;
}

@media (max-width: 819px) {
  main > .hero {
    background-size: cover !important;
    background-position: 48% 62% !important;
  }

  .hero::before {
    background:
      linear-gradient(rgba(18, 10, 7, 0.28), rgba(18, 10, 7, 0.28)),
      linear-gradient(180deg, rgba(18, 10, 7, 0.015) 0%, rgba(18, 10, 7, 0.06) 34%, rgba(18, 10, 7, 0.1) 100%) !important;
  }

  .hero h1.hero-title-art {
    margin-bottom: 8px !important;
  }

  .hero h1.hero-title-art::after {
    margin-top: 10px !important;
  }

  .hero-text {
    max-width: 31ch !important;
    margin-top: -12px !important;
  }

  .hero-actions {
    margin-top: 36px !important;
    transform: translateY(46px) scale(0.8) !important;
    transform-origin: left top !important;
  }
}

/* 2026-07-24 review readability refinement. */
.testimonials {
  margin-top: 28px !important;
}

.testimonial-carousel .testimonial-card,
.testimonial-carousel .testimonial-card-featured {
  padding: 54px 56px 58px !important;
}

.testimonials .testimonial-carousel blockquote,
.testimonials .testimonial-carousel .testimonial-card-featured blockquote {
  max-width: 29ch !important;
  font-size: clamp(1.35rem, 2.75vw, 2rem) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  white-space: normal !important;
}

.testimonial-carousel .testimonial-summary,
.testimonial-carousel .testimonial-card-featured .testimonial-summary {
  display: block !important;
  max-width: 34em !important;
  margin: 22px auto 0 !important;
  color: rgba(53, 38, 29, 0.7) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: clamp(0.9rem, 1.45vw, 0.98rem) !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-align: left !important;
}

@media (max-width: 619px) {
  .testimonials {
    margin-top: 24px !important;
  }

  .testimonial-carousel .testimonial-card,
  .testimonial-carousel .testimonial-card-featured {
    padding: 34px 30px 38px !important;
  }

  .testimonials .testimonial-carousel blockquote,
  .testimonials .testimonial-carousel .testimonial-card-featured blockquote {
    font-size: clamp(1.08rem, 4.9vw, 1.3rem) !important;
    line-height: 1.55 !important;
  }

  .testimonial-carousel .testimonial-summary,
  .testimonial-carousel .testimonial-card-featured .testimonial-summary {
    margin-top: 18px !important;
    font-size: 0.86rem !important;
    line-height: 1.6 !important;
  }
}
