:root {
  --ink: #171410;
  --deep: #0b0c0a;
  --ivory: #f5efe5;
  --paper: #fffaf1;
  --warm: #eadbc7;
  --muted: #8b7b69;
  --olive: #1d2a20;
  --olive-soft: #43533e;
  --gold: #d8c08a;
  --gold-soft: rgba(216, 192, 138, 0.52);
  --charcoal: #11130f;
  --line: rgba(23, 20, 16, 0.13);
  --light-line: rgba(245, 239, 229, 0.24);
  --radius: 8px;
  --font-body: "Anuphan", "Noto Sans Thai", "Segoe UI", Tahoma, sans-serif;
  --font-hero: "Anuphan", "Noto Sans Thai", "Segoe UI", Tahoma, sans-serif;
  --font-quote: "Anuphan", "Noto Sans Thai", "Segoe UI", Tahoma, sans-serif;
  --font-brand: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.65;
}

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

button,
input,
textarea {
  font: inherit;
}

.wrap {
  width: min(1128px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 26px 44px;
  color: var(--ivory);
  border-bottom: 1px solid rgba(245, 239, 229, 0.08);
  background: linear-gradient(rgba(7, 8, 7, 0.82), rgba(7, 8, 7, 0));
  backdrop-filter: blur(8px);
}

.brand {
  display: inline-grid;
  gap: 0;
  width: max-content;
  font-family: var(--font-brand);
  line-height: 0.94;
}

.brand span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
}

.brand small {
  font-size: 1.52rem;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 36px);
  color: rgba(245, 239, 229, 0.92);
  font-size: 0.96rem;
}

.language-switch {
  display: inline-flex;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 192, 138, 0.48);
  border-radius: 999px;
  background: rgba(8, 10, 8, 0.22);
}

.lang-button {
  min-width: 46px;
  border: 0;
  padding: 8px 13px;
  color: var(--ivory);
  background: transparent;
  cursor: pointer;
}

.lang-button.active {
  color: var(--ivory);
  background: var(--olive);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--ivory);
  background: var(--deep);
  isolation: isolate;
}

