:root {
    --navy: #081a33;
    --navy2: #102b4e;
    --cream: #fbf7ef;
    --paper: #fffdf9;
    --copper: #b87932;
    --gold: #d6a34b;
    --ink: #162238;
    --muted: #657083;
    --line: #ddd5c8;
    --white: #fff;
    --shadow: 0 18px 48px rgba(8,26,51,.13);
    --radius: 22px;
    --max: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter,Arial,sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--navy);
    text-underline-offset: 3px;
}

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

.container {
    width: min(calc(100% - 2rem),var(--max));
    margin: auto;
}

.skip-link {
    position: absolute;
    left: -999px;
    z-index: 9999;
    background: var(--gold);
    padding: .75rem 1rem;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.header-inner {
    min-height: 136px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.brand {
    display: flex;
    align-items: center;
    height: 126px;
    flex: 0 0 auto;
    overflow: visible;
}

.brand img {
    display: block;
    width: auto;
    height: 126px;
    max-width: 360px;
    object-fit: contain;
    object-position: left center;
    overflow: visible;
}

.primary-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: .25rem;
    margin: 0;
    padding: 0;
}

.primary-nav a {
    display: block;
    position: relative;
    padding: .65rem .8rem;
    color: var(--navy);
    background: transparent;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 9px;
    text-shadow:
        0 0 4px rgba(25, 105, 180, .80),
        0 0 9px rgba(25, 105, 180, .62),
        0 0 16px rgba(25, 105, 180, .42),
        0 0 24px rgba(25, 105, 180, .24);
    transition: text-shadow .2s ease, color .2s ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
    background: transparent;
    text-shadow:
        0 0 4px rgba(20, 100, 190, 1),
        0 0 10px rgba(20, 100, 190, .88),
        0 0 18px rgba(20, 100, 190, .66),
        0 0 28px rgba(20, 100, 190, .40);
}

.nav-cta {
    background: var(--navy) !important;
    color: #fff !important;
    text-shadow: none !important;
}

.nav-cta:hover,
.nav-cta:focus-visible {
    background: var(--navy2) !important;
    color: #fff !important;
    text-shadow: none !important;
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    padding: .5rem;
}

.menu-toggle span:not(.sr-only) {
    width: 29px;
    height: 3px;
    margin: 5px;
    background: var(--navy);
    display: block;
}

.hero-image {
    background: var(--navy);
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.intro {
    padding: 4.5rem 0;
    background: #fff;
}

.intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 5rem;
    align-items: center;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 900;
    font-size: .78rem;
    color: var(--copper);
    margin: 0 0 .75rem;
}

h1,h2,h3 {
    font-family: Georgia,serif;
    line-height: 1.12;
    color: var(--navy);
}

h1 {
    font-size: clamp(3rem,6.5vw,6rem);
    margin: .1rem 0;
}

h2 {
    font-size: clamp(2rem,4vw,3.45rem);
    margin: .3rem 0 1rem;
}

h3 {
    font-size: 1.35rem;
}

.hero-support {
    margin: .8rem 0 0;
    font-family: Georgia,serif;
    font-size: 1.2rem;
    font-style: italic;
    color: var(--copper);
}

.lead {
    font-size: 1.25rem;
    color: var(--muted);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.6rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .9rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 850;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: var(--copper);
    color: #fff;
}

.btn-secondary {
    border-color: var(--navy);
    color: var(--navy);
    background: transparent;
}

.btn-large {
    padding: 1.1rem 1.5rem;
    font-size: 1.05rem;
}

.section {
    padding: 5.5rem 0;
}

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

.section.dark {
    background: var(--navy);
    color: #fff;
}

.dark h2,.dark h3 {
    color: #fff;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.section-heading p:not(.eyebrow) {
    color: var(--muted);
    font-size: 1.22rem;
}

.dark .section-heading p {
    color: #dbe3ee;
}

.memory-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1rem;
}

.memory-card {
    min-height: 140px;
    padding: 1.2rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 24px rgba(8,26,51,.06);
}

.memory-card span {
    font-size: .8rem;
    color: var(--copper);
    font-weight: 900;
}

.memory-card strong {
    font-family: Georgia,serif;
    font-size: 1.15rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1.2rem;
    align-items: stretch;
}

.product-card {
    min-width: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: 0 9px 26px rgba(8,26,51,.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card h2 {
    margin-top: 0;
}

.product-card h2.calendar-title {
    font-size: 2.7rem;
    line-height: 1.08;
}

.product-card .btn {
    margin-top: auto;
    align-self: flex-start;
}

.product-index {
    color: var(--copper);
    font-weight: 900;
}

.product-card a:not(.btn) {
    font-weight: 800;
    color: var(--copper);
}

.product-card ul {
    padding-left: 1.1rem;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.addon-preview {
    background: var(--navy);
    color: #fff;
    border-radius: var(--radius);
    padding: 1rem;
}

.addon-preview div {
    display: flex;
    justify-content: space-between;
    padding: 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.addon-preview div:last-child {
    border: 0;
}

.addon-preview span {
    color: var(--gold);
    font-weight: 900;
}

.text-link {
    font-weight: 850;
    color: var(--copper);
}

.steps {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}

.steps article {
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 18px;
}

.steps b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--copper);
}

.cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: var(--cream);
    border-radius: var(--radius);
    padding: 2.5rem;
}

.page-hero {
    padding: 5.5rem 0;
    background: linear-gradient(135deg,var(--navy),var(--navy2));
    color: #fff;
}

.page-hero h1 {
    color: #fff;
    max-width: 1000px;
}

.page-hero p:not(.eyebrow) {
    max-width: 760px;
    font-size: 1.15rem;
    color: #dfe7f1;
}

.detailed .product-card {
    min-height: 390px;
}

.timeline {
    max-width: 900px;
}

.timeline article {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 1.4rem;
    padding: 2rem 0;
    border-bottom: 1px solid var(--line);
}

.timeline b {
    font-size: 2rem;
    color: var(--copper);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1.2rem;
}

.price-card {
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.price-card>strong {
    font-size: 1.65rem;
    color: var(--copper);
}

.notice {
    margin-top: 2rem;
    padding: 2rem;
    background: var(--cream);
    border-radius: var(--radius);
}

.gallery-feature {
    margin: 0;
    background: #fff;
    padding: 1rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.gallery-feature img {
    width: 100%;
}

.gallery-feature figcaption {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
}

.empty-gallery {
    text-align: center;
    padding: 4rem 1rem;
}

.faq-list {
    max-width: 900px;
}

.faq-list details {
    border-bottom: 1px solid var(--line);
    padding: 1.2rem 0;
}

.faq-list summary {
    font-family: Georgia,serif;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
}

.prose {
    max-width: 820px;
}

.prose h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 4rem;
}

.contact-form,.form-grid {
    display: grid;
    gap: 1rem;
}

.contact-form label,.form-grid label,.detail-fields label {
    display: grid;
    gap: .35rem;
    font-weight: 750;
}

.contact-form input,.contact-form select,.contact-form textarea,.form-grid input,.form-grid textarea,.detail-fields input,.detail-fields textarea {
    width: 100%;
    border: 1px solid #b9c0c9;
    border-radius: 12px;
    padding: .85rem;
    background: #fff;
}

.contact-form textarea,.form-grid textarea {
    min-height: 140px;
}

.hp-field {
    position: absolute;
    left: -9999px;
}

.builder-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 340px;
    gap: 2rem;
    align-items: start;
}

.builder-layout form {
    display: grid;
    gap: 2rem;
}

.builder-layout fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.builder-layout legend {
    font-family: Georgia,serif;
    font-size: 1.7rem;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 1rem;
}

.builder-layout legend span {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--copper);
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 1rem;
    margin-right: .45rem;
}
/* Creation type selection cards */
.creation-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.creation-choice {
    position: relative;
    display: block;
    min-width: 0;
}

