:root {
  --ink: #251a1b;
  --ink-soft: #3d2b2c;
  --terracotta: #9b4936;
  --terracotta-deep: #713b31;
  --copper: #c17c62;
  --cream: #f6e8d1;
  --paper: #f1dfc6;
  --sand: #d9b898;
  --line: rgba(37, 26, 27, 0.17);
  --white-line: rgba(246, 232, 209, 0.2);
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); }
.section-shell { width: min(1180px, calc(100% - 96px)); margin: 0 auto; }
.section-spacing { padding-top: 126px; padding-bottom: 126px; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 72px)); margin: 0 auto; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: .13em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 19px; line-height: 1; }
.brand-text { font-size: 16px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; letter-spacing: .02em; }
.main-nav > a { opacity: .74; transition: opacity .25s ease; }
.main-nav > a:hover { opacity: 1; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--ink); }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s ease; }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 70px; padding-top: 62px; padding-bottom: 86px; }
.hero-copy { max-width: 570px; padding-bottom: 13px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 26px; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .15em; color: var(--terracotta); }
.eyebrow-line { display: inline-block; width: 33px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.055em; line-height: .96; }
h1 { font-size: clamp(64px, 7vw, 104px); margin-bottom: 29px; }
h2 { font-size: clamp(52px, 5.7vw, 80px); margin-bottom: 30px; }
h1 em, h2 em { color: var(--terracotta); font-style: italic; font-weight: 500; }
.hero-lede { max-width: 440px; margin-bottom: 32px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .01em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button span { font-size: 18px; line-height: 1; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--cream); background: var(--terracotta); box-shadow: 0 13px 30px rgba(155, 73, 54, .2); }
.button-primary:hover { background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; transition: color .25s ease, gap .25s ease; }
.text-link:hover { color: var(--terracotta); gap: 15px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 66px; color: rgba(37, 26, 27, .65); font-size: 12px; }
.note-dot, .live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 5px rgba(155, 73, 54, .12); }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.hero-image-wrap { position: relative; width: min(100%, 500px); aspect-ratio: 1 / 1; overflow: hidden; border-radius: 245px 245px 15px 15px; transform: rotate(2.2deg); box-shadow: 28px 30px 0 rgba(155, 73, 54, .16); background: var(--terracotta); }
.hero-image-wrap img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; transform: scale(1.01); transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.hero-image-wrap:hover img { transform: scale(1.06); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(37,26,27,.07), transparent 38%, rgba(37,26,27,.65)); }
.image-label { position: absolute; left: 32px; right: 32px; color: var(--cream); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 700; }
.image-label span { color: rgba(246,232,209,.67); font-weight: 500; }
.image-label-top { top: 28px; display: flex; justify-content: space-between; }
.image-label-bottom { bottom: 28px; font-family: var(--display); text-transform: none; letter-spacing: -.01em; font-size: 22px; line-height: 1.1; }
.image-label-bottom span { display: inline-block; margin-top: 8px; font-family: var(--body); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.orbit { position: absolute; border: 1px solid rgba(155, 73, 54, .35); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 520px; height: 520px; left: 5%; top: 7%; transform: rotate(-22deg) skewX(8deg); }
.orbit-two { width: 630px; height: 290px; left: -2%; top: 30%; transform: rotate(70deg); border-color: rgba(193,124,98,.38); }
.visual-note { position: absolute; display: grid; place-items: center; width: 61px; height: 61px; border-radius: 50%; color: var(--cream); background: var(--ink); font-family: Georgia, serif; font-size: 27px; box-shadow: 0 14px 20px rgba(37,26,27,.18); animation: float 5s ease-in-out infinite; }
.visual-note-one { right: -4px; top: 15%; }
.visual-note-two { right: -4px; left: auto; bottom: 8%; animation-delay: -2.2s; background: var(--terracotta); }

.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.intro .section-heading { max-width: 500px; }
.intro-text { max-width: 430px; padding-bottom: 7px; }
.intro-text p { margin-bottom: 30px; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.dark-link { color: var(--ink); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-bottom: 122px; border-bottom: 1px solid var(--line); }
.principle-card { min-height: 225px; padding: 0 36px; border-left: 1px solid var(--line); }
.principle-card:first-child { padding-left: 0; border-left: 0; }
.principle-card:last-child { padding-right: 0; }
.principle-number, .instrument-index { color: var(--terracotta); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.principle-card h3 { margin: 43px 0 11px; font-family: var(--display); font-size: 27px; font-weight: 600; letter-spacing: -.035em; }
.principle-card p { max-width: 280px; margin-bottom: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }

.instruments-section { padding-bottom: 132px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.heading-aside { width: 245px; margin: 0 10px 10px 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.instrument-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 55px; }
.instrument-card { position: relative; min-height: 245px; padding: 25px 25px 22px; border: 1px solid var(--line); overflow: hidden; transition: transform .3s ease, background .3s ease, color .3s ease; }
.instrument-card:hover { transform: translateY(-7px); background: var(--terracotta); color: var(--cream); border-color: var(--terracotta); }
.instrument-card:hover .instrument-index, .instrument-card:hover p { color: rgba(246,232,209,.75); }
.instrument-card:nth-child(1) { grid-column: span 2; background: var(--ink); color: var(--cream); border-color: var(--ink); }
.instrument-card:nth-child(1) .instrument-index { color: var(--copper); }
.instrument-card:nth-child(1) p { color: rgba(246,232,209,.73); }
.instrument-card:nth-child(1):hover { background: var(--terracotta); border-color: var(--terracotta); }
.instrument-symbol { display: block; margin-bottom: 33px; font-family: var(--display); font-size: 42px; line-height: .8; opacity: .88; }
.instrument-index { position: absolute; top: 28px; right: 26px; }
.instrument-card h3 { margin-bottom: 7px; font-family: var(--display); font-size: 26px; font-weight: 600; letter-spacing: -.035em; }
.instrument-card p { max-width: 190px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }

.pricing-section { background: var(--ink); color: var(--cream); overflow: hidden; position: relative; }
.pricing-section::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(193,124,98,.22); top: -340px; right: -90px; }
.pricing-section::after { content: ""; position: absolute; width: 700px; height: 330px; border: 1px solid rgba(193,124,98,.13); border-radius: 50%; bottom: -210px; left: -160px; transform: rotate(-19deg); }
.light-heading { position: relative; z-index: 1; }
.light-heading .eyebrow { color: var(--copper); }
.light-heading h2 em { color: var(--copper); }
.light-heading .heading-aside { color: rgba(246,232,209,.62); }
.price-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 64px; }
.price-card { position: relative; min-height: 350px; padding: 28px 27px; border: 1px solid var(--white-line); background: rgba(246,232,209,.035); transition: transform .3s ease, background .3s ease; }
.price-card:hover { transform: translateY(-6px); background: rgba(246,232,209,.08); }
.price-card-highlight { background: var(--terracotta); border-color: var(--terracotta); box-shadow: 0 20px 45px rgba(0,0,0,.17); }
.price-topline { display: flex; justify-content: space-between; color: var(--copper); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.price-card-highlight .price-topline { color: var(--cream); opacity: .75; }
.price-card h3 { margin: 56px 0 10px; font-family: var(--display); font-size: 31px; font-weight: 500; letter-spacing: -.04em; }
.price-description { max-width: 235px; min-height: 68px; color: rgba(246,232,209,.62); font-size: 14px; line-height: 1.55; }
.price-card-highlight .price-description { color: rgba(246,232,209,.78); }
.price-options { margin-top: 29px; border-top: 1px solid var(--white-line); }
.price-options > div { display: flex; align-items: end; justify-content: space-between; gap: 15px; padding-top: 14px; }
.price-options span { color: rgba(246,232,209,.62); font-size: 13px; }
.price-options strong { white-space: nowrap; font-size: 21px; font-weight: 500; }
.price-options small { margin-left: 4px; color: rgba(246,232,209,.59); font-size: 11px; font-weight: 400; }
.price-badge { position: absolute; right: 26px; bottom: 26px; padding: 6px 9px; border: 1px solid rgba(246,232,209,.31); border-radius: 999px; color: rgba(246,232,209,.75); text-transform: uppercase; font-size: 9px; letter-spacing: .11em; }

.media-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.media-copy { max-width: 370px; }
.media-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.media-meta { display: flex; align-items: center; gap: 11px; margin-top: 38px; color: var(--terracotta); font-size: 13px; font-weight: 700; }
.video-card { position: relative; padding: 14px; background: var(--paper); }
.video-card video { display: block; width: 100%; max-height: 490px; aspect-ratio: 16 / 9; object-fit: cover; background: var(--ink); }
.video-caption { display: block; padding: 16px 5px 1px; color: var(--ink-soft); font-family: var(--display); font-size: 17px; font-style: italic; }

.locations-section { border-top: 1px solid var(--line); }
.locations-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 13px; margin-top: 60px; }
.location-card { min-height: 230px; padding: 25px; border: 1px solid var(--line); transition: transform .3s ease, background .3s ease; }
.location-card:hover { transform: translateY(-6px); background: var(--paper); }
.location-card.location-main { grid-row: span 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 473px; padding: 31px; color: var(--cream); background: var(--terracotta); border-color: var(--terracotta); }
.location-card.location-main:hover { background: var(--terracotta-deep); }
.location-tag { color: var(--terracotta); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.location-main .location-tag { color: var(--cream); opacity: .72; }
.location-card h3 { margin: 43px 0 10px; font-family: var(--display); font-size: 30px; font-weight: 600; letter-spacing: -.04em; }
.location-card p { min-height: 48px; margin-bottom: 22px; color: var(--ink-soft); font-size: 15px; line-height: 1.5; }
.location-main p { color: rgba(246,232,209,.76); }
.location-card a { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 13px; font-weight: 700; }
.location-card a span { font-size: 17px; transition: transform .2s ease; }
.location-card a:hover span { transform: translate(3px, -3px); }

.trial-section { padding-top: 0; }
.trial-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; padding: 67px 75px; color: var(--cream); background: var(--terracotta); position: relative; overflow: hidden; }
.trial-inner::after { content: "♪"; position: absolute; right: 36px; top: -62px; font-family: var(--display); font-size: 280px; line-height: 1; color: rgba(246,232,209,.09); transform: rotate(12deg); pointer-events: none; }
.trial-copy, .trial-details { position: relative; z-index: 1; }
.trial-copy .eyebrow { color: var(--cream); opacity: .73; }
.trial-copy h2 { margin-bottom: 18px; }
.trial-copy h2 em { color: var(--cream); }
.trial-copy > p:not(.eyebrow) { max-width: 390px; margin-bottom: 0; color: rgba(246,232,209,.77); font-size: 16px; }
.trial-details { display: flex; flex-direction: column; gap: 26px; align-items: flex-start; }
.warning-box { display: flex; gap: 14px; align-items: flex-start; padding: 17px 18px; border: 1px solid rgba(246,232,209,.27); background: rgba(37,26,27,.12); }
.warning-box > span { display: grid; place-items: center; flex: 0 0 auto; width: 22px; height: 22px; border: 1px solid var(--cream); border-radius: 50%; font-weight: 700; }
.warning-box p { margin: 0; color: rgba(246,232,209,.8); font-size: 13px; line-height: 1.55; }
.warning-box strong { color: var(--cream); }
.button-light { color: var(--ink); background: var(--cream); }
.button-light:hover { color: var(--cream); background: var(--ink); }

.site-footer { padding: 70px 0 25px; color: var(--cream); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 30px; align-items: start; padding-bottom: 62px; }
.footer-brand { align-self: start; }
.footer-top > p { margin: 2px 0 0; color: rgba(246,232,209,.55); font-size: 15px; line-height: 1.5; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; justify-self: end; align-items: flex-start; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.footer-contact a span { color: var(--copper); font-size: 18px; transition: transform .2s ease; }
.footer-contact a:hover span { transform: translate(3px, -3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--white-line); color: rgba(246,232,209,.44); font-size: 12px; letter-spacing: .04em; }
.footer-bottom a { transition: color .2s ease; }
.footer-bottom a:hover { color: var(--cream); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal-delay="60"] { transition-delay: 60ms; } [data-reveal-delay="80"] { transition-delay: 80ms; } [data-reveal-delay="100"] { transition-delay: 100ms; } [data-reveal-delay="120"] { transition-delay: 120ms; } [data-reveal-delay="160"] { transition-delay: 160ms; } [data-reveal-delay="180"] { transition-delay: 180ms; } [data-reveal-delay="200"] { transition-delay: 200ms; } [data-reveal-delay="240"] { transition-delay: 240ms; } [data-reveal-delay="300"] { transition-delay: 300ms; } [data-reveal-delay="360"] { transition-delay: 360ms; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-10px) rotate(5deg); } }

@media (max-width: 980px) {
  .section-shell { width: min(100% - 52px, 760px); }
  .site-header { width: calc(100% - 52px); }
  .main-nav { gap: 18px; }
  .hero { gap: 36px; }
  .hero-visual { min-height: 520px; }
  .hero-image-wrap { width: min(100%, 410px); }
  .orbit-one { width: 440px; height: 440px; }
  .orbit-two { width: 500px; }
  .instrument-grid { grid-template-columns: repeat(3, 1fr); }
  .instrument-card:nth-child(1) { grid-column: span 2; }
  .locations-grid { grid-template-columns: 1fr 1fr; }
  .location-card.location-main { grid-row: auto; grid-column: span 2; min-height: 280px; }
  .trial-inner { padding: 55px 45px; }
}

@media (max-width: 700px) {
  .section-shell { width: calc(100% - 40px); }
  .section-spacing { padding-top: 82px; padding-bottom: 82px; }
  .site-header { width: calc(100% - 40px); height: 72px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 65px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--cream); border: 1px solid var(--line); box-shadow: 0 20px 30px rgba(37,26,27,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 13px 12px; }
  .hero { min-height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 52px; padding-top: 67px; padding-bottom: 72px; }
  h1 { font-size: clamp(59px, 16vw, 87px); }
  h2 { font-size: clamp(46px, 13vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-note { margin-top: 44px; }
  .hero-visual { min-height: 430px; }
  .hero-image-wrap { width: min(90vw, 420px); }
  .orbit-one { width: 360px; height: 360px; left: 3%; }
  .orbit-two { width: 430px; height: 220px; left: -7%; }
  .visual-note { width: 51px; height: 51px; font-size: 22px; }
  .visual-note-one { right: 1%; top: 11%; }
  .visual-note-two { left: 0; bottom: 12%; }
  .intro { display: block; }
  .intro-text { margin-top: 33px; }
  .intro-text p { font-size: 17px; }
  .principles { display: block; padding-bottom: 72px; }
  .principle-card, .principle-card:first-child, .principle-card:last-child { min-height: 0; padding: 27px 0; border-left: 0; border-top: 1px solid var(--line); }
  .principle-card:first-child { border-top: 0; }
  .principle-card h3 { margin: 15px 0 8px; }
  .split-heading { display: block; }
  .heading-aside { width: auto; margin: 25px 0 0; }
  .instrument-grid { grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 40px; }
  .instrument-card, .instrument-card:nth-child(1) { grid-column: span 1; min-height: 224px; padding: 20px 17px; }
  .instrument-card:nth-child(1) { grid-column: span 2; }
  .instrument-card h3 { font-size: 23px; }
  .instrument-card p { font-size: 12px; }
  .instrument-symbol { margin-bottom: 25px; font-size: 36px; }
  .instrument-index { top: 21px; right: 17px; }
  .price-grid { display: block; margin-top: 40px; }
  .price-card { min-height: 310px; margin-bottom: 12px; }
  .price-card h3 { margin-top: 42px; }
  .media-section { display: block; }
  .media-copy { margin-bottom: 38px; }
  .video-card { padding: 9px; }
  .video-card video { aspect-ratio: 9 / 12; max-height: 580px; }
  .locations-grid { display: block; margin-top: 40px; }
  .location-card, .location-card.location-main { min-height: 0; margin-bottom: 10px; padding: 23px; }
  .location-card.location-main { min-height: 270px; }
  .location-card h3 { margin-top: 29px; font-size: 28px; }
  .trial-inner { display: block; padding: 44px 25px; }
  .trial-copy { margin-bottom: 37px; }
  .trial-inner::after { right: -19px; top: 135px; font-size: 190px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px 20px; padding-bottom: 43px; }
  .footer-top > p { justify-self: end; }
  .footer-contact { grid-column: span 2; justify-self: start; }
  .footer-bottom { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
