:root {
    --bg: #fff7f2;
    --paper: #fffdfa;
    --paper-soft: #fff0e7;
    --surface: rgba(255, 253, 250, 0.94);
    --text: #2f2730;
    --muted: #716472;
    --line: rgba(47, 39, 48, 0.12);
    --accent: #ff8f6b;
    --accent-deep: #d36e53;
    --accent-soft: #ffd8ca;
    --berry: #8f5775;
    --shadow: 0 22px 48px rgba(86, 54, 57, 0.1);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --shell: min(1120px, calc(100vw - 32px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(255, 143, 107, 0.16), transparent 24%),
        radial-gradient(circle at right 12%, rgba(143, 87, 117, 0.12), transparent 18%),
        linear-gradient(180deg, #fffaf6 0%, #fff7f2 46%, #ffefe6 100%);
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.shell {
    width: var(--shell);
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: 12px;
    top: -48px;
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--berry);
    color: #fff;
    z-index: 1000;
}

.skip-link:focus {
    top: 12px;
}

.version-rail {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 120;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.version-rail a {
    min-width: 26px;
    min-height: 26px;
    padding: 4px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(47, 39, 48, 0.9);
    color: #fffdfa;
    font-size: 8px;
    line-height: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.version-rail a:first-child {
    border-top: 0;
}

.version-rail a:hover,
.version-rail a:focus-visible {
    background: var(--berry);
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(14px);
    background: rgba(255, 247, 242, 0.82);
    border-bottom: 1px solid rgba(47, 39, 48, 0.08);
}

.header-row,
.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--accent), var(--berry));
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.brand-copy {
    display: grid;
    gap: 2px;
    color: var(--muted);
    font-size: 0.9rem;
}

.brand-copy strong {
    color: var(--text);
    font-size: 1rem;
}

.site-nav {
    display: flex;
    gap: 22px;
    align-items: center;
    font-size: 0.95rem;
    color: var(--muted);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.demo-banner a:hover,
.demo-banner a:focus-visible {
    color: var(--berry);
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.74);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.nav-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
}

.gift-hero,
.section {
    padding: 58px 0;
}

.gift-layout,
.bundles-layout,
.ease-layout,
.contact-layout,
.faq-layout {
    display: grid;
    gap: 28px;
}

.gift-layout {
    align-items: center;
    grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
}

.eyebrow,
.bundle-tag {
    margin: 0 0 14px;
    color: var(--accent-deep);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
    font-weight: 700;
}

h1,
h2,
h3,
strong {
    margin-top: 0;
    font-family: "Sora", sans-serif;
    line-height: 1.08;
}

p {
    margin-top: 0;
}

h1 {
    margin-bottom: 18px;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
}

h2 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
    margin-bottom: 10px;
    font-size: 1.45rem;
}

.gift-text,
.situations-strip p,
.bundle-card p,
.ease-steps p,
.contact-copy p,
.contact-link span,
.faq-grid p,
.form-legal,
.site-footer p,
.legal-card {
    color: var(--muted);
}

.gift-actions,
.footer-links,
.situations-strip,
.bundle-grid,
.ease-steps,
.contact-links,
.faq-grid,
.form-actions {
    display: grid;
    gap: 16px;
}

.gift-actions {
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    margin-top: 30px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--berry);
    color: #fff;
}

.button-secondary {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.72);
    color: var(--text);
}

.gift-scene,
.bundle-card,
.contact-copy,
.contact-form-wrap,
.contact-link,
.faq-grid details,
.legal-card {
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.gift-scene,
.contact-copy,
.contact-form-wrap,
.legal-card {
    border-radius: var(--radius-xl);
}

.gift-scene {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 143, 107, 0.18), transparent 18%),
        radial-gradient(circle at 82% 22%, rgba(143, 87, 117, 0.16), transparent 20%),
        linear-gradient(180deg, #fffdfa 0%, #fff0e7 100%);
}

.gift-scene img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    object-fit: cover;
}

.scene-tag,
.scene-back-card,
.scene-surface,
.scene-note,
.scene-note-line,
.scene-box,
.scene-lid,
.scene-ribbon,
.scene-bow,
.scene-bow-center,
.scene-compartment,
.scene-office-card,
.scene-office-line,
.scene-office-cup,
.scene-office-cup-lid,
.scene-card,
.scene-card-line,
.scene-treat {
    position: absolute;
}

