@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Serif:wght@500;600;700&display=swap');

:root {
  --bg: #f5f5ee;
  --bg-soft: #edf0e7;
  --surface: #ffffff;
  --surface-deep: #dde5da;
  --ink: #1b231d;
  --muted: #59675c;
  --outline: rgba(116, 133, 120, 0.24);
  --primary: #5d7666;
  --primary-strong: #7f9a88;
  --accent: #9b775d;
  --font-heading: "Noto Serif", serif;
  --font-body: "Manrope", sans-serif;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow-soft: 0 24px 80px rgba(27, 35, 29, 0.08);
  --anchor-offset: 132px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(127, 154, 136, 0.22), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(155, 119, 93, 0.12), transparent 24%),
    linear-gradient(180deg, #f5f5ee 0%, #f0f2eb 48%, #e9eee7 100%);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-header,
.intro-band,
.testimonial-strip,
.contact-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

main {
  width: 100%;
}

section[id] {
  scroll-margin-top: var(--anchor-offset);
}

.site-header {
  position: sticky;
  top: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding: 16px 22px;
  background: rgba(245, 245, 238, 0.12);
  backdrop-filter: blur(0);
  border: 1px solid rgba(150, 169, 155, 0);
  border-radius: 24px;
  box-shadow: none;
  transition:
    background-color 220ms ease,
    backdrop-filter 220ms ease,
    border-color 220ms ease,
    border-radius 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(245, 245, 238, 0.84);
  backdrop-filter: blur(20px);
  border-color: rgba(150, 169, 155, 0.32);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(27, 35, 29, 0.06);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(150, 169, 155, 0.28);
}

.lang-switch a {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--muted);
}

.lang-switch a.active {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-strong) 100%);
  color: var(--surface);
}

.brandmark,
.site-nav a,
.header-cta,
.btn,
.text-link {
  text-decoration: none;
}

.brandmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 600;
}

.brandmark-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  gap: 20px;
  font-size: 0.95rem;
  color: var(--muted);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-cta {
  padding: 12px 18px;
  background: var(--primary);
  color: var(--surface);
}

.btn-subline {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0.88;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 84px;
  background:
    radial-gradient(circle at top left, rgba(127, 154, 136, 0.22), transparent 30%),
    linear-gradient(180deg, #f5f5ee 0%, #edf0e7 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(270deg, rgba(245, 245, 238, 0.95) 0%, rgba(245, 245, 238, 0.82) 34%, rgba(245, 245, 238, 0.32) 62%, rgba(245, 245, 238, 0.1) 100%);
  z-index: 1;
}

.hero-background {
  position: absolute;
  inset: 0;
  background-image: var(--hero-poster, none);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  transform: scale(1.03);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
  padding: 138px 0 72px;
}

.hero-copy {
  max-width: 620px;
  justify-self: end;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 6vw, 6.1rem);
  max-width: 8ch;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  max-width: 13ch;
}

h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.hero-text,
.listing-card p,
.event-row p,
.product-card p,
.approach-card p,
.founder-copy p,
.contact-section p,
.intro-band p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
}

.hero-actions,
.contact-actions,
.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 34px;
}

.hero-note {
  margin-top: 22px;
  max-width: 48ch;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.7;
}

.btn {
  border: 1px solid transparent;
  padding: 14px 22px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.95rem;
  flex-direction: column;
}

.btn:hover,
.header-cta:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-strong) 100%);
  color: var(--surface);
  box-shadow: 0 18px 40px rgba(147, 69, 42, 0.18);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  border-color: var(--outline);
}

.btn-tertiary,
.text-link {
  background: transparent;
  color: var(--primary);
  padding: 0;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}

.listing-cta {
  padding: 11px 18px;
  border: 1px solid rgba(93, 118, 102, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(93, 118, 102, 0.12), rgba(127, 154, 136, 0.18));
  color: var(--primary);
  box-shadow: 0 10px 24px rgba(27, 35, 29, 0.05);
}

