:root {
  --coral: #e86f5f;
  --coral-dark: #a84a40;
  --leaf: #3f8068;
  --leaf-soft: #dcefe3;
  --saffron: #f0c94d;
  --lavender: #efe5f3;
  --stone: #fffaf1;
  --clay: #df9b72;
  --sky: #dff1f6;
  --mint: #edf7ee;
  --petal: #f9dfd7;
  --ink: #2e2924;
  --muted: #70655d;
  --line: rgba(46, 41, 36, 0.14);
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(83, 63, 46, 0.13);
  --soft-shadow: 0 10px 26px rgba(83, 63, 46, 0.09);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--stone) 0 34%, #f5fbf6 34% 63%, #fff3ec 63% 100%);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.signup-banner {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  justify-content: center;
  padding: 9px 18px;
  color: var(--white);
  background:
    linear-gradient(90deg, var(--leaf), #4f9675 48%, var(--coral-dark));
  box-shadow: 0 8px 18px rgba(83, 63, 46, 0.12);
}

.signup-banner a {
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.signup-banner a:hover,
.signup-banner a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 41px;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
  padding: 12px max(20px, calc((100vw - var(--max)) / 2));
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.96), rgba(237, 247, 238, 0.95) 48%, rgba(223, 241, 246, 0.96));
  border-bottom: 1px solid rgba(46, 41, 36, 0.1);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(83, 63, 46, 0.08);
  backdrop-filter: blur(18px) saturate(1.08);
}

.home-page .site-header {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.96), rgba(237, 247, 238, 0.95) 48%, rgba(223, 241, 246, 0.96));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 72% 27%, var(--saffron) 0 6px, transparent 7px),
    radial-gradient(ellipse at 35% 40%, rgba(232, 111, 95, 0.78) 0 8px, transparent 9px),
    radial-gradient(ellipse at 63% 45%, rgba(63, 128, 104, 0.7) 0 9px, transparent 10px),
    linear-gradient(145deg, #fffdf7 0%, #f9dfd7 34%, #dcefe3 68%, #dff1f6 100%);
  box-shadow:
    0 10px 22px rgba(83, 63, 46, 0.16),
    0 0 0 1px rgba(46, 41, 36, 0.08);
}

.brand-mark::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 13px;
  height: 16px;
  border: 4px solid #8b5c47;
  border-top: 0;
  border-radius: 0 0 999px 999px;
  transform: rotate(1deg);
}

.brand-mark::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 23px;
  width: 34px;
  height: 17px;
  border-top: 4px solid var(--leaf);
  border-radius: 50%;
  transform: rotate(-11deg);
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text span {
  font-family: "Gill Sans", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.brand-text strong {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 7px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(46, 41, 36, 0.1);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.nav-group {
  position: relative;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 999px;
  padding: 8px 13px;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--ink);
  background: var(--petal);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 34px;
  margin-left: 4px;
  padding: 3px;
  border: 1px solid rgba(63, 128, 104, 0.2);
  border-radius: 999px;
  background: rgba(237, 247, 238, 0.9);
}

.language-button {
  min-width: 34px;
  min-height: 28px;
  padding: 5px 8px;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.language-button:hover,
.language-button:focus-visible,
.language-button.is-active {
  color: var(--white);
  background: var(--leaf);
}

.submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 40;
  display: grid;
  min-width: 150px;
  padding: 8px;
  background: rgba(255, 250, 241, 0.98);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-group:hover .submenu,
.nav-group:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.submenu a {
  justify-content: flex-start;
  width: 100%;
  color: var(--ink);
  border-radius: 999px;
}

.section-band {
  padding: 96px max(22px, calc((100vw - var(--max)) / 2));
}

.hero {
  position: relative;
  display: grid;
  min-height: 92svh;
  align-items: center;
  padding: 88px max(22px, calc((100vw - var(--max)) / 2)) 76px;
  color: var(--white);
  overflow: hidden;
}

.home-page .hero {
  color: var(--ink);
  background: var(--stone);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}

.home-page .hero-image {
  filter: saturate(1.12) contrast(1.04);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(46, 41, 36, 0.72), rgba(46, 41, 36, 0.26) 48%, rgba(46, 41, 36, 0.05)),
    linear-gradient(0deg, rgba(232, 111, 95, 0.22), transparent 42%);
}

.home-page .hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 250, 241, 0.74) 42%, rgba(237, 247, 238, 0.26) 72%, rgba(255, 250, 241, 0.02) 100%),
    linear-gradient(0deg, rgba(232, 111, 95, 0.12), rgba(240, 201, 77, 0.06) 48%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.site-footer .eyebrow {
  color: var(--coral-dark);
}

.home-page .hero .eyebrow {
  color: var(--coral-dark);
}

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

h1,
h2,
h3 {
  font-family: "Gill Sans", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 700;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(44px, 6.4vw, 82px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.4vw, 56px);
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.8vw, 36px);
}