.creation-choice input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.creation-choice > span {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "number title"
        "number price"
        "number description";
    column-gap: 0.85rem;
    row-gap: 0.25rem;
    height: 100%;
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.creation-choice > span:hover {
    border-color: #b7c4d3;
    box-shadow: 0 8px 20px rgba(8, 26, 51, 0.08);
}

.creation-choice input[type="radio"]:focus-visible + span {
    outline: 3px solid var(--gold);
    outline-offset: 3px;
}

.creation-choice input[type="radio"]:checked + span {
    border-color: var(--copper);
    background: #fff8ec;
    box-shadow: 0 0 0 3px rgba(184, 121, 50, 0.13);
}

.creation-number {
    grid-area: number;
    display: grid;
    place-items: center;
    align-self: start;
    min-width: 42px;
    height: 42px;
    padding: 0 0.35rem;
    border-radius: 10px;
    background: var(--navy);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1;
}

.creation-choice strong {
    grid-area: title;
    align-self: center;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1.1;
}

.creation-price {
    grid-area: price;
    color: var(--copper);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.25;
}

.creation-choice small {
    grid-area: description;
    display: block;
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.5;
}
.choice-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .8rem;
}

.choice-grid.compact {
    grid-template-columns: repeat(4,1fr);
}

.choice-grid.two {
    grid-template-columns: repeat(2,1fr);
}

.choice {
    position: relative;
}

.choice input {
    position: absolute;
    opacity: 0;
}

.choice span {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    height: 100%;
    padding: 1rem;
    border: 2px solid var(--line);
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
}

.choice input:checked+span {
    border-color: var(--copper);
    background: #fff8ec;
    box-shadow: 0 0 0 3px rgba(184,121,50,.13);
}

.choice small {
    color: var(--muted);
}

.addon-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .7rem;
}

.addon {
    position: relative;
}

.addon input {
    position: absolute;
    opacity: 0;
}

.addon span {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    padding: .9rem;
    border: 2px solid var(--line);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
}

.addon input:checked+span {
    border-color: var(--copper);
    background: #fff8ec;
}

.addon small {
    color: var(--copper);
    font-weight: 900;
}

