/* PapaVanilla landing — static CSS, no JS required */

html {
    background-color: #0f0e0c;
    color-scheme: light;
}

body {
    margin: 0;
}

.pv-landing {
    --pv-ink: #0f0e0c;
    --pv-ink-soft: #1c1914;
    --pv-gold: #c9a227;
    --pv-gold-light: #e4c45a;
    --pv-sand: #f3ebe0;
    --pv-sand-deep: #e8dcc8;
    --pv-text: #1c1914;
    --pv-muted: #6d5c45;
    --pv-cream: #faf6ef;

    color: var(--pv-text);
    background: var(--pv-cream);
    font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
    font-weight: 300;
    overflow-x: clip;
    color-scheme: light;
}

/* Hero — full-bleed brand plane */
.pv-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    align-items: end;
    background: var(--pv-ink);
    overflow: hidden;
}

.pv-hero__media {
    position: absolute;
    inset: 0;
}

.pv-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.05);
    animation: pv-drift 18s ease-in-out infinite alternate;
}

.pv-hero__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            105deg,
            rgba(15, 14, 12, 0.94) 0%,
            rgba(15, 14, 12, 0.78) 38%,
            rgba(15, 14, 12, 0.42) 72%,
            rgba(15, 14, 12, 0.55) 100%
        ),
        radial-gradient(
            ellipse 60% 50% at 70% 40%,
            rgba(201, 162, 39, 0.14),
            transparent 65%
        );
}

.pv-hero__content {
    position: relative;
    z-index: 1;
    max-width: 38rem;
    padding: clamp(4rem, 10vw, 7.5rem) clamp(1.5rem, 6vw, 5rem)
        clamp(3.5rem, 8vw, 6rem);
}

.pv-brand {
    font-family: 'Cormorant Garamond', ui-serif, Georgia, serif;
    font-size: clamp(2.75rem, 7vw, 4.75rem);
    font-weight: 300;
    line-height: 0.95;
    letter-spacing: 0.02em;
    color: var(--pv-cream);
    margin: 0 0 1.25rem;
    animation: pv-fade-up 0.9s ease both;
}

.pv-hero__title {
    font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(250, 246, 239, 0.72);
    margin: 0 0 1.5rem;
    animation: pv-fade-up 0.9s ease 0.12s both;
}

.pv-hero__title em {
    display: block;
    margin-top: 0.35rem;
    font-style: normal;
    color: var(--pv-gold-light);
}

.pv-hero__lead {
    max-width: 28rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(250, 246, 239, 0.7);
    margin: 0 0 2.5rem;
    animation: pv-fade-up 0.9s ease 0.22s both;
}

.pv-hero__content .pv-btn {
    animation: pv-fade-up 0.9s ease 0.35s both;
}

/* Buttons */
.pv-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.05rem 2.25rem;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
    width: fit-content;
}

.pv-btn svg {
    transition: transform 0.3s ease;
}

.pv-btn:hover svg {
    transform: translateX(4px);
}

.pv-btn--gold {
    background: var(--pv-gold);
    color: var(--pv-ink);
}

.pv-btn--gold:hover {
    background: var(--pv-gold-light);
    transform: translateX(3px);
}

.pv-btn--outline {
    border: 1px solid #8a6a2a;
    color: #5c4520;
    background: transparent;
}

.pv-btn--outline:hover {
    background: var(--pv-ink);
    border-color: var(--pv-ink);
    color: var(--pv-cream);
}

/* Trust */
.pv-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 2.75rem;
    padding: 1.35rem clamp(1.25rem, 4vw, 4rem);
    background: #121810;
    color: rgba(250, 246, 239, 0.78);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
}

.pv-trust__item {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.pv-trust__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pv-gold);
    flex-shrink: 0;
}

/* Shared section type */
.pv-label {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--pv-gold);
    margin: 0 0 1rem;
}

.pv-label--on-dark {
    color: var(--pv-gold);
}

.pv-title {
    font-family: 'Cormorant Garamond', ui-serif, Georgia, serif;
    font-size: clamp(2.15rem, 4.5vw, 3.4rem);
    font-weight: 300;
    line-height: 1.12;
    color: var(--pv-ink);
    margin: 0 0 1.25rem;
}

.pv-title em {
    font-style: italic;
    color: #6b542e;
}

.pv-title--on-dark {
    color: var(--pv-cream);
}

.pv-title--on-dark em {
    color: var(--pv-gold-light);
}

.pv-section-header {
    text-align: center;
    margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

/* Products */
.pv-products {
    padding: clamp(4rem, 9vw, 6.5rem) clamp(1.25rem, 5vw, 5rem);
    background: var(--pv-sand);
}

.pv-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    max-width: 68rem;
    margin: 0 auto;
}