.hero-bg,
.hero-shade,
.quote-image {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("assets/photos/ken-hero-office.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.012);
}

.hero-luxury-canvas,
.hero-luxury-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-luxury-canvas {
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity 900ms ease;
}

body.luxury-hero-ready .hero-luxury-canvas {
  opacity: 0.68;
}

.hero-luxury-fallback {
  opacity: 0.54;
  background:
    linear-gradient(118deg, transparent 58%, rgba(216, 192, 138, 0.2) 58.08%, transparent 58.5%),
    linear-gradient(104deg, transparent 65%, rgba(245, 239, 229, 0.12) 65.08%, transparent 65.42%),
    linear-gradient(78deg, transparent 72%, rgba(216, 192, 138, 0.14) 72.08%, transparent 72.44%);
  mask-image: linear-gradient(90deg, transparent 26%, #000 56%, #000 100%);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 5, 4, 0.98) 0%, rgba(7, 8, 7, 0.84) 34%, rgba(7, 8, 7, 0.42) 58%, rgba(7, 8, 7, 0.14) 100%),
    linear-gradient(0deg, rgba(4, 5, 4, 0.42), rgba(4, 5, 4, 0.04) 46%, rgba(4, 5, 4, 0.48));
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(700px, calc(100% - 80px));
  padding: 208px 0 42px 50px;
}

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

h1,
h2 {
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 26px;
  font-family: var(--font-hero);
  font-weight: 300;
  font-size: clamp(3rem, 4.8vw, 4.7rem);
  line-height: 1.16;
  white-space: pre-line;
}

h2 {
  font-family: var(--font-body);
  font-weight: 400;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.28;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
  line-height: 1.45;
}

.title-rule,
.section-rule,
.strip-heading span {
  display: block;
  width: 32px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

.title-rule {
  margin-bottom: 28px;
  color: var(--gold);
  box-shadow: 38px 0 0 rgba(216, 192, 138, 0.24);
}

.hero-content p {
  max-width: 450px;
  margin-bottom: 34px;
  color: rgba(245, 239, 229, 0.84);
  font-size: 1.13rem;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 58px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: var(--radius);
  padding: 13px 28px;
  gap: 16px;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

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

.button.primary {
  border: 1px solid rgba(216, 192, 138, 0.48);
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(216, 192, 138, 0.22), rgba(216, 192, 138, 0) 48%),
    rgba(25, 36, 28, 0.78);
}

.button.ghost {
  border: 1px solid rgba(245, 239, 229, 0.34);
  color: var(--ivory);
  background: rgba(7, 8, 7, 0.22);
  box-shadow: none;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(245, 239, 229, 0.78);
  font-size: 0.92rem;
}

.hero-meta span:not(:last-child)::after {
  content: "•";
  margin-left: 16px;
  color: rgba(245, 239, 229, 0.72);
}

.service-strip {
  padding: 36px 0 52px;
  background: linear-gradient(180deg, var(--paper), #fbf7ef);
}

.strip-heading {
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  text-align: center;
}

.strip-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.service-grid article {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 120px;
  padding: 14px 20px 0;
  border-right: 1px solid var(--line);
  text-align: center;
}

.service-grid article:last-child {
  border-right: 0;
}

.fit-section {
  background: #f1e7d9;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.fit-grid article {
  padding: 24px 42px 8px 0;
  border-right: 1px solid var(--line);
}

.fit-grid article:last-child {
  border-right: 0;
  padding-left: 42px;
}

.fit-grid h3 {
  margin-bottom: 18px;
  font-size: 1.35rem;
  font-weight: 500;
}

.fit-grid ul,
.faq-list p {
  color: rgba(23, 20, 16, 0.72);
}

.fit-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.fit-grid li::marker {
  color: var(--olive-soft);
}

.icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
}

.icon::before,
.icon::after {
  position: absolute;
  content: "";
  display: block;
}

.icon.person::before {
  inset: 0;
  border: 1.6px solid var(--ink);
  border-radius: 50%;
}

.icon.person::after {
  left: 10px;
  top: 9px;
  width: 16px;
  height: 19px;
  border: 1.5px solid var(--ink);
  border-radius: 50% 50% 44% 44%;
}

.icon.chat::before {
  inset: 5px 2px 8px;
  border: 1.6px solid var(--ink);
  border-radius: 50%;
}

.icon.chat::after {
  left: 13px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-left: 1.6px solid var(--ink);
  border-bottom: 1.6px solid var(--ink);
  transform: rotate(-24deg);
}

.icon.case::before {
  left: 4px;
  right: 4px;
  top: 13px;
  bottom: 6px;
  border: 1.6px solid var(--ink);
  border-radius: 3px;
}

.icon.case::after {
  left: 13px;
  top: 8px;
  width: 12px;
  height: 7px;
  border: 1.6px solid var(--ink);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.icon.growth::before {
  left: 4px;
  bottom: 8px;
  width: 30px;
  height: 22px;
  border-left: 1.6px solid var(--ink);
  border-bottom: 1.6px solid var(--ink);
}

.icon.growth::after {
  left: 12px;
  top: 11px;
  width: 20px;
  height: 14px;
  border-top: 1.8px solid var(--ink);
  border-right: 1.8px solid var(--ink);
  transform: skew(-20deg) rotate(-14deg);
}

.icon.leaf::before {
  left: 6px;
  top: 7px;
  width: 25px;
  height: 22px;
  border: 1.6px solid var(--ink);
  border-radius: 80% 0 80% 0;
  transform: rotate(-16deg);
}

.icon.leaf::after {
  left: 13px;
  top: 17px;
  width: 18px;
  height: 1.6px;
  background: var(--ink);
  transform: rotate(-32deg);
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 488px;
  background: var(--paper);
}

.about-copy {
  align-self: center;
  width: min(500px, calc(100% - 80px));
  margin-left: max(48px, calc((100vw - 1128px) / 2));
  padding: 72px 0;
}

.eyebrow {
  margin-bottom: 18px;
  color: rgba(23, 20, 16, 0.62);
  font-size: 0.85rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-rule {
  margin: 22px 0 28px;
}

.about-copy p:not(.eyebrow),
.intake-copy p,
.process-grid p {
  color: rgba(23, 20, 16, 0.72);
}

.about-image {
  min-height: 488px;
  background-image: url("assets/photos/ken-photo-05.jpg");
  background-position: center 24%;
  background-size: cover;
}

.trust-section {
  background: #fbf7ef;
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.trust-layout h2 {
  max-width: 520px;
}

.trust-points {
  display: grid;
  border-top: 1px solid var(--line);
}

.trust-points article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.trust-points span,
.timeline-grid span {
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-points p,
.timeline-grid p,
.privacy-panel p {
  color: rgba(23, 20, 16, 0.72);
}

.trust-points article p {
  grid-column: 2;
}

.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.quote-banner {
  position: relative;
  min-height: 182px;
  overflow: hidden;
  color: var(--ivory);
  background: var(--deep);
}

.quote-image {
  background-image: url("assets/photos/ken-photo-01.jpg");
  background-position: center 38%;
  background-size: cover;
}

.quote-banner::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8, 13, 10, 0.92), rgba(8, 13, 10, 0.66) 45%, rgba(8, 13, 10, 0.1));
}

blockquote {
  position: relative;
  width: min(840px, calc(100% - 80px));
  margin: 0;
  padding: 38px 0 34px 50px;
  font-family: var(--font-quote);
  font-weight: 300;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.46;
}

blockquote p {
  margin-bottom: 10px;
}

cite {
  color: rgba(245, 239, 229, 0.72);
  font-family: var(--font-body);
  font-size: 1rem;
  font-style: normal;
}

.section {
  padding: 66px 0 76px;
  background: var(--paper);
}

.section-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 32px;
  margin-bottom: 28px;
}

.section-top h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.section-intro {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(23, 20, 16, 0.68);
}

.content-ecosystem {
  background: #171410;
  color: var(--ivory);
}

.content-ecosystem .eyebrow,
.content-ecosystem .section-intro {
  color: rgba(245, 239, 229, 0.68);
}

.content-ecosystem .text-link {
  color: rgba(245, 239, 229, 0.88);
}

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

.featured-video-panel,
.insight-panel {
  border-top: 1px solid var(--light-line);
  padding-top: 26px;
}

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

.video-card {
  position: relative;
  display: grid;
  min-height: 360px;
  align-content: end;
  border: 1px solid rgba(245, 239, 229, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(8, 9, 8, 0.12), rgba(8, 9, 8, 0.88)),
    url("assets/photos/ken-photo-01.jpg") center / cover;
}

.video-card::before {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid rgba(245, 239, 229, 0.28);
  border-radius: 999px;
  padding: 5px 10px;
  color: rgba(245, 239, 229, 0.8);
  background: rgba(7, 8, 7, 0.34);
  content: "TikTok";
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-card .clip-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.58) saturate(0.92);
}

.video-card .clip-preview + p,
.video-card .clip-preview + p + h3,
.video-card .clip-preview + p + h3 + .embed-status,
.video-card .clip-preview + p + h3 + .embed-status + .card-actions {
  position: relative;
  z-index: 1;
}

.video-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(8, 9, 8, 0.1), rgba(8, 9, 8, 0.88)),
    url("assets/photos/ken-photo-04.jpg") center / cover;
}