.detail-fields {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.detail-fields details {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}

.detail-fields summary {
    padding: .9rem 1rem;
    color: var(--navy);
    font-weight: 850;
    cursor: pointer;
}

.detail-fields details[open] summary {
    border-bottom: 1px solid var(--line);
    background: #fff8ec;
}

.detail-fields details label {
    padding: 1rem;
}

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

.form-grid .full {
    grid-column: 1/-1;
}

.form-grid small {
    font-weight: 400;
    color: var(--muted);
}

.check {
    display: flex!important;
    grid-template-columns: auto 1fr!important;
    align-items: start;
}

.check input {
    width: auto;
    margin-top: .35rem;
}

.summary {
    position: sticky;
    top: 152px;
    padding: 1.5rem;
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.summary h2 {
    margin-bottom: 1rem;
    color: var(--navy);
    font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.summary ul {
    padding-left: 1.2rem;
}

.total {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 1rem;
    margin-top: 1rem;
}

.total strong {
    font-size: 1.6rem;
    color: var(--gold);
}

.site-footer {
    background: #061326;
    color: #dbe3ed;
    padding: 4rem 0 1rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
}

.footer-logo {
    width: 260px;
    height: 185px;
    object-fit: contain;
    object-position: left;
}

.site-footer h2 {
    font: 700 1rem Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
}

.site-footer ul {
    list-style: none;
    padding: 0;
}

.site-footer a {
    color: #dbe3ed;
}

.footer-tagline {
    color: var(--gold);
    font-family: Georgia,serif;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.14);
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: .9rem;
}

@media(max-width:1000px) {
    .primary-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid var(--line);
        box-shadow: 0 12px 28px rgba(8, 26, 51, .12);
        display: none;
        padding: 1rem;
    }

    .primary-nav.open {
        display: block;
    }

    .primary-nav ul {
        display: grid;
        gap: .35rem;
    }

    .menu-toggle {
        display: block;
    }

    .brand img {
        width: auto;
        height: 102px;
        max-width: 290px;
    }

    .memory-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .product-grid,.pricing-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .choice-grid,.choice-grid.compact {
        grid-template-columns: repeat(2,1fr);
    }

    .addon-list {
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:760px) {
    .header-inner {
        min-height: 86px;
    }

    .brand {
        height: 72px;
        max-width: 82%;
    }

    .brand img {
        width: auto;
        height: 82px;
        max-width: 230px;
    }

    .hero-image img {
        height: auto;
        object-position: center;
    }

    .intro {
        padding: 3rem 0;
    }

    .intro-grid,.split,.contact-grid,.builder-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .intro-grid {
        gap: 1rem;
    }

    .memory-grid,.product-grid,.pricing-grid,.steps,.choice-grid,.choice-grid.compact,.choice-grid.two,.addon-list {
        grid-template-columns: 1fr;
    }
    .creation-choice-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .creation-choice > span {
        grid-template-columns: 40px minmax(0, 1fr);
        column-gap: 0.75rem;
        padding: 1rem;
    }

    .creation-number {
        min-width: 40px;
        height: 40px;
        border-radius: 9px;
        font-size: 0.82rem;
    }

    .creation-choice strong {
        font-size: 1.05rem;
    }

    .creation-choice small {
        font-size: 0.92rem;
        line-height: 1.45;
    }
    .section {
        padding: 3.7rem 0;
    }

    .cta {
        display: block;
    }

    .cta .btn {
        margin-top: 1rem;
    }

    .summary {
        position: static;
        order: -1;
    }

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

    .gallery-feature figcaption {
        display: grid;
    }

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

    .timeline article {
        grid-template-columns: 55px 1fr;
    }

    .footer-logo {
        width: 240px;
    }

}

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

    .brand img {
        width: auto;
        height: 68px;
        max-width: 195px;
    }
    .creation-choice > span {
        padding: 0.9rem;
    }

    .creation-choice strong {
        font-size: 1rem;
    }

    .creation-choice small {
        font-size: 0.88rem;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 2.75rem;
    }

    .hero-image img {
        height: auto;
    }

    .page-hero {
        padding: 4rem 0;
    }

}

/* =========================================================
   Old Pueblo Creations home-page layout
   ========================================================= */

/* Keep the logo near the far-left edge and navigation on the right. */
.header-inner {
    width: 100%;
    max-width: none;
    min-height: 136px;
    margin: 0;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
}

.brand {
    flex: 0 0 auto;
    margin-right: auto;
}

.primary-nav {
    margin-left: auto;
}

/* Tagline appears directly below the hero image. */
.home-tagline {
    background: #ffffff;
    padding: 2.25rem 0 2.75rem;
    overflow: hidden;
}

.home-tagline-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-tagline h1 {
    width: 100%;
    margin: 0;
    font-size: clamp(2.7rem, 6.2vw, 6.5rem);
    line-height: 1.02;
    white-space: nowrap;
    text-align: center;
}

.home-tagline h1 span {
    color: var(--copper);
    font-style: italic;
}

.home-start-button {
    margin: 1.35rem auto 0;
}

/* =========================================================
   PHOTOGRAPHY PARTNER SECTION
   ========================================================= */
.photographer-section {
    background:
        radial-gradient(circle at 85% 18%, rgba(191, 121, 50, 0.10), transparent 28rem),
        radial-gradient(circle at 12% 82%, rgba(16, 43, 78, 0.07), transparent 30rem),
        #fffdf9;
}

.photographer-partner {
    max-width: 960px;
    text-align: center;
}

.photographer-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 0 1.5rem;
    color: #145fb5;
    font-size: clamp(0.8rem, 1.7vw, 1.05rem);
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.photographer-kicker::before,
.photographer-kicker::after {
    content: "";
    width: min(120px, 14vw);
    height: 1px;
    background: #6ea6df;
}

.photographer-logo {
    display: block;
    width: clamp(150px, 22vw, 245px);
    height: auto;
    margin: 0 auto 1.1rem;
}

.photography-referral-heading {
    margin: 0 0 1.1rem;
    color: var(--navy);
    font-size: clamp(1.55rem, 4vw, 2.15rem);
}

.photographer-title {
    margin: 0;
    color: var(--navy);
    font-family: Georgia, serif;
    font-size: clamp(2.35rem, 6vw, 4.8rem);
    line-height: 1.05;
}

.photographer-partner-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1.35rem 0 1.15rem;
    color: #cf8b16;
    font-size: clamp(0.9rem, 2.1vw, 1.25rem);
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.photographer-partner-label::before,
.photographer-partner-label::after {
    content: "";
    width: min(85px, 10vw);
    height: 1px;
    background: #cf8b16;
}

.photographer-services {
    margin: 0;
    color: var(--navy);
    font-size: clamp(1rem, 2.6vw, 1.35rem);
}

.photographer-services span {
    margin: 0 0.55rem;
    color: #1474c9;
}

.photographer-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.8rem;
    max-width: 620px;
    margin: 2rem auto;
    color: #1474c9;
}

.photographer-divider span {
    height: 1px;
    background: #9fc7ec;
}

.photographer-copy {
    max-width: 760px;
    margin: 0 auto;
}

.photographer-copy h3 {
    margin: 0 0 0.75rem;
    color: var(--navy);
    font-size: clamp(1.55rem, 4vw, 2.15rem);
}

.photographer-copy p {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1rem, 2.3vw, 1.18rem);
    line-height: 1.75;
}

.photographer-button {
    margin-top: 1.65rem;
    min-width: min(100%, 360px);
    justify-content: center;
}

.photographer-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 800px;
    margin: 2rem auto 0;
    overflow: hidden;
    border: 1px solid #2c78c9;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
}

.photographer-contact-grid > * {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.25rem 1rem;
    color: var(--navy);
    text-decoration: none;
}

.photographer-contact-grid > * + * {
    border-left: 1px solid #9fc7ec;
}

.photographer-contact-grid strong {
    font-size: 1rem;
}

.photographer-contact-grid span {
    overflow-wrap: anywhere;
    font-size: 0.98rem;
}

.photographer-contact-grid a:hover,
.photographer-contact-grid a:focus-visible {
    background: #eef6ff;
}

@media (max-width: 1000px) {
    .header-inner {
        padding: 0 1.25rem;
    }

    .primary-nav {
        margin-left: 0;
    }

    .home-tagline-inner {
        padding: 0 1.25rem;
    }

    .home-tagline h1 {
        white-space: normal;
    }
}