.scene-tag {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(47, 39, 48, 0.08);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--berry);
}

.scene-tag-top {
    top: 24px;
    left: 24px;
}

.scene-tag-side {
    right: 24px;
    top: 54px;
}

.scene-back-card {
    left: 14%;
    top: 16%;
    width: 28%;
    height: 34%;
    border-radius: 28px;
    background: linear-gradient(180deg, #fffdfa, #ffe6dc);
    border: 1px solid rgba(47, 39, 48, 0.08);
    transform: rotate(-10deg);
}

.scene-surface {
    left: 12%;
    right: 12%;
    bottom: 14%;
    height: 16%;
    border-radius: 28px;
    background: linear-gradient(180deg, #f3d7ca, #e6bba9);
}

.scene-note {
    left: 20%;
    top: 22%;
    width: 18%;
    height: 20%;
    border-radius: 18px;
    background: #fffdfa;
    border: 1px solid rgba(47, 39, 48, 0.08);
    transform: rotate(-10deg);
}

.scene-note-line {
    height: 4px;
    border-radius: 999px;
    background: var(--accent-soft);
    transform: rotate(-10deg);
}

.scene-note-line-a {
    left: 23%;
    top: 30%;
    width: 10%;
}

.scene-note-line-b {
    left: 23%;
    top: 34%;
    width: 7%;
}

.scene-box {
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #ffd8ca);
    box-shadow: 0 18px 34px rgba(211, 110, 83, 0.18);
}

.scene-box-main {
    left: 28%;
    right: 18%;
    bottom: 20%;
    height: 30%;
}

.scene-lid {
    left: 30%;
    right: 20%;
    bottom: 48%;
    height: 11%;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff8f3, #f4c8b5);
    transform: rotate(-9deg);
}

.scene-ribbon {
    background: linear-gradient(180deg, var(--berry), #b66c92);
    border-radius: 999px;
}

.scene-ribbon-x {
    left: 31%;
    right: 21%;
    bottom: 31%;
    height: 14px;
}

.scene-ribbon-y {
    width: 14px;
    left: 52%;
    bottom: 21%;
    top: 34%;
}

.scene-bow {
    width: 54px;
    height: 38px;
    border-radius: 70% 70% 60% 60%;
    background: linear-gradient(180deg, #c27397, var(--berry));
    top: 45%;
}

.scene-bow-left {
    left: 47%;
    transform: rotate(-24deg);
}

.scene-bow-right {
    left: 53%;
    transform: rotate(24deg);
}

.scene-bow-center {
    width: 28px;
    height: 28px;
    left: 52%;
    top: 48%;
    border-radius: 50%;
    background: linear-gradient(180deg, #d889aa, #a65d7e);
}

.scene-compartment {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(47, 39, 48, 0.08);
}

.scene-compartment-a {
    left: 34%;
    width: 16%;
    bottom: 25%;
    height: 14%;
}

.scene-compartment-b {
    left: 52%;
    width: 16%;
    bottom: 25%;
    height: 14%;
}

.scene-compartment-c {
    left: 34%;
    width: 16%;
    bottom: 40%;
    height: 14%;
}

.scene-compartment-d {
    left: 52%;
    width: 16%;
    bottom: 40%;
    height: 14%;
}

.scene-treat {
    border-radius: 50%;
    box-shadow: 0 12px 22px rgba(143, 87, 117, 0.14);
}

.scene-treat-a {
    width: 58px;
    height: 58px;
    left: 37%;
    top: 39%;
    background: radial-gradient(circle at 30% 30%, #fff6ef, var(--accent));
}

.scene-treat-b {
    width: 48px;
    height: 48px;
    left: 56%;
    top: 42%;
    background: radial-gradient(circle at 30% 30%, #fff5fb, var(--berry));
}

.scene-treat-c {
    width: 54px;
    height: 54px;
    left: 37%;
    top: 55%;
    background: radial-gradient(circle at 30% 30%, #fff8ef, var(--accent-deep));
}

.scene-treat-d {
    width: 46px;
    height: 46px;
    left: 56%;
    top: 57%;
    background: radial-gradient(circle at 30% 30%, #fff4ef, #f0a37d);
}

.scene-treat-e {
    width: 62px;
    height: 62px;
    right: 20%;
    bottom: 29%;
    background: radial-gradient(circle at 30% 30%, #fff7f3, #e0a0b8);
}

.scene-office-card {
    right: 18%;
    top: 24%;
    width: 22%;
    height: 24%;
    border-radius: 20px;
    background: #fffdfa;
    border: 1px solid rgba(47, 39, 48, 0.08);
    transform: rotate(8deg);
}

.scene-office-line {
    height: 4px;
    border-radius: 999px;
    background: var(--accent-soft);
    transform: rotate(8deg);
}

.scene-office-line-a {
    right: 23%;
    top: 31%;
    width: 10%;
}

.scene-office-line-b {
    right: 23%;
    top: 35%;
    width: 7%;
}

.scene-office-cup {
    right: 24%;
    bottom: 22%;
    width: 88px;
    height: 104px;
    border-radius: 0 0 24px 24px;
    background: linear-gradient(180deg, #fffdfa, #ffd8ca);
    box-shadow: 0 14px 24px rgba(211, 110, 83, 0.14);
}

.scene-office-cup-lid {
    right: 22.5%;
    bottom: 40%;
    width: 104px;
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f7d5c7, #e4b49f);
}

.section-soft {
    background: rgba(255, 255, 255, 0.46);
}

.section-gridline {
    background-image: linear-gradient(rgba(47, 39, 48, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(47, 39, 48, 0.04) 1px, transparent 1px);
    background-size: 36px 36px;
}

.section-contact {
    background: linear-gradient(180deg, #fff0e7 0%, #fff7f2 100%);
}

.section-heading {
    max-width: 860px;
}

.section-heading-tight {
    max-width: 720px;
}

.situations-strip,
.bundle-grid,
.ease-steps,
.faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.situations-strip article,
.bundle-card,
.ease-steps article,
.contact-link,
.faq-grid details {
    padding: 22px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(47, 39, 48, 0.08);
}

.bundle-card-accent {
    background: linear-gradient(180deg, #fffdfa 0%, #ffe7dd 100%);
}

.contact-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
}

.contact-copy,
.contact-form-wrap,
.legal-card {
    padding: 28px;
}

.contact-links {
    margin-top: 24px;
    grid-template-columns: 1fr;
}

.contact-link {
    display: grid;
    gap: 4px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.form-group {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 700;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(47, 39, 48, 0.14);
    background: rgba(255, 255, 255, 0.96);
    color: var(--text);
}

.form-group textarea {
    resize: vertical;
    min-height: 190px;
}

.input--hidden {
    position: absolute;
    left: -9999px;
}

.form-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.button-submit {
    width: 100%;
}

.form-status {
    display: none;
    margin: 14px 0 0;
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 600;
}

.form-success {
    background: rgba(71, 136, 97, 0.14);
    color: #2d6842;
}

.form-error {
    background: rgba(180, 61, 87, 0.14);
    color: #8e4259;
}

.faq-grid summary {
    cursor: pointer;
    list-style: none;
    font-family: "Sora", sans-serif;
    font-size: 1.05rem;
}

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

.faq-grid p {
    margin: 14px 0 0;
}

.form-legal a,
.footer-links a,
.demo-banner a {
    text-decoration: underline;
}

.legal-section {
    min-height: calc(100vh - 80px);
}

.legal-card h2 {
    margin-top: 32px;
    font-size: 1.55rem;
}

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

.site-footer {
    padding: 20px 0 48px;
}

.footer-row {
    align-items: flex-start;
}

.footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.demo-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    padding: 4px 8px;
    background: rgba(47, 39, 48, 0.94);
    color: #fffdfa;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    text-align: center;
}

.demo-banner span {
    font-size: 8px;
    line-height: 1.2;
}

@media (max-width: 980px) {
    .gift-layout,
    .situations-strip,
    .bundle-grid,
    .ease-steps,
    .contact-layout,
    .faq-grid,
    .form-actions,
    .form-row,
    .gift-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .version-rail {
        top: auto;
        bottom: 56px;
        transform: none;
    }

    .version-rail a {
        min-width: 30px;
        min-height: 30px;
        padding: 6px 5px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 16px;
        border-radius: 20px;
        background: rgba(255, 253, 250, 0.98);
        border: 1px solid var(--line);
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .header-row,
    .footer-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .gift-scene,
    .contact-copy,
    .contact-form-wrap,
    .legal-card {
        padding: 22px;
    }

    .gift-scene {
        min-height: 380px;
    }
}
