@font-face {
    font-family: "Cormorant Garamond";
    src: url("./fonts/cormorant-garamond-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 500 600;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./fonts/cormorant-garamond-italic-latin.woff2") format("woff2");
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "EB Garamond";
    src: url("./fonts/eb-garamond-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
}

@font-face {
    font-family: "EB Garamond";
    src: url("./fonts/eb-garamond-italic-latin.woff2") format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Tenor Sans";
    src: url("./fonts/tenor-sans-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    color-scheme: light;
    --green: #4f5547;
    --green-deep: #3f4539;
    --green-soft: #626a59;
    --sage: #e1e3d3;
    --cream: #faf7f2;
    --cream-deep: #f0e1d0;
    --cognac: #9c5a22;
    --cognac-dark: #7a4a20;
    --camel: #ad8b68;
    --divider: #e7e0d3;
    --text: #3f4539;
    --white: #fffdfa;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "EB Garamond", Georgia, serif;
    --font-label: "Tenor Sans", Arial, sans-serif;
    --container: 1180px;
    --header-height: 78px;
    --radius-sm: 8px;
    --radius-md: 18px;
    --shadow: 0 24px 60px rgba(45, 50, 40, 0.14);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body,
button,
a,
summary {
    -webkit-tap-highlight-color: transparent;
}

img,
picture,
svg {
    display: block;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

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

h1,
h2,
h3 {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.025em;
}

.container {
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    background: var(--cream);
    color: var(--green-deep);
    font-family: var(--font-label);
    font-size: 0.75rem;
    text-decoration: none;
    transform: translateY(-180%);
    transition: transform 180ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid var(--cognac);
    outline-offset: 4px;
}

.hero :focus-visible,
.recognition-section :focus-visible,
.final-cta :focus-visible,
.site-footer :focus-visible {
    outline-color: var(--cream);
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    min-height: var(--header-height);
    border-bottom: 1px solid rgba(79, 85, 71, 0.12);
    background: rgba(250, 247, 242, 0.96);
    backdrop-filter: blur(14px);
}

.header-inner {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
    text-decoration: none;
}

.brand-mark {
    width: 48px;
    aspect-ratio: 1;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: var(--cream-deep);
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.brand-copy {
    display: grid;
    line-height: 1.12;
}

.brand-copy strong {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.brand-copy span {
    margin-top: 5px;
    font-family: var(--font-label);
    font-size: 0.62rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 24px;
    border: 1px solid var(--cognac);
    border-radius: var(--radius-sm);
    background: var(--cognac);
    color: var(--cream);
    font-family: var(--font-label);
    font-size: 0.76rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
    border-color: var(--cognac-dark);
    background: var(--cognac-dark);
    transform: translateY(-2px);
}

.button svg,
.text-link svg {
    width: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.button-small {
    min-height: 46px;
    padding-inline: 20px;
    font-size: 0.68rem;
}

.section {
    padding-block: clamp(70px, 6vw, 88px);
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: var(--green-deep);
    font-family: var(--font-label);
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    line-height: 1.45;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 34px;
    height: 1px;
    flex: 0 0 auto;
    background: var(--camel);
    content: "";
}

.eyebrow-light {
    color: var(--cream);
}

.section-heading h2 {
    max-width: 16ch;
    margin-bottom: 22px;
    font-size: clamp(2.7rem, 4.5vw, 4.45rem);
    line-height: 0.98;
}

.section-heading > p:last-child {
    max-width: 55ch;
    margin-bottom: 0;
    font-size: 1.18rem;
    line-height: 1.55;
}

.section-heading-centered {
    max-width: 760px;
    margin: 0 auto clamp(42px, 4vw, 54px);
    text-align: center;
}

.section-heading-centered .eyebrow {
    justify-content: center;
}

.section-heading-centered h2,
.section-heading-centered > p:last-child {
    max-width: none;
}

/* Hero */

.hero {
    position: relative;
    min-height: calc(100svh - var(--header-height));
    display: grid;
    align-items: center;
    overflow: clip;
    background: var(--green);
    color: var(--cream);
}

.hero::before {
    position: absolute;
    top: -260px;
    right: -190px;
    width: 620px;
    aspect-ratio: 1;
    border: 1px solid rgba(240, 225, 208, 0.16);
    border-radius: 50%;
    content: "";
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
    align-items: center;
    gap: clamp(52px, 7vw, 104px);
    padding-block: 42px;
}

.hero-copy {
    min-width: 0;
    max-width: 690px;
}

.hero-copy .eyebrow {
    margin-bottom: 24px;
}

.hero-copy h1 {
    margin-bottom: 22px;
}

.hero-brand {
    display: block;
    color: var(--cream);
    font-size: clamp(3.6rem, 6vw, 5.6rem);
    line-height: 0.82;
    letter-spacing: -0.045em;
}

.hero-statement {
    max-width: 18ch;
    display: block;
    margin-top: 20px;
    color: var(--cream-deep);
    font-size: clamp(2rem, 3vw, 3rem);
    font-style: italic;
    line-height: 1.01;
    letter-spacing: -0.03em;
}

.hero-lead {
    max-width: 55ch;
    margin-bottom: 22px;
    color: rgba(250, 247, 242, 0.88);
    font-size: 1.12rem;
    line-height: 1.48;
}

.hero-facts {
    max-width: 590px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 24px;
    padding: 14px 0;
    border-top: 1px solid rgba(240, 225, 208, 0.22);
    border-bottom: 1px solid rgba(240, 225, 208, 0.22);
    list-style: none;
}

.hero-facts li {
    display: grid;
    gap: 1px;
    padding-inline: 18px;
    border-right: 1px solid rgba(240, 225, 208, 0.22);
}

.hero-facts li:first-child {
    padding-left: 0;
}

.hero-facts li:last-child {
    border-right: 0;
}

.hero-facts strong {
    color: var(--cream);
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1;
}

.hero-facts .numeric {
    font-family: var(--font-label);
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.hero-facts span {
    font-family: var(--font-label);
    font-size: 0.57rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-action {
    display: flex;
    align-items: center;
    gap: 18px;
}

.hero-action p {
    max-width: 22ch;
    margin-bottom: 0;
    color: rgba(250, 247, 242, 0.72);
    font-size: 0.92rem;
    line-height: 1.25;
}

.hero-portrait {
    position: relative;
    width: min(100%, 430px);
    justify-self: end;
    margin-bottom: 0;
}

.portrait-frame {
    position: relative;
    aspect-ratio: 4 / 5.15;
    overflow: hidden;
    border: 10px solid var(--sage);
    border-radius: 150px 150px 20px 20px;
    background: var(--sage);
    box-shadow: var(--shadow);
}

.portrait-frame::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(250, 247, 242, 0.22);
    border-radius: inherit;
    content: "";
}

.portrait-frame picture,
.portrait-frame img {
    width: 100%;
    height: 100%;
}

.portrait-frame img {
    object-fit: cover;
    object-position: center 39%;
}

.hero-portrait figcaption {
    position: absolute;
    right: -22px;
    bottom: 24px;
    display: grid;
    min-width: 210px;
    padding: 16px 20px;
    border-left: 3px solid var(--cognac);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    background: var(--cream);
    color: var(--green-deep);
    box-shadow: 0 16px 38px rgba(39, 43, 35, 0.18);
}

.hero-portrait figcaption span {
    font-family: var(--font-label);
    font-size: 0.56rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.hero-portrait figcaption strong {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
}

/* Program */

.program-section {
    background: var(--cream);
}

.program-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    align-items: end;
    gap: clamp(52px, 7vw, 100px);
}

.program-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(79, 85, 71, 0.34);
    border-bottom: 1px solid rgba(79, 85, 71, 0.34);
}

.program-facts article {
    min-height: 238px;
    padding: 28px 24px;
    border-right: 1px solid rgba(79, 85, 71, 0.25);
}

.program-facts article:last-child {
    border-right: 0;
}

.fact-number,
.fact-symbol {
    min-height: 62px;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    color: var(--cognac-dark);
    font-family: var(--font-display);
    font-size: 4.4rem;
    line-height: 0.8;
}

.fact-number {
    font-family: var(--font-label);
    font-size: 3.65rem;
    letter-spacing: 0.03em;
}

.fact-symbol {
    font-family: var(--font-label);
    font-size: 1rem;
    letter-spacing: 0.12em;
}

.program-facts h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1;
}

.program-facts p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.42;
}

.clarity-note {
    margin-top: 48px;
    padding-top: 26px;
    border-top: 1px solid var(--divider);
    text-align: center;
}

.clarity-note p {
    margin-bottom: 0;
    font-size: 1.08rem;
}

/* Method */

.method-section {
    background: var(--sage);
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.method-card {
    min-height: 258px;
    padding: clamp(28px, 3vw, 38px);
    border: 1px solid rgba(79, 85, 71, 0.35);
    border-radius: var(--radius-sm);
    background: rgba(250, 247, 242, 0.2);
}

.method-card > span {
    display: inline-flex;
    margin-bottom: 38px;
    color: var(--cognac-dark);
    font-family: var(--font-label);
    font-size: 0.65rem;
    letter-spacing: 0.16em;
}

.method-card h3 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
}

.method-card p {
    max-width: 30ch;
    margin-bottom: 0;
    font-size: 1.08rem;
    line-height: 1.45;
}

/* Recognition */

.recognition-section {
    overflow: clip;
    background: var(--green);
    color: var(--cream);
}

.recognition-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(56px, 9vw, 130px);
}

.section-heading-light h2,
.section-heading-light p {
    color: var(--cream);
}

.section-heading-light > p:last-child {
    color: rgba(250, 247, 242, 0.75);
}

.recognition-list {
    margin-bottom: 0;
    padding-left: 0;
    border-top: 1px solid rgba(250, 247, 242, 0.24);
    list-style: none;
}

.recognition-list li {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: start;
    gap: 24px;
    padding-block: 27px;
    border-bottom: 1px solid rgba(250, 247, 242, 0.24);
}

.recognition-list span {
    color: var(--cream-deep);
    font-family: var(--font-label);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
}

.recognition-list p {
    max-width: 43ch;
    margin-bottom: 0;
    font-size: 1.22rem;
    line-height: 1.35;
}

/* Personalization */

.personal-section {
    background: var(--cream);
}

.personal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    align-items: center;
    gap: clamp(58px, 9vw, 138px);
}

.personal-copy h2 {
    max-width: 18ch;
    margin-bottom: 24px;
    font-size: clamp(2.9rem, 4.5vw, 4.15rem);
    line-height: 0.95;
}

.personal-lead {
    max-width: 55ch;
    font-size: 1.22rem;
}

.check-list {
    display: grid;
    gap: 0;
    margin: 22px 0;
    padding-left: 0;
    border-top: 1px solid var(--divider);
    list-style: none;
}

.check-list li {
    position: relative;
    padding: 13px 0 13px 34px;
    border-bottom: 1px solid var(--divider);
    font-size: 1.05rem;
}

.check-list li::before {
    position: absolute;
    top: 20px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cognac);
    content: "";
}

.quiet-copy {
    max-width: 60ch;
    margin-bottom: 0;
    color: var(--green-soft);
    font-style: italic;
}

.personal-aside {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(36px, 5vw, 64px);
    border-radius: 160px 160px var(--radius-md) var(--radius-md);
    background: var(--green-deep);
    color: var(--cream);
    text-align: center;
}

.aside-kicker,
.personal-aside strong {
    font-family: var(--font-label);
    font-size: 0.63rem;
    font-weight: 400;
    letter-spacing: 0.13em;
    line-height: 1.5;
    text-transform: uppercase;
}

.personal-aside p {
    margin: 30px 0;
    color: var(--cream-deep);
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.7rem);
    font-style: italic;
    line-height: 0.95;
}

.aside-line {
    width: 1px;
    height: 50px;
    margin: 0 auto 28px;
    background: var(--camel);
}

/* About */

.about-section {
    background: var(--sage);
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(60px, 10vw, 150px);
}

.about-portrait {
    position: relative;
    max-width: 430px;
    margin-bottom: 0;
}

.about-portrait::before {
    position: absolute;
    z-index: 0;
    right: -24px;
    bottom: -24px;
    width: 70%;
    height: 72%;
    border: 1px solid var(--camel);
    border-radius: var(--radius-md);
    content: "";
}

.about-portrait picture {
    position: relative;
    z-index: 1;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: var(--radius-sm);
}

.about-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.about-copy {
    max-width: 590px;
}

.about-copy h2 {
    margin-bottom: 4px;
    font-size: clamp(3.5rem, 6vw, 5.7rem);
    line-height: 0.9;
}

.credential {
    margin-bottom: 30px;
    font-family: var(--font-label);
    font-size: 0.66rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.about-copy > p:not(.eyebrow):not(.credential) {
    max-width: 50ch;
    font-size: 1.17rem;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--cognac);
    color: var(--cognac-dark);
    font-family: var(--font-label);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.text-link:hover {
    color: var(--green-deep);
}

/* FAQ */

.faq-section {
    background: var(--cream);
}

.faq-grid {
    display: grid;
    grid-template-columns: minmax(270px, 0.75fr) minmax(0, 1.25fr);
    align-items: start;
    gap: clamp(58px, 9vw, 130px);
}

.faq-heading {
    position: sticky;
    top: calc(var(--header-height) + 36px);
}

.faq-list {
    border-top: 1px solid rgba(79, 85, 71, 0.36);
}

.faq-list details {
    border-bottom: 1px solid rgba(79, 85, 71, 0.36);
}

.faq-list summary {
    position: relative;
    padding: 24px 50px 24px 0;
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.15;
    list-style: none;
}

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

.faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: var(--cognac-dark);
    font-family: var(--font-label);
    font-size: 1.1rem;
    content: "+";
    transform: translateY(-50%);
}

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

.faq-list details p {
    max-width: 60ch;
    margin-bottom: 0;
    padding: 0 54px 26px 0;
    color: var(--green-soft);
    font-size: 1.07rem;
}

/* Final CTA, safety and footer */

.final-cta {
    padding-block: clamp(76px, 7vw, 94px);
    background: var(--green);
    color: var(--cream);
    text-align: center;
}

.final-cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.final-cta .eyebrow {
    justify-content: center;
}

.final-cta h2 {
    max-width: 19ch;
    margin-bottom: 24px;
    color: var(--cream-deep);
    font-size: clamp(2.8rem, 4.7vw, 4.3rem);
    font-style: italic;
    line-height: 0.96;
}

.final-cta p:not(.eyebrow) {
    max-width: 50ch;
    margin-bottom: 30px;
    color: rgba(250, 247, 242, 0.8);
    font-size: 1.17rem;
}

.button-light {
    border-color: var(--cream);
    background: var(--cream);
    color: var(--green-deep);
}

.button-light:hover {
    border-color: var(--cream-deep);
    background: var(--cream-deep);
}

.safety-note {
    padding-block: 34px;
    border-bottom: 1px solid rgba(79, 85, 71, 0.18);
    background: var(--sage);
}

.safety-inner {
    display: grid;
    grid-template-columns: 210px 1fr;
    align-items: start;
    gap: 44px;
}

.safety-inner h2 {
    margin-bottom: 0;
    font-size: 1.45rem;
}

.safety-inner p {
    max-width: 78ch;
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.45;
}

.site-footer {
    padding: 62px 0 24px;
    background: var(--green-deep);
    color: var(--cream);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    gap: 48px;
    padding-bottom: 50px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-brand .brand-mark {
    background: var(--cream);
    color: var(--green-deep);
}

.footer-brand div {
    display: grid;
}

.footer-brand strong {
    font-family: var(--font-display);
    font-size: 1.55rem;
    line-height: 1;
}

.footer-brand div span {
    margin-top: 7px;
    font-family: var(--font-label);
    font-size: 0.57rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-contact,
.footer-links {
    display: grid;
    align-content: start;
    gap: 8px;
}

.footer-contact a,
.footer-links a {
    width: fit-content;
    color: rgba(250, 247, 242, 0.8);
    font-size: 1rem;
    text-underline-offset: 4px;
}

.footer-contact a:hover,
.footer-links a:hover {
    color: var(--cream);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(250, 247, 242, 0.18);
}

.footer-bottom p {
    margin-bottom: 0;
    color: rgba(250, 247, 242, 0.66);
    font-family: var(--font-label);
    font-size: 0.55rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Legal pages */

.legal-page {
    min-height: 100vh;
    background: var(--cream);
}

.legal-header {
    border-bottom: 1px solid var(--divider);
    background: var(--cream);
}

.legal-header .header-inner {
    min-height: 72px;
}

.legal-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--cognac-dark);
    font-family: var(--font-label);
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.legal-back::before {
    content: "←";
}

.legal-hero {
    padding: 74px 0 66px;
    background: var(--green);
    color: var(--cream);
}

.legal-hero h1 {
    margin-bottom: 18px;
    color: var(--cream-deep);
    font-size: clamp(3.2rem, 7vw, 6rem);
    line-height: 0.92;
}

.legal-hero p {
    max-width: 66ch;
    margin-bottom: 0;
    color: rgba(250, 247, 242, 0.8);
}

.legal-hero .legal-updated {
    margin-top: 18px;
    font-family: var(--font-label);
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.legal-content {
    padding-block: 70px 100px;
}

.legal-article {
    max-width: 800px;
    margin-inline: auto;
}

.legal-card {
    padding: 32px 0;
    border-bottom: 1px solid var(--divider);
}

.legal-card:first-child {
    padding-top: 0;
}

.legal-card h2 {
    margin-bottom: 14px;
    font-size: 2rem;
    line-height: 1.05;
}

.legal-card p,
.legal-card li {
    font-size: 1.05rem;
}

.legal-card p:last-child,
.legal-card ul:last-child {
    margin-bottom: 0;
}

.legal-card a {
    color: var(--cognac-dark);
    text-underline-offset: 3px;
}

.legal-card ul {
    padding-left: 24px;
}

.legal-actions {
    margin-top: 42px;
}

/* Responsive */

@media (max-width: 1080px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
        gap: 42px;
    }

    .hero-portrait figcaption {
        right: -8px;
    }

    .program-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .program-grid .section-heading h2 {
        max-width: 19ch;
    }

    .footer-grid {
        grid-template-columns: 1.2fr 1fr;
    }

    .footer-links {
        grid-column: 2;
    }
}

@media (max-width: 860px) {
    :root {
        --header-height: 72px;
    }

    .hero {
        min-height: auto;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 52px;
        padding-block: 64px 74px;
    }

    .hero-copy {
        max-width: 670px;
    }

    .hero-portrait {
        width: min(100%, 480px);
        justify-self: center;
    }

    .program-facts article {
        min-height: 235px;
    }

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

    .method-card {
        min-height: auto;
    }

    .method-card > span {
        margin-bottom: 34px;
    }

    .recognition-grid,
    .personal-grid,
    .about-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .recognition-grid,
    .personal-grid,
    .about-grid,
    .faq-grid {
        gap: 54px;
    }

    .personal-aside {
        width: min(100%, 520px);
        justify-self: center;
    }

    .about-portrait {
        width: min(calc(100% - 24px), 460px);
        justify-self: center;
    }

    .about-copy {
        max-width: 650px;
    }

    .faq-heading {
        position: static;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(calc(100% - 32px), var(--container));
    }

    body {
        font-size: 1.0625rem;
    }

    .brand-mark {
        width: 42px;
    }

    .brand-copy strong {
        font-size: 1.12rem;
    }

    .brand-copy span {
        font-size: 0.5rem;
    }

    .button-small {
        min-height: 44px;
        gap: 10px;
        padding-inline: 14px;
    }

    .button-small span {
        display: none;
    }

    .button-small::before {
        content: "Conversar";
    }

    .button-small svg {
        width: 17px;
    }

    .section {
        padding-block: 72px;
    }

    .eyebrow {
        align-items: flex-start;
        font-size: 0.6rem;
    }

    .eyebrow::before {
        margin-top: 7px;
    }

    .section-heading h2 {
        font-size: clamp(2.55rem, 12vw, 3.5rem);
    }

    .hero-grid {
        gap: 46px;
        padding-block: 52px 64px;
    }

    .hero-copy .eyebrow {
        margin-bottom: 22px;
    }

    .hero-brand {
        font-size: clamp(2.75rem, 13.4vw, 4.15rem);
        letter-spacing: -0.055em;
    }

    .hero-statement {
        max-width: 19ch;
        font-size: clamp(1.9rem, 9.5vw, 2.6rem);
    }

    .hero-lead {
        font-size: 1.04rem;
    }

    .hero-facts li {
        padding-inline: 10px;
    }

    .hero-facts li:first-child {
        padding-left: 0;
    }

    .hero-facts strong {
        font-size: 1.25rem;
    }

    .hero-facts span {
        font-size: 0.48rem;
    }

    .hero-action {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .hero-action .button {
        width: 100%;
    }

    .hero-action p {
        max-width: none;
        text-align: center;
    }

    .portrait-frame {
        aspect-ratio: 4 / 4.8;
        border-width: 7px;
    }

    .hero-portrait figcaption {
        right: 8px;
        bottom: 16px;
        min-width: 190px;
    }

    .program-facts {
        grid-template-columns: 1fr;
    }

    .program-facts article {
        min-height: auto;
        padding: 28px 8px;
        border-right: 0;
        border-bottom: 1px solid rgba(79, 85, 71, 0.25);
    }

    .program-facts article:last-child {
        border-bottom: 0;
    }

    .fact-number,
    .fact-symbol {
        min-height: auto;
        margin-bottom: 18px;
    }

    .clarity-note {
        text-align: left;
    }

    .section-heading-centered {
        text-align: left;
    }

    .section-heading-centered .eyebrow {
        justify-content: flex-start;
    }

    .method-card {
        padding: 30px;
    }

    .recognition-list li {
        grid-template-columns: 32px 1fr;
        gap: 16px;
    }

    .recognition-list p {
        font-size: 1.12rem;
    }

    .personal-copy h2 {
        font-size: clamp(2.7rem, 13vw, 3.6rem);
    }

    .personal-aside {
        min-height: 390px;
        border-radius: 130px 130px var(--radius-md) var(--radius-md);
    }

    .about-portrait::before {
        right: -16px;
        bottom: -16px;
    }

    .about-copy h2 {
        font-size: 3.8rem;
    }

    .faq-list summary {
        padding-block: 21px;
        font-size: 1.35rem;
    }

    .faq-list details p {
        padding-right: 22px;
    }

    .final-cta h2 {
        font-size: clamp(2.55rem, 12.5vw, 3.7rem);
    }

    .final-cta .button {
        width: 100%;
    }

    .safety-inner {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-links {
        grid-column: auto;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .legal-hero {
        padding-block: 58px;
    }

    .legal-content {
        padding-block: 54px 76px;
    }
}

@media (max-width: 380px) {
    .brand-copy span {
        display: none;
    }

    .button-small {
        padding-inline: 12px;
        font-size: 0.62rem;
    }

    .hero-facts strong {
        font-size: 1.1rem;
    }
}

@media (max-width: 380px) and (max-height: 650px) {
    :root {
        --header-height: 64px;
    }

    .site-header,
    .header-inner {
        min-height: var(--header-height);
    }

    .brand-mark {
        width: 38px;
    }

    .hero-grid {
        padding-block: 28px 54px;
    }

    .hero-copy .eyebrow {
        margin-bottom: 14px;
    }

    .hero-copy h1 {
        margin-bottom: 14px;
    }

    .hero-brand {
        font-size: 2.68rem;
    }

    .hero-statement {
        margin-top: 10px;
        font-size: 1.65rem;
    }

    .hero-lead {
        margin-bottom: 12px;
        font-size: 0.94rem;
        line-height: 1.35;
    }

    .hero-facts {
        margin-bottom: 12px;
        padding-block: 7px;
    }

    .hero-facts span {
        letter-spacing: 0.08em;
    }

    .hero-action {
        gap: 8px;
    }

    .hero-action p {
        font-size: 0.8rem;
    }
}

@media (min-width: 861px) and (max-height: 800px) {
    :root {
        --header-height: 70px;
    }

    .hero-grid {
        gap: clamp(40px, 6vw, 78px);
        padding-block: 28px;
    }

    .hero-copy .eyebrow {
        margin-bottom: 17px;
    }

    .hero-brand {
        font-size: clamp(3.4rem, 5.4vw, 4.7rem);
    }

    .hero-statement {
        margin-top: 14px;
        font-size: clamp(1.85rem, 2.6vw, 2.55rem);
    }

    .hero-copy h1,
    .hero-lead,
    .hero-facts {
        margin-bottom: 17px;
    }

    .hero-lead {
        font-size: 1rem;
    }

    .hero-facts {
        padding-block: 10px;
    }

    .portrait-frame {
        max-height: 545px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