.pv-product {
    background: var(--pv-cream);
    padding: clamp(2.25rem, 4vw, 3.5rem) clamp(1.75rem, 3.5vw, 3.25rem);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.pv-product::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: var(--pv-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.pv-product:hover {
    transform: translateY(-4px);
}

.pv-product:hover::before {
    transform: scaleX(1);
}

.pv-product__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.75rem;
}

.pv-product__subtitle {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--pv-gold);
    margin: 0 0 0.5rem;
}

.pv-product__title {
    font-family: 'Cormorant Garamond', ui-serif, Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--pv-ink);
    margin: 0 0 1.1rem;
}

.pv-product__text {
    font-size: 0.98rem;
    line-height: 1.8;
    color: var(--pv-muted);
    margin: 0 0 1.75rem;
}

.pv-product__features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin: 0 0 2rem;
    padding: 0;
}

.pv-product__features li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.92rem;
    color: var(--pv-muted);
}

.pv-product__features li::before {
    content: '';
    width: 1.1rem;
    height: 1px;
    background: var(--pv-gold);
    flex-shrink: 0;
}

/* Story */
.pv-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 34rem;
    background: var(--pv-cream);
}

.pv-story__visual {
    background: var(--pv-ink);
    min-height: 18rem;
}

.pv-story__visual svg {
    width: 100%;
    height: 100%;
    display: block;
}

.pv-story__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 6vw, 5rem) clamp(1.75rem, 5vw, 4.5rem);
}

.pv-story__content p:not(.pv-label) {
    font-size: 1.02rem;
    line-height: 1.85;
    color: var(--pv-muted);
    margin: 0 0 1.15rem;
}

.pv-story__content p:last-child {
    margin-bottom: 0;
}

/* Qualities */
.pv-qualities {
    background: var(--pv-ink);
    padding: clamp(4rem, 9vw, 6.5rem) clamp(1.25rem, 5vw, 5rem);
    color: var(--pv-cream);
}

.pv-qualities__header {
    max-width: 36rem;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.pv-qualities__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(250, 246, 239, 0.1);
}

.pv-quality {
    background: var(--pv-ink);
    padding: clamp(2rem, 3vw, 2.75rem) clamp(1.5rem, 2.5vw, 2.25rem);
}

.pv-quality__number {
    display: block;
    font-family: 'Cormorant Garamond', ui-serif, Georgia, serif;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    color: var(--pv-gold);
    opacity: 0.7;
    margin-bottom: 0.85rem;
}

.pv-quality h3 {
    font-family: 'Cormorant Garamond', ui-serif, Georgia, serif;
    font-size: 1.35rem;
    font-weight: 400;
    color: var(--pv-cream);
    margin: 0 0 0.7rem;
}

.pv-quality p {
    font-size: 0.92rem;
    line-height: 1.75;
    color: rgba(250, 246, 239, 0.55);
    margin: 0;
}

/* Final CTA */
.pv-cta {
    background: var(--pv-sand-deep);
    padding: clamp(4.5rem, 10vw, 7.5rem) clamp(1.25rem, 5vw, 5rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pv-cta__text {
    max-width: 30rem;
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--pv-muted);
    margin: 0 0 2rem;
}

.pv-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: var(--pv-ink);
    color: var(--pv-cream);
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.65rem 1.35rem;
    margin-bottom: 2rem;
}

.pv-cta__badge-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #86b049;
}

/* Inner page hero (compact) */
.pv-page-hero {
    background: var(--pv-ink);
    padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1.5rem, 6vw, 5rem)
        clamp(3rem, 7vw, 4.5rem);
}

.pv-page-hero__inner {
    max-width: 36rem;
}

.pv-page-hero__brand {
    display: inline-block;
    font-family: 'Cormorant Garamond', ui-serif, Georgia, serif;
    font-size: 1.35rem;
    font-weight: 300;
    letter-spacing: 0.06em;
    color: var(--pv-cream);
    text-decoration: none;
    margin-bottom: 2.5rem;
    transition: color 0.2s ease;
}

.pv-page-hero__brand:hover {
    color: var(--pv-gold-light);
}

.pv-page-hero__lead {
    max-width: 28rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(250, 246, 239, 0.7);
    margin: 0;
}

/* Contact */
.pv-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--pv-sand);
}

.pv-contact__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 7vw, 5.5rem) clamp(1.75rem, 5vw, 4.5rem);
    background: var(--pv-cream);
}

.pv-contact__text {
    font-size: 1.02rem;
    line-height: 1.85;
    color: var(--pv-muted);
    margin: 0 0 2rem;
}