.video-card p,
.insight-card p,
.archive-meta {
  margin-bottom: 10px;
  color: rgba(245, 239, 229, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.video-card h3 {
  margin-bottom: 16px;
  color: var(--ivory);
  font-size: 1.3rem;
  font-weight: 400;
}

.embed-status {
  color: rgba(245, 239, 229, 0.66);
  font-size: 0.92rem;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.card-actions a,
.insight-card a {
  width: max-content;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  color: rgba(245, 239, 229, 0.82);
  font-size: 0.92rem;
}

.light-link {
  color: rgba(245, 239, 229, 0.88);
}

.insight-list {
  display: grid;
  gap: 16px;
}

.insight-card {
  border-top: 1px solid rgba(245, 239, 229, 0.16);
  padding: 18px 0 2px;
}

.insight-card h3 {
  color: var(--ivory);
  font-size: 1.2rem;
  font-weight: 300;
}

.featured-article-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.featured-article-row article {
  min-height: 100%;
  border-right: 1px solid var(--line);
  padding: 22px 32px 18px 0;
}

.featured-article-row article:not(:first-child) {
  padding-left: 32px;
}

.featured-article-row article:last-child {
  border-right: 0;
}

.featured-article-row img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 22px;
  filter: saturate(0.9) contrast(0.98);
}

.featured-article-row p {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-article-row h3 {
  font-family: var(--font-body);
  font-size: 1.45rem;
  font-weight: 400;
}

.mobile-archive-link {
  display: none;
}

.process-grid,
.article-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.process-grid article,
.article-row article {
  min-height: 190px;
  border-right: 1px solid var(--line);
  padding: 22px 32px 18px 0;
}

.process-grid article:not(:first-child),
.article-row article:not(:first-child) {
  padding-left: 32px;
}

.process-grid article:last-child,
.article-row article:last-child {
  border-right: 0;
}

.process-grid span,
.article-row p {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.perspectives {
  background: #f1e7d9;
}

.article-row h3 {
  font-family: var(--font-body);
  font-size: 1.45rem;
  font-weight: 400;
}

.package-section {
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(13, 16, 12, 0.98), rgba(23, 20, 16, 0.9)),
    linear-gradient(135deg, rgba(216, 192, 138, 0.12), transparent 44%),
    #171410;
}

.event-section {
  position: relative;
  overflow: hidden;
  color: var(--ivory);
  background:
    linear-gradient(118deg, rgba(10, 12, 9, 0.98), rgba(23, 20, 16, 0.92)),
    linear-gradient(45deg, rgba(216, 192, 138, 0.16), transparent 42%),
    var(--charcoal);
}

.event-section::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(108deg, transparent 56%, rgba(216, 192, 138, 0.16) 56.08%, transparent 56.5%),
    linear-gradient(76deg, transparent 68%, rgba(245, 239, 229, 0.1) 68.08%, transparent 68.4%);
  content: "";
}

.event-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px 64px;
  align-items: start;
}

.event-copy h2 {
  max-width: 720px;
  margin-bottom: 8px;
  font-size: clamp(2.5rem, 4.8vw, 4.9rem);
}

.event-title-th {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  line-height: 1.35;
}

.event-copy .section-intro {
  color: rgba(245, 239, 229, 0.76);
}

.event-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 34px;
}

