:root {
  --ink: #171318;
  --plum: #2b1833;
  --plum2: #4b2655;
  --cream: #f7f1e8;
  --paper: #fffdf9;
  --amber: #e8a23b;
  --amber2: #f3c66c;
  --muted: #716b73;
  --line: rgba(38, 27, 40, 0.13);
  --radius: 24px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.section {
  padding-top: 118px;
  padding-bottom: 118px;
}
.soft-section {
  background: linear-gradient(135deg, #f7f1f8 0%, #fffaf4 58%, #f6eee3 100%);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--plum2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}
.eyebrow.light {
  color: #fff;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(3.2rem, 7.7vw, 7rem);
  line-height: 0.94;
  font-weight: 580;
}
h2 {
  margin-bottom: 25px;
  font-size: clamp(2.45rem, 4.5vw, 4.5rem);
  line-height: 1.02;
  font-weight: 560;
}
h3 {
  font-size: 1.55rem;
  line-height: 1.12;
}
em {
  color: var(--amber);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}
.lead {
  color: #403a42;
  font-size: 1.18rem;
  line-height: 1.65;
}
.button-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 52px;
  margin-top: 20px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.25s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button span,
.service-card b span,
.story-card b span,
.detail-card b span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
.button.primary {
  background: var(--amber);
  color: #261a13;
}
.button.dark {
  background: var(--ink);
  color: #fff;
}
.button.cream {
  background: var(--cream);
  color: var(--ink);
}
.button.primary span,
.button.dark span {
  background: rgba(255, 255, 255, 0.23);
}
.button.cream span {
  background: var(--amber);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.light-link {
  color: #fff;
}
.site-header {
  position: relative;
  z-index: 20;
  height: 96px;
}
.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
  border-bottom: 1px solid var(--line);
}
.header-light {
  color: #fff;
}
.header-light .header-inner {
  border-color: rgba(255, 255, 255, 0.24);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.brand-smile {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid;
  border-radius: 50%;
  color: var(--amber);
  font-size: 29px;
  line-height: 0.6;
  transform: rotate(180deg);
}
.brand > span:last-child {
  display: grid;
  gap: 3px;
}
.brand strong {
  font-size: 13px;
  letter-spacing: 0.13em;
}
.brand small {
  font-size: 7px;
  letter-spacing: 0.26em;
  opacity: 0.72;
}
.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 650;
}
.desktop-nav a {
  opacity: 0.84;
}
.desktop-nav a:hover {
  opacity: 1;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 10px 18px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.header-cta span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--amber);
  color: var(--ink);
}
.mobile-menu {
  display: none;
}
.hero {
  position: relative;
  min-height: 790px;
  color: #fff;
  background: #18131b center/cover no-repeat;
  overflow: hidden;
}
.home-hero {
  background-image: url("assets/thoma-1-hq.png");
}
.home-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(16, 11, 17, 0.9),
      rgba(28, 16, 31, 0.72) 42%,
      rgba(21, 13, 20, 0.14) 75%
    ),
    linear-gradient(0deg, rgba(13, 9, 14, 0.8), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 95px;
}
.hero-content h1 {
  max-width: 930px;
  margin: 21px 0 25px;
}
.hero-content p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
  line-height: 1.65;
}
.hero-stats {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.hero-stats div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 104px;
  padding-right: 25px;
}
.hero-stats strong {
  font-size: 1.65rem;
  font-weight: 600;
}
.hero-stats span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  line-height: 1.35;
  max-width: 90px;
}
.pillar-strip {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.pillar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #403b41;
  font-size: 13px;
  font-weight: 700;
}
.strip-label {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.founder-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 100px;
  align-items: center;
}
.section-copy p {
  max-width: 620px;
}
.section-copy .button {
  margin-top: 28px;
}
.portrait-collage {
  position: relative;
  min-height: 590px;
}
.portrait-main {
  position: absolute;
  inset: 0 95px 0 0;
  overflow: hidden;
  border-radius: 130px 28px 28px 28px;
  background: #ddd;
}
.portrait-main img {
  object-position: center 18%;
}
.portrait-float {
  position: absolute;
  right: 0;
  bottom: 54px;
  width: 235px;
  height: 285px;
  padding: 10px;
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 28px 80px rgba(32, 21, 34, 0.2);
}
.portrait-float img {
  border-radius: 15px;
}
.smile-stamp {
  position: absolute;
  right: 8px;
  top: 35px;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--amber);
  transform: rotate(7deg);
}
.smile-stamp span {
  font-size: 9px;
  letter-spacing: 0.18em;
}
.smile-stamp strong {
  font-family: Georgia, serif;
  font-size: 17px;
}
.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 48px;
}
.split-heading h2 {
  margin: 15px 0 0;
}
.split-heading > p {
  max-width: 380px;
  margin-bottom: 5px;
}
.service-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
}
.service-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  color: #fff;
}
.service-card img {
  transition: transform 0.6s;
}
.service-card:hover img {
  transform: scale(1.035);
}
.card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(18, 11, 18, 0.92),
    rgba(18, 11, 18, 0.05) 65%
  );
}
.service-card-copy {
  position: absolute;
  inset: auto 28px 29px;
}
.service-card-copy > span {
  display: block;
  margin-bottom: 90px;
  color: var(--amber2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.service-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 2.2vw, 2.3rem);
}
.service-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.55;
}
.service-card b,
.story-card b,
.detail-card b {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}
.service-card b span {
  background: var(--amber);
  color: var(--ink);
}
.method-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: center;
}
.method-list {
  margin-top: 40px;
  border-top: 1px solid var(--line);
}
.method-list details {
  border-bottom: 1px solid var(--line);
  padding: 21px 0;
}
.method-list summary {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.method-list summary:after {
  content: "+";
  margin-left: auto;
}
.method-list details[open] summary:after {
  content: "−";
}
.method-list summary span {
  color: var(--amber);
  font-size: 11px;
}
.method-list details p {
  margin: 16px 36px 0;
  font-size: 13px;
}
.method-image {
  position: relative;
  height: 640px;
  border-radius: 28px;
  overflow: hidden;
}
.method-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26, 14, 27, 0.78), transparent 55%);
}
.image-note {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 32px;
  max-width: 390px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.12;
}
.dark-feature {
  background: var(--plum);
  color: #fff;
  overflow: hidden;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 100px;
}
.feature-photo {
  height: 570px;
  border-radius: 30px 170px 30px 30px;
  overflow: hidden;
  transform: rotate(-1.5deg);
}
.feature-photo img {
  object-position: center 34%;
}
.feature-copy p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.07rem;
}
.story-heading {
  align-items: center;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.story-image {
  height: 270px;
  margin-bottom: 23px;
  overflow: hidden;
  border-radius: 20px;
  background: #ddd;
}
.story-card > span {
  color: var(--plum2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.story-card h3 {
  min-height: 82px;
  margin: 12px 0 18px;
}
.story-card b span {
  background: var(--amber);
}
.closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 118px;
  padding: 68px 70px;
  border-radius: 28px;
  background: linear-gradient(105deg, var(--plum), #57305e);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.closing-cta:after {
  content: "⌣";
  position: absolute;
  right: 170px;
  bottom: -85px;
  color: rgba(255, 255, 255, 0.06);
  font-family: Georgia, serif;
  font-size: 260px;
  transform: rotate(180deg);
}
.closing-cta h2 {
  max-width: 780px;
  margin: 16px 0 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
}
.closing-cta .button {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  margin: 0;
}
.page-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--plum);
  color: #fff;
}
.page-hero-image {
  position: absolute;
  inset: 0;
}
.page-hero-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(18, 12, 19, 0.92),
      rgba(33, 19, 37, 0.58) 48%,
      rgba(20, 12, 19, 0.08)
    ),
    linear-gradient(0deg, rgba(20, 13, 21, 0.62), transparent 50%);
}
.page-hero-about .page-hero-image img,
.page-hero-stories .page-hero-image img {
  object-position: center 24%;
}
.page-hero-experiences .page-hero-image img {
  object-position: center 36%;
}
.page-hero-copy {
  position: relative;
  z-index: 3;
  padding-top: 94px;
  padding-bottom: 80px;
}
.page-hero-copy h1 {
  max-width: 970px;
  margin: 18px 0 24px;
  font-size: clamp(3.4rem, 6.7vw, 6.5rem);
}
.page-hero-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}
.page-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
  align-items: start;
}
.page-intro-grid h2 {
  margin-top: 18px;
}
.signature {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 35px;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 1.1rem;
}
.signature strong {
  color: var(--plum2);
  font-size: 2rem;
  font-style: italic;
}
.detail-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.detail-card {
  min-height: 350px;
  padding: 30px 27px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  transition:
    transform 0.25s,
    background 0.25s;
}
.detail-card:hover {
  transform: translateY(-5px);
  background: #fff;
}
.detail-card > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 58px;
  border-radius: 50%;
  background: var(--amber);
  font-size: 11px;
  font-weight: 800;
}
.detail-card h3 {
  min-height: 58px;
}
.detail-card p {
  font-size: 13px;
}
.detail-card b {
  margin-top: 16px;
}
.detail-card b span {
  background: var(--plum);
  color: #fff;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.editorial-photo {
  height: 570px;
  overflow: hidden;
  border-radius: 28px 140px 28px 28px;
}
blockquote {
  margin: 0;
}
blockquote > span {
  color: var(--amber);
  font-family: Georgia, serif;
  font-size: 7rem;
  line-height: 0.6;
}
blockquote p {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
blockquote cite {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-footer {
  padding-top: 76px;
  background: #171218;
  color: #fff;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.55fr 0.65fr 0.75fr 1fr;
  gap: 65px;
  padding-bottom: 60px;
}
.footer-intro p {
  max-width: 340px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.footer-intro > span {
  color: var(--amber);
  font-family: Georgia, serif;
  font-style: italic;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-nav strong {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer-nav a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}
.footer-note p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}
.footer-note a {
  display: inline-flex;
  gap: 12px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 23px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}
@media (max-width: 960px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .header-inner {
    grid-template-columns: 1fr auto;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    display: grid;
    place-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
  }
  .mobile-menu summary span {
    width: 17px;
    height: 1px;
    background: currentColor;
  }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 50px;
    display: grid;
    width: 220px;
    padding: 20px;
    border-radius: 18px;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  }
  .mobile-menu nav a {
    padding: 11px;
    border-bottom: 1px solid var(--line);
  }
  .founder-grid,
  .method-grid,
  .feature-grid,
  .page-intro-grid,
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card:first-child {
    grid-column: 1/-1;
  }
  .detail-card-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-note {
    grid-column: 1/-1;
  }
}
@media (max-width: 680px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }
  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .site-header {
    height: 78px;
  }
  .hero {
    min-height: 760px;
  }
  .hero-content {
    padding-top: 80px;
  }
  .hero-content h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }
  .hero-content p {
    font-size: 0.98rem;
  }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }
  .hero-stats div {
    min-height: 72px;
  }
  .hero-stats div:nth-child(n + 3) {
    display: none;
  }
  .pillar-row {
    justify-content: flex-start;
    overflow: hidden;
  }
  .pillar-row span:nth-child(n + 5),
  .strip-label {
    display: none;
  }
  .portrait-collage {
    min-height: 480px;
  }
  .portrait-main {
    right: 50px;
    border-radius: 90px 22px 22px;
  }
  .portrait-float {
    width: 170px;
    height: 210px;
  }
  .smile-stamp {
    width: 78px;
    height: 78px;
  }
  .split-heading {
    display: block;
  }
  .split-heading > p {
    margin-top: 20px;
  }
  .service-grid,
  .story-grid,
  .detail-card-grid {
    grid-template-columns: 1fr;
  }
  .service-card:first-child {
    grid-column: auto;
  }
  .service-card {
    min-height: 460px;
  }
  .method-image,
  .feature-photo,
  .editorial-photo {
    height: 460px;
  }
  .closing-cta {
    display: block;
    padding: 45px 28px;
    margin-bottom: 76px;
  }
  .closing-cta .button {
    margin-top: 25px;
  }
  .page-hero {
    min-height: 680px;
  }
  .page-hero-copy {
    padding-top: 78px;
  }
  .page-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 5rem);
  }
  .detail-card {
    min-height: auto;
  }
  .detail-card > span {
    margin-bottom: 35px;
  }
  .cta-actions {
    display: block;
  }
  .cta-actions .text-link {
    margin: 25px 0 0 5px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 42px 25px;
  }
  .footer-intro,
  .footer-note {
    grid-column: 1/-1;
  }
  .footer-bottom {
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}