.hero-copy p:not(.eyebrow),
.intro-text p,
.about-copy p {
  max-width: 620px;
  font-size: clamp(18px, 1.8vw, 21px);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid currentColor;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.filter-button:hover,
.album-card:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: var(--leaf);
  border-color: var(--leaf);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.home-page .hero .button.secondary {
  color: var(--ink);
  background: rgba(255, 248, 236, 0.68);
  border-color: rgba(39, 33, 29, 0.42);
}

.button.secondary.dark {
  color: var(--ink);
  background: transparent;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--leaf);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  gap: 44px;
  align-items: center;
  min-height: 680px;
  padding-top: 92px;
  background:
    linear-gradient(120deg, var(--stone), var(--mint) 48%, var(--sky));
}

.page-hero-soft {
  background:
    linear-gradient(120deg, var(--petal), var(--stone) 46%, var(--sky));
}

.page-hero p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.page-hero img {
  width: 100%;
  height: clamp(360px, 46vw, 590px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-hero img.portrait-image {
  object-position: center 42%;
}

.page-hero img.yoga-portrait-image {
  object-position: center center;
}

.ceramics-page {
  background:
    linear-gradient(180deg, #fff8ec 0 28%, #f7efe4 28% 50%, #eef7f2 50% 76%, #fff1e8 76% 100%);
}

.ceramics-page .page-hero {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255, 247, 223, 0.94) 0%, rgba(255, 225, 216, 0.88) 32%, rgba(226, 241, 234, 0.92) 68%, rgba(223, 241, 246, 0.96) 100%),
    linear-gradient(90deg, rgba(216, 91, 72, 0.18), rgba(240, 201, 77, 0.16) 36%, rgba(63, 128, 104, 0.14) 72%, rgba(103, 166, 199, 0.12));
  overflow: hidden;
}

.ceramics-page .page-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 14px;
  background:
    linear-gradient(90deg, var(--coral), var(--saffron), var(--leaf), #67a6c7, #b98ac8, var(--coral));
}

.ceramics-page .page-hero > * {
  position: relative;
  z-index: 1;
}

.ceramics-page .page-hero .eyebrow,
.ceramics-page .intro .eyebrow,
.ceramics-page .events .eyebrow {
  color: var(--coral-dark);
}

.ceramics-page .page-hero h1 {
  color: #2b2521;
}

.ceramics-page .page-hero img {
  border: 8px solid rgba(255, 255, 255, 0.74);
  box-shadow:
    0 20px 46px rgba(91, 54, 32, 0.16),
    0 0 0 1px rgba(46, 41, 36, 0.08);
}

.ceramics-page .intro {
  background:
    linear-gradient(120deg, #ffe9df 0%, #fffaf1 42%, #e2f1ea 100%);
}

.ceramics-page .intro-copy h2 {
  color: #33241f;
}

.ceramics-page .events {
  background:
    linear-gradient(135deg, #fbd8ce 0%, #fff2cc 30%, #dcefe3 64%, #dff1f6 100%);
}

.ceramics-page .event-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ceramics-page .event-card {
  min-height: 230px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 250, 241, 0.76));
  border-color: rgba(46, 41, 36, 0.1);
  border-top: 7px solid var(--coral);
}

.ceramics-page .event-card:nth-child(2) {
  border-top-color: var(--leaf);
}

.ceramics-page .event-card h3 {
  color: #33241f;
}

.ceramics-page .event-card time {
  color: var(--leaf);
}

.ceramics-page .site-footer {
  background:
    linear-gradient(120deg, var(--leaf), #6d8f57 52%, var(--coral-dark));
}

.ceramics-page .site-footer h2,
.ceramics-page .site-footer a,
.ceramics-page .site-footer span {
  color: var(--white);
}

.works-page .sales-page {
  position: relative;
  padding-top: 92px;
  background:
    linear-gradient(135deg, rgba(255, 247, 223, 0.94) 0%, rgba(255, 225, 216, 0.88) 30%, rgba(226, 241, 234, 0.92) 66%, rgba(223, 241, 246, 0.96) 100%),
    linear-gradient(90deg, rgba(216, 91, 72, 0.18), rgba(240, 201, 77, 0.16) 36%, rgba(63, 128, 104, 0.14) 72%, rgba(103, 166, 199, 0.12));
  overflow: hidden;
}

.works-page .sales-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 14px;
  background:
    linear-gradient(90deg, var(--coral), var(--saffron), var(--leaf), #67a6c7, #b98ac8, var(--coral));
}

.works-page .sales-page > * {
  position: relative;
  z-index: 1;
}

.works-page .section-heading {
  margin-bottom: 34px;
}

.works-page .section-heading .eyebrow {
  color: var(--coral-dark);
}

.works-page .section-heading h1 {
  color: #2b2521;
}

.works-page .section-heading p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.works-page .album-grid {
  padding: 10px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(46, 41, 36, 0.1);
  border-radius: 12px;
  box-shadow: var(--soft-shadow);
}

.works-page .album-card {
  border: 6px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px rgba(91, 54, 32, 0.12);
}

.works-page .album-card:nth-child(3n + 1) {
  background: var(--coral);
}

.works-page .album-card:nth-child(3n + 2) {
  background: var(--saffron);
}

.works-page .album-card:nth-child(3n + 3) {
  background: var(--leaf);
}

.video-section {
  display: grid;
  gap: 30px;
  background:
    linear-gradient(120deg, var(--sky), var(--stone) 54%, var(--mint));
}

.video-frame {
  width: min(100%, 980px);
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 64px;
  align-items: start;
  background: linear-gradient(120deg, var(--lavender), var(--stone));
}

.intro-copy h2 {
  max-width: 650px;
}

.intro-text {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.intro-text p {
  margin-bottom: 0;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--ink);
  background: var(--sky);
}

.feature-strip article {
  min-height: 230px;
  padding: 38px max(22px, calc((100vw - var(--max)) / 2));
  border-right: 1px solid rgba(39, 33, 29, 0.12);
}

.feature-strip span {
  display: block;
  margin-bottom: 28px;
  color: var(--coral-dark);
  font-weight: 900;
}

.feature-strip h2 {
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 38px);
}

.feature-strip p {
  max-width: 300px;
  margin-bottom: 0;
  color: var(--muted);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: var(--stone);
}

.path-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 330px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-top: 5px solid var(--leaf);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.path-card:nth-child(2) {
  border-top-color: var(--saffron);
}

.path-card:nth-child(3) {
  border-top-color: var(--coral);
}

.path-card h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.path-card p {
  color: var(--muted);
  font-size: 18px;
}

.works {
  background: var(--stone);
}

.sales-page {
  padding-top: 158px;
  background:
    linear-gradient(180deg, var(--stone), #f7efe5);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 42px;
}

.split-heading {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.album-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 280px;
}

.filter-button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.filter-button.is-active {
  color: var(--white);
  background: var(--leaf);
  border-color: var(--leaf);
}

.album-feature {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.76fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 26px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.album-feature img {
  width: 100%;
  height: clamp(330px, 42vw, 540px);
  object-fit: cover;
}

.album-feature div {
  padding: 24px;
}

.album-feature p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.album-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.album-card {
  position: relative;
  min-height: 250px;
  border: 0;
  padding: 0;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 160ms ease, opacity 160ms ease;
}

.album-card.is-hidden {
  display: none;
}

.album-card.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 516px;
}

.album-card.wide {
  grid-column: span 2;
}

.album-card.tall {
  grid-row: span 2;
  min-height: 516px;
}

.album-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.album-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.album-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(32, 27, 25, 0.64), transparent 54%);
}