.event-highlights span {
  border: 1px solid rgba(216, 192, 138, 0.32);
  border-radius: 999px;
  padding: 8px 13px;
  color: rgba(245, 239, 229, 0.82);
  background: rgba(245, 239, 229, 0.06);
  font-size: 0.9rem;
}

.event-cta {
  width: max-content;
}

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

.event-slideshow {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.event-image-panel {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(216, 192, 138, 0.28);
  border-radius: var(--radius);
  background: rgba(8, 10, 8, 0.32);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.event-slide {
  display: none;
}

.event-slide.is-active {
  display: block;
}

.event-image-panel::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 10, 8, 0.08), rgba(8, 10, 8, 0.42)),
    linear-gradient(110deg, rgba(216, 192, 138, 0.16), transparent 36%);
  content: "";
}

.event-image-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
}

.event-image-panel figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  border: 1px solid rgba(245, 239, 229, 0.22);
  border-radius: 999px;
  padding: 7px 12px;
  color: rgba(245, 239, 229, 0.88);
  background: rgba(8, 10, 8, 0.58);
  font-size: 0.78rem;
}

.event-slide-controls {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.event-slide-controls button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(245, 239, 229, 0.28);
  border-radius: 50%;
  color: var(--ivory);
  background: rgba(8, 10, 8, 0.52);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.event-slide-dots {
  position: absolute;
  left: 18px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  gap: 7px;
}

.event-slide-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(245, 239, 229, 0.34);
}

.event-slide-dots span.is-active {
  background: var(--gold);
}

.event-card {
  border: 1px solid rgba(216, 192, 138, 0.28);
  border-radius: var(--radius);
  padding: 34px 36px;
  background:
    linear-gradient(145deg, rgba(245, 239, 229, 0.11), rgba(245, 239, 229, 0.035)),
    rgba(8, 10, 8, 0.46);
  box-shadow: 0 30px 92px rgba(0, 0, 0, 0.24);
}

.event-card-top {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid rgba(245, 239, 229, 0.16);
  padding-bottom: 22px;
}