.listing-cta:hover {
  background: linear-gradient(135deg, rgba(93, 118, 102, 0.18), rgba(127, 154, 136, 0.24));
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.hero-panel {
  position: absolute;
  display: flex;
  align-items: end;
  padding: 26px;
  color: var(--surface);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.hero-panel span {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-size: 1.3rem;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 14, 12, 0.02) 0%, rgba(18, 14, 12, 0.52) 100%),
    linear-gradient(135deg, rgba(95, 118, 102, 0.95), rgba(127, 154, 136, 0.86));
}

.hero-panel-large {
  inset: 0 70px 70px 0;
  border-radius: 180px 28px 28px 28px;
}

.hero-video-shell {
  position: absolute;
  inset: 0 70px 70px 0;
  border-radius: 180px 28px 28px 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background:
    linear-gradient(180deg, rgba(18, 14, 12, 0.12), rgba(18, 14, 12, 0.5)),
    linear-gradient(135deg, rgba(95, 118, 102, 0.95), rgba(127, 154, 136, 0.86));
  background-size: cover;
  background-position: center;
}

.hero-video-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-video-trigger {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 28px;
  border: 0;
  color: var(--surface);
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.04), rgba(10, 10, 10, 0.46));
  cursor: pointer;
}

.hero-video-play {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  position: relative;
  flex: 0 0 auto;
}

.hero-video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-36%, -50%);
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.hero-video-label {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  text-align: right;
}

.hero-panel-small {
  right: 0;
  bottom: 48px;
  width: 280px;
  height: 250px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(18, 14, 12, 0.08) 0%, rgba(18, 14, 12, 0.46) 100%),
    linear-gradient(135deg, rgba(127, 154, 136, 0.92), rgba(91, 108, 94, 0.76));
}

.hero-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(189, 215, 191, 0.74);
  filter: blur(80px);
  left: -40px;
  bottom: 40px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg-video {
    display: none;
  }
}

.intro-band,
.contact-section,
.testimonial-strip {
  display: grid;
  gap: 30px;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(150, 169, 155, 0.22);
  box-shadow: 0 18px 50px rgba(41, 56, 44, 0.04);
}

.intro-band {
  grid-template-columns: 1.2fr 0.8fr;
  margin-bottom: 120px;
}

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

.intro-stats strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: 2.2rem;
}

.section-grid,
.feature-story,
.approach-section,
.founder-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 120px;
}

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

.approach-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(150, 169, 155, 0.24);
  border-radius: var(--radius-lg);
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-items: center;
}

.section-heading h2 {
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: 1.08;
  max-width: 24ch;
}

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

.listing-card,
.event-row {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(150, 169, 155, 0.24);
  border-radius: var(--radius-lg);
  padding: 28px;
}

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

.product-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(150, 169, 155, 0.24);
  border-radius: 34px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(27, 35, 29, 0.08);
}

.product-media {
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(19, 16, 13, 0.04), rgba(19, 16, 13, 0.42)),
    linear-gradient(135deg, rgba(95, 118, 102, 0.88), rgba(127, 154, 136, 0.78));
  background-size: cover;
  background-position: center;
}

.product-copy {
  padding: 24px 24px 26px;
}

.approach-card h3,
.listing-card h3,
.event-row h3,
.product-card h3 {
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.08;
}

.product-detail {
  margin-top: 0;
  margin-bottom: 18px;
}

.listing-meta,
.listing-footer,
.event-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.listing-meta,
.product-category,
.event-date,
.event-location,
.product-detail,
.detail-list dt {
  color: var(--primary);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.detail-list {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(150, 169, 155, 0.22);
}

.detail-list dd {
  margin: 0;
  color: var(--ink);
  text-align: right;
}

.location-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  text-decoration: none;
  color: inherit;
}

.location-link small {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.feature-story {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
}

.feature-story-copy {
  padding-top: 16px;
  text-align: center;
}

.feature-story-copy h2 {
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: 1.08;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}

.event-stack {
  display: grid;
  gap: 18px;
}

.event-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
}