.album-card:not(:has(span))::after {
  display: none;
}

.album-grid.no-captions .album-card::after {
  display: none;
}

.album-card span {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 16px;
  font-size: 18px;
  font-weight: 950;
  text-align: left;
}

.courses {
  background:
    linear-gradient(180deg, var(--leaf-soft), var(--stone) 62%, var(--petal));
}

.offer-grid,
.event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.offer-card,
.event-card {
  min-height: 260px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.offer-card {
  border-top: 5px solid var(--leaf);
}

.offer-card.accent {
  border-top-color: var(--coral);
}

.offer-top,
.event-card time {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-card p,
.event-card p {
  color: var(--muted);
  font-size: 17px;
}

.events {
  color: var(--ink);
  background:
    linear-gradient(120deg, var(--petal), var(--stone) 46%, var(--leaf-soft));
}

.events .eyebrow,
.events .event-card time {
  color: var(--coral-dark);
}

.event-card {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(46, 41, 36, 0.1);
}

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

.about {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 52px;
  align-items: center;
  background:
    linear-gradient(120deg, var(--lavender), var(--sky));
}

.about-copy {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.about-copy p {
  margin-bottom: 0;
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 44px;
  align-items: start;
  background:
    linear-gradient(120deg, var(--mint), var(--stone) 48%, var(--petal));
}

.newsletter-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 21px);
}

.newsletter-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(46, 41, 36, 0.12);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.form-grid {
  display: grid;
  gap: 14px;
}

.newsletter-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.newsletter-form input[type="email"],
.newsletter-form input[type="text"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(46, 41, 36, 0.18);
  border-radius: 8px;
  font: inherit;
  font-size: 16px;
}

.newsletter-form input:focus-visible {
  outline: 3px solid rgba(63, 128, 104, 0.24);
  border-color: var(--leaf);
}

.consent-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 700;
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--leaf);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-honeypot {
  position: absolute;
  left: -5000px;
}