.event-card-top span,
.event-detail-list span {
  color: rgba(245, 239, 229, 0.58);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-card-top strong {
  color: var(--ivory);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 400;
}

.event-detail-list {
  display: grid;
  gap: 16px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.event-detail-list li {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: 16px;
}

.event-detail-list strong {
  color: rgba(245, 239, 229, 0.88);
  font-weight: 400;
}

.event-card p {
  margin-bottom: 0;
  border-top: 1px solid rgba(245, 239, 229, 0.16);
  padding-top: 22px;
  color: rgba(245, 239, 229, 0.66);
}

.event-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.event-mini-card {
  border: 1px solid rgba(216, 192, 138, 0.22);
  border-radius: var(--radius);
  padding: 22px 24px;
  background: rgba(245, 239, 229, 0.07);
}

.event-mini-card p {
  margin-bottom: 14px;
  color: rgba(245, 239, 229, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-mini-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: rgba(245, 239, 229, 0.84);
}

.event-mini-card li::marker {
  color: var(--gold);
}

.event-register-inline {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: start;
  margin-top: 8px;
  border-top: 1px solid rgba(245, 239, 229, 0.16);
  padding-top: 30px;
}

.event-register-inline .event-register-copy {
  position: static;
  top: auto;
  border: 1px solid rgba(216, 192, 138, 0.22);
  border-radius: var(--radius);
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(245, 239, 229, 0.09), rgba(245, 239, 229, 0.035)),
    rgba(8, 10, 8, 0.4);
}

.event-register-inline .event-register-copy p:not(.eyebrow) {
  max-width: none;
  color: rgba(245, 239, 229, 0.74);
}

.event-register-inline .event-register-copy h2 {
  margin-bottom: 14px;
  color: var(--ivory);
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
}

.event-register-inline .qr-payment-panel {
  max-width: none;
  margin-top: 22px;
  border-color: rgba(216, 192, 138, 0.26);
  background: rgba(245, 239, 229, 0.08);
  box-shadow: none;
}

.event-register-inline .qr-payment-panel p {
  color: rgba(245, 239, 229, 0.86);
}

.event-register-inline .qr-placeholder {
  min-height: 172px;
  border-color: rgba(245, 239, 229, 0.22);
  color: rgba(245, 239, 229, 0.58);
  background:
    linear-gradient(90deg, rgba(245, 239, 229, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(245, 239, 229, 0.06) 1px, transparent 1px),
    rgba(8, 10, 8, 0.18);
  background-size: 18px 18px;
}

.event-register-inline .qr-payment-panel small {
  color: rgba(245, 239, 229, 0.64);
}

.event-register-inline .event-form {
  border-color: rgba(216, 192, 138, 0.24);
  background: rgba(255, 250, 241, 0.9);
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.2);
}

.package-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.package-copy .eyebrow {
  color: rgba(245, 239, 229, 0.62);
}

.package-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}

.package-copy p {
  max-width: 520px;
  color: rgba(245, 239, 229, 0.72);
}

.package-card {
  border: 1px solid rgba(216, 192, 138, 0.26);
  border-radius: var(--radius);
  padding: 34px 38px;
  background:
    linear-gradient(145deg, rgba(245, 239, 229, 0.1), rgba(245, 239, 229, 0.035)),
    rgba(17, 19, 15, 0.52);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}

.package-price {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  border-bottom: 1px solid rgba(245, 239, 229, 0.16);
  padding-bottom: 22px;
}

.package-price span {
  color: rgba(245, 239, 229, 0.62);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-price strong {
  color: var(--ivory);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
}

.package-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.package-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  color: rgba(245, 239, 229, 0.84);
}

.package-list li::before {
  width: 7px;
  height: 7px;
  margin-top: 11px;
  border-radius: 50%;
  background: var(--warm);
  content: "";
}

.package-note {
  margin: 28px 0 0;
  border-top: 1px solid rgba(245, 239, 229, 0.16);
  padding-top: 22px;
  color: rgba(245, 239, 229, 0.64);
}

.package-booking-note {
  margin: 16px 0 0;
  border-left: 2px solid rgba(234, 219, 199, 0.52);
  padding-left: 14px;
  color: rgba(245, 239, 229, 0.72);
  font-size: 0.94rem;
}

.package-outcomes {
  margin-top: 28px;
  border-top: 1px solid rgba(245, 239, 229, 0.16);
  padding-top: 22px;
}

.package-outcomes p {
  margin-bottom: 14px;
  color: rgba(245, 239, 229, 0.76);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.package-outcomes ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: rgba(245, 239, 229, 0.82);
}

.package-outcomes li::marker {
  color: var(--warm);
}

.next-steps-section {
  background: #fbf7ef;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.timeline-grid article {
  min-height: 214px;
  border-right: 1px solid var(--line);
  padding: 22px 26px 14px 0;
}

.timeline-grid article:not(:first-child) {
  padding-left: 26px;
}

.timeline-grid article:last-child {
  border-right: 0;
}

.timeline-grid span {
  display: block;
  margin-bottom: 18px;
}

.privacy-section {
  padding: 44px 0;
  background: var(--olive);
  color: var(--ivory);
}

.privacy-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.privacy-panel .eyebrow,
.privacy-panel p {
  color: rgba(245, 239, 229, 0.72);
}

.privacy-panel h2 {
  margin-bottom: 0;
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
}

.privacy-panel p {
  margin: 0;
  font-size: 1.02rem;
}

.faq-section {
  background:
    linear-gradient(180deg, #fbf7ef, var(--paper));
}

.faq-list {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.faq-list details {
  border: 1px solid rgba(23, 20, 16, 0.12);
  border-radius: var(--radius);
  padding: 0;
  background: rgba(255, 250, 241, 0.72);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 500;
  list-style: none;
  padding: 18px 20px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(23, 20, 16, 0.24);
  border-radius: 50%;
  content: "+";
  color: var(--olive-soft);
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 820px;
  margin: 0;
  border-top: 1px solid rgba(23, 20, 16, 0.08);
  padding: 16px 20px 20px;
}

.article-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 22px;
  background-color: #d6c7b4;
  background-size: cover;
  filter: saturate(0.9) contrast(0.98);
}

.article-thumb-1 {
  background-image: url("assets/photos/ken-photo-02.jpg");
  background-position: center 40%;
}

.article-thumb-2 {
  background-image: url("assets/photos/ken-photo-03.jpg");
  background-position: center 35%;
}

.article-thumb-3 {
  background-image: url("assets/photos/ken-photo-05.jpg");
  background-position: center 32%;
}

.archive-body {
  background: #f5efe5;
}

.archive-header {
  position: sticky;
  color: var(--ink);
  background: rgba(245, 239, 229, 0.94);
  border-bottom: 1px solid var(--line);
}

.archive-header .nav-links,
.archive-header .lang-button {
  color: var(--ink);
}

.archive-header .language-switch {
  border-color: rgba(23, 20, 16, 0.28);
  background: rgba(23, 20, 16, 0.04);
}

.archive-hero {
  padding: 176px 0 76px;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(9, 10, 8, 0.94), rgba(9, 10, 8, 0.54)),
    url("assets/editorial/career-decision.png") center / cover;
}

.archive-hero h1 {
  max-width: 840px;
  font-size: clamp(3.1rem, 6vw, 6.4rem);
}

.archive-hero p {
  max-width: 650px;
  color: rgba(245, 239, 229, 0.76);
  font-size: 1.15rem;
}

.archive-hero .eyebrow,
.article-hero .eyebrow {
  color: rgba(245, 239, 229, 0.72);
}

.archive-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 54px;
}