@media (max-width: 760px) {
    .header-inner {
        padding: 0 1rem;
    }

    .home-tagline {
        padding: 1.8rem 0 2.2rem;
    }

    .home-tagline-inner {
        padding: 0 1rem;
    }

    .home-tagline h1 {
        font-size: clamp(2.25rem, 12vw, 4rem);
        line-height: 1.08;
    }

    .home-start-button {
    width: 100%;
    max-width: 320px;
    margin: 1.15rem auto 0;
}

    .photographer-kicker,
    .photographer-partner-label {
        gap: 0.65rem;
        letter-spacing: 0.13em;
    }

    .photographer-services span {
        margin: 0 0.25rem;
    }

    .photographer-contact-grid {
        grid-template-columns: 1fr;
    }

    .photographer-contact-grid > * + * {
        border-top: 1px solid #9fc7ec;
        border-left: 0;
    }
}

@media (max-width: 480px) {
    .header-inner {
        padding: 0 0.75rem;
    }

    .home-tagline-inner {
        padding: 0 0.75rem;
    }
}

/* =========================================================
   Secure Order Builder and Dropbox uploader
   ========================================================= */
.builder-progress {
    margin-bottom: 2rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
}
.progress-track,
.upload-progress > div {
    height: 10px;
    overflow: hidden;
    background: #e7eaf0;
    border-radius: 999px;
}
.progress-track span,
.upload-progress > div span {
    display: block;
    width: 20%;
    height: 100%;
    background: var(--copper);
    border-radius: inherit;
    transition: width .25s ease;
}
.wizard-actions {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
}
.builder-step[hidden] {
    display: none !important;
}
.builder-step {
    padding: clamp(1.25rem, 2.5vw, 2rem) !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 12px 32px rgba(8, 26, 51, 0.07);
}
.drop-zone {
    display: grid;
    place-items: center;
    min-height: 190px;
    padding: 2rem;
    border: 2px dashed #9ba6b5;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}
.drop-zone.dragging {
    border-color: var(--copper);
    background: #fff8ec;
}
.drop-zone[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: .7;
}
.drop-zone span,
.drop-zone small {
    display: block;
    color: var(--muted);
}
.upload-totals {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: .8rem 0;
    color: var(--muted);
}
.photo-change-note {
    margin: -.25rem 0 .9rem;
    color: var(--muted);
    font-size: .9rem;
}
.photo-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
}
.photo-preview {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}
.photo-preview img {
    width: 100%;
    height: 116px;
    object-fit: cover;
}
.photo-preview-details {
    display: grid;
    padding: .65rem;
}
.photo-upload-status {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 750;
}
.photo-upload-status.is-uploaded {
    color: #2c6b45;
}
.photo-upload-status.is-failed {
    color: #9a2f2f;
}
.photo-preview strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .86rem;
}
.remove-photo {
    width: 100%;
    border: 0;
    border-top: 1px solid var(--line);
    padding: .55rem;
    background: #fff;
    color: #8a1c1c;
    font-weight: 800;
    cursor: pointer;
}
.remove-photo:disabled {
    color: var(--muted);
    cursor: not-allowed;
    opacity: .65;
}
.calendar-photo-assignment-status {
    display: grid;
    gap: .25rem;
    margin: .8rem 0 1rem;
    padding: .85rem 1rem;
    border: 1px solid #d0a35c;
    border-radius: 12px;
    background: #fff8ea;
}
.calendar-photo-assignment-status[hidden] {
    display: none;
}
.calendar-photo-assignment-status.is-complete {
    border-color: #9ac8aa;
    background: #f2fbf5;
}
.calendar-photo-assignment-status span {
    color: var(--muted);
    font-size: .88rem;
}
.calendar-photo-select {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background: #fff;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
}
.calendar-photo-select[aria-pressed="true"] {
    box-shadow: inset 0 0 0 3px var(--navy);
}
.calendar-photo-select:disabled {
    cursor: not-allowed;
    opacity: .7;
}
.calendar-photo-month-summary {
    margin-top: .35rem;
    color: var(--navy);
    font-size: .78rem;
    font-weight: 800;
}
.calendar-photo-editor {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--cream);
}
.calendar-photo-editor[hidden] {
    display: none;
}
.calendar-photo-editor-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .85rem;
}
.calendar-photo-editor-heading h4,
.calendar-photo-editor-heading p {
    margin: 0;
}
.calendar-photo-editor-heading p {
    margin-top: .25rem;
    color: var(--muted);
    font-size: .88rem;
}
.calendar-clear-photo-months {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: .6rem .8rem;
    background: #fff;
    color: #8a1c1c;
    font: inherit;
    font-size: .82rem;
    font-weight: 800;
    cursor: pointer;
}
.calendar-clear-photo-months:disabled {
    color: var(--muted);
    cursor: not-allowed;
    opacity: .65;
}
.calendar-month-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .55rem;
}
.calendar-month-options label {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-width: 0;
    min-height: 44px;
    padding: .55rem .65rem;
    border: 2px solid var(--line);
    border-radius: 10px;
    background: #fff;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
}
.calendar-month-options input {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    accent-color: var(--navy);
}
.calendar-month-choice.is-assigned {
    border-color: #d0a35c;
    background: #fff3d7;
}
.calendar-month-choice.is-active-assignment {
    border-color: var(--navy);
    background: #eaf4ff;
    box-shadow: 0 0 0 2px rgba(8, 26, 51, .08);
}
.calendar-month-choice.is-assigned-elsewhere {
    color: #5c4826;
}
@media (max-width: 720px) {
    .calendar-month-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 520px) {
    .calendar-photo-editor-heading {
        display: grid;
    }
}
.upload-progress {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 14px;
    background: var(--cream);
}
.upload-progress.is-error {
    border: 1px solid #d69a9a;
    background: #fff4f4;
}
.upload-progress.is-complete {
    border: 1px solid #9ac8aa;
    background: #f2fbf5;
}
.submit-status {
    margin: .85rem 0 0;
    color: var(--muted);
    font-weight: 750;
}
.submit-status.is-error {
    color: #9a2f2f;
}
.confirmation-dialog {
    width: min(92vw, 540px);
    padding: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    box-shadow: 0 24px 70px rgba(8, 26, 51, .24);
}
.confirmation-dialog::backdrop {
    background: rgba(8, 26, 51, .62);
}
.confirmation-dialog form {
    display: grid;
    gap: 1rem;
    padding: clamp(1.25rem, 4vw, 2rem);
}
.confirmation-dialog h2,
.confirmation-dialog p {
    margin: 0;
}
.confirmation-dialog-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: .5rem;
}
#submit-project-button:disabled {
    opacity: .65;
    cursor: wait;
}
@media (max-width: 760px) {
    .photo-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .upload-totals { display: grid; }
}
@media (max-width: 480px) {
    .photo-preview-grid { grid-template-columns: 1fr; }
    .wizard-actions { flex-direction: column-reverse; }
    .wizard-actions .btn { width: 100%; }
}

