:root {
  --ink: #34383a;
  --muted: #62686a;
  --paper: #fffefa;
  --gold: #aa900f;
  --gold-deep: #8f7805;
  --aqua: #7faaa9;
  --aqua-deep: #477b7b;
  --cream: #f5f0df;
  --line: rgba(52, 56, 58, .16);
  --sans: "Avenir Next", Avenir, "Century Gothic", Futura, Montserrat, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.62 var(--sans); font-weight: 400; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 50; background: #222; color: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,252,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: 1rem; text-decoration: none; flex: 0 0 auto; }
.brand-logo { width: 72px; height: 66px; object-fit: contain; mix-blend-mode: multiply; }
.brand-name { width: 178px; height: 60px; object-fit: contain; mix-blend-mode: multiply; }
.nav-links { display: flex; align-items: center; gap: 1.7rem; }
.nav-links a { font-size: .94rem; text-decoration: none; white-space: nowrap; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--aqua-deep); }
.menu { display: none; background: transparent; border: 1px solid var(--gold); color: var(--ink); padding: .55rem .8rem; font: inherit; }
main { overflow: hidden; }
section { padding: 5.4rem 0; }
h1, h2, h3 { margin: 0 0 1.3rem; font-family: var(--sans); }
h1, h2 { color: var(--gold); text-transform: uppercase; font-weight: 750; letter-spacing: .11em; line-height: 1.18; }
h1 { font-size: clamp(2.35rem, 5vw, 4.1rem); }
h2 { font-size: clamp(1.85rem, 3.7vw, 2.8rem); }
h3 { font-size: 1.3rem; font-weight: 650; line-height: 1.35; }
.subheading { margin: 0; max-width: 920px; font-size: clamp(1.05rem, 1.7vw, 1.36rem); line-height: 1.65; letter-spacing: .14em; font-weight: 400; }
.lead { font-size: 1.18rem; line-height: 1.65; }
p { margin: 0 0 1.2rem; }
.hero { min-height: 470px; padding: 0; display: grid; place-items: center; text-align: center; background: linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.28)), url("bg-blue-cloudy.jpg") center/cover; }
.hero-inner { padding: 4.3rem 1.5rem; width: min(1120px, calc(100% - 48px)); }
.hero h1 { margin-bottom: 1.6rem; }
.hero .subheading { margin-inline: auto; color: #222; }
.intro { padding: 3.5rem 0 5rem; }
.intro .narrow { text-align: center; }
.actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.intro .actions, .center-actions { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.3rem; border: 2px solid var(--gold); background: rgba(255,255,255,.8); color: var(--ink); text-decoration: none; font-weight: 600; letter-spacing: .04em; transition: .2s ease; }
.button:hover { background: var(--gold); color: #fff; transform: translateY(-1px); }
.button.solid { background: var(--gold); color: #fff; }
.button.solid:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.text-link { display: inline-block; margin-top: .45rem; color: var(--gold-deep); font-weight: 700; text-underline-offset: .3rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 6.5rem); align-items: center; }
.grid-2.equal { align-items: stretch; }
.grid-2.flush { gap: 0; }
.grid-2.copy-wide { grid-template-columns: 1.18fr .82fr; gap: 1.5rem; }
.grid-2.text-wide { grid-template-columns: .9fr 1.1fr; }
.equal > .image-frame, .equal > .labyrinth-photo, .equal > .soft-panel { height: 100%; }
.compact-heading { font-size: clamp(1.55rem, 3vw, 2.25rem); letter-spacing: .08em; white-space: nowrap; }
.medium-title { font-size: clamp(1.75rem, 3.1vw, 2.35rem); letter-spacing: .08em; }
.long-title { max-width: 1040px; margin-inline: auto; font-size: clamp(2rem, 3.7vw, 3rem); letter-spacing: .08em; }
.compact-section { padding: 3.1rem 0; }
.wide-panel { width: min(980px, 100%); }
.bullet-heading { margin: 0 0 1.25rem; color: var(--ink); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.plain { background: var(--paper); }
.cream { background: var(--cream); }
.aqua { background: #c8e0df; }
.texture { position: relative; background-position: center; background-size: cover; }
.texture::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.38); }
.texture > .wrap, .texture > .narrow { position: relative; }
.texture-grey { background-image: url("bg-grey-blue.jpg"); }
.texture-orange { background-image: url("bg-orange.jpg"); }
.texture-pink { background-image: url("bg-pink.jpg"); }
.texture-green { background-image: url("bg-green.jpg"); }
.texture-yellow { background-image: url("bg-yellow-blue.jpg"); }
.clouds { background-image: url("clouds.jpg"); }
.sunset { background-image: url("sunset.jpg"); }
.soft-panel { background: rgba(255,255,255,.78); padding: clamp(2rem, 5vw, 4.5rem); }
.bullet-band { padding: 3.7rem 0; background: #b8d4d3 url("bg-green.jpg") center/cover; }
.bullet-band .wrap { background: rgba(255,255,255,.76); padding: 2.3rem 3rem; }
.bullet-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .72rem; }
.bullet-list li { position: relative; padding-left: 1.35rem; }
.bullet-list li::before { content: "•"; position: absolute; left: 0; color: var(--gold); font-size: 1.35rem; line-height: 1.15; }
.card { padding: 2rem; border: 1px solid rgba(170,144,15,.42); background: rgba(255,255,255,.76); }
.card h3 { color: var(--gold-deep); text-transform: uppercase; letter-spacing: .07em; }
.image-frame { overflow: hidden; min-height: 380px; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.portrait { width: min(460px, 100%); margin-inline: auto; box-shadow: 18px 18px 0 rgba(170,144,15,.22); }
.portrait img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 30%; }
.labyrinth-photo { min-height: 430px; }
.labyrinth-photo img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.testimonials { padding: 4.6rem 0; }
.quote { margin: 0; padding: 1.7rem; background: rgba(255,255,255,.88); font-size: .9rem; line-height: 1.55; }
.quote footer { margin-top: 1rem; color: var(--gold-deep); font-weight: 700; }
.closing { text-align: center; background: linear-gradient(rgba(65,73,75,.56),rgba(65,73,75,.56)), url("sunset.jpg") center/cover; color: #fff; }
.closing h2 { color: #fff; }
.closing .subheading { margin: 0 auto 1.2rem; }
.page-hero { min-height: 350px; display: grid; align-items: center; padding: 4rem 0; text-align: center; background: linear-gradient(rgba(255,255,255,.38),rgba(255,255,255,.38)), url("bg-yellow-blue.jpg") center/cover; }
.page-hero h1 { font-size: clamp(2.1rem, 4vw, 3.35rem); }
.page-hero h1.long-title { font-size: clamp(2rem, 3.7vw, 3rem); }
.page-hero .subheading { margin-inline: auto; }
.page-hero.warm { background-image: linear-gradient(rgba(255,255,255,.38),rgba(255,255,255,.38)), url("bg-orange.jpg"); }
.page-hero.green { background-image: linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,.4)), url("bg-green.jpg"); }
.page-hero.pink { background-image: linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,.4)), url("bg-pink.jpg"); }
.session-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.session-grid.seven { grid-template-columns: repeat(7, 1fr); gap: .65rem; }
.session-grid.phases { grid-template-columns: 1fr 1fr 4fr 1fr; gap: .65rem; }
.session { background: rgba(255,255,255,.84); border: 1px solid rgba(170,144,15,.45); padding: 1.35rem; }
.session .number { color: var(--gold); font-weight: 800; letter-spacing: .13em; }
.session h3 { font-size: 1.05rem; color: var(--ink); text-transform: uppercase; letter-spacing: .06em; margin: .55rem 0; }
.session p { font-size: .88rem; line-height: 1.48; margin: 0; }
.included-list { columns: 2; column-gap: 3rem; }
.included-list li { break-inside: avoid; margin-bottom: .8rem; }
.price { color: var(--gold); font-size: 3.3rem; font-weight: 700; letter-spacing: .06em; }
.advisory-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.stage-path { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.stage { padding: 1.8rem 1rem; text-align: center; border: 5px solid rgba(255,255,255,.9); background: rgba(255,255,255,.66); }
.stage strong { display: block; color: var(--gold-deep); text-transform: uppercase; letter-spacing: .09em; margin-bottom: 1.2rem; }
.stage span { display: block; font-size: 1.08rem; letter-spacing: .08em; line-height: 1.55; }
.model-image { width: min(620px,100%); margin-inline: auto; box-shadow: 18px 18px 0 rgba(127,170,169,.2); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2.5rem,7vw,6rem); align-items: start; }
form { display: grid; gap: 1.2rem; }
label { display: grid; gap: .45rem; font-weight: 600; font-size: .92rem; }
input, textarea, select { width: 100%; border: 1px solid rgba(52,56,58,.35); background: rgba(255,255,255,.92); color: var(--ink); padding: .82rem; border-radius: 0; font: inherit; }
textarea { min-height: 110px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(127,170,169,.35); border-color: var(--aqua-deep); }
.form-note, .small { font-size: .86rem; }
.status { min-height: 1.5rem; font-size: .9rem; }
.site-footer { background: #626768; color: #fff; padding: 2.6rem 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.footer-title { margin: 0 0 .35rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-grid a { text-underline-offset: .28rem; }
@media (max-width: 970px) {
  .brand-name { display: none; }
  .nav-links { gap: 1.1rem; }
  .session-grid, .session-grid.seven, .session-grid.phases, .stage-path { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .nav { min-height: 82px; }
  .brand-logo { width: 58px; height: 56px; }
  .menu { display: block; }
  .nav-links { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 1.3rem 24px; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .grid-2, .grid-2.copy-wide, .grid-2.text-wide, .grid-3, .advisory-grid, .contact-grid { grid-template-columns: 1fr; }
  .included-list { columns: 1; }
  .image-frame, .labyrinth-photo, .labyrinth-photo img { min-height: 320px; }
  section { padding: 4.3rem 0; }
  .hero { min-height: 420px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap, .narrow { width: min(100% - 32px, 1180px); }
  h1 { font-size: 2.2rem; letter-spacing: .08em; }
  h2 { font-size: 1.75rem; letter-spacing: .08em; }
  .hero-inner { width: calc(100% - 24px); padding-inline: 0; }
  .session-grid, .session-grid.seven, .session-grid.phases, .stage-path { grid-template-columns: 1fr; }
  .compact-heading { white-space: normal; }
  .bullet-band .wrap { padding: 1.6rem; }
  .footer-grid { display: grid; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