.archive-sidebar {
  position: sticky;
  top: 118px;
  align-self: start;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.filter-list {
  display: grid;
  gap: 10px;
}

.filter-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  color: rgba(23, 20, 16, 0.74);
  background: transparent;
  text-align: left;
}

.filter-pill.active {
  color: var(--ivory);
  background: var(--olive);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.archive-card {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.archive-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 20px;
  filter: saturate(0.92) contrast(0.98);
}

.archive-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
}

.archive-card p:not(.archive-meta) {
  color: rgba(23, 20, 16, 0.68);
}

.article-hero {
  padding: 176px 0 92px;
  color: var(--ivory);
  background-position: center;
  background-size: cover;
}

.article-hero h1 {
  max-width: 920px;
  font-size: clamp(3rem, 5.6vw, 6rem);
}

.article-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(245, 239, 229, 0.78);
  font-size: 1.18rem;
}

.article-section {
  background: var(--paper);
}

.article-body {
  width: min(760px, calc(100% - 44px));
  margin: 0 auto;
}

.article-body p {
  color: rgba(23, 20, 16, 0.76);
  font-size: clamp(1.08rem, 1.4vw, 1.2rem);
  line-height: 1.9;
}

.article-body blockquote {
  width: 100%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 48px 0;
  padding: 32px 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
}

.article-related {
  background: #171410;
  color: var(--ivory);
}

.article-related .eyebrow,
.article-related .section-intro {
  color: rgba(245, 239, 229, 0.68);
}

.article-cta {
  color: var(--ivory);
  background: var(--olive);
}

.article-cta .wrap {
  max-width: 820px;
}

.article-cta p {
  max-width: 620px;
  color: rgba(245, 239, 229, 0.76);
}

.future-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.future-stack article {
  border-right: 1px solid var(--line);
  padding: 22px 26px 10px 0;
}

.future-stack article:not(:first-child) {
  padding-left: 26px;
}

.future-stack article:last-child {
  border-right: 0;
}

.intake-section {
  background: linear-gradient(180deg, var(--paper), var(--warm));
}

.event-register-section {
  background: linear-gradient(180deg, #f7f0e6, var(--paper));
}

.event-register-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 84px;
  align-items: start;
}

.event-register-copy {
  position: sticky;
  top: 120px;
}

.event-register-copy p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(23, 20, 16, 0.68);
}

.qr-payment-panel {
  max-width: 380px;
  margin-top: 32px;
  border: 1px solid rgba(23, 20, 16, 0.12);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 250, 241, 0.72);
  box-shadow: 0 18px 52px rgba(23, 20, 16, 0.08);
}