.legal-page {
  background:
    linear-gradient(180deg, var(--stone), var(--mint) 48%, var(--sky));
}

.legal-content {
  max-width: 980px;
  margin: 0 auto;
}

.legal-content h1 {
  margin-bottom: 34px;
}

.legal-block {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-block h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.8vw, 34px);
}

.legal-block p {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
}

.legal-block a {
  color: var(--leaf);
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(220px, 0.85fr);
  gap: 34px;
  padding: 76px max(22px, calc((100vw - var(--max)) / 2)) 34px;
  color: var(--ink);
  background: var(--saffron);
}

.site-footer h2 {
  max-width: 790px;
  margin-bottom: 0;
}

.site-footer p {
  color: rgba(39, 33, 29, 0.72);
}

.site-footer .eyebrow {
  color: var(--coral-dark);
}

.footer-links {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 12px;
  font-size: 20px;
  font-weight: 900;
}

.footer-links a {
  text-decoration-thickness: 2px;
}

.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-signup-form {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(39, 33, 29, 0.16);
  border-radius: 8px;
}

.footer-signup-form .eyebrow {
  margin-bottom: 2px;
}

.footer-signup-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 900;
}

.footer-signup-form input[type="email"],
.footer-signup-form input[type="text"] {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(46, 41, 36, 0.18);
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
}

.footer-signup-form input:focus-visible {
  outline: 3px solid rgba(63, 128, 104, 0.24);
  border-color: var(--leaf);
}

.footer-signup-form .button {
  width: 100%;
  margin-top: 2px;
}

.legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 26px;
  color: rgba(39, 33, 29, 0.64);
  border-top: 1px solid rgba(39, 33, 29, 0.18);
}