/* =========================================================
   Order Builder layout refinements
   ========================================================= */
.creation-builder-section {
    overflow: visible;
    background: linear-gradient(180deg, #fffdf9 0%, #fbf7ef 100%);
}

.builder-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
}

.builder-main {
    min-width: 0;
}

.builder-progress {
    margin: 0 0 1rem;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    box-shadow: 0 5px 16px rgba(8, 26, 51, 0.05);
}

.builder-progress p {
    margin: 0.4rem 0 0;
    font-size: 0.88rem;
    line-height: 1.2;
}

.progress-track {
    height: 6px;
}

.builder-layout form {
    gap: 1.25rem;
}

.builder-step {
    scroll-margin-top: 165px;
}

.summary {
    position: sticky;
    top: 152px;
    align-self: start;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

@media (max-width: 760px) {
    .builder-layout {
        grid-template-columns: 1fr;
    }

    .builder-main {
        order: 1;
    }

    .summary {
        position: static;
        order: 2;
        max-height: none;
        overflow: visible;
    }

    .builder-progress {
        padding: 0.6rem 0.75rem;
    }
}


/* =========================================================
   FINAL PRODUCTION ORDER SUMMARY
   ========================================================= */
@media (min-width: 1100px) {
    .creation-builder-section > .container {
        width: min(calc(100% - 2rem), 1380px);
        max-width: 1380px;
    }

    .builder-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        column-gap: clamp(1.5rem, 3vw, 2.75rem);
    }
}

.summary {
    box-shadow: 0 18px 45px rgba(6, 19, 38, 0.11);
}

.summary #summary-items ul {
    margin: 0.75rem 0 1.1rem;
    padding-left: 1.25rem;
}

.summary #summary-items li + li {
    margin-top: 0.45rem;
}

.summary-stat {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
    border-top: 1px solid var(--line);
}

.summary-stat span {
    color: var(--muted);
}

.summary-stat strong {
    color: var(--copper);
    text-align: right;
}

.summary-stat #order-total {
    font-size: 1.35rem;
}

.summary-note {
    margin: 0.9rem 0;
    color: var(--muted);
    font-size: 1rem;
}

.summary-help {
    display: block;
    margin-top: 1rem;
    padding: 0.8rem 1rem;
    border: 1px solid var(--navy);
    border-radius: 10px;
    color: var(--navy);
    text-align: center;
    font-weight: 700;
}

.summary-help:hover,
.summary-help:focus-visible {
    background: var(--navy);
    color: #fff;
}

/* =========================================================
   HOMEPAGE TRANSFORMATIONS, POSSIBILITIES, AND CALENDAR
   Added: 2026-08-02
   ========================================================= */
.transformations-section {
    background: linear-gradient(180deg, #fffdf8 0%, #fff8e9 100%);
}

.transformation-heading {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.transformation-script {
    margin: 0.2rem 0 0;
    color: #0d62bd;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 3.4vw, 3rem);
    font-style: italic;
    line-height: 1.1;
}

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

.transformation-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(8, 26, 51, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(8, 26, 51, 0.1);
}

.transformation-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.72 / 1;
    object-fit: cover;
    object-position: center;
}

.transformation-card-copy {
    padding: 1.25rem 1.35rem 1.4rem;
    text-align: center;
}

.transformation-type {
    display: inline-block;
    margin: -2.1rem auto 0.75rem;
    padding: 0.4rem 0.7rem;
    position: relative;
    background: var(--navy);
    border-radius: 999px;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.transformation-card h3 {
    margin: 0;
    font-size: 1.22rem;
}

.transformation-card p:last-child {
    margin: 0.45rem 0 0;
    color: #526077;
    font-size: 1rem;
}

.section-actions {
    margin-top: 2rem;
    text-align: center;
}

.possibilities-section {
    background: #fff;
}

.possibilities-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.possibilities-heading {
    text-align: left;
}

.possibility-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.possibility-grid article {
    padding: 1.1rem;
    border: 1px solid rgba(8, 26, 51, 0.12);
    border-radius: 14px;
    background: #fbfdff;
}

.possibility-grid article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 0.65rem;
    border-radius: 50%;
    background: #eaf4ff;
    color: #0d62bd;
    font-size: 1.3rem;
    font-weight: 900;
}

.possibility-grid h3 {
    margin: 0;
    font-size: 1rem;
}

.possibility-grid p {
    margin: 0.35rem 0 0;
    color: #5a6576;
    font-size: 0.88rem;
}

.calendar-spotlight {
    padding: clamp(1.4rem, 3vw, 2rem);
    border: 1px solid rgba(185, 121, 50, 0.3);
    border-radius: 22px;
    background: linear-gradient(145deg, #fffaf0, #fff);
    box-shadow: 0 16px 38px rgba(8, 26, 51, 0.1);
}

.calendar-spotlight h2 {
    margin-top: 0.15rem;
}

.calendar-preview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    margin: 1.25rem 0;
    border: 1px solid rgba(8, 26, 51, 0.13);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(8, 26, 51, 0.1);
}

.calendar-preview img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
}

.calendar-preview div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    color: var(--navy);
    font-size: 0.72rem;
    text-align: center;
}

.calendar-preview strong {
    letter-spacing: 0.16em;
}

.memory-cta-section {
    padding-block: clamp(3rem, 7vw, 5rem);
    background: linear-gradient(135deg, var(--navy), #133d72);
    color: #fff;
}

.memory-cta {
    max-width: 800px;
    text-align: center;
}

.memory-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.6rem);
}

.memory-cta p {
    margin: 0.65rem 0 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
}

/* The project summary follows the page without creating a second scrollbar. */
.summary {
    max-height: none !important;
    overflow: visible !important;
}

@media (max-width: 1050px) {
    .transformation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .possibilities-layout {
        grid-template-columns: 1fr;
    }

    .calendar-spotlight {
        max-width: 680px;
    }
}