.qr-payment-panel p {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.qr-placeholder {
  display: grid;
  place-items: center;
  min-height: 220px;
  border: 1px dashed rgba(23, 20, 16, 0.22);
  border-radius: 4px;
  padding: 24px;
  color: rgba(23, 20, 16, 0.5);
  text-align: center;
  background:
    linear-gradient(90deg, rgba(23, 20, 16, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(23, 20, 16, 0.04) 1px, transparent 1px),
    rgba(255, 252, 247, 0.7);
  background-size: 18px 18px;
}

.qr-payment-panel small {
  display: block;
  margin-top: 14px;
  color: rgba(23, 20, 16, 0.56);
  line-height: 1.7;
}

.intake-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 84px;
  align-items: start;
}

.intake-copy {
  position: sticky;
  top: 120px;
}

.intake-portrait {
  max-width: 350px;
  margin: 34px 0 0;
  border: 1px solid rgba(23, 20, 16, 0.12);
  border-radius: var(--radius);
  padding: 10px;
  background: rgba(255, 250, 241, 0.6);
  box-shadow: 0 18px 48px rgba(23, 20, 16, 0.1);
}

.intake-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 6;
  border-radius: 4px;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(0.92) contrast(0.98);
}

.intake-form {
  border: 1px solid rgba(23, 20, 16, 0.12);
  border-radius: var(--radius);
  padding: 34px 38px;
  background: rgba(255, 250, 241, 0.72);
  box-shadow: 0 24px 70px rgba(23, 20, 16, 0.09);
}

.event-form {
  border: 1px solid rgba(23, 20, 16, 0.12);
  border-radius: var(--radius);
  padding: 34px 38px;
  background: rgba(255, 250, 241, 0.78);
  box-shadow: 0 24px 70px rgba(23, 20, 16, 0.08);
}

.progress {
  margin-bottom: 14px;
}

.progress-text {
  display: block;
  margin-bottom: 10px;
  color: rgba(23, 20, 16, 0.72);
}

.progress-bar {
  display: block;
  overflow: hidden;
  height: 4px;
  background: rgba(23, 20, 16, 0.14);
}

.progress-bar span {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--olive-soft);
  transition: width 220ms ease;
}

.form-intro {
  margin: 0 0 26px;
  border-left: 2px solid rgba(67, 83, 62, 0.42);
  padding-left: 14px;
  color: rgba(23, 20, 16, 0.62);
  font-size: 0.92rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

legend {
  margin-bottom: 22px;
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(23, 20, 16, 0.76);
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.choice-grid label {
  grid-template-columns: 18px 1fr;
  align-items: start;
  min-height: 56px;
  margin: 0;
  border: 1px solid rgba(23, 20, 16, 0.14);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 252, 247, 0.62);
}

.choice-grid input {
  width: 18px;
  margin-top: 5px;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(23, 20, 16, 0.18);
  border-radius: var(--radius);
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 252, 247, 0.78);
  outline: 0;
}

input::placeholder,
textarea::placeholder {
  color: rgba(23, 20, 16, 0.38);
}

textarea {
  min-height: 116px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--olive-soft);
  box-shadow: 0 0 0 3px rgba(67, 83, 62, 0.12);
}

input.invalid,
textarea.invalid {
  border-color: rgba(150, 52, 36, 0.72);
  box-shadow: 0 0 0 3px rgba(150, 52, 36, 0.12);
}

.field-hint {
  margin: -4px 0 18px;
  color: rgba(23, 20, 16, 0.54);
  font-size: 0.86rem;
}

.site-check {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
}

.consent input {
  width: 18px;
  margin-top: 6px;
}

.form-actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 28px;
}

.intake-form .button.ghost {
  color: var(--ink);
  border-color: rgba(23, 20, 16, 0.24);
}

.form-note {
  margin: 18px 0 0;
  color: rgba(23, 20, 16, 0.54);
  font-size: 0.88rem;
}

.event-submit {
  width: 100%;
  margin-top: 10px;
}

.event-form-note {
  margin: 18px 0 0;
  color: rgba(23, 20, 16, 0.54);
  font-size: 0.88rem;
}

.form-note.error,
.event-form-note.error {
  color: #963424;
}