.lightbox {
  width: min(1040px, calc(100vw - 28px));
  max-height: calc(100svh - 28px);
  border: 0;
  padding: 0;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.lightbox::backdrop {
  background: rgba(32, 27, 25, 0.76);
  backdrop-filter: blur(8px);
}

.lightbox img {
  width: 100%;
  max-height: calc(100svh - 110px);
  object-fit: contain;
  background: #111;
}

.lightbox p {
  margin: 0;
  padding: 16px 22px 20px;
  font-size: 18px;
  font-weight: 900;
}

.lightbox p[hidden] {
  display: none;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 940px) {
  .site-header {
    position: sticky;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    color: var(--ink);
    background:
      linear-gradient(120deg, rgba(255, 250, 241, 0.98), rgba(237, 247, 238, 0.96) 55%, rgba(223, 241, 246, 0.98));
  }

  .home-page .site-header {
    color: var(--ink);
    background:
      linear-gradient(120deg, rgba(255, 250, 241, 0.98), rgba(237, 247, 238, 0.96) 55%, rgba(223, 241, 246, 0.98));
  }

  .main-nav {
    justify-content: flex-start;
    width: 100%;
    border-radius: 18px;
  }

  .submenu {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    margin-top: 4px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .submenu a {
    width: auto;
    min-height: 32px;
    padding: 6px 8px;
    color: var(--muted);
    background: rgba(63, 128, 104, 0.08);
    font-size: 13px;
  }

  .home-page .submenu a {
    color: var(--ink);
    background: rgba(32, 27, 25, 0.06);
  }

  .language-switcher {
    margin-left: 0;
    background: rgba(237, 247, 238, 0.9);
    border-color: rgba(63, 128, 104, 0.2);
  }

  .home-page .language-switcher {
    background: rgba(32, 27, 25, 0.06);
    border-color: rgba(39, 33, 29, 0.12);
  }

  .site-header .language-button,
  .home-page .language-button {
    color: var(--ink);
  }

  .language-button.is-active,
  .language-button:hover,
  .language-button:focus-visible,
  .home-page .language-button.is-active,
  .home-page .language-button:hover,
  .home-page .language-button:focus-visible {
    color: var(--white);
  }

  .hero {
    min-height: 86svh;
    padding-top: 64px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(255, 250, 241, 0.82), rgba(255, 250, 241, 0.18) 58%),
      linear-gradient(90deg, rgba(255, 250, 241, 0.8), rgba(255, 250, 241, 0.08));
  }

  .home-page .hero-overlay {
    background:
      linear-gradient(0deg, rgba(247, 242, 234, 0.84), rgba(247, 242, 234, 0.12) 58%),
      linear-gradient(90deg, rgba(247, 242, 234, 0.74), rgba(247, 242, 234, 0.08));
  }

  .intro,
  .album-feature,
  .about,
  .newsletter,
  .page-hero,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .feature-strip,
  .path-grid,
  .offer-grid,
  .event-list {
    grid-template-columns: 1fr;
  }

  .ceramics-page .event-list {
    grid-template-columns: 1fr;
  }

  .ceramics-page .event-card {
    min-height: auto;
  }

  .page-hero {
    min-height: auto;
    padding-top: 68px;
  }

  .page-hero img.portrait-image {
    height: min(760px, 112vw);
  }

  .page-hero img.yoga-portrait-image {
    height: min(560px, 70vw);
  }

  .sales-page {
    padding-top: 68px;
  }

  .feature-strip article {
    min-height: auto;
    padding: 32px max(22px, calc((100vw - var(--max)) / 2));
    border-right: 0;
    border-bottom: 1px solid rgba(39, 33, 29, 0.12);
  }

  .split-heading {
    display: grid;
  }

  .album-controls {
    justify-content: flex-start;
    min-width: 0;
  }

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

  .album-card.large,
  .album-card.wide {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }

  .signup-banner {
    padding: 8px 12px;
  }

  .signup-banner a {
    font-size: 13px;
  }

  .section-band {
    padding: 56px 18px;
  }

  .site-header {
    top: 38px;
    gap: 12px;
    min-height: 0;
    padding: 12px 16px 14px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text span {
    font-size: 21px;
  }

  .brand-text strong {
    font-size: 12px;
  }

  .main-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    padding: 6px;
    overflow-x: auto;
    border-radius: 999px;
    font-size: 13px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-group {
    flex: 0 0 auto;
  }

  .main-nav a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 10px;
    white-space: nowrap;
  }

  .submenu {
    display: none;
  }

  .hero {
    min-height: 74svh;
    padding: 54px 18px 46px;
    align-items: end;
  }

  .hero-image {
    object-position: 64% center;
  }

  .home-page .hero-overlay {
    background:
      linear-gradient(0deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 250, 241, 0.88) 42%, rgba(255, 250, 241, 0.2) 100%),
      linear-gradient(90deg, rgba(255, 250, 241, 0.74), rgba(255, 250, 241, 0.04));
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(40px, 12.5vw, 54px);
  }

  h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  h3 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .hero-copy p:not(.eyebrow),
  .intro-text p,
  .about-copy p,
  .newsletter-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .button-row {
    gap: 10px;
    margin-top: 24px;
  }

  .button {
    width: 100%;
    min-height: 46px;
    padding: 11px 16px;
  }

  .album-feature {
    padding: 10px;
  }

  .album-feature div {
    padding: 12px;
  }

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

  .album-card,
  .album-card.large,
  .album-card.tall,
  .album-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
  }

  .offer-card,
  .event-card {
    min-height: auto;
    padding: 24px;
  }

  .newsletter {
    gap: 24px;
  }

  .newsletter-form {
    padding: 22px;
  }

  .legal-content {
    padding-top: 52px;
  }

  .legal-block {
    padding: 22px 0;
  }

  .legal-block p {
    font-size: 16px;
  }

  .newsletter-form input[type="email"],
  .newsletter-form input[type="text"] {
    min-height: 46px;
    font-size: 16px;
  }

  .consent-row {
    grid-template-columns: 20px 1fr;
  }

  .site-footer {
    gap: 24px;
    padding: 56px 18px 28px;
  }

  .footer-links {
    font-size: 18px;
  }

  .footer-signup-form {
    padding: 20px;
  }

  .legal {
    display: grid;
    gap: 8px;
  }
}
