/* Ashrams Privacy Policy — Figma /en/privacy */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Instrument+Sans:wght@400;500;600&family=Inter:wght@400;500;600&display=swap');

body.ashrams-privacy-page,
body.ashrams-home.ashrams-privacy-page {
    background: #ffffff;
}

body.ashrams-privacy-page .ashrams-header,
body.ashrams-home.ashrams-privacy-page .ashrams-header {
    position: relative;
    background: #ffffff;
}

body.ashrams-privacy-page .ashrams-header__nav--full {
    width: 100%;
    max-width: 90rem;
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
    box-sizing: border-box;
}

/* Wordmark — Figma: ASHRAMS · INDIA (not default blue link) */
body.ashrams-privacy-page .ashrams-header__wordmark,
body.ashrams-privacy-page .ashrams-header__wordmark--blog,
body.ashrams-privacy-page .ashrams-header__wordmark--privacy,
body.ashrams-home.ashrams-privacy-page .ashrams-header__wordmark,
body.ashrams-home.ashrams-privacy-page .ashrams-header__wordmark--blog,
body.ashrams-home.ashrams-privacy-page .ashrams-header__wordmark--privacy,
.ashrams-header--privacy .ashrams-header__wordmark,
.ashrams-header--privacy .ashrams-header__wordmark--privacy {
    display: inline-flex !important;
    align-items: center;
    font-family: var(--ashrams-inter, 'Inter'), sans-serif !important;
    font-size: 0.625rem !important;
    font-weight: 600 !important;
    line-height: 0.9375rem;
    letter-spacing: 0.125rem !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    color: #1a1c1c !important;
}

body.ashrams-privacy-page .ashrams-header__wordmark:hover,
body.ashrams-privacy-page .ashrams-header__wordmark--blog:hover,
body.ashrams-privacy-page .ashrams-header__wordmark--privacy:hover,
body.ashrams-home.ashrams-privacy-page .ashrams-header__wordmark:hover,
body.ashrams-home.ashrams-privacy-page .ashrams-header__wordmark--blog:hover,
body.ashrams-home.ashrams-privacy-page .ashrams-header__wordmark--privacy:hover,
body.ashrams-privacy-page .ashrams-header__wordmark:visited,
body.ashrams-privacy-page .ashrams-header__wordmark--blog:visited,
body.ashrams-privacy-page .ashrams-header__wordmark--privacy:visited,
body.ashrams-home.ashrams-privacy-page .ashrams-header__wordmark:visited,
body.ashrams-home.ashrams-privacy-page .ashrams-header__wordmark--blog:visited,
body.ashrams-home.ashrams-privacy-page .ashrams-header__wordmark--privacy:visited {
    color: #1a1c1c !important;
    text-decoration: none !important;
}

body.ashrams-privacy-page .ashrams-header__wordmark:hover,
body.ashrams-privacy-page .ashrams-header__wordmark--blog:hover,
body.ashrams-privacy-page .ashrams-header__wordmark--privacy:hover {
    opacity: 0.75;
}

body.ashrams-privacy-page .ashrams-header__toggle-line {
    background: #1a1c1c;
}

body.ashrams-privacy-page .ashrams-header__nav-link {
    color: #1a1c1c;
    text-decoration: none;
}

body.ashrams-privacy-page .ashrams-footer {
    margin-top: 0;
    padding-top: 0;
    background: #ffffff;
}

.apv-page {
    --apv-pad: clamp(1.25rem, 4vw, 2.5rem);
    --apv-max: 82rem;
    --apv-ink: #1a1c1c;
    --apv-muted: #7a7a7a;
    --apv-line: #e4e4e4;
    --apv-serif: 'Cormorant Infant', 'Ysabeau Infant', Georgia, serif;
    --apv-sans: 'Instrument Sans', 'DM Sans', 'Inter', system-ui, sans-serif;
    width: min(100%, var(--apv-max));
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 4.5rem) var(--apv-pad) clamp(4rem, 10vw, 7rem);
    color: var(--apv-ink);
    background: #ffffff;
}

.apv-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: clamp(3rem, 8vw, 5.5rem);
}

.apv-hero__title {
    margin: 0;
    font-family: var(--apv-serif);
    font-size: clamp(2.75rem, 6vw, 4.5rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--apv-ink);
}

.apv-hero__rule {
    width: 100%;
    max-width: 42rem;
    height: 1px;
    margin: clamp(1.5rem, 3vw, 2.25rem) 0 clamp(1rem, 2vw, 1.35rem);
    background: var(--apv-line);
}

.apv-hero__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    width: 100%;
    max-width: 42rem;
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.apv-hero__meta-item {
    margin: 0;
    font-family: var(--apv-sans);
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--apv-muted);
}

.apv-hero__intro {
    margin: 0;
    max-width: 43rem;
    font-family: var(--apv-serif);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.55;
    color: #4a4a4a;
}