@media (max-width: 820px) {
    .transformation-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .transformation-card img {
        aspect-ratio: 1.6 / 1;
    }
}

@media (max-width: 700px) {
    .transformation-grid,
    .possibility-grid {
        grid-template-columns: 1fr;
    }

    .transformation-card {
        max-width: 520px;
        margin-inline: auto;
    }

    .calendar-preview {
        grid-template-columns: 1fr;
    }

    .calendar-preview img {
        max-height: 240px;
    }
}


/* =========================================================
   EXACT WORK EXAMPLES + PRODUCT BUTTON CARDS
   Updated: 2026-08-02
   ========================================================= */
.transformation-card img {
    aspect-ratio: auto;
    height: auto;
    max-height: none;
    object-fit: contain;
    background: #fff;
}

.possibility-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.possibility-card-grid .possibility-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 1.35rem;
    border: 1px solid rgba(8, 26, 51, 0.14);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 26, 51, 0.08);
}

.possibility-card-grid .possibility-card p {
    flex: 1;
    margin-bottom: 1rem;
}

.btn-card {
    width: 100%;
    justify-content: center;
    padding: 0.72rem 0.9rem;
    background: var(--navy);
    color: #fff;
    border-radius: 10px;
    font-size: 0.88rem;
}

.btn-card:hover,
.btn-card:focus-visible {
    background: #0d62bd;
    color: #fff;
}

.calendar-preview img {
    object-fit: contain;
    background: #fff;
}

@media (max-width: 860px) {
    .possibility-card-grid {
        grid-template-columns: 1fr;
    }
}


/* Homepage possibilities: all services use matching cards */
.possibilities-layout {
    display: block;
}

.possibilities-heading {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.possibility-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1180px;
    margin: 2rem auto 0;
}

@media (max-width: 900px) {
    .possibility-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .possibility-card-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   HOMEPAGE CORRECTIONS - 2026-08-02
   Equal example sizing and smaller photography section
   ========================================================= */
.transformation-grid {
    align-items: stretch;
}
.transformation-card {
    display: flex;
    flex-direction: column;
}
.transformation-card img {
    width: 100%;
    aspect-ratio: 1400 / 760;
    height: auto;
    object-fit: contain;
    object-position: center;
    background: #f8fafc;
}
.transformation-card-copy {
    flex: 1;
}
.photographer-section {
    padding-block: clamp(2.5rem, 5vw, 4rem);
}
.photographer-partner {
    max-width: 820px;
}
.photographer-kicker {
    margin-bottom: 1rem;
}
.photographer-logo {
    width: clamp(105px, 15vw, 165px);
    margin-bottom: 0.7rem;
}
.photographer-title {
    font-size: clamp(2rem, 4.5vw, 3.55rem);
}
.photographer-services {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
}
.photographer-divider {
    margin: 1.25rem auto;
}
.photographer-copy {
    max-width: 680px;
}
.photographer-copy h3 {
    font-size: clamp(1.35rem, 3vw, 1.8rem);
}
.photographer-copy p {
    font-size: 1rem;
    line-height: 1.6;
}
.photographer-button {
    margin-top: 1.2rem;
    min-width: min(100%, 300px);
}
.photographer-contact-grid {
    max-width: 720px;
    margin-top: 1.35rem;
}
.photographer-contact-grid > * {
    padding: 0.9rem 0.75rem;
}

/* =========================================================
   PERMANENT BEFORE/AFTER EXAMPLE LIBRARY
   ========================================================= */
.transformation-pairs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}
.transformation-pair-card {
    display: flex;
    flex-direction: column;
}
.transformation-pair {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    padding: 1rem;
    background: #f8fafc;
}

.transformation-panel-wrap {
    min-width: 0;
}

.transformation-panel-label {
    width: fit-content;
    margin: 0 auto 0.6rem;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 5px 14px rgba(8, 26, 51, 0.14);
}

.transformation-panel-label-original {
    background: var(--navy);
}

.transformation-panel-label-created {
    background: #0d62bd;
}
.transformation-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 390px;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(8, 26, 51, 0.12);
    border-radius: 14px;
}
.transformation-panel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
}
.transformation-arrow {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0d62bd;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(13, 98, 189, 0.25);
}
.transformation-pair-card .transformation-card-copy {
    flex: 1;
}

.transformation-single-card {
    display: flex;
    flex-direction: column;
}

.transformation-panel-single {
    max-width: 620px;
    height: 520px;
    margin-inline: auto;
}