.event-summary {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.event-summary span {
  color: var(--muted);
  font-size: 0.9rem;
}

.shop-section {
  padding-top: 12px;
}

.founder-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: center;
}

.founder-portrait {
  min-height: 520px;
  border-radius: 36px 160px 36px 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(18, 14, 12, 0.34)),
    linear-gradient(135deg, rgba(115, 135, 122, 0.82), rgba(195, 107, 77, 0.86));
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-soft);
}

.founder-role {
  color: var(--primary);
  font-weight: 700;
}

.testimonial-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 120px;
}

.testimonial {
  margin: 0;
}

.testimonial p {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  line-height: 1.45;
}

.testimonial footer {
  color: var(--muted);
  font-weight: 700;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  margin-bottom: 80px;
  align-items: center;
  gap: 32px;
  padding: 42px 46px;
}

.contact-section h2 {
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  line-height: 1.08;
  width: min(100%, 32rem);
  max-width: none;
  margin: 0;
  text-align: left;
  text-wrap: balance;
}

.contact-copy {
  display: grid;
  gap: 14px;
}

.contact-body {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

.contact-section > div:first-child {
  text-align: left;
}

.inquiry-dialog {
  width: min(560px, calc(100% - 24px));
  border: 0;
  padding: 0;
  border-radius: 28px;
  background: transparent;
}

.inquiry-dialog::backdrop {
  background: rgba(32, 22, 17, 0.45);
  backdrop-filter: blur(10px);
}

.inquiry-form {
  padding: 28px;
  background: #f9fbf6;
  border-radius: 28px;
  border: 1px solid rgba(150, 169, 155, 0.28);
  box-shadow: 0 24px 70px rgba(31, 21, 18, 0.16);
}

.dialog-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.dialog-context {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(93, 118, 102, 0.12), rgba(93, 118, 102, 0.06));
  border: 1px solid rgba(93, 118, 102, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.dialog-context::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: rgba(93, 118, 102, 0.45);
}

.dialog-context[data-kind="class"] {
  background: linear-gradient(180deg, rgba(93, 118, 102, 0.16), rgba(93, 118, 102, 0.08));
}

.dialog-context[data-kind="event"] {
  background: linear-gradient(180deg, rgba(167, 120, 77, 0.18), rgba(167, 120, 77, 0.08));
  border-color: rgba(167, 120, 77, 0.2);
}

.dialog-context[data-kind="event"]::before {
  background: rgba(167, 120, 77, 0.62);
}

.dialog-context[data-kind="product"] {
  background: linear-gradient(180deg, rgba(120, 102, 79, 0.18), rgba(120, 102, 79, 0.08));
  border-color: rgba(120, 102, 79, 0.22);
}

.dialog-context[data-kind="product"]::before {
  background: rgba(120, 102, 79, 0.62);
}

.dialog-context[data-kind="general"] {
  background: linear-gradient(180deg, rgba(109, 123, 122, 0.15), rgba(109, 123, 122, 0.07));
}

.dialog-context-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dialog-context-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.66);
  color: var(--primary);
  border: 1px solid rgba(93, 118, 102, 0.16);
  box-shadow: 0 10px 20px rgba(27, 35, 29, 0.06);
}

.dialog-context-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.dialog-context[data-kind="event"] .dialog-context-icon {
  color: #8a5a2a;
  border-color: rgba(167, 120, 77, 0.2);
}

.dialog-context[data-kind="product"] .dialog-context-icon {
  color: #6f5540;
  border-color: rgba(120, 102, 79, 0.2);
}

.dialog-context-type {
  color: var(--primary);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.dialog-context-item {
  font-family: var(--font-heading);
  font-size: 1.22rem;
  line-height: 1.2;
}

.dialog-context-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.94rem;
}

.dialog-context-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dialog-context-detail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(93, 118, 102, 0.14);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
}

.dialog-context-detail::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  flex: 0 0 16px;
  background: currentColor;
  opacity: 0.72;
}

