:root {
    --warm-white: #fbf8f2;
    --cream: #f1e7d8;
    --deep: #201514;
    --ink: #171311;
    --brown: #6b4226;
    --gold: #c8963e;
    --gold-light: #e8c07a;
    --rose: #b8655c;
    --sage: #6f8a80;
    --sage-dark: #24483f;
    --muted: #7f695c;
    --line: rgba(36, 72, 63, 0.18);
    --content-width: 1180px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--warm-white);
    color: var(--ink);
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

a {
    color: inherit;
}

.icon-sprite {
    display: none;
}

.topbar {
    align-items: center;
    background: rgba(251, 248, 242, 0.86);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 28px;
    height: 70px;
    justify-content: space-between;
    left: 0;
    padding: 0 80px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

.brand {
    align-items: center;
    color: var(--deep);
    display: inline-flex;
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 400;
    gap: 12px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.brand-logo {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(36, 72, 63, 0.18);
    border-radius: 50%;
    flex: 0 0 auto;
    height: 46px;
    object-fit: cover;
    object-position: center top;
    padding: 3px;
    width: 46px;
}

.topbar nav {
    display: flex;
    gap: 28px;
}

.topbar nav a {
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
}

.topbar nav a:hover {
    color: var(--sage-dark);
}

.social-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.social-links a {
    align-items: center;
    border: 1px solid rgba(36, 72, 63, 0.18);
    color: var(--muted);
    display: inline-flex;
    height: 32px;
    justify-content: center;
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s, background 0.3s;
    width: 32px;
}

.social-links a:hover {
    background: rgba(111, 138, 128, 0.08);
    border-color: rgba(36, 72, 63, 0.36);
    color: var(--sage-dark);
}

.social-links svg {
    fill: none;
    height: 17px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 17px;
}

.social-links-top {
    justify-content: flex-end;
}

.social-links-footer a {
    color: rgba(245, 239, 230, 0.54);
    border-color: rgba(245, 239, 230, 0.16);
}

.social-links-footer a:hover {
    background: rgba(232, 192, 122, 0.08);
    border-color: rgba(232, 192, 122, 0.34);
    color: var(--gold-light);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    min-height: 100vh;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.hero::before {
    background: radial-gradient(ellipse 55% 75% at 28% 52%, rgba(111, 138, 128, 0.12) 0%, transparent 72%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.hero-media {
    align-items: center;
    background: linear-gradient(145deg, var(--cream) 0%, #e8eee8 100%);
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 110px 80px 40px 40px;
    position: relative;
}

.about-image img {
    filter: sepia(8%) brightness(0.97);
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.hero-video-frame {
    aspect-ratio: 478 / 850;
    box-shadow: 0 32px 70px rgba(32, 21, 20, 0.24);
    height: min(78vh, 780px);
    max-height: calc(100vh - 150px);
    max-width: 100%;
    outline: 1px solid rgba(36, 72, 63, 0.22);
    outline-offset: 18px;
    position: relative;
    z-index: 1;
}

.hero-video {
    background: var(--deep);
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-sound-button {
    align-items: center;
    background: rgba(32, 21, 20, 0.9);
    border: 1px solid rgba(232, 192, 122, 0.7);
    bottom: 56px;
    color: var(--cream);
    cursor: pointer;
    display: flex;
    font-family: "Raleway", sans-serif;
    font-size: 11px;
    font-weight: 600;
    gap: 9px;
    left: 50%;
    letter-spacing: 2px;
    padding: 13px 18px;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    transition: background 0.25s, border-color 0.25s;
    white-space: nowrap;
    z-index: 2;
}

.hero-sound-button:hover {
    background: var(--sage-dark);
    border-color: var(--gold-light);
}

.hero-sound-button[hidden] {
    display: none;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 110px 60px 80px 80px;
    position: relative;
    z-index: 2;
}

.label,
.section-label {
    color: var(--sage-dark);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.hero-title,
.section-title,
.cta-title {
    color: var(--deep);
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.1;
}

.hero-title {
    animation: fadeUp 0.8s 0.1s forwards;
    font-size: clamp(44px, 4.8vw, 72px);
    opacity: 0;
}

.hero-title em,
.section-title em {
    color: var(--rose);
    font-style: italic;
}

.hero-subtitle {
    color: var(--muted);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(18px, 1.8vw, 22px);
    font-style: italic;
    line-height: 1.7;
    margin: 24px 0 36px;
    max-width: 520px;
}

.hero-detail {
    border-left: 2px solid var(--sage);
    color: var(--muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 42px;
    max-width: 500px;
    padding-left: 22px;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.btn-primary,
.btn-cta {
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    overflow: hidden;
    padding: 20px 46px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.35s;
    white-space: normal;
}

.btn-primary {
    background: var(--deep);
    color: var(--cream);
}

.btn-primary::before {
    background: var(--sage);
    content: "";
    inset: 0;
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover::before {
    transform: translateX(0);
}

.btn-primary span {
    position: relative;
    z-index: 1;
}

.btn-secondary {
    color: var(--sage-dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.divider {
    align-items: center;
    display: flex;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    padding: 0 80px;
}

.divider-line {
    background: var(--line);
    flex: 1;
    height: 1px;
}

.divider-diamond {
    background: var(--sage);
    height: 10px;
    transform: rotate(45deg);
    width: 10px;
}

section {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    padding: 100px 80px;
    position: relative;
}

.hero {
    max-width: none;
}

.section-title {
    font-size: clamp(36px, 3.5vw, 56px);
    margin-bottom: 58px;
    max-width: 760px;
}

.pain-section {
    background: var(--deep);
    box-shadow: 0 0 0 100vmax var(--deep);
    clip-path: inset(0 -100vmax);
    color: var(--cream);
}

.pain-section .section-label,
.cta-label {
    color: var(--gold-light);
}

.pain-section .section-title {
    color: var(--cream);
}

.pain-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
}

.pain-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 28px 32px;
    transition: background 0.3s;
}

.pain-item:hover {
    background: rgba(111, 138, 128, 0.14);
}

.pain-item:nth-child(2n) {
    border-right: none;
}

.pain-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.pain-num {
    color: rgba(232, 192, 122, 0.38);
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 8px;
}

.pain-text {
    color: rgba(245, 239, 230, 0.86);
    font-size: 15px;
    line-height: 1.6;
}

.pain-insight {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
}

.pain-insight-text {
    color: rgba(245, 239, 230, 0.7);
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    font-style: italic;
    line-height: 1.6;
}

.pain-insight-strong {
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    line-height: 1.4;
}

.cause-section {
    background: transparent;
    isolation: isolate;
}

.cause-section::before {
    background: linear-gradient(135deg, var(--cream) 0%, #eef2ea 100%);
    content: "";
    bottom: 0;
    left: calc((100vw - 100%) / -2);
    pointer-events: none;
    position: absolute;
    right: calc((100vw - 100%) / -2);
    top: 0;
    z-index: -1;
}

.cause-intro {
    color: var(--muted);
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 54px;
    max-width: 690px;
}

.destroyers {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.destroyer-item {
    align-items: center;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 20px;
    grid-template-columns: 84px 1fr;
    padding: 30px 0;
}

.destroyer-item:last-child {
    border-bottom: 1px solid var(--line);
}

.destroyer-num {
    color: var(--sage);
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: 300;
}

.destroyer-name {
    color: var(--deep);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(24px, 2.6vw, 32px);
}

.cause-promise {
    background: var(--deep);
    color: var(--cream);
    max-width: 760px;
    padding: 46px;
}

.cause-promise p {
    color: rgba(245, 239, 230, 0.86);
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 16px;
}

.cause-promise strong {
    color: var(--gold-light);
    font-style: normal;
    font-weight: 600;
}

.seminar-date-cta {
    align-items: center;
    background: var(--sage-dark);
    box-shadow: 0 0 0 100vmax var(--sage-dark);
    clip-path: inset(0 -100vmax);
    color: var(--cream);
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.4fr);
    padding-bottom: 44px;
    padding-top: 44px;
}

.seminar-date-copy h2 {
    color: var(--warm-white);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 300;
    line-height: 1.08;
}

.seminar-date-eyebrow {
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.seminar-date-details {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.58fr) minmax(0, 0.5fr);
}

.seminar-date-details div {
    border-left: 1px solid rgba(232, 192, 122, 0.45);
    min-height: 116px;
    padding: 8px 0 8px 24px;
}

.seminar-date-details div > span {
    color: rgba(245, 239, 230, 0.62);
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.seminar-date-details strong {
    align-items: baseline;
    color: var(--gold-light);
    display: flex;
    gap: 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 2.35vw, 38px);
    font-weight: 400;
    line-height: 1;
}

.seminar-date-icon {
    flex: 0 0 auto;
    fill: none;
    height: 0.8em;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    width: 0.8em;
}

.seminar-time-pair {
    align-items: flex-start;
}

.seminar-time-list {
    display: grid;
    gap: 8px;
}

.seminar-time-list > span {
    align-items: baseline;
    display: flex;
    gap: 10px;
}

.seminar-time-list b {
    font: inherit;
    font-weight: inherit;
}

.seminar-time-list small {
    color: rgba(245, 239, 230, 0.68);
    font-family: "Raleway", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.seminar-date-details p {
    color: rgba(245, 239, 230, 0.78);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 12px;
}

.seminar-date-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    grid-column: 2;
}

.seminar-date-button,
.seminar-calendar-button {
    border: 1px solid rgba(232, 192, 122, 0.58);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 2.5px;
    padding: 18px 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s, border-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.seminar-date-button {
    color: var(--warm-white);
}

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

.seminar-calendar-button {
    background: var(--gold-light);
    border-color: var(--gold-light);
    color: var(--deep);
}

.seminar-calendar-button:hover {
    background: var(--warm-white);
    border-color: var(--warm-white);
}

.results-section {
    background: var(--warm-white);
    box-shadow: 0 0 0 100vmax var(--warm-white);
    clip-path: inset(0 -100vmax);
}

.results-grid {
    background: var(--line);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.result-card {
    background: var(--warm-white);
    min-height: 210px;
    padding: 38px 32px;
    transition: background 0.3s;
}

.result-card:hover {
    background: #eef2ea;
}

.result-icon {
    align-items: center;
    border: 1px solid rgba(36, 72, 63, 0.28);
    display: inline-flex;
    height: 46px;
    justify-content: center;
    margin-bottom: 22px;
    width: 46px;
}

.result-icon svg {
    fill: none;
    height: 24px;
    stroke: var(--sage-dark);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    width: 24px;
}

.result-text {
    color: var(--deep);
    font-size: 15px;
    line-height: 1.7;
}

.reviews-section {
    background: linear-gradient(135deg, #f5efe7 0%, var(--warm-white) 45%, #eef2ea 100%);
    max-width: none;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    scroll-margin-top: 92px;
}

.reviews-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    padding: 0 80px;
}

.reviews-heading .section-title {
    margin-bottom: 24px;
}

.reviews-intro {
    color: var(--muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 42px;
    max-width: 680px;
}

.reviews-widget {
    display: grid;
    overflow: hidden;
    padding: 4px 0;
    position: relative;
}

.reviews-widget::before,
.reviews-widget::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(12vw, 160px);
    z-index: 2;
}

.reviews-widget::before {
    background: linear-gradient(to right, #f5efe7 0%, rgba(245, 239, 231, 0) 100%);
    left: 0;
}

.reviews-widget::after {
    background: linear-gradient(to left, #eef2ea 0%, rgba(238, 242, 234, 0) 100%);
    right: 0;
}

.reviews-row {
    cursor: grab;
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-x;
    user-select: none;
    width: 100%;
}

.reviews-row::-webkit-scrollbar {
    display: none;
}

.reviews-row.is-dragging {
    cursor: grabbing;
}

.reviews-track {
    display: flex;
    width: max-content;
}

.reviews-strip {
    display: flex;
    flex: 0 0 auto;
    gap: 20px;
    padding-right: 20px;
}

.review-card {
    background: rgba(251, 248, 242, 0.96);
    border: 1px solid rgba(36, 72, 63, 0.16);
    box-shadow: 0 20px 50px rgba(32, 21, 20, 0.06);
    display: flex;
    flex: 0 0 clamp(320px, 30vw, 408px);
    flex-direction: column;
    justify-content: space-between;
    min-height: 246px;
    overflow: hidden;
    padding: 26px;
    position: relative;
}

.review-card::before {
    color: rgba(184, 101, 92, 0.18);
    content: "“";
    font-family: "Cormorant Garamond", serif;
    font-size: 86px;
    line-height: 1;
    position: absolute;
    right: 22px;
    top: 10px;
}

.review-card-top {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.review-card h3 {
    color: var(--deep);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 6px;
}

.review-card-top p {
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 1.4;
    text-transform: uppercase;
}

.review-rating {
    color: var(--gold);
    flex: 0 0 auto;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.review-card blockquote {
    color: var(--deep);
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.72;
    position: relative;
    z-index: 1;
}

.about-section {
    background: var(--cream);
    box-shadow: 0 0 0 100vmax var(--cream);
    clip-path: inset(0 -100vmax);
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    padding: 0;
}

.about-image {
    min-height: 660px;
    overflow: hidden;
}

.about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 80px 80px 60px;
}

.about-name {
    color: var(--deep);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 300;
    line-height: 1;
    margin-bottom: 12px;
}

.about-role {
    color: var(--sage-dark);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.about-social-heading {
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 420px;
    text-transform: uppercase;
}

.about-bio {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 24px;
}

.about-stats {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 28px 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 32px;
}

.stat-num {
    color: var(--deep);
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 3vw, 44px);
    line-height: 1;
}

.stat-label {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 9px;
}

.cta-section {
    background: var(--deep);
    box-shadow: 0 0 0 100vmax var(--deep);
    clip-path: inset(0 -100vmax);
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    overflow: hidden;
    padding: 110px 80px;
}

.cta-section::before {
    background: radial-gradient(ellipse 50% 60% at 40% 45%, rgba(111, 138, 128, 0.18) 0%, transparent 70%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.cta-copy,
.cta-form-column {
    position: relative;
    z-index: 1;
}

.cta-copy {
    align-self: start;
}

.cta-form-column {
    align-self: start;
    display: grid;
    gap: 18px;
}

.cta-title {
    color: var(--cream);
    font-size: clamp(40px, 5vw, 72px);
    margin-bottom: 30px;
}

.cta-title em {
    color: var(--gold-light);
    font-style: italic;
}

.cta-sub {
    color: rgba(245, 239, 230, 0.68);
    font-size: 15px;
    line-height: 1.75;
    max-width: 520px;
}

.payment-help {
    background: rgba(111, 138, 128, 0.16);
    border: 1px solid rgba(232, 192, 122, 0.28);
    padding: 24px 26px;
}

.payment-help h3,
.cta-info-card h3 {
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 10px;
}

.payment-help p,
.cta-info-card p {
    color: rgba(245, 239, 230, 0.76);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

.payment-help a {
    color: var(--gold-light);
    font-weight: 600;
    text-underline-offset: 3px;
}

.request-form {
    align-content: start;
    align-self: center;
    background: rgba(251, 248, 242, 0.98);
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
    padding: 34px;
}

.post-form-notes {
    display: grid;
    gap: 18px;
}

.cta-info-card {
    background: rgba(245, 239, 230, 0.06);
    border: 1px solid rgba(245, 239, 230, 0.12);
    padding: 26px;
}

.cta-info-guarantee {
    border-color: rgba(232, 192, 122, 0.36);
}

.request-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.request-form span {
    color: var(--sage-dark);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.request-form input,
.request-form select,
.request-form textarea {
    background: #fff;
    border: 1px solid rgba(36, 72, 63, 0.18);
    color: var(--deep);
    font: inherit;
    min-height: 48px;
    padding: 13px 14px;
    width: 100%;
}

.request-form textarea {
    resize: vertical;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
    border-color: var(--sage);
    outline: 2px solid rgba(111, 138, 128, 0.18);
}

.form-wide,
.request-form .btn-cta,
.form-success {
    grid-column: 1 / -1;
}

.request-form .btn-cta {
    align-self: start;
    justify-self: start;
    min-height: 58px;
    padding: 18px 34px;
    width: auto;
}

.request-form small {
    color: #a64032;
    font-size: 12px;
}

.form-success {
    background: #e7efe8;
    color: var(--sage-dark);
    font-weight: 500;
    line-height: 1.5;
    padding: 16px;
}

.hidden-field {
    left: -10000px;
    position: absolute;
}

.btn-cta {
    background: var(--gold);
    color: var(--deep);
}

.btn-cta:hover {
    background: var(--gold-light);
    box-shadow: 0 18px 50px rgba(200, 150, 62, 0.26);
    transform: translateY(-2px);
}

footer {
    background: var(--deep);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    width: 100%;
}

.footer-inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    padding: 40px 80px;
}

footer p,
.footer-link {
    color: rgba(245, 239, 230, 0.42);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-link {
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: var(--gold-light);
}

.legal-page {
    padding-top: 70px;
}

.legal-hero {
    margin: 0 auto;
    max-width: var(--content-width);
    padding: 96px 80px 40px;
}

.legal-hero h1 {
    color: var(--deep);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(48px, 8vw, 92px);
    font-weight: 300;
    line-height: 0.95;
    margin-top: 14px;
}

.legal-hero p:last-child {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
    margin-top: 20px;
    max-width: 680px;
}

.legal-document {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 32px 96px;
}

.legal-text {
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid var(--line);
    color: var(--ink);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    overflow-wrap: anywhere;
    padding: 44px;
    white-space: pre-wrap;
}

.reveal {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s, transform 0.8s;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .reviews-row {
        scrollbar-width: thin;
    }
}

@media (max-width: 980px) {
    .topbar {
        padding: 0 32px;
    }

    .brand {
        font-size: 24px;
    }

    .brand-logo {
        height: 42px;
        width: 42px;
    }

    .topbar nav {
        gap: 18px;
    }

    .social-links-top {
        max-width: 196px;
    }

    .hero,
    .pain-insight,
    .about-section,
    .cta-section {
        grid-template-columns: 1fr;
    }

    section,
    .divider,
    .about-section,
    .reviews-heading,
    .cta-section,
    footer {
        max-width: none;
        width: 100%;
    }

    .hero-content {
        padding-top: 130px;
    }

    .hero-media {
        padding: 0 32px 70px;
    }

    .hero-video-frame {
        height: min(72vh, 720px);
        max-height: none;
    }

    .hero-content,
    section,
    .cta-section {
        padding: 70px 32px;
    }

    .reviews-section {
        padding-left: 0;
        padding-right: 0;
        scroll-margin-top: 142px;
    }

    .reviews-heading {
        padding-left: 32px;
        padding-right: 32px;
    }

    .seminar-date-cta {
        grid-template-columns: 1fr;
    }

    .seminar-date-actions {
        grid-column: auto;
        justify-self: start;
        width: fit-content;
    }

    .divider {
        padding: 0 32px;
    }

    .pain-grid,
    .results-grid,
    .request-form {
        grid-template-columns: 1fr;
    }

    .pain-item,
    .pain-item:nth-child(2n),
    .pain-item:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-right: none;
    }

    .about-image {
        min-height: 460px;
    }

    .about-content {
        padding: 64px 32px;
    }

    .footer-inner {
        flex-direction: column;
        gap: 14px;
        padding: 32px;
        text-align: center;
    }

    .legal-page {
        padding-top: 124px;
    }

    .legal-hero {
        padding: 52px 32px 32px;
    }

    .legal-document {
        padding: 0 22px 64px;
    }

    .legal-text {
        font-size: 14px;
        padding: 26px;
    }
}

@media (max-width: 640px) {
    .topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        height: auto;
        padding: 14px 22px;
    }

    .brand {
        font-size: 23px;
        white-space: normal;
    }

    .brand-logo {
        height: 40px;
        width: 40px;
    }

    .topbar nav,
    .social-links-top {
        gap: 14px;
        overflow-x: auto;
        width: 100%;
    }

    .hero-content,
    section,
    .cta-section {
        padding-left: 22px;
        padding-right: 22px;
    }

    .hero-content {
        padding-top: 190px;
    }

    .hero-media {
        padding: 0 22px 56px;
    }

    .hero-video-frame {
        height: auto;
        width: min(100%, 390px);
    }

    .reviews-section {
        padding-left: 0;
        padding-right: 0;
    }

    .reviews-heading {
        padding-left: 22px;
        padding-right: 22px;
    }

    .reviews-intro {
        font-size: 14px;
        margin-bottom: 34px;
    }

    .reviews-widget::before,
    .reviews-widget::after {
        width: 42px;
    }

    .review-card {
        flex-basis: min(82vw, 340px);
        min-height: 268px;
        padding: 24px;
    }

    .review-card-top {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 18px;
    }

    .review-card blockquote {
        font-size: 14px;
        line-height: 1.68;
    }

    .seminar-date-cta {
        gap: 26px;
        padding: 42px 22px;
    }

    .seminar-date-details {
        grid-template-columns: 1fr;
    }

    .seminar-date-details div {
        min-height: 0;
        padding-left: 18px;
    }

    .seminar-date-actions,
    .seminar-date-button,
    .seminar-calendar-button {
        width: 100%;
    }

    .hero-actions,
    .about-stats {
        align-items: stretch;
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary,
    .btn-cta {
        text-align: center;
        width: 100%;
    }

    .destroyer-item {
        grid-template-columns: 58px 1fr;
    }

    .destroyer-num {
        font-size: 38px;
    }

    .cause-promise,
    .request-form {
        padding: 28px 22px;
    }
}
