:root {
  --navy: #0b2943;
  --navy-deep: #071e31;
  --wine: #7f384d;
  --wine-dark: #652b3e;
  --cream: #f5efe6;
  --sand: #decfbd;
  --gold: #b69567;
  --ink: #152330;
  --white: #fffdfa;
  --line: rgba(11, 41, 67, 0.15);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }
main, section, article, aside, figure, form, fieldset, div { min-width: 0; }
.breadcrumb, h1, h2, h3, p, a, dd { overflow-wrap: break-word; }
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  background: var(--white);
  border-radius: 999px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 104px;
  padding: 9px clamp(22px, 4.8vw, 76px);
  display: grid;
  grid-template-columns: 130px 1fr 190px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(11, 41, 67, .14);
  color: var(--navy);
  background: rgba(245, 239, 230, .96);
  backdrop-filter: blur(12px);
}

.brand { display: inline-flex; width: 92px; height: 86px; align-items: center; }
.brand img { width: 100%; max-height: 86px; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.7vw, 46px); }
.main-nav a { text-decoration: none; font-size: .84rem; letter-spacing: .02em; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after,
.main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.header-cta {
  justify-self: end;
  padding: 12px 18px;
  border: 1px solid var(--wine);
  color: var(--wine);
  border-radius: 999px;
  font-size: .8rem;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.header-cta:hover { background: var(--wine); color: var(--white); }
.menu-toggle { display: none; }

.hero {
  min-height: clamp(700px, 100svh, 860px);
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  color: var(--white);
  background: var(--navy);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(150px, 12vw, 184px) clamp(28px, 6.3vw, 100px) clamp(54px, 6vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content::before {
  content: "";
  position: absolute;
  left: clamp(28px, 6.3vw, 100px);
  top: 132px;
  width: 46px;
  height: 1px;
  background: var(--gold);
}

.eyebrow { margin: 0 0 28px; color: #dfc9ad; font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; max-width: 700px; font-family: var(--serif); font-weight: 400; font-size: clamp(3.55rem, 5.3vw, 6.4rem); line-height: .89; letter-spacing: -.045em; }
h1 em { color: #dfc9ad; font-weight: 400; }
.hero-title-mobile,
.hero-copy-mobile { display: none; }
.hero-copy { max-width: 610px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: clamp(.98rem, 1.2vw, 1.1rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 25px; border-radius: 999px; font-size: .82rem; font-weight: 600; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: var(--white); }
.button-primary:hover { background: var(--wine-dark); }
.text-link { font-family: var(--serif); font-size: 1.02rem; text-underline-offset: 6px; }
.hero-facts { display: flex; gap: clamp(28px, 4vw, 60px); margin: 58px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-facts div { display: grid; gap: 5px; }
.hero-facts dt { color: rgba(255,255,255,.5); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-facts dd { margin: 0; font-family: var(--serif); font-size: 1.05rem; }

.hero-visual { position: relative; min-height: clamp(700px, 100svh, 860px); overflow: hidden; background: #cbb9a6; }
.hero-room { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,30,49,.36), transparent 34%), linear-gradient(0deg, rgba(7,30,49,.35), transparent 45%); }
.hero-portrait {
  position: absolute;
  right: clamp(28px, 4.6vw, 74px);
  bottom: 70px;
  width: clamp(205px, 19vw, 290px);
  aspect-ratio: 3 / 4;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 160px 160px 8px 8px;
  box-shadow: 0 24px 60px rgba(7, 30, 49, .24);
}
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; border-radius: 150px 150px 4px 4px; }
.visual-note { position: absolute; left: 30px; bottom: 42px; margin: 0; color: var(--white); font-family: var(--serif); font-size: 1rem; line-height: 1.3; }
.visual-note span { display: block; margin-bottom: 8px; font-family: var(--sans); font-size: .62rem; letter-spacing: .16em; }
.orbit { position: absolute; right: -60px; top: 100px; width: 280px; fill: none; stroke: rgba(255,255,255,.42); stroke-width: 1; }

.trust-rail { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 48px); padding: 20px; background: var(--white); color: var(--navy); border-bottom: 1px solid var(--line); }
.trust-rail p { margin: 0; font-family: var(--serif); font-size: clamp(.95rem, 1.4vw, 1.17rem); }
.brand-spark-icon { width: 18px; height: 18px; flex: 0 0 18px; }

.section { padding: clamp(88px, 10vw, 152px) clamp(24px, 6.3vw, 100px); }
.section-heading { max-width: 790px; margin-bottom: 58px; }
.section-heading-split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); align-items: end; gap: 9vw; }
.section-heading h2,
.about-copy h2,
.journal-copy h2,
.newsletter h2,
.final-cta h2,
.faq-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.65rem, 4.5vw, 5.2rem); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.section-heading > p:last-child,
.section-heading-split > p { margin: 0; color: rgba(21, 35, 48, .68); line-height: 1.75; }
.eyebrow-dark { color: var(--wine); }

.pathways { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 440px; padding: 30px clamp(24px, 3vw, 44px); display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .3s ease, background .3s ease, transform .3s ease; }
.service-card:hover { background: var(--white); transform: translateY(-5px); }
.service-card-featured { background: var(--wine); color: var(--white); }
.service-card-featured:hover { background: var(--wine-dark); }
.service-index { margin-bottom: auto; font-family: var(--serif); font-size: 1.2rem; color: var(--gold); }
.card-kicker { margin: 0 0 13px; color: var(--wine); font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.service-card-featured .card-kicker { color: #f0d7c2; }
.service-card h3 { max-width: 310px; margin: 0 0 16px; font-family: var(--serif); font-size: clamp(2rem, 2.4vw, 2.8rem); font-weight: 400; line-height: 1; letter-spacing: -.03em; }
.service-card > p:not(.card-kicker) { margin: 0; font-size: .88rem; line-height: 1.65; opacity: .72; }
.service-meta { display: flex; gap: 8px; margin: 25px 0; }
.service-meta span { padding: 6px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; opacity: .72; }
.service-card > a { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid currentColor; font-size: .76rem; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.all-link { display: flex; justify-content: space-between; width: min(100%, 410px); margin: 34px 0 0 auto; padding-bottom: 12px; border-bottom: 1px solid currentColor; color: var(--navy); font-family: var(--serif); font-size: 1.2rem; text-decoration: none; }

.process { background: #e8ded2; }
.process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.process-card { padding: clamp(30px, 4vw, 58px); border: 1px solid rgba(11,41,67,.18); background: rgba(255,253,250,.56); }
.process-card-dark { color: var(--white); border-color: var(--navy); background: var(--navy); }
.process-card-heading > p { margin: 0 0 13px; color: var(--wine); font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.process-card-dark .process-card-heading > p { color: #dfc9ad; }
.process-card h3 { max-width: 450px; margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 3vw, 3.45rem); font-weight: 400; line-height: 1; letter-spacing: -.03em; }
.process-card ol { margin: 42px 0 35px; padding: 0; list-style: none; border-top: 1px solid rgba(11,41,67,.18); }
.process-card-dark ol { border-color: rgba(255,255,255,.2); }
.process-card li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(11,41,67,.18); }
.process-card-dark li { border-color: rgba(255,255,255,.2); }
.process-card li > span { width: 34px; height: 34px; display: grid; place-content: center; border: 1px solid currentColor; border-radius: 50%; color: var(--wine); font-family: var(--serif); font-size: .78rem; }
.process-card-dark li > span { color: #dfc9ad; }
.process-card li strong { display: block; margin-bottom: 6px; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.process-card li p { margin: 0; color: rgba(21,35,48,.65); font-size: .86rem; line-height: 1.6; }
.process-card-dark li p { color: rgba(255,255,255,.64); }

.about { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(380px, 1fr); align-items: center; gap: clamp(55px, 9vw, 150px); overflow: hidden; background: var(--white); }
.about-gallery { position: relative; min-height: 690px; }
.about-main-image { position: absolute; inset: 0 17% 8% 0; overflow: hidden; border-radius: 300px 300px 6px 6px; background: var(--sand); }
.about-main-image img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 25%; }
.about-secondary-image { position: absolute; right: -3%; bottom: 0; width: 42%; aspect-ratio: 3 / 4; padding: 7px; border: 1px solid var(--wine); background: var(--white); }
.about-secondary-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.about-seal { position: absolute; top: 8%; right: -1%; width: 130px; height: 130px; margin: 0; display: grid; place-content: center; border-radius: 50%; color: var(--white); background: var(--navy); text-align: center; font-size: .66rem; letter-spacing: .13em; line-height: 1.75; text-transform: uppercase; transform: rotate(6deg); }
.about-copy h2 em { color: var(--wine); font-weight: 400; }
.about-lead { margin: 32px 0 16px; color: var(--navy); font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: rgba(21,35,48,.66); line-height: 1.75; }
.about-copy blockquote { margin: 32px 0; padding: 22px 0 22px 26px; border-left: 2px solid var(--wine); font-family: var(--serif); font-size: 1.25rem; font-style: italic; line-height: 1.5; }
.text-link-dark { color: var(--navy); }

.journal-band { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--wine); }
.journal-image { min-height: 620px; overflow: hidden; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; }
.journal-copy { padding: clamp(60px, 8vw, 125px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.journal-copy h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.journal-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 34px; color: rgba(255,255,255,.72); line-height: 1.75; }
.button-outline { border: 1px solid rgba(255,255,255,.55); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--wine); }

.courses { color: var(--white); background: var(--navy-deep); }
.section-heading-light > p:last-child { max-width: 650px; margin-top: 20px; color: rgba(255,255,255,.65); }
.course-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 20px; align-items: end; }
.course-card { overflow: hidden; background: rgba(255,255,255,.06); }
.course-card a { display: block; color: inherit; text-decoration: none; }
.course-card figure { height: 270px; margin: 0; overflow: hidden; background: #17354c; }
.course-card-tall figure { height: 390px; }
.course-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.course-card:hover img { transform: scale(1.035); }
.course-body { min-height: 188px; padding: 25px 27px; display: flex; flex-direction: column; }
.course-body > p { margin: 0 0 12px; color: #dcbfa1; font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.course-body h3 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(1.65rem, 2.2vw, 2.45rem); font-weight: 400; line-height: 1; }
.course-body > div { display: flex; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.18); font-size: .8rem; }
.courses-footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 40px; }
.courses-footer p { color: rgba(255,255,255,.55); font-size: .8rem; }
.button-cream { color: var(--navy); background: var(--cream); }
.button-cream:hover { background: var(--white); }

.testimonials { background: #eadfd3; }
.testimonial-heading { text-align: center; margin-inline: auto; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { min-height: 365px; margin: 0; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; background: var(--white); }
.testimonial-card::before { content: "“"; font-family: var(--serif); color: var(--wine); font-size: 5rem; line-height: .5; }
.testimonial-card-accent { color: var(--white); background: var(--wine); }
.testimonial-card-accent::before { color: #e3c7b0; }
.testimonial-card blockquote { margin: 25px 0 40px; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.25; }
.testimonial-card figcaption { display: flex; align-items: center; gap: 13px; }
.testimonial-card figcaption > span { width: 42px; height: 42px; display: grid; place-content: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); }
.testimonial-card figcaption div { display: grid; gap: 3px; }
.testimonial-card figcaption strong { font-size: .78rem; }
.testimonial-card figcaption small { font-size: .67rem; opacity: .58; }

.video-section { background: var(--cream); }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.video-card { display: block; overflow: hidden; border: 1px solid var(--line); color: var(--navy); background: var(--white); text-decoration: none; }
.video-card figure { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: var(--navy-deep); }
.video-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), opacity .25s ease; }
.video-card:hover img { transform: scale(1.04); opacity: .88; }
.video-play { position: absolute; left: 22px; bottom: 20px; width: 52px; height: 52px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; color: var(--white); background: rgba(11,41,67,.74); backdrop-filter: blur(5px); transition: transform .25s ease, background .25s ease; }
.video-play img { width: 24px; height: 24px; }
.video-card:hover .video-play { transform: scale(1.08); background: var(--wine); }
.video-card > div { min-height: 188px; padding: 25px 26px; display: flex; flex-direction: column; }
.video-card small { color: var(--wine); font-size: .64rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.video-card h3 { margin: 13px 0 26px; font-family: var(--serif); font-size: clamp(1.55rem, 2vw, 2.2rem); font-weight: 400; line-height: 1.08; }
.video-card > div > span { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }

.content-section { background: var(--white); }
.article-list { border-top: 1px solid var(--line); }
.article-list > a { display: grid; grid-template-columns: 55px 1fr 50px; align-items: center; gap: 20px; min-height: 145px; padding: 25px 12px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .25s ease, padding .25s ease; }
.article-list > a:hover { padding-inline: 28px; background: var(--cream); }
.article-list > a > span { color: var(--wine); font-family: var(--serif); }
.article-list small { color: rgba(21,35,48,.55); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.article-list h3 { margin: 7px 0 0; font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.65rem); font-weight: 400; line-height: 1.08; }
.article-list b { justify-self: end; font-size: 1.3rem; font-weight: 400; }

.faq { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(480px, 1.2fr); gap: 10vw; background: var(--cream); }
.faq-intro h2 { font-size: clamp(2.7rem, 4vw, 4.7rem); }
.faq-intro > p:not(.eyebrow) { margin: 25px 0; color: rgba(21,35,48,.65); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; list-style: none; cursor: pointer; font-family: var(--serif); font-size: clamp(1.25rem, 1.7vw, 1.65rem); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--wine); border-radius: 50%; }
.faq-list summary span::before,
.faq-list summary span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1px; background: var(--wine); transform: translate(-50%, -50%); }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details p { max-width: 750px; margin: -4px 60px 30px 0; color: rgba(21,35,48,.65); line-height: 1.75; }

.newsletter { padding: 70px clamp(24px, 6.3vw, 100px); display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 8vw; color: var(--white); background: var(--wine); }
.newsletter h2 { font-size: clamp(2.6rem, 4vw, 4.5rem); }
.newsletter-form label { display: block; margin-bottom: 11px; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.newsletter-form > div { display: grid; grid-template-columns: 1fr 54px; border-bottom: 1px solid rgba(255,255,255,.55); }
.newsletter-form input { min-width: 0; padding: 14px 0; border: 0; outline: 0; color: var(--white); background: transparent; font: 1.4rem var(--serif); }
.newsletter-form input::placeholder { color: rgba(255,255,255,.5); }
.newsletter-form button { border: 0; color: var(--white); background: transparent; font-size: 1.5rem; cursor: pointer; }
.newsletter-form > p { margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: .7rem; }

.final-cta { padding: clamp(100px, 12vw, 190px) 24px; text-align: center; color: var(--white); background: linear-gradient(rgba(7,30,49,.78), rgba(7,30,49,.9)), url("assets/images/generated/hero-studio-optimized.jpg") center 47% / cover; }
.final-cta .eyebrow { color: #dfc9ad; }
.final-cta h2 { max-width: 1050px; margin: 0 auto 42px; font-size: clamp(3rem, 5.8vw, 6.2rem); }

.site-footer { padding: 72px clamp(24px, 6.3vw, 100px) 28px; color: var(--white); background: #061927; }
.footer-main { display: grid; grid-template-columns: 1.2fr .55fr .55fr 1.3fr; gap: 6vw; padding-bottom: 65px; }
.footer-main > img { width: min(100%, 210px); }
.footer-main > div { display: flex; flex-direction: column; gap: 10px; }
.footer-main > div p { margin: 0 0 10px; color: #dfc9ad; font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-main > div a { color: rgba(255,255,255,.7); font-size: .8rem; text-decoration: none; }
.footer-statement { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 2.4vw, 2.75rem); line-height: 1.15; }
.footer-statement em { color: #dfc9ad; font-weight: 400; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); font-size: .65rem; letter-spacing: .04em; }
.whatsapp-float { position: fixed; z-index: 15; right: 22px; bottom: 22px; width: 52px; height: 52px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: #25d366; box-shadow: 0 12px 30px rgba(7,30,49,.24); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-2px) scale(1.03); background: #1fbd5a; }
.whatsapp-float img { width: 25px; height: 25px; }

/* Internal pages */
.inner-site .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.page-hero {
  min-height: 720px;
  padding: 176px clamp(24px, 6.3vw, 100px) 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: end;
  gap: clamp(55px, 10vw, 150px);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 16%, rgba(182,149,103,.2), transparent 27%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.page-hero-service { min-height: 680px; }
.page-hero-copy-wrap { max-width: 820px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 55px; color: rgba(255,255,255,.52); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--white); }
.page-hero h1 { max-width: 830px; font-size: clamp(4rem, 6.7vw, 7.7rem); line-height: .88; }
.page-hero-service h1 { font-size: clamp(4rem, 6vw, 7rem); }
.page-hero-copy { max-width: 720px; margin: 34px 0 0; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.75; }
.page-hero-copy-wrap > .button { margin-top: 35px; }
.page-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 35px; }
.page-hero-panel,
.service-summary-card { align-self: end; padding: clamp(28px, 3.6vw, 48px); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.page-hero-panel > p:first-child,
.service-summary-card > p { margin: 0 0 28px; color: #dfc9ad; font-size: .67rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.page-hero-panel dl,
.service-summary-card dl { margin: 0; }
.page-hero-panel dl div,
.service-summary-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.18); }
.page-hero-panel dt,
.service-summary-card dt { color: rgba(255,255,255,.52); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.page-hero-panel dd,
.service-summary-card dd { margin: 0; font-family: var(--serif); font-size: 1.05rem; text-align: right; }
.page-hero-note,
.service-summary-card small { display: block; margin: 28px 0 0; color: rgba(255,255,255,.55); font-size: .75rem; line-height: 1.65; }

.catalog-section { background: var(--cream); }
.catalog-heading { margin-bottom: 42px; }
.catalog-toolbar { display: flex; flex-wrap: wrap; gap: 10px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-chip { min-height: 44px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: transparent; font: 500 .78rem var(--sans); cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.filter-chip:hover,
.filter-chip.is-active { color: var(--white); border-color: var(--wine); background: var(--wine); }
.catalog-count { margin: 24px 0; color: rgba(21,35,48,.6); font-size: .78rem; }
.catalog-count strong { color: var(--navy); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-card { min-height: 410px; padding: 28px clamp(22px, 2.7vw, 38px); display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,250,.34); transition: background .25s ease, transform .25s ease; }
.catalog-card:hover { z-index: 1; background: var(--white); transform: translateY(-4px); }
.catalog-card[hidden] { display: none !important; }
.catalog-card-featured { color: var(--white); background: var(--wine); }
.catalog-card-featured:hover { background: var(--wine-dark); }
.catalog-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: auto; }
.catalog-card-top span { font-family: var(--serif); font-size: 1.15rem; color: var(--gold); }
.catalog-card-top p { margin: 0; color: var(--wine); font-size: .64rem; font-weight: 600; letter-spacing: .13em; text-align: right; text-transform: uppercase; }
.catalog-card-featured .catalog-card-top p { color: #efd4bc; }
.catalog-card h3 { margin: 35px 0 15px; font-family: var(--serif); font-size: clamp(1.8rem, 2.3vw, 2.65rem); font-weight: 400; line-height: 1; letter-spacing: -.025em; }
.catalog-card > p { margin: 0; color: rgba(21,35,48,.65); font-size: .86rem; line-height: 1.65; }
.catalog-card-featured > p { color: rgba(255,255,255,.68); }
.catalog-card dl { display: flex; gap: 22px; margin: 28px 0 20px; }
.catalog-card dl div { display: grid; gap: 4px; }
.catalog-card dt { color: currentColor; font-size: .58rem; letter-spacing: .1em; opacity: .5; text-transform: uppercase; }
.catalog-card dd { margin: 0; font-family: var(--serif); font-size: 1rem; }
.catalog-card > a { display: flex; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 16px; border-top: 1px solid currentColor; font-size: .69rem; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

.service-guidance { padding: clamp(75px, 8vw, 115px) clamp(24px, 6.3vw, 100px); display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 10vw; color: var(--white); background: var(--wine); }
.service-guidance h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.8vw, 5.5rem); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.service-guidance > div:last-child > p { max-width: 610px; margin: 0 0 28px; color: rgba(255,255,255,.68); line-height: 1.75; }

.service-detail { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: start; gap: clamp(55px, 9vw, 135px); background: var(--white); }
.service-detail-main { min-width: 0; }
.detail-section { padding: 0 0 clamp(75px, 8vw, 112px); }
.detail-section + .detail-section { padding-top: clamp(75px, 8vw, 112px); border-top: 1px solid var(--line); }
.detail-section h2,
.detail-aside h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.55rem, 4vw, 4.8rem); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.detail-section > p:not(.eyebrow) { max-width: 800px; margin: 28px 0 0; color: rgba(21,35,48,.67); font-size: 1rem; line-height: 1.8; }
.detail-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { position: relative; padding: 20px 18px 20px 34px; border-bottom: 1px solid var(--line); color: var(--navy); font-family: var(--serif); font-size: 1.2rem; }
.detail-list li::before { content: ""; position: absolute; left: 0; top: 23px; width: 15px; height: 15px; background: url("/assets/icons/brand-spark.svg") center / contain no-repeat; }
.detail-steps { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.detail-steps li > span { width: 38px; height: 38px; display: grid; place-content: center; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); font-family: var(--serif); font-size: .78rem; }
.detail-steps strong { display: block; margin-bottom: 7px; color: var(--navy); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.detail-steps p { margin: 0; color: rgba(21,35,48,.64); font-size: .9rem; line-height: 1.65; }
.detail-section-soft { margin-inline: clamp(-30px, -3vw, -15px); padding-inline: clamp(24px, 3vw, 44px); padding-top: clamp(55px, 6vw, 78px) !important; background: var(--cream); border-top: 0 !important; }
.detail-faq { margin-top: 34px; }
.detail-aside { position: sticky; top: 28px; padding: 34px; border: 1px solid var(--line); background: var(--cream); }
.detail-aside h2 { font-size: clamp(2rem, 3vw, 3.3rem); }
.detail-aside > p:not(.eyebrow) { margin: 22px 0 28px; color: rgba(21,35,48,.65); line-height: 1.7; }
.detail-aside .button { width: 100%; }
.detail-aside small { display: block; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: rgba(21,35,48,.56); font-size: .7rem; line-height: 1.6; }
.related-services { background: #e8ded2; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(11,41,67,.18); border-left: 1px solid rgba(11,41,67,.18); }
.related-grid a { min-height: 190px; padding: 30px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 20px; border-right: 1px solid rgba(11,41,67,.18); border-bottom: 1px solid rgba(11,41,67,.18); text-decoration: none; transition: background .25s ease, color .25s ease; }
.related-grid a:hover { color: var(--white); background: var(--navy); }
.related-grid span { grid-column: 1 / -1; color: var(--wine); font-size: .64rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.related-grid a:hover span { color: #dfc9ad; }
.related-grid strong { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 400; }
.related-grid b { align-self: end; font-size: 1.3rem; font-weight: 400; }

/* Courses and learning experiences */
.courses-page-hero {
  min-height: 780px;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 6vw, 90px);
  background:
    radial-gradient(circle at 14% 24%, rgba(182,149,103,.19), transparent 30%),
    linear-gradient(135deg, #0b2943 0%, #102f48 58%, #071e31 100%);
}
.courses-page-hero .page-hero-copy-wrap { max-width: 720px; }
.courses-page-hero h1 { max-width: 720px; font-size: clamp(3.65rem, 5.15vw, 6.15rem); line-height: .92; }
.courses-page-hero .page-hero-copy { max-width: 590px; }
.courses-hero-visual { position: relative; align-self: stretch; min-height: 520px; margin: -36px 0 -36px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: var(--navy-deep); }
.courses-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(7,30,49,.84) 100%); pointer-events: none; }
.courses-hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.courses-hero-visual figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 24px; display: grid; grid-template-columns: auto auto 1fr; align-items: end; gap: 20px; color: rgba(255,255,255,.78); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.courses-hero-visual figcaption span { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.34); }
.courses-hero-visual figcaption span:last-child { text-align: right; }
.courses-hero-visual figcaption strong { display: block; margin-bottom: 4px; color: var(--white); font: 400 1.5rem/1 var(--serif); letter-spacing: 0; }
.featured-learning { background: var(--white); }
.learning-featured-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.learning-featured-card { min-width: 0; }
.learning-featured-card a { height: 100%; display: flex; flex-direction: column; color: var(--white); background: var(--navy); text-decoration: none; overflow: hidden; box-shadow: 0 18px 42px rgba(11,41,67,.08); }
.learning-featured-card figure { height: 300px; margin: 0; overflow: hidden; }
.learning-featured-card-main figure { height: 390px; }
.learning-featured-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.learning-featured-card a:hover img { transform: scale(1.035); }
.learning-featured-card a > div { min-height: 260px; padding: 30px; display: flex; flex-direction: column; }
.learning-featured-card small { color: #dfc9ad; font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.learning-featured-card h3 { max-width: 16ch; margin: auto 0 14px; font-family: var(--serif); font-size: clamp(1.85rem, 2.45vw, 3rem); font-weight: 400; line-height: 1; }
.learning-featured-card p { margin: 0; color: rgba(255,255,255,.66); font-size: .86rem; line-height: 1.65; }
.learning-featured-card span { margin-top: 25px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.2); font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }

.product-catalog { color: var(--ink); background: #ebe1d6; }
.product-catalog .section-heading-split > p { color: rgba(21,35,48,.67); }
.product-catalog .catalog-toolbar { gap: 9px; border-color: rgba(11,41,67,.14); }
.product-catalog .filter-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding-inline: 15px 18px; color: rgba(11,41,67,.76); border-color: rgba(11,41,67,.18); background: rgba(255,253,250,.5); }
.product-catalog .filter-chip svg { width: 18px; height: 18px; flex: 0 0 18px; }
.product-catalog .filter-chip:hover,
.product-catalog .filter-chip.is-active { color: var(--white); border-color: var(--wine); background: var(--wine); }
.product-catalog .catalog-count { color: rgba(21,35,48,.57); }
.product-catalog .catalog-count strong { color: var(--navy); }
.product-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-catalog-card { min-width: 0; min-height: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(11,41,67,.13); background: var(--white); box-shadow: 0 16px 38px rgba(7,30,49,.06); transition: transform .28s cubic-bezier(.16,1,.3,1), box-shadow .28s ease, border-color .28s ease; }
.product-catalog-card:hover { z-index: 1; border-color: rgba(127,56,77,.35); box-shadow: 0 24px 48px rgba(7,30,49,.12); transform: translateY(-6px); }
.product-catalog-card[hidden] { display: none !important; }
.product-catalog-card-accent { border-color: rgba(127,56,77,.4); }
.product-card-media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; color: var(--white); background: var(--navy); text-decoration: none; }
.product-card-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(7,30,49,.58)); pointer-events: none; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.16,1,.3,1), filter .35s ease; }
.product-catalog-card:hover .product-card-media img { transform: scale(1.04); filter: saturate(.92) contrast(1.02); }
.product-card-format { position: absolute; z-index: 1; left: 16px; top: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: var(--white); background: rgba(7,30,49,.78); font-size: .64rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(7px); }
.product-catalog-card-accent .product-card-format { background: rgba(127,56,77,.9); }
.product-card-format svg { width: 17px; height: 17px; }
.product-card-body { min-height: 292px; padding: 22px 22px 20px; display: flex; flex-direction: column; }
.product-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 25px; }
.product-card-meta span { color: var(--wine); font-family: var(--serif); font-size: 1rem; }
.product-card-meta small { color: rgba(21,35,48,.48); font-size: .62rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.product-catalog-card h3 { min-height: 2.08em; margin: 0 0 12px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-family: var(--serif); font-size: clamp(1.55rem, 1.9vw, 2.1rem); font-weight: 400; line-height: 1.04; letter-spacing: -.02em; }
.product-catalog-card h3 a { text-decoration: none; }
.product-catalog-card h3 a:hover { color: var(--wine); }
.product-catalog-card .product-card-description { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin: 0 0 24px; color: rgba(21,35,48,.63); font-size: .84rem; line-height: 1.62; }
.product-catalog-card footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(11,41,67,.13); }
.product-catalog-card footer strong { color: var(--navy); font-family: var(--serif); font-size: 1.18rem; font-weight: 400; white-space: nowrap; }
.product-catalog-card footer a { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; border-radius: 999px; color: var(--white); background: var(--wine); font-size: .64rem; font-weight: 600; letter-spacing: .06em; text-align: right; text-decoration: none; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.product-catalog-card footer a:hover { background: var(--navy); transform: translateX(2px); }
.checkout-note { padding: clamp(80px, 9vw, 130px) clamp(24px, 6.3vw, 100px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 10vw; color: var(--white); background: var(--wine); }
.checkout-note h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 4.5vw, 5rem); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.checkout-note > div:last-child > p { max-width: 560px; margin: 0 0 25px; color: rgba(255,255,255,.7); line-height: 1.75; }

.page-hero-product { min-height: 760px; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr); }
.product-summary-card { align-self: end; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.product-summary-card figure { height: 260px; margin: 0; overflow: hidden; }
.product-summary-card figure img { width: 100%; height: 100%; object-fit: cover; }
.product-summary-card > div { padding: 28px; }
.product-summary-card > div > p { margin: 0 0 20px; color: #dfc9ad; font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.product-summary-card dl { margin: 0; }
.product-summary-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.18); }
.product-summary-card dt { color: rgba(255,255,255,.5); font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.product-summary-card dd { margin: 0; font-family: var(--serif); text-align: right; }
.learning-detail { background: var(--white); }
.included-grid { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.included-grid article { min-height: 245px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.included-grid span { color: var(--wine); font-family: var(--serif); }
.included-grid h3 { margin: auto 0 12px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.included-grid p { margin: 0; color: rgba(21,35,48,.64); font-size: .84rem; line-height: 1.65; }
.product-purchase-card .purchase-price { margin: 18px 0 4px; color: var(--wine); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); line-height: 1; }
.related-learning { background: #e8ded2; }
.reveal-ready .learning-featured-card.reveal-motion.is-visible:hover,
.reveal-ready .product-catalog-card.reveal-motion.is-visible:hover { transform: translateY(-4px); }

/* About page */
.about-page-hero { min-height: 880px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); color: var(--white); background: var(--navy); }
.about-page-copy { padding: 180px clamp(30px, 6.3vw, 100px) 80px; display: flex; flex-direction: column; justify-content: center; }
.about-page-copy .breadcrumb { margin-bottom: 50px; }
.about-page-copy h1 { font-size: clamp(3.8rem, 5.5vw, 6.7rem); }
.about-page-copy h1 em { color: #dfc9ad; }
.about-page-copy > p:not(.eyebrow) { max-width: 670px; margin: 34px 0; color: rgba(255,255,255,.7); font-size: 1.06rem; line-height: 1.75; }
.about-page-copy .text-link { align-self: flex-start; }
.about-page-portrait { position: relative; min-height: 880px; overflow: hidden; background: #d7c5b0; }
.about-page-main-photo { position: absolute; inset: 104px 9% 0 5%; margin: 0; overflow: hidden; border-radius: 310px 310px 0 0; }
.about-page-main-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 22%; }
.about-page-small-photo { position: absolute; z-index: 2; right: 4%; bottom: 4%; width: 27%; aspect-ratio: 3 / 4; margin: 0; padding: 7px; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.15); }
.about-page-small-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.about-page-seal { position: absolute; z-index: 3; left: 3%; top: 20%; width: 128px; height: 128px; margin: 0; display: grid; place-content: center; border-radius: 50%; color: var(--white); background: var(--wine); text-align: center; font-size: .6rem; letter-spacing: .12em; line-height: 1.65; text-transform: uppercase; transform: rotate(-7deg); }
.about-page-seal strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; letter-spacing: 0; }

.about-intro { display: grid; grid-template-columns: minmax(350px, .8fr) minmax(420px, 1fr); align-items: start; gap: clamp(60px, 11vw, 170px); background: var(--white); }
.about-intro-heading { position: sticky; top: 35px; }
.about-intro h2,
.journey h2,
.work-pillars h2,
.about-next-step h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.6vw, 5.3rem); font-weight: 400; line-height: .97; letter-spacing: -.04em; }
.about-intro-copy > p { margin: 0 0 22px; color: rgba(21,35,48,.68); font-size: 1rem; line-height: 1.82; }
.about-intro-copy .about-intro-lead { color: var(--navy); font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2.25rem); line-height: 1.35; }
.about-intro-copy blockquote { margin: 48px 0 0; padding: 30px 0 30px 30px; border-left: 2px solid var(--wine); color: var(--navy); font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 2rem); font-style: italic; line-height: 1.45; }

.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--white); background: var(--wine); }
.about-facts > div { min-height: 220px; padding: 38px clamp(25px, 4vw, 58px); display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); }
.about-facts > div:last-child { border-right: 0; }
.about-facts span { color: #dfc9ad; font-family: var(--serif); }
.about-facts p { margin: auto 0 9px; color: rgba(255,255,255,.55); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.about-facts strong { font-family: var(--serif); font-size: clamp(1.5rem, 2vw, 2.1rem); font-weight: 400; }

.journey { color: var(--white); background: var(--navy-deep); }
.journey-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.journey-list li { min-height: 170px; display: grid; grid-template-columns: minmax(90px, .3fr) minmax(0, 1fr); gap: 40px; padding: 35px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.journey-list li > span { color: #dfc9ad; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.journey-list h3 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(1.7rem, 2.7vw, 3rem); font-weight: 400; }
.journey-list p { max-width: 780px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.72; }
.credentials-block { margin-top: 74px; padding: clamp(30px, 4vw, 52px); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.credentials-block > p { margin: 0 0 28px; color: #dfc9ad; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.credentials-block ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.credentials-block li { padding: 10px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: rgba(255,255,255,.76); font-size: .78rem; }

.work-pillars { background: var(--cream); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pillar-grid article { min-height: 335px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-grid span { color: var(--wine); font-family: var(--serif); }
.pillar-grid h3 { margin: auto 0 15px; font-family: var(--serif); font-size: clamp(1.65rem, 2.2vw, 2.45rem); font-weight: 400; line-height: 1; }
.pillar-grid p { margin: 0; color: rgba(21,35,48,.64); font-size: .86rem; line-height: 1.68; }

.about-quote { min-height: 650px; display: grid; grid-template-columns: 1.1fr .9fr; color: var(--white); background: var(--wine); }
.about-quote > div { padding: clamp(65px, 8vw, 125px); display: flex; flex-direction: column; justify-content: center; }
.about-quote p { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(3.1rem, 5.3vw, 6rem); line-height: .98; letter-spacing: -.04em; }
.about-quote em { color: #dfc9ad; font-weight: 400; }
.about-quote img { width: 100%; height: 100%; max-height: 760px; object-fit: cover; object-position: 50% 20%; }

.about-next-step { padding: clamp(100px, 12vw, 180px) 24px; text-align: center; color: var(--white); background: var(--navy); }
.about-next-step h2 { max-width: 1080px; margin: 0 auto 42px; }

.reveal-ready .pillar-grid article.reveal-motion.is-visible:hover { transform: translateY(-4px); }

/* Motion system: elements enter in sequence and reverse when leaving the viewport. */
.reveal-ready .reveal-motion {
  --reveal-x: 0px;
  --reveal-y: 26px;
  --reveal-scale: 1;
  opacity: 0;
  filter: blur(3px);
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  transition:
    opacity var(--reveal-duration, 760ms) cubic-bezier(.2, .7, .2, 1),
    transform var(--reveal-duration, 760ms) cubic-bezier(.16, 1, .3, 1),
    filter var(--reveal-duration, 760ms) ease;
  transition-delay: 0ms;
  will-change: opacity, transform, filter;
}

.reveal-ready .reveal-motion[data-reveal="left"] { --reveal-x: -34px; --reveal-y: 0px; }
.reveal-ready .reveal-motion[data-reveal="right"] { --reveal-x: 34px; --reveal-y: 0px; }
.reveal-ready .reveal-motion[data-reveal="down"] { --reveal-y: -20px; }
.reveal-ready .reveal-motion[data-reveal="scale"] { --reveal-y: 0px; --reveal-scale: .965; }
.reveal-ready .reveal-motion[data-reveal="fade"] { --reveal-y: 0px; }

.reveal-ready .reveal-motion.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready .service-card.reveal-motion {
  transition:
    opacity var(--reveal-duration, 760ms) cubic-bezier(.2, .7, .2, 1),
    transform var(--reveal-duration, 760ms) cubic-bezier(.16, 1, .3, 1),
    filter var(--reveal-duration, 760ms) ease,
    background .3s ease,
    color .3s ease;
}

.reveal-ready .service-card.reveal-motion.is-visible:hover { transform: translateY(-5px); }
.reveal-ready .catalog-card.reveal-motion.is-visible:hover { transform: translateY(-4px); }

.reveal-ready .article-list > a.reveal-motion {
  transition:
    opacity var(--reveal-duration, 760ms) cubic-bezier(.2, .7, .2, 1),
    transform var(--reveal-duration, 760ms) cubic-bezier(.16, 1, .3, 1),
    filter var(--reveal-duration, 760ms) ease,
    background .25s ease,
    padding .25s ease;
}

@media (max-width: 1050px) {
  .section-heading-split { grid-template-columns: 1fr; gap: 24px; }
  .service-card { min-height: 410px; }
  .about { gap: 60px; }
  .course-grid { grid-template-columns: 1fr 1fr; }
  .course-card-tall { grid-row: span 2; }
  .course-card-tall figure { height: 500px; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-card:last-child { grid-column: 1 / -1; min-height: 300px; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .learning-featured-grid { grid-template-columns: 1fr 1fr; }
  .learning-featured-card-main { grid-column: 1 / -1; }
  .learning-featured-card-main a { display: grid; grid-template-columns: 1.15fr .85fr; }
  .learning-featured-card-main figure { height: 100%; min-height: 410px; }
  .product-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .footer-statement { grid-column: 1 / -1; margin-top: 20px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { grid-column: 1 / -1; display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; place-content: center; gap: 6px; width: 46px; height: 46px; border: 1px solid rgba(11,41,67,.35); border-radius: 50%; background: transparent; color: var(--navy); }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .site-header.menu-open { background: var(--cream); }
  .site-header.menu-open .main-nav { display: flex; flex-direction: column; align-items: flex-start; padding: 22px 0 28px; }
  .site-header.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; }
  .hero-content { min-height: 690px; padding-top: 145px; }
  .hero-visual { min-height: 560px; }
  .hero-portrait { width: min(46vw, 270px); }
  .page-hero { min-height: auto; grid-template-columns: 1fr; gap: 50px; padding-top: 145px; }
  .courses-page-hero { gap: 42px; padding-bottom: 72px; }
  .courses-hero-visual { width: 100%; min-height: 430px; margin: 0; }
  .page-hero-panel,
  .service-summary-card { width: min(100%, 620px); }
  .about-page-hero { grid-template-columns: 1fr; }
  .about-page-copy { min-height: 720px; padding-top: 150px; }
  .about-page-portrait { min-height: 720px; }
  .about-intro { grid-template-columns: 1fr; }
  .about-intro-heading { position: static; }
}

@media (max-width: 800px) {
  .hero-content { min-height: 680px; }
  .hero-visual { min-height: 530px; }
  .hero-portrait { width: min(48vw, 250px); }
  .trust-rail { justify-content: flex-start; overflow-x: auto; padding-inline: 24px; }
  .trust-rail > * { flex: 0 0 auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .process-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about-gallery { width: min(100%, 600px); min-height: 650px; }
  .about-copy { max-width: 680px; }
  .journal-band { grid-template-columns: 1fr; }
  .journal-image { min-height: 460px; }
  .journal-copy { min-height: 520px; }
  .faq { grid-template-columns: 1fr; gap: 65px; }
  .newsletter { grid-template-columns: 1fr; align-items: start; }
  .catalog-grid { grid-template-columns: 1fr; }
  .service-guidance { grid-template-columns: 1fr; align-items: start; gap: 38px; }
  .service-detail { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  .checkout-note { grid-template-columns: 1fr; align-items: start; gap: 38px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts > div { min-height: 175px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .about-facts > div:last-child { border-bottom: 0; }
  .about-quote { grid-template-columns: 1fr; }
  .about-quote img { height: 580px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .site-header { min-height: 86px; padding: 6px 20px; display: flex; justify-content: center; border-bottom: 0; background: linear-gradient(180deg, rgba(245,239,230,.98), rgba(245,239,230,.9)); }
  .brand { width: 72px; height: 72px; }
  .menu-toggle { position: absolute; right: 20px; top: 20px; }
  .site-header.menu-open .main-nav { position: absolute; top: 86px; left: 0; width: 100%; padding: 24px 22px 30px; border-top: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 30px rgba(7,30,49,.12); }
  .hero { position: relative; display: block; min-height: 100svh; height: 100svh; overflow: hidden; }
  .hero-content { position: relative; z-index: 3; min-height: 100svh; height: 100svh; padding: 116px 20px 64px; justify-content: flex-start; text-align: center; background: linear-gradient(180deg, rgba(7,30,49,.78) 0%, rgba(7,30,49,.48) 34%, rgba(7,30,49,.08) 58%, rgba(7,30,49,.82) 100%); }
  .hero-content::before { left: 50%; top: 102px; width: 38px; transform: translateX(-50%); }
  .hero .eyebrow { max-width: 270px; margin: 0 auto 14px; font-size: .58rem; letter-spacing: .14em; line-height: 1.45; }
  .hero-title-desktop,
  .hero-copy-desktop { display: none; }
  .hero-title-mobile,
  .hero-copy-mobile { display: inline; }
  .hero h1 { max-width: 330px; margin-inline: auto; font-size: clamp(2.72rem, 13.6vw, 3.55rem); line-height: .91; letter-spacing: -.04em; }
  .hero-copy { max-width: 300px; margin: 12px auto 0; color: rgba(255,255,255,.78); font-size: .78rem; line-height: 1.4; letter-spacing: .02em; }
  .hero-actions { position: absolute; z-index: 4; left: 20px; right: 20px; bottom: 64px; align-items: center; flex-direction: column; gap: 11px; margin: 0; }
  .hero-actions .button { width: min(100%, 330px); min-height: 50px; }
  .hero-actions .text-link { font-size: .92rem; }
  .hero-facts { display: none; }
  .hero-visual { position: absolute; z-index: 1; inset: 0; min-height: 0; height: 100%; }
  .hero-room { position: absolute; inset: 0; width: 100%; height: 100%; object-position: 61% center; opacity: .7; }
  .hero-shade { z-index: 1; background: linear-gradient(180deg, rgba(7,30,49,.15), rgba(7,30,49,.02) 55%, rgba(7,30,49,.48)); }
  .hero-portrait { z-index: 2; left: 50%; right: auto; bottom: 168px; width: clamp(170px, 50vw, 220px); margin-left: clamp(-110px, -25vw, -85px); padding: 6px; }
  .visual-note { display: none; }
  .orbit { z-index: 2; left: 50%; right: auto; top: auto; bottom: 198px; width: 265px; margin-left: -132px; opacity: .78; }
  .section { padding-block: clamp(74px, 20vw, 94px); padding-inline: 20px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2,
  .about-copy h2,
  .journal-copy h2,
  .newsletter h2,
  .final-cta h2,
  .faq-intro h2,
  .service-guidance h2,
  .checkout-note h2,
  .detail-section h2 { font-size: clamp(2.35rem, 11.5vw, 3.05rem); line-height: .98; }
  .service-card { min-height: 365px; }
  .process-card { padding: 30px 24px; }
  .process-card ol { margin-top: 32px; }
  .process-card li { grid-template-columns: 38px 1fr; gap: 13px; }
  .about-gallery { min-height: 500px; }
  .about-main-image { inset: 0 12% 7% 0; }
  .about-secondary-image { right: -2%; width: 41%; }
  .about-seal { right: -8px; width: 104px; height: 104px; font-size: .54rem; }
  .journal-image { min-height: 360px; }
  .journal-copy { min-height: 500px; padding: 70px 22px; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card-tall { grid-row: auto; }
  .course-card-tall figure,
  .course-card figure { height: 340px; }
  .courses-footer { align-items: flex-start; flex-direction: column; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card,
  .testimonial-card:last-child { grid-column: auto; min-height: 330px; padding: 30px; }
  .video-card > div { min-height: 165px; padding: 22px; }
  .page-hero { padding: 116px 20px 58px; gap: 30px; }
  .page-hero h1,
  .page-hero-service h1 { max-width: 11.5ch; font-size: clamp(2.72rem, 13vw, 3.35rem); line-height: .93; }
  .page-hero-catalog h1 { max-width: 10.5ch; font-size: clamp(2.72rem, 12.6vw, 3.3rem); }
  .page-hero-product h1 { max-width: 11ch; font-size: clamp(2.7rem, 12.5vw, 3.25rem); line-height: .94; }
  .courses-page-hero { padding: 116px 20px 48px; gap: 27px; }
  .courses-page-hero h1 { max-width: 11ch; font-size: clamp(2.75rem, 12.2vw, 3.45rem); line-height: .94; }
  .courses-page-hero .page-hero-copy { max-width: 32ch; margin-top: 20px; }
  .courses-page-hero .page-hero-copy-wrap > .button { margin-top: 27px; }
  .courses-hero-visual { min-height: 275px; }
  .courses-hero-visual figcaption { left: 16px; right: 16px; bottom: 14px; grid-template-columns: auto auto; gap: 10px 18px; font-size: .57rem; }
  .courses-hero-visual figcaption span:last-child { grid-column: 1 / -1; text-align: left; }
  .courses-hero-visual figcaption strong { font-size: 1.25rem; }
  .breadcrumb { gap: 7px; margin-bottom: 31px; font-size: .58rem; line-height: 1.55; }
  .page-hero .eyebrow { margin-bottom: 20px; }
  .page-hero-copy { max-width: 34ch; margin-top: 22px; font-size: .92rem; line-height: 1.62; }
  .page-hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 25px; }
  .page-hero-actions .button,
  .page-hero-copy-wrap > .button { width: min(100%, 310px); gap: 14px; padding-inline: 19px; text-align: center; }
  .page-hero-panel,
  .service-summary-card { width: 100%; padding: 23px 20px; }
  .page-hero-panel > p:first-child,
  .service-summary-card > p { margin-bottom: 19px; }
  .page-hero-panel dl,
  .service-summary-card dl,
  .product-summary-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
  .page-hero-panel dl div,
  .service-summary-card dl div,
  .product-summary-card dl div { min-width: 0; flex-direction: column; align-items: flex-start; gap: 7px; padding: 13px 0; }
  .page-hero-panel dd,
  .service-summary-card dd,
  .product-summary-card dd { text-align: left; }
  .page-hero-note,
  .service-summary-card small { margin-top: 20px; }
  .catalog-toolbar { flex-wrap: nowrap; overflow-x: auto; margin-inline: -22px; padding-inline: 22px; scrollbar-width: none; }
  .catalog-toolbar::-webkit-scrollbar { display: none; }
  .filter-chip { flex: 0 0 auto; }
  .catalog-card { min-height: 385px; }
  .learning-featured-grid { grid-template-columns: 1fr; gap: 14px; }
  .learning-featured-card-main { grid-column: auto; }
  .learning-featured-card-main a { display: flex; }
  .learning-featured-card figure,
  .learning-featured-card-main figure { height: 270px; min-height: 0; }
  .learning-featured-card a > div { min-height: 235px; padding: 26px 22px; }
  .learning-featured-card h3 { font-size: 2rem; }
  .product-catalog-grid { grid-template-columns: 1fr; }
  .product-catalog-card { min-height: 0; padding: 0; }
  .product-card-body { min-height: 268px; padding: 20px 19px 18px; }
  .product-card-meta { margin-bottom: 20px; }
  .product-catalog-card h3 { max-width: 17ch; font-size: 1.75rem; }
  .product-card-format { left: 13px; top: 13px; }
  .checkout-note { padding-inline: 22px; }
  .page-hero-product { gap: 30px; }
  .product-summary-card { width: 100%; }
  .product-summary-card figure { height: 190px; }
  .product-summary-card > div { padding: 22px 20px; }
  .included-grid { grid-template-columns: 1fr; }
  .included-grid article { min-height: 215px; padding: 25px 22px; }
  .service-guidance { padding-inline: 22px; }
  .detail-section-soft { margin-inline: -20px; padding-inline: 20px; }
  .detail-aside { padding: 28px 24px; }
  .related-grid a { min-height: 165px; padding: 25px 22px; }
  .about-page-copy { min-height: 0; padding: 116px 20px 52px; }
  .about-page-copy .breadcrumb { margin-bottom: 31px; }
  .about-page-copy .eyebrow { margin-bottom: 20px; }
  .about-page-copy h1 { max-width: 10.5ch; font-size: clamp(2.7rem, 12.8vw, 3.3rem); line-height: .94; }
  .about-page-copy > p:not(.eyebrow) { max-width: 34ch; margin: 24px 0 27px; font-size: .92rem; line-height: 1.62; }
  .about-page-portrait { min-height: 485px; }
  .about-page-main-photo { inset: 36px 7% 0 4%; }
  .about-page-small-photo { width: 34%; }
  .about-page-seal { top: 9%; width: 94px; height: 94px; font-size: .52rem; }
  .journey-list li { grid-template-columns: 1fr; gap: 14px; }
  .credentials-block { margin-top: 54px; padding: 28px 22px; }
  .credentials-block ul { align-items: flex-start; flex-direction: column; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid article { min-height: 270px; }
  .about-quote > div { padding: 70px 22px; }
  .about-quote p { font-size: clamp(2.75rem, 13vw, 3.7rem); }
  .about-quote img { height: 480px; }
  .about-next-step { padding-inline: 22px; }
  .article-list > a { grid-template-columns: 36px 1fr 24px; gap: 10px; padding-inline: 0; }
  .article-list > a:hover { padding-inline: 8px; }
  .faq-list summary { min-height: 84px; font-size: 1.15rem; }
  .newsletter { padding-inline: 22px; }
  .final-cta { padding-inline: 20px; }
  .site-footer { padding: 30px 22px 16px; }
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
    padding-bottom: 24px;
    align-items: start;
  }
  .footer-main > img {
    grid-column: 1 / -1;
    width: 92px;
    max-width: 92px;
    height: auto;
    max-height: 80px;
    justify-self: start;
    object-fit: contain;
  }
  .footer-main > div { gap: 6px; }
  .footer-main > div p { margin-bottom: 4px; }
  .footer-main > div a { font-size: .75rem; }
  .footer-statement {
    grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }
  .footer-bottom {
    flex-flow: row wrap;
    gap: 8px 14px;
    padding: 14px 52px 0 0;
  }
  .footer-bottom span:last-child { flex-basis: 100%; }
  .whatsapp-float { right: 12px; bottom: 10px; width: 44px; height: 44px; font-size: .6rem; }
}

@media (max-width: 370px) {
  .site-header { padding-inline: 16px; }
  .menu-toggle { right: 16px; }
  .hero-content { padding-inline: 16px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 3rem); }
  .page-hero,
  .courses-page-hero { padding-inline: 16px; }
  .page-hero h1,
  .page-hero-service h1,
  .page-hero-catalog h1,
  .page-hero-product h1 { font-size: clamp(2.55rem, 13vw, 3rem); }
  .section { padding-inline: 16px; }
  .catalog-toolbar { margin-inline: -16px; padding-inline: 16px; }
  .detail-section-soft { margin-inline: -16px; padding-inline: 16px; }
  .product-catalog-card footer { align-items: flex-start; flex-direction: column; }
  .product-catalog-card footer a { width: 100%; justify-content: center; }
  .about-page-copy { padding-inline: 16px; }
}

@media (max-width: 520px) and (max-height: 700px) {
  .hero-content { padding-top: 104px; }
  .hero-content::before { top: 94px; }
  .hero .eyebrow { display: none; }
  .hero h1 { font-size: clamp(2.5rem, 12.5vw, 3.15rem); }
  .hero-copy { display: none; }
  .hero-portrait { bottom: 128px; width: 40vw; margin-left: -20vw; }
  .orbit { bottom: 145px; width: 210px; margin-left: -105px; }
  .hero-actions { bottom: 58px; }
  .hero-actions .text-link { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal-ready .reveal-motion,
  .reveal-ready .reveal-motion.is-visible { opacity: 1; filter: none; transform: none; transition: none !important; }
}

@media (min-width: 901px) and (max-height: 820px) {
  .site-header { min-height: 96px; padding-block: 5px; }
  .brand { width: 84px; height: 82px; }
  .brand img { max-height: 82px; }
  .hero-content { padding-top: 138px; padding-bottom: 42px; }
  .hero-content::before { top: 118px; }
  .hero-copy { margin-top: 25px; line-height: 1.62; }
  .hero-actions { margin-top: 27px; }
  .hero-facts { margin-top: 40px; padding-top: 20px; }
  .hero-portrait { bottom: 46px; }
  .visual-note { bottom: 30px; }
  .page-hero { min-height: 100svh; padding-top: 136px; padding-bottom: 52px; gap: clamp(42px, 6vw, 86px); }
  .page-hero-service,
  .page-hero-product,
  .courses-page-hero { min-height: 100svh; }
  .page-hero h1 { font-size: clamp(3.7rem, 5.6vw, 5.7rem); }
  .page-hero-service h1 { font-size: clamp(3.7rem, 5.1vw, 5.3rem); }
  .page-hero-copy { margin-top: 25px; line-height: 1.62; }
  .page-hero-actions,
  .page-hero-copy-wrap > .button { margin-top: 27px; }
  .service-summary-card,
  .page-hero-panel { padding: 30px; }
  .product-summary-card figure { height: 220px; }
  .about-page-hero,
  .about-page-copy,
  .about-page-portrait { min-height: 100svh; }
  .about-page-copy { padding-top: 136px; padding-bottom: 52px; }
  .about-page-copy .breadcrumb { margin-bottom: 34px; }
  .about-page-copy h1 { font-size: clamp(3.6rem, 5vw, 5.2rem); }
}