.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}

/* Generated brand mark and face-first portrait crops */
.home-hero {
  background-position: 68% 30%;
}
.brand-logo {
  display: block;
  width: auto;
  height: 42px;
  max-width: 190px;
  object-fit: contain;
}

img[src$="thoma-1-hq.png"] {
  object-position: 68% 30% !important;
}

img[src$="thoma-2-hq.png"] {
  object-position: center 24% !important;
}

img[src$="thoma-3-hq.png"] {
  object-position: center 12% !important;
}

img[src$="thoma-4-hq.png"] {
  object-position: center 10% !important;
}

@media (max-width: 680px) {
  .brand-logo {
    height: 36px;
    max-width: 154px;
  }
}
/* Motion system */
.signature-photo img {
  object-position: center top !important;
}

.home-hero {
  background-position: 68% calc(30% + var(--hero-drift, 0px));
}

.scroll-progress {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--amber), #f2c26c);
  box-shadow: 0 0 16px rgba(232, 162, 59, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.motion-ready .site-header {
  opacity: 0;
  transform: translateY(-12px);
}

.motion-ready body.page-ready .site-header {
  opacity: 1;
  transform: none;
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.motion-ready .hero-content > *,
.motion-ready .page-hero-copy > *,
.motion-ready .hero-stats > * {
  opacity: 0;
  transform: translateY(24px);
}

.motion-ready body.page-ready .hero-content > *,
.motion-ready body.page-ready .page-hero-copy > *,
.motion-ready body.page-ready .hero-stats > * {
  animation: intro-rise 0.78s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--intro-delay, 120ms);
}

.motion-ready .scroll-reveal {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.motion-ready .scroll-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.motion-ready .scroll-reveal .scroll-item {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease var(--item-delay, 0ms),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) var(--item-delay, 0ms);
}

.motion-ready .scroll-reveal.is-visible .scroll-item {
  opacity: 1;
  transform: none;
}

.motion-ready .motion-image img {
  transform: scale(1.055);
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .scroll-reveal.is-visible .motion-image img {
  transform: scale(1);
}

@keyframes intro-rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (hover: hover) {
  .service-card,
  .detail-card,
  .story-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  .service-card:hover,
  .detail-card:hover,
  .story-card:hover {
    transform: translateY(-7px);
  }

  .detail-card:hover {
    box-shadow: 0 22px 50px rgba(43, 24, 51, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress {
    display: none;
  }

  .motion-ready .site-header,
  .motion-ready .hero-content > *,
  .motion-ready .page-hero-copy > *,
  .motion-ready .hero-stats > *,
  .motion-ready .scroll-reveal,
  .motion-ready .scroll-reveal .scroll-item,
  .motion-ready .motion-image img {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}
/* Face-focused crops for keynote and Experiences hero */
.service-grid .service-card:first-child img,
.page-hero-experiences .page-hero-image img {
  object-position: right center !important;
}
/* Full-screen homepage hero */
.home-hero {
  min-height: 100vh;
  min-height: 100svh;
}
/* Centered hero, rotating brand word, and larger logo */
.home-hero .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  margin: 0;
  padding-top: 0;
  transform: translate(-50%, -50%);
}

.rotating-word {
  display: inline-block;
  min-width: 10.8ch;
  overflow: hidden;
  color: var(--amber);
  line-height: 0.98;
  text-align: left;
  vertical-align: bottom;
  perspective: 700px;
}

.rotating-word em {
  display: inline-block;
  color: inherit;
  will-change: opacity, transform;
  transition:
    opacity 0.28s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.rotating-word.is-leaving em {
  opacity: 0;
  transform: translateY(-70%) rotateX(65deg);
}

.rotating-word.is-entering em {
  opacity: 0;
  transform: translateY(70%) rotateX(-65deg);
  transition: none;
}

.brand-logo {
  height: 56px;
  max-width: 230px;
}

@media (max-width: 680px) {
  .home-hero .hero-content {
    width: min(100% - 36px, 1180px);
  }

  .rotating-word {
    min-width: 10.2ch;
  }

  .brand-logo {
    height: 46px;
    max-width: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rotating-word em {
    transition: none !important;
  }
}
/* Guaranteed face crop for keynote card portrait */
.service-grid .service-card.keynote-card img {
  object-position: center top !important;
}
/* Keep the closing CTA decoration as a true upward smile */
.closing-cta::after {
  transform: none;
}
/* Enlarged final logo sizing */
.brand-logo {
  height: 72px;
  max-width: 285px;
}

@media (max-width: 680px) {
  .brand-logo {
    height: 56px;
    max-width: 225px;
  }
}
/* Accessible typography, focus, legal pages, and consent controls */
body {
  font-size: 17px;
  line-height: 1.6;
}

p,
.legal-content li {
  font-size: 1.0625rem;
}

.eyebrow {
  font-size: 14px;
  letter-spacing: 0.12em;
}

.button,
.text-link {
  font-size: 15px;
}

.desktop-nav {
  gap: 24px;
  font-size: 16px;
}

.desktop-nav a,
.mobile-menu nav a,
.footer-nav a,
.legal-links a,
.cookie-settings {
  text-underline-offset: 4px;
}

.desktop-nav a,
.mobile-menu nav a {
  padding: 10px 2px;
}

.header-cta {
  font-size: 15px;
}

.hero-stats span {
  max-width: 125px;
  font-size: 14px;
  line-height: 1.45;
}

.pillar-row {
  font-size: 15px;
}

.strip-label,
.smile-stamp span,
.service-card-copy > span,
.story-card > span,
.footer-nav strong {
  font-size: 14px;
}

.service-card p,
.method-list details p,
.detail-card p,
.footer-nav a,
.footer-note p {
  font-size: 16px;
}

.service-card b,
.story-card b,
.detail-card b,
.method-list summary,
.image-note,
blockquote cite,
.footer-note a {
  font-size: 15px;
}

.method-list summary span {
  font-size: 14px;
}

.footer-intro p,
.page-hero-copy p {
  font-size: 18px;
}

.footer-intro > span {
  font-size: 15px;
}

.footer-bottom {
  gap: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--amber);
  color: #211521;
  font-size: 16px;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--amber2);
  outline-offset: 4px;
  border-radius: 4px;
}

button,
summary,
a {
  -webkit-tap-highlight-color: rgba(232, 162, 59, 0.28);
}

button {
  font: inherit;
}

[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.legal-header {
  background: var(--plum);
  color: #fff;
}

.legal-header .header-inner {
  border-color: rgba(255, 255, 255, 0.22);
}

.legal-hero {
  padding: 105px 0 95px;
  background:
    radial-gradient(circle at 85% 20%, rgba(232, 162, 59, 0.22), transparent 28%),
    linear-gradient(125deg, var(--plum), #57305e);
  color: #fff;
}

.legal-hero h1 {
  max-width: 900px;
  margin: 22px 0 24px;
  font-size: clamp(3.4rem, 7vw, 6.2rem);
}

.legal-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.2rem;
}

.legal-content {
  width: min(900px, calc(100% - 48px));
  padding-top: 90px;
  padding-bottom: 110px;
}

.legal-content > p,
.legal-content section {
  max-width: 820px;
}

.legal-updated {
  margin-bottom: 36px;
  color: var(--plum2);
}

.legal-content section {
  padding: 38px 0 12px;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.12;
}

.legal-content p,
.legal-content li {
  color: #4c454e;
  line-height: 1.78;
}

.legal-content ul {
  display: grid;
  gap: 10px;
  padding-left: 24px;
}

.legal-content a {
  color: var(--plum2);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-content code {
  padding: 3px 7px;
  border-radius: 6px;
  background: #f1e8f2;
  color: var(--plum);
  font-size: 0.95em;
}

.legal-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
}

.legal-links a,
.cookie-settings {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
}

.cookie-settings {
  padding: 8px 0;
  border: 0;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
}

.cookie-consent {
  position: fixed;
  z-index: 1500;
  right: 24px;
  bottom: 24px;
  width: min(680px, calc(100% - 48px));
  padding: 26px;
  border: 1px solid rgba(43, 24, 51, 0.18);
  border-radius: 22px;
  background: #fffdf9;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(25, 15, 28, 0.3);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent h2 {
  margin: 0 0 10px;
  font-size: 1.65rem;
}

.cookie-consent p {
  margin-bottom: 20px;
  color: #514a52;
  font-size: 16px;
  line-height: 1.6;
}

.cookie-consent p a {
  color: var(--plum2);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cookie-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-action {
  min-height: 48px;
  padding: 0 20px;
  border: 2px solid var(--plum);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-action.primary {
  background: var(--plum);
  color: #fff;
}

.cookie-action.secondary {
  background: transparent;
  color: var(--plum);
}

.cookie-action:hover {
  transform: translateY(-1px);
}

@media (max-width: 680px) {
  .desktop-nav {
    font-size: 16px;
  }

  .hero-stats span {
    font-size: 13px;
  }

  .legal-hero {
    padding: 72px 0 66px;
  }

  .legal-content {
    width: min(100% - 36px, 900px);
    padding-top: 65px;
    padding-bottom: 80px;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .legal-links {
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .cookie-consent {
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    padding: 22px;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-action {
    width: 100%;
  }
}

@media (forced-colors: active) {
  :focus-visible {
    outline: 3px solid CanvasText;
  }

  .cookie-consent,
  .cookie-action {
    border: 2px solid CanvasText;
  }
}
/* Final accessibility safeguards */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero-content p {
  font-size: 18px;
}

.detail-card > span {
  font-size: 14px;
}

@media (max-width: 680px) {
  .hero-stats span {
    font-size: 14px;
  }
}
/* Persistent accessible navigation */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    backdrop-filter 0.3s ease;
}

.site-header.is-scrolled,
.site-header.menu-open,
.site-header:focus-within {
  background: rgba(43, 24, 51, 0.96);
  box-shadow: 0 10px 35px rgba(18, 10, 20, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff;
}

.site-header.is-scrolled .header-inner,
.site-header.menu-open .header-inner,
.site-header:focus-within .header-inner {
  border-color: rgba(255, 255, 255, 0.16);
}

.legal-header {
  background: var(--plum);
}

.page-hero-copy {
  padding-top: 190px;
}

.legal-hero {
  padding-top: 201px;
}

@media (max-width: 680px) {
  .page-hero-copy {
    padding-top: 165px;
  }

  .legal-hero {
    padding-top: 168px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none;
  }
}
/* Cinematic homepage hero video with an accessible static fallback */
.hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  pointer-events: none;
}

.home-hero::before {
  z-index: 1;
}

.hero-video.is-unavailable {
  display: none;
}

@media (max-width: 680px) {
  .hero-video {
    object-position: 72% center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
}

/* Crop generated top padding while keeping the hero fully covered */
.hero-video {
  top: -8%;
  right: 0;
  bottom: auto;
  left: 0;
  height: 116%;
  object-position: 68% 42%;
}

@media (max-width: 680px) {
  .hero-video {
    top: -6%;
    height: 112%;
    object-position: 72% 40%;
  }
}


/* Full-screen mobile navigation and phone-first homepage hero */
@media (max-width: 960px) {
  body.nav-open {
    overflow: hidden;
    touch-action: none;
  }

  .site-header.menu-open {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.menu-open .header-inner {
    border-color: transparent;
  }

  .header-inner > .brand {
    position: relative;
    z-index: 1002;
  }

  .mobile-menu {
    position: static;
  }

  .mobile-menu summary {
    position: relative;
    z-index: 1002;
    background: rgba(43, 24, 51, 0.48);
    transition:
      background-color 0.25s ease,
      color 0.25s ease,
      border-color 0.25s ease;
  }

  .mobile-menu summary span {
    transform-origin: center;
    transition: transform 0.25s ease;
  }

  .mobile-menu[open] summary {
    border-color: transparent;
    background: var(--amber);
    color: var(--ink);
  }

  .mobile-menu[open] summary span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .mobile-menu[open] summary span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu nav {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: flex;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 112px 28px 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: clamp(16px, 3.5vh, 30px);
    overflow-y: auto;
    border-radius: 0;
    background:
      radial-gradient(circle at 82% 12%, rgba(232, 162, 59, 0.24), transparent 28%),
      radial-gradient(circle at 12% 88%, rgba(118, 63, 128, 0.36), transparent 32%),
      linear-gradient(145deg, #211126, #45224e 65%, #28132e);
    color: #fff;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.025);
    transition:
      opacity 0.28s ease,
      visibility 0.28s ease,
      transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-menu[open] nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .mobile-menu nav a {
    width: auto;
    padding: 6px 20px;
    border: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.1rem, 7vw, 4.5rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-align: center;
    transition:
      color 0.2s ease,
      transform 0.2s ease;
  }

  .mobile-menu nav a:hover,
  .mobile-menu nav a:focus-visible {
    color: var(--amber2);
    transform: translateX(5px);
  }
}

@media (max-width: 680px) {
  .home-hero {
    background-color: #1a101d;
    background-position: 72% top;
    background-size: auto 62%;
    background-repeat: no-repeat;
  }

  .home-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(18, 11, 20, 0.04) 0%,
        rgba(18, 11, 20, 0.16) 28%,
        rgba(24, 13, 27, 0.82) 53%,
        rgba(24, 13, 27, 0.98) 72%
      ),
      linear-gradient(90deg, rgba(18, 11, 20, 0.32), rgba(18, 11, 20, 0.04));
  }

  .home-hero .hero-content {
    top: auto;
    bottom: 88px;
    width: min(100% - 36px, 1180px);
    padding: 0 0 16px;
    transform: translateX(-50%);
  }

  .home-hero .hero-content h1 {
    margin: 12px 0 16px;
    max-width: 100%;
    font-size: clamp(2.65rem, 12vw, 4.1rem);
    line-height: 0.94;
  }

  .home-hero .hero-content p {
    max-width: 35rem;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .home-hero .eyebrow {
    font-size: 12px;
  }

  .home-hero .button-row {
    gap: 12px;
  }

  .home-hero .button {
    min-height: 48px;
    margin-top: 6px;
  }

  .home-hero .hero-stats div {
    min-height: 76px;
    padding-right: 10px;
  }

  .home-hero .hero-stats strong {
    font-size: 1.35rem;
  }

  .home-hero .hero-stats span {
    font-size: 12px;
  }
}

@media (max-width: 680px) and (max-height: 760px) {
  .home-hero {
    background-size: auto 58%;
  }

  .home-hero .hero-content {
    bottom: 72px;
  }

  .home-hero .hero-content h1 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .home-hero .hero-content p {
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .home-hero .hero-stats div {
    min-height: 64px;
  }
}