.apv-sections {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.apv-section {
    display: grid;
    grid-template-columns: minmax(12rem, 0.9fr) minmax(0, 1.6fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    padding: clamp(2.25rem, 5vw, 3.5rem) 0;
    border-top: 1px solid var(--apv-line);
}

.apv-section__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
}

.apv-section__num {
    margin: 0;
    font-family: var(--apv-sans);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: var(--apv-muted);
}

.apv-section__title {
    margin: 0;
    max-width: 20rem;
    font-family: var(--apv-serif);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--apv-ink);
}

.apv-section__intro {
    margin: 0.35rem 0 0;
    max-width: 18rem;
    font-family: var(--apv-serif);
    font-size: 0.98rem;
    font-style: italic;
    line-height: 1.5;
    color: #6a6a6a;
}

.apv-section__body {
    min-width: 0;
}

.apv-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
}

.apv-columns__col p,
.apv-row__copy p,
.apv-contact__text,
.apv-grid__text,
.apv-rights__text {
    margin: 0 0 1rem;
    font-family: var(--apv-sans);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.65;
    color: #3a3a3a;
}

.apv-columns__col p:last-child,
.apv-row__copy p:last-child {
    margin-bottom: 0;
}

.apv-note {
    margin: clamp(1.5rem, 3vw, 2rem) 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid var(--apv-line);
    font-family: var(--apv-serif);
    font-size: 0.95rem;
    font-style: italic;
    line-height: 1.55;
    color: #7a7a7a;
}

.apv-rows {
    display: flex;
    flex-direction: column;
}

.apv-row {
    display: grid;
    grid-template-columns: minmax(9rem, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(1rem, 2.5vw, 1.75rem);
    padding: 1.35rem 0;
    border-bottom: 1px solid var(--apv-line);
}

.apv-row:first-child {
    padding-top: 0;
}

.apv-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.apv-row--highlight {
    margin: 0.5rem 0;
    padding: 1.35rem 1.15rem;
    border: 0;
    border-radius: 2px;
    background: #f4f4f4;
}

.apv-row__label,
.apv-grid__label,
.apv-rights__label {
    margin: 0;
    font-family: var(--apv-sans);
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--apv-muted);
}

.apv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 2rem);
}

.apv-grid__item {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.apv-rights {
    display: flex;
    flex-direction: column;
}

.apv-rights__row {
    display: grid;
    grid-template-columns: minmax(7rem, 0.45fr) minmax(0, 1.55fr);
    gap: 1rem 1.5rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--apv-line);
}

.apv-rights__row:first-child {
    padding-top: 0;
}

.apv-rights__row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.apv-contact {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.apv-contact__brand {
    margin: 0 0 0.35rem;
    font-family: var(--apv-serif);
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--apv-ink);
}

.apv-contact__role {
    margin: 0 0 0.85rem;
    font-family: var(--apv-sans);
    font-size: 0.625rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--apv-muted);
}

.apv-contact__email {
    font-family: var(--apv-sans);
    font-size: 0.95rem;
    color: var(--apv-ink);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.apv-contact__email:hover {
    opacity: 0.7;
}

/* Terms — cancellation schedule */
.apv-table__lead {
    margin: 0 0 clamp(1.5rem, 3vw, 2rem);
    font-family: var(--apv-sans);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.65;
    color: #3a3a3a;
}

.apv-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.apv-table__head,
.apv-table__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 1rem 1.5rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--apv-line);
}

.apv-table__head {
    padding-top: 0;
    padding-bottom: 0.85rem;
}

.apv-table__row:last-child {
    border-bottom: 0;
}

.apv-table__th {
    font-family: var(--apv-sans);
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--apv-muted);
}

.apv-table__cell {
    font-family: var(--apv-sans);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3a3a3a;
}

.apv-note--table {
    margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
    padding-top: 0;
    border-top: 0;
    text-align: left;
}

/* Terms — contact block (Figma) */
.apv-contact--terms {
    gap: 0.35rem;
}

.apv-contact--terms .apv-contact__text {
    margin-bottom: 1.5rem;
}

.apv-contact__name {
    margin: 0 0 0.35rem;
    font-family: var(--apv-serif);
    font-size: 1.15rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
    color: var(--apv-ink);
}

.apv-contact--terms .apv-contact__email {
    display: inline-block;
    margin-bottom: 1.25rem;
}

.apv-contact__registered {
    margin: 0;
    font-family: var(--apv-sans);
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--apv-muted);
}

@media (max-width: 900px) {
    .apv-section {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .apv-section__title,
    .apv-section__intro {
        max-width: none;
    }

    .apv-columns,
    .apv-grid {
        grid-template-columns: 1fr;
    }

    .apv-row,
    .apv-rights__row,
    .apv-table__head,
    .apv-table__row {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .apv-hero__meta {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .apv-page {
        padding-top: 2rem;
    }

    .apv-hero__title {
        font-size: 2.5rem;
    }

    .apv-section {
        padding: 2rem 0;
    }
}