#dialog-context-datetime::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3v2M17 3v2M4.5 9.5h15M6 5.5h12A1.5 1.5 0 0 1 19.5 7v11A1.5 1.5 0 0 1 18 19.5H6A1.5 1.5 0 0 1 4.5 18V7A1.5 1.5 0 0 1 6 5.5Zm2.5 7h3v3h-3z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3v2M17 3v2M4.5 9.5h15M6 5.5h12A1.5 1.5 0 0 1 19.5 7v11A1.5 1.5 0 0 1 18 19.5H6A1.5 1.5 0 0 1 4.5 18V7A1.5 1.5 0 0 1 6 5.5Zm2.5 7h3v3h-3z'/%3E%3C/svg%3E") center / contain no-repeat;
}

#dialog-context-location::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s6-5.33 6-11a6 6 0 1 0-12 0c0 5.67 6 11 6 11Zm0-8a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s6-5.33 6-11a6 6 0 1 0-12 0c0 5.67 6 11 6 11Zm0-8a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.dialog-close {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 700;
}

.dialog-field-quantity.is-hidden,
.dialog-field-quantity[hidden] {
  display: none !important;
}

.inquiry-form span {
  font-size: 0.92rem;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(150, 169, 155, 0.34);
  background: rgba(255, 255, 255, 0.86);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: var(--ink);
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: 2px solid rgba(93, 118, 102, 0.16);
  border-color: rgba(93, 118, 102, 0.45);
}

.inquiry-form input[aria-invalid="true"],
.inquiry-form textarea[aria-invalid="true"] {
  border-color: rgba(152, 73, 51, 0.72);
  background: rgba(255, 246, 243, 0.92);
}

.form-feedback {
  min-height: 24px;
  margin-bottom: 12px;
  color: var(--primary);
  font-weight: 700;
}

#dialog-submit:disabled {
  opacity: 0.7;
  cursor: progress;
}

@media (max-width: 980px) {
  .site-header,
  .intro-band,
  .feature-story,
  .founder-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    border-radius: 26px;
    position: static;
    padding: 18px;
    background: rgba(245, 245, 238, 0.92);
    backdrop-filter: blur(20px);
    border-color: rgba(150, 169, 155, 0.32);
    box-shadow: 0 18px 40px rgba(27, 35, 29, 0.05);
  }

  .brandmark {
    gap: 10px;
  }

  .brandmark-icon {
    width: 28px;
    height: 28px;
  }

  html {
    scroll-padding-top: 24px;
  }

  section[id] {
    scroll-margin-top: 24px;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .header-tools {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 120px;
  }

  .listing-grid,
  .approach-grid,
  .product-grid,
  .testimonial-strip,
  .intro-stats {
    grid-template-columns: 1fr;
  }

  .event-row {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    justify-content: center;
  }

  .section-heading h2,
  .feature-story-copy h2,
  .contact-section h2 {
    max-width: 20ch;
  }

  .contact-section h2 {
    width: min(100%, 30rem);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .contact-copy {
    justify-items: center;
  }

  .contact-body {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none;
  }
}

@media (max-width: 640px) {
  .site-header,
  .intro-band,
  .testimonial-strip,
  .contact-section,
  .section-grid,
  .feature-story,
  .founder-section {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    max-width: none;
  }

  .hero-panel-large {
    inset: 0 20px 46px 0;
  }

  .hero-video-shell {
    inset: 0 20px 46px 0;
  }

  .hero-panel-small {
    width: 170px;
    height: 190px;
    bottom: 18px;
  }

  .intro-band,
  .contact-section,
  .testimonial-strip {
    padding: 24px;
  }

  .listing-card,
  .product-card,
  .event-row {
    padding: 22px;
  }

  .section-heading h2,
  .feature-story-copy h2,
  .contact-section h2 {
    max-width: none;
  }

  .contact-section h2 {
    width: 100%;
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .contact-body {
    font-size: 0.96rem;
  }
}