.footer {
  padding: 42px 0;
  color: rgba(245, 239, 229, 0.76);
  background: var(--deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 42px;
}

.footer p,
.footer span {
  color: rgba(245, 239, 229, 0.62);
}

.footer-brand {
  margin-bottom: 10px;
  color: var(--ivory);
  font-family: var(--font-brand);
}

body.motion-ready [data-reveal] {
  transform: translateY(16px);
  transition: transform 650ms ease;
}

body.motion-ready [data-reveal].visible {
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 18px 20px;
  }

  .brand span {
    font-size: 1.25rem;
  }

  .brand small {
    font-size: 1.02rem;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .hero-bg {
    background-position: 54% center;
    background-size: cover;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 8, 7, 0.82), rgba(7, 8, 7, 0.48) 44%, rgba(7, 8, 7, 0.9) 100%),
      linear-gradient(90deg, rgba(7, 8, 7, 0.86), rgba(7, 8, 7, 0.26));
  }

  body.luxury-hero-ready .hero-luxury-canvas {
    opacity: 0.38;
  }

  .hero-luxury-fallback {
    opacity: 0.34;
    mask-image: linear-gradient(180deg, transparent 12%, #000 46%, transparent 88%);
  }

  .hero-content {
    width: calc(100% - 36px);
    padding: 112px 0 36px 18px;
  }

  h1 {
    font-size: clamp(2.45rem, 10.5vw, 3.2rem);
  }

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

  .button {
    width: 100%;
  }

  .hero-meta {
    display: none;
  }

  .wrap {
    width: min(100% - 44px, 680px);
  }

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

  .service-grid article {
    border-bottom: 1px solid var(--line);
  }

  .service-grid article:nth-child(2n) {
    border-right: 0;
  }

  .about-section,
  .intake-grid,
  .event-layout,
  .event-register-grid,
  .content-feature-grid,
  .package-layout,
  .archive-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .package-layout {
    gap: 34px;
  }

  .package-card {
    padding: 28px 24px;
  }

  .package-price {
    display: grid;
  }

  .about-copy {
    width: min(100% - 44px, 680px);
    margin: 0 auto;
    padding: 58px 0 44px;
  }

  .about-image {
    min-height: 460px;
  }

  blockquote {
    width: calc(100% - 44px);
    padding-left: 22px;
  }

  .section-top,
  .process-grid,
  .article-row,
  .featured-article-row,
  .archive-grid,
  .future-stack,
  .fit-grid,
  .trust-layout,
  .timeline-grid,
  .privacy-panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  .process-grid article,
  .article-row article,
  .featured-article-row article,
  .process-grid article:not(:first-child),
  .article-row article:not(:first-child) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
  }

  .featured-article-row article:not(:first-child) {
    padding-left: 0;
  }

  .desktop-only {
    display: none;
  }

  .mobile-archive-link {
    display: inline-flex;
  }

  .video-list {
    grid-template-columns: 1fr;
  }

  .archive-sidebar {
    position: static;
  }

  .future-stack article,
  .future-stack article:not(:first-child) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
  }

  .fit-grid article,
  .fit-grid article:last-child,
  .timeline-grid article,
  .timeline-grid article:not(:first-child) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
  }

  .trust-layout,
  .privacy-panel {
    gap: 28px;
  }

  .trust-points article {
    grid-template-columns: 48px 1fr;
  }

  .intake-copy {
    position: static;
  }

  .event-register-copy {
    position: static;
  }

  .event-layout {
    gap: 34px;
  }

  .event-visual-stack {
    gap: 14px;
  }

  .event-register-inline {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .event-card,
  .event-form {
    padding: 28px 24px;
  }

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

  .event-cta {
    width: 100%;
  }

  .intake-portrait {
    max-width: 300px;
  }

  .intake-form {
    padding: 28px 24px;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 844px;
  }

  .hero-bg {
    background-repeat: no-repeat;
    background-position: 56% center;
    background-size: cover;
  }

  .hero-content p {
    font-size: 1rem;
  }

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

  .service-grid article,
  .service-grid article:nth-child(2n) {
    border-right: 0;
  }

  .form-actions .button {
    width: calc(50% - 7px);
    min-height: 50px;
    padding: 12px 14px;
  }

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

  .intake-section {
    padding-top: 52px;
  }

  .intake-grid {
    gap: 28px;
  }

  .event-detail-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .event-highlights {
    display: grid;
  }

  .qr-payment-panel {
    max-width: none;
  }

  .intake-portrait {
    display: none;
  }

  .intake-form,
  .event-form {
    padding: 24px 18px;
  }

  label {
    margin-bottom: 16px;
  }

  .faq-list summary {
    padding: 16px;
    font-size: 1rem;
  }

  .faq-list p {
    padding: 14px 16px 18px;
  }
}