.pv-contact__list {
    margin: 0 0 2.25rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.pv-contact__row {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 0.75rem;
    align-items: baseline;
}

.pv-contact__row dt {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--pv-gold);
    margin: 0;
}

.pv-contact__row dd {
    font-size: 0.98rem;
    line-height: 1.5;
    color: var(--pv-muted);
    margin: 0;
}

.pv-contact__row a {
    color: var(--pv-text);
    text-decoration: none;
    border-bottom: 1px solid var(--pv-gold);
    transition: color 0.2s ease;
}

.pv-contact__row a:hover {
    color: var(--pv-gold);
}

.pv-contact__form-wrap {
    padding: clamp(3rem, 7vw, 5.5rem) clamp(1.75rem, 5vw, 4.5rem);
    background: var(--pv-sand);
}

.pv-form__anchor {
    scroll-margin-top: 1.5rem;
}

.pv-form__title {
    font-family: 'Cormorant Garamond', ui-serif, Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 300;
    color: var(--pv-ink);
    margin: 0 0 1.75rem;
}

.pv-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 1.25rem;
}

.pv-form__field label {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--pv-muted);
}

.pv-form__field input,
.pv-form__field textarea {
    font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: var(--pv-text);
    background: var(--pv-cream);
    border: 1px solid var(--pv-sand-deep);
    border-radius: 0;
    padding: 0.9rem 1rem;
    outline: none;
    transition: border-color 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.pv-form__field input::placeholder,
.pv-form__field textarea::placeholder {
    color: rgba(109, 92, 69, 0.55);
}

.pv-form__field input:focus,
.pv-form__field textarea:focus {
    border-color: var(--pv-gold);
}

.pv-form__field textarea {
    resize: vertical;
    min-height: 8rem;
    line-height: 1.6;
}

.pv-form__note {
    font-size: 0.85rem;
    line-height: 1.65;
    color: var(--pv-muted);
    margin: 1.25rem 0 0;
}

.pv-form .pv-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

.pv-form .pv-btn:disabled:hover svg {
    transform: none;
}

.pv-form__alert {
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    padding: 1rem 1.15rem;
}

.pv-form__alert--success {
    background: rgba(134, 176, 73, 0.14);
    color: #3d5a1f;
}

.pv-form__alert--error {
    background: rgba(150, 60, 40, 0.1);
    color: #7a2e1c;
}

.pv-form__error {
    font-size: 0.82rem;
    color: #8a3a22;
}

.pv-form__field input.pv-form__input--error,
.pv-form__field textarea.pv-form__input--error {
    border-color: #a84b30;
}

.pv-form__hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.pv-form {
    position: relative;
    max-width: 28rem;
}

/* Footer */
.pv-footer {
    background: var(--pv-ink);
    padding: 2.25rem clamp(1.25rem, 5vw, 5rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.pv-footer__brand {
    font-family: 'Cormorant Garamond', ui-serif, Georgia, serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--pv-cream);
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pv-footer__brand-accent {
    color: var(--pv-gold-light);
}

a.pv-footer__brand:hover {
    color: rgba(250, 246, 239, 0.85);
}

a.pv-footer__brand:hover .pv-footer__brand-accent {
    color: var(--pv-gold);
}

.pv-footer__text {
    font-size: 0.75rem;
    color: rgba(250, 246, 239, 0.35);
    letter-spacing: 0.04em;
    margin: 0;
}

.pv-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.pv-footer__link {
    font-size: 0.75rem;
    color: rgba(250, 246, 239, 0.4);
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}

.pv-footer__link:hover,
.pv-footer__link[aria-current='page'] {
    color: var(--pv-gold-light);
}

@keyframes pv-fade-up {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pv-drift {
    from {
        transform: scale(1.05) translate3d(0, 0, 0);
    }
    to {
        transform: scale(1.1) translate3d(-1.2%, 1%, 0);
    }
}

@media (max-width: 900px) {
    .pv-products__grid,
    .pv-story,
    .pv-qualities__grid,
    .pv-contact {
        grid-template-columns: 1fr;
    }

    .pv-contact__row {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .pv-hero__veil {
        background: linear-gradient(
            180deg,
            rgba(15, 14, 12, 0.45) 0%,
            rgba(15, 14, 12, 0.78) 45%,
            rgba(15, 14, 12, 0.96) 100%
        );
    }

    .pv-story__visual {
        min-height: 16rem;
    }

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

@media (prefers-reduced-motion: reduce) {
    .pv-hero__image,
    .pv-brand,
    .pv-hero__title,
    .pv-hero__lead,
    .pv-hero__content .pv-btn {
        animation: none;
    }

    .pv-hero__image {
        transform: scale(1.05);
    }
}