.transformation-panel-single img {
    object-fit: contain;
}
@media (max-width: 1050px) {
    .transformation-pairs { grid-template-columns: 1fr; }
    .transformation-panel { height: 430px; }
}
@media (max-width: 680px) {
    .transformation-pair {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .transformation-panel-label {
        margin-bottom: 0.5rem;
    }
    .transformation-arrow {
        margin-inline: auto;
        transform: rotate(90deg);
    }
    .transformation-panel { height: 420px; }
}
@media (max-width: 430px) {
    .transformation-panel { height: 340px; }
}



/* Creation Studio polish */
.creation-hero { padding: 4.5rem 0 3.5rem; }
.creation-hero h1 { max-width: 820px; font-size: clamp(2.5rem, 5vw, 4.75rem); line-height: 1.03; }
.creation-hero p:not(.eyebrow) { max-width: 760px; }
.studio-step-labels { display:grid; grid-template-columns:repeat(5,1fr); gap:.4rem; margin-bottom:.65rem; }
.studio-step-labels button { appearance:none; border:0; border-radius:8px; padding:.45rem .3rem; background:transparent; color:#718096; font-size:.76rem; font-weight:800; text-align:center; text-transform:uppercase; letter-spacing:.04em; cursor:pointer; opacity:.65; }
.studio-step-labels button:hover:not(:disabled),
.studio-step-labels button:focus-visible:not(:disabled) { background:#f3eee5; color:var(--navy); opacity:1; }
.studio-step-labels button.active { color:var(--navy); opacity:1; }
.studio-step-labels button.completed { color:var(--copper); opacity:1; }
.studio-step-labels button:disabled { cursor:not-allowed; opacity:.35; }
.creation-choice em { display:none; }
.addon small { display:inline-block; margin-left:auto; white-space:nowrap; font-size:.92rem; }
.studio-reassurance { margin:1.5rem 0; padding:1.2rem 1.35rem; border:1px solid rgba(30,99,196,.22); border-radius:14px; background:#f4f8ff; }
.studio-reassurance strong { color:var(--navy); }
.studio-reassurance p { margin:.35rem 0 0; }
.summary .summary-stat:first-of-type strong { color:var(--copper); font-size:1rem; }
.summary .eyebrow { color:var(--copper); }
.summary-digital { margin-top:1rem; padding:1rem; border-radius:14px; background:var(--navy); color:#fff; }
.summary-digital span { display:block; color:rgba(255,255,255,.78); }
@media (max-width:1050px){ .creation-choice-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:760px){ .studio-step-labels { gap:.15rem; } .studio-step-labels button { padding:.4rem .1rem; font-size:.63rem; } .creation-choice-grid { grid-template-columns:1fr; } .creation-hero { padding:3.25rem 0 2.75rem; } }

/* Quantity control for single-page additional pages. */
.addon.addon-quantity {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .9rem;
    border: 2px solid var(--line);
    border-radius: 14px;
    background: #fff;
}
.addon.addon-quantity span {
    flex: 1;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: default;
}
.addon.addon-quantity input[type="number"] {
    position: static;
    opacity: 1;
    width: 76px;
    padding: .55rem .6rem;
    border: 2px solid var(--line);
    border-radius: 10px;
    font: inherit;
    font-weight: 800;
    text-align: center;
}

/* =========================================================
   Personalized Calendar Custom Dates & Events
   ========================================================= */
.calendar-customizer {
    margin-top: 1.4rem;
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--cream);
}

.calendar-customizer[hidden] {
    display: none;
}

.calendar-customizer-heading {
    max-width: 760px;
}

.calendar-customizer-heading h3 {
    margin: 0.15rem 0 0.45rem;
}

.calendar-customizer-heading p:last-child {
    margin: 0;
    color: var(--muted);
}

.calendar-period-options,
.calendar-holiday-options {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}

.calendar-period-options h4 {
    margin: 0 0 .8rem;
    color: var(--navy);
}

.calendar-period-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
}

.calendar-period-grid label,
.calendar-holiday-content > label {
    display: grid;
    gap: .35rem;
    font-weight: 750;
}

.calendar-period-grid select,
.calendar-holiday-content > label select,
.calendar-holiday-row select {
    width: 100%;
    border: 1px solid #b9c0c9;
    border-radius: 12px;
    padding: .8rem;
    background: #fff;
    font: inherit;
}

.calendar-period-summary,
.calendar-holiday-help {
    margin: .75rem 0 0;
    color: var(--muted);
    font-size: .9rem;
}

.calendar-holiday-options {
    padding: 0;
}

.calendar-holiday-options > summary {
    padding: 1rem;
    color: var(--navy);
    font-weight: 850;
    cursor: pointer;
}

.calendar-holiday-options[open] > summary {
    border-bottom: 1px solid var(--line);
    background: #fff8ec;
}

.calendar-holiday-content {
    padding: 1rem;
}

.calendar-holiday-list {
    display: grid;
    gap: .55rem;
    margin-top: .9rem;
}

.calendar-holiday-list[hidden] {
    display: none;
}

.calendar-holiday-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, .65fr);
    align-items: center;
    gap: .75rem;
    padding: .65rem;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.calendar-holiday-row label {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-weight: 750;
}

.calendar-holiday-row input {
    width: 19px;
    height: 19px;
    accent-color: var(--navy);
}

.calendar-event-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.calendar-event-card {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}

.calendar-event-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.calendar-event-number {
    color: var(--navy);
}

.calendar-remove-event {
    border: 0;
    background: transparent;
    color: #8a1c1c;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.calendar-event-fields {
    display: grid;
    grid-template-columns: minmax(150px, 0.7fr) minmax(220px, 1.4fr) minmax(170px, 0.9fr) minmax(170px, 0.9fr);
    gap: 0.8rem;
}

.calendar-event-date-field {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) minmax(72px, .5fr);
    gap: .45rem;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.calendar-event-date-field legend {
    grid-column: 1 / -1;
    margin-bottom: .35rem;
    font-weight: 750;
}

.calendar-other-icon {
    grid-column: 1 / -1;
}

.calendar-event-fields label,
.calendar-special-instructions {
    display: grid;
    gap: 0.35rem;
    font-weight: 750;
}

.calendar-event-fields input,
.calendar-event-fields select,
.calendar-special-instructions textarea {
    width: 100%;
    border: 1px solid #b9c0c9;
    border-radius: 12px;
    padding: 0.8rem;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

.calendar-add-event {
    margin-top: 1rem;
}

.calendar-special-instructions {
    margin-top: 1rem;
}

.calendar-special-instructions textarea {
    min-height: 110px;
    resize: vertical;
}

@media (max-width: 900px) {
    .calendar-period-grid {
        grid-template-columns: 1fr 1fr;
    }

    .calendar-event-fields {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .calendar-period-grid,
    .calendar-holiday-row {
        grid-template-columns: 1fr;
    }

    .calendar-event-fields {
        grid-template-columns: 1fr;
    }

    .calendar-event-card-heading {
        align-items: flex-start;
    }
}

/* =========================================================
   Custom storybook product landing page
   ========================================================= */
.breadcrumb {
    background: #f5f0e8;
    border-bottom: 1px solid var(--line);
    font-size: .9rem;
}

.breadcrumb .container {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.breadcrumb a { color: var(--navy); }

.storybook-hero {
    padding: 5rem 0;
    color: #fff;
    background: linear-gradient(135deg,var(--navy),var(--navy2));
}

.storybook-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.45fr) minmax(280px,.65fr);
    gap: clamp(2rem,6vw,5rem);
    align-items: center;
}

.storybook-hero h1 { color: #fff; max-width: 820px; }
.storybook-lead { max-width: 720px; color: #e2e9f2; font-size: clamp(1.15rem,2vw,1.35rem); }
.hero-checks { display: grid; gap: .55rem; padding-left: 1.25rem; }
.hero-text-link { align-self: center; color: #fff; }
.digital-note { margin-top: 1.3rem; color: #e2e9f2; }

.storybook-offer-card {
    padding: clamp(1.5rem,4vw,2.25rem);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: var(--radius);
    background: rgba(255,255,255,.1);
    box-shadow: var(--shadow);
}

.offer-label { margin: 0; color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.offer-price { margin: .25rem 0; color: #fff; font-family: Georgia,serif; font-size: clamp(2.8rem,6vw,4.4rem); font-weight: 700; line-height: 1; }
.storybook-offer-card hr { border: 0; border-top: 1px solid rgba(255,255,255,.2); margin: 1.4rem 0; }
.offer-small { color: #dfe7f1; font-size: .92rem; }

.storybook-two-column,
.requirements-grid,
.pricing-panel,
.privacy-panel {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
    gap: clamp(2rem,6vw,5rem);
    align-items: start;
}

.feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.feature-list article,
.story-choice-card,
.pricing-panel,
.privacy-panel {
    padding: clamp(1.35rem,3vw,2rem);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}
.feature-list h3 { margin-top: 0; }

.storybook-example { margin: 0; padding: 1rem; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.storybook-example img { display: block; width: 100%; height: auto; border-radius: calc(var(--radius) - 8px); }
.storybook-example figcaption { padding: 1rem .25rem .25rem; color: var(--muted); }

.storybook-preview-grid {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 1rem;
    margin-top: 2rem;
    outline: 0;
}

.storybook-preview-grid:focus-visible {
    border-radius: var(--radius);
    box-shadow: 0 0 0 4px rgba(181,94,42,.28);
}

.storybook-preview-card {
    overflow: hidden;
    margin: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.storybook-preview-card picture,
.storybook-preview-card img {
    display: block;
    width: 100%;
}

.storybook-preview-card img {
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.storybook-preview-card figcaption {
    padding: .85rem 1rem 1rem;
    color: var(--navy);
    font-weight: 800;
}

.storybook-preview-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.storybook-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.storybook-steps article { padding: 1.4rem; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; }
.storybook-steps b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--copper); }
.storybook-steps h3 { color: #fff; }

.check-list { display: grid; gap: .75rem; padding-left: 1.25rem; }
.story-choice-card article + article { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.story-choice-card h2 { font-size: clamp(2rem,4vw,3rem); }
.pricing-panel { align-items: center; }
.privacy-panel { background: var(--navy); color: #e3eaf3; }
.privacy-panel h2 { color: #fff; }
.privacy-panel a { color: var(--gold); }
.faq-more { margin-top: 2rem; }

.storybook-writing-section {
    padding-block: clamp(2.75rem,6vw,4.5rem);
}

.storybook-writing-card {
    max-width: 850px;
    text-align: center;
}

.storybook-writing-card h2 {
    margin-bottom: .8rem;
}

.storybook-writing-card p:last-child {
    max-width: 760px;
    margin: 0 auto;
    color: var(--muted);
    font-size: clamp(1.05rem,2vw,1.2rem);
}

/* Final storybook call to action */
.storybook-final-cta {
    padding-top: 0;
}

.storybook-cta-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    text-align: center;
}

.storybook-cta-centered h2,
.storybook-cta-centered p {
    margin: 0;
}

.storybook-cta-button {
    min-width: 260px;
    margin-top: 0.75rem;
    padding: 1rem 2.25rem;
    font-size: 1.15rem;
}
.storybook-faq-section {
    padding-block: clamp(2.5rem,5vw,4rem);
}

.storybook-faq-drawer {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.storybook-faq-drawer > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(1.25rem,3vw,1.75rem);
    color: var(--navy);
    cursor: pointer;
    list-style: none;
}

.storybook-faq-drawer > summary::-webkit-details-marker {
    display: none;
}

.storybook-faq-drawer > summary span {
    font-family: Georgia,serif;
    font-size: clamp(1.25rem,3vw,1.65rem);
    font-weight: 700;
}

.storybook-faq-drawer > summary strong {
    color: var(--copper);
    white-space: nowrap;
}

.storybook-faq-drawer > summary::after {
    content: "+";
    display: grid;
    place-items: center;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
}

.storybook-faq-drawer[open] > summary::after {
    content: "−";
}

.storybook-faq-drawer > summary:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}

.storybook-faq-list {
    margin: 0 auto;
    padding: 0 clamp(1.25rem,3vw,1.75rem) 1.5rem;
    border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
    .storybook-hero-grid,
    .storybook-two-column,
    .requirements-grid,
    .pricing-panel,
    .privacy-panel { grid-template-columns: 1fr; }
    .storybook-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .storybook-preview-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 600px) {
    .storybook-hero { padding: 3.25rem 0; }
    .storybook-hero .button-row { display: grid; }
    .storybook-hero .btn { width: 100%; min-height: 52px; text-align: center; }
    .hero-text-link { padding: .55rem 0; text-align: center; }
    .feature-list,
    .storybook-steps { grid-template-columns: 1fr; }
    .storybook-offer-card { margin-top: .5rem; }
    .storybook-final-cta .cta { padding: 1.5rem; }
    .storybook-final-cta .btn { width: 100%; }
    .storybook-faq-drawer > summary {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .storybook-faq-drawer > summary strong {
        width: calc(100% - 3rem);
        white-space: normal;
    }
    .storybook-preview-grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(260px,78vw);
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: .25rem .25rem 1rem;
        scroll-snap-type: inline mandatory;
        scrollbar-width: thin;
    }
    .storybook-preview-card { scroll-snap-align: start; }
    .storybook-preview-action { display: grid; }
    .storybook-preview-action .btn { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    .storybook-preview-grid { scroll-behavior: auto; }
}

/* Product pricing display */
.product-price {
    display: grid;
    gap: .15rem;
    margin: -.35rem 0 1rem;
}

.product-price strong {
    color: var(--copper);
    font-size: 1.7rem;
}

.product-actions {
    align-items: stretch;
    flex-wrap: wrap;
}

.product-actions .btn {
    flex: 1 1 190px;
    text-align: center;
}

.turnstile-panel {
    min-height: 65px;
    margin: 1rem 0;
    max-width: 480px;
}

.turnstile-panel [data-turnstile-status] {
    color: var(--muted);
    font-size: .95rem;
    margin: 0;
}

.turnstile-panel.is-error [data-turnstile-status] {
    color: #9f1d20;
    font-weight: 700;
}
