:root {
    --ink: #162019;
    --muted: #5a665e;
    --paper: #f7faf6;
    --surface: #ffffff;
    --line: #dbe6dd;
    --line-strong: #b7c8bb;
    --green: #23614c;
    --green-dark: #173f33;
    --teal: #0f766e;
    --coral: #be4c3a;
    --danger: #b42318;
    --shadow: 0 14px 40px rgba(22, 32, 25, 0.12);
    --soft-shadow: 0 8px 24px rgba(22, 32, 25, 0.08);
    --radius: 8px;
    --container: 1120px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

.promo-banner {
    position: relative;
    z-index: 40;
    width: 100%;
    height: 250px;
    background: #ffd230;
    color: #111111;
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.2);
}

.promo-banner-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.5rem;
    width: min(var(--container), 100%);
    min-height: 100%;
    margin: 0 auto;
    padding: 1.1rem clamp(1rem, 4vw, 2.5rem) 1.9rem;
}

.promo-banner-copy {
    max-width: 48rem;
}

.promo-banner-kicker {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.promo-banner-copy h2 {
    margin: 0.35rem 0 0.45rem;
    font-size: clamp(1.95rem, 3.8vw, 3.15rem);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.promo-banner-copy > p:not(.promo-banner-kicker) {
    margin: 0;
    max-width: 44rem;
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    line-height: 1.35;
    font-weight: 700;
}

.promo-banner-actions {
    display: grid;
    gap: 0.85rem;
    justify-items: end;
    min-width: clamp(240px, 24vw, 320px);
}

.promo-banner-savings {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: right;
    text-transform: uppercase;
}

.promo-banner-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    padding: 0.85rem 1.45rem;
    background: #111111;
    color: #ffd230;
    border: 2px solid #111111;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.2);
    font-size: 0.98rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.promo-banner-cta:hover,
.promo-banner-cta:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(17, 17, 17, 0.26);
}

body.has-promo-banner .site-header {
    top: calc(var(--promo-banner-height, 250px) + 1rem);
}

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

a {
    color: inherit;
}

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

.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;
}

.eyebrow {
    margin: 0;
    color: #c9f0df;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section {
    padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 4vw, 2.5rem);
}

.section-heading {
    width: min(var(--container), 100%);
    margin: 0 auto 1.5rem;
}

.section-heading .eyebrow {
    color: var(--green-dark);
}

.section-heading h2 {
    margin: 0.2rem 0;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
}

.section-heading > p:not(.eyebrow) {
    max-width: 620px;
    margin: 0.4rem 0 0;
    color: var(--muted);
}

.gallery-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.65rem 1rem;
    margin-top: 1rem;
}

.current-price {
    color: var(--green-dark);
    font-size: clamp(2rem, 6vw, 3.6rem);
    font-weight: 900;
    line-height: 1;
}

.old-price {
    color: rgba(22, 32, 25, 0.48);
    font-size: clamp(1.1rem, 3vw, 1.55rem);
    font-weight: 800;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.gallery-section {
    background: #ffffff;
}

.order-deadline-banner {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 34%),
        linear-gradient(135deg, #ffd230 0%, #ffc800 100%);
    color: #111111;
}

.order-deadline-shell {
    display: grid;
    gap: 1.5rem;
    align-items: center;
    width: min(var(--container), 100%);
    margin: 0 auto;
}

.order-deadline-side {
    display: grid;
    gap: 0.95rem;
    width: 100%;
}

.order-deadline-copy {
    max-width: 42rem;
}

.order-deadline-eyebrow {
    margin: 0;
    color: #8b120f;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.order-deadline-copy h2 {
    margin: 0.35rem 0 0.55rem;
    font-size: clamp(2.35rem, 5vw, 4.25rem);
    line-height: 0.94;
    font-weight: 900;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.order-deadline-copy > p:not(.order-deadline-eyebrow) {
    margin: 0;
    max-width: 38rem;
    font-size: clamp(1rem, 1.45vw, 1.16rem);
    line-height: 1.42;
    font-weight: 700;
}

.order-deadline-timer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(180deg, #651111 0%, #8c1616 100%);
    border: 2px solid rgba(255, 255, 255, 0.34);
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(101, 17, 17, 0.24);
}

.countdown-unit {
    display: grid;
    gap: 0.35rem;
    align-content: center;
    justify-items: center;
    min-height: 7.5rem;
    padding: 0.85rem 0.6rem;
    background: linear-gradient(180deg, rgba(255, 244, 244, 0.16), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    text-align: center;
}

.countdown-unit strong {
    display: block;
    color: #fff2f1;
    font-size: clamp(2.2rem, 4vw, 3.35rem);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -0.06em;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.countdown-unit span {
    color: rgba(255, 242, 241, 0.86);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.order-deadline-cta {
    display: grid;
    gap: 0.28rem;
    padding: 1rem 1.05rem 1.1rem;
    background: rgba(17, 17, 17, 0.94);
    color: #fff5d3;
    border: 1px solid rgba(255, 210, 48, 0.34);
    border-radius: 20px;
    box-shadow: 0 16px 32px rgba(17, 17, 17, 0.18);
}

.order-deadline-cta-kicker,
.order-deadline-cta-title,
.order-deadline-cta-copy {
    margin: 0;
}

.order-deadline-cta-kicker {
    color: #ffd230;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.order-deadline-cta-title {
    color: #ffffff;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.order-deadline-cta-copy {
    color: rgba(255, 245, 211, 0.92);
    font-size: 0.92rem;
    line-height: 1.35;
    font-weight: 700;
}

.order-deadline-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.2rem;
    margin-top: 0.35rem;
    padding: 0.8rem 1rem;
    background: #ffd230;
    color: #111111;
    border-radius: 999px;
    box-shadow: 0 12px 22px rgba(255, 210, 48, 0.18);
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.order-deadline-cta-button:hover,
.order-deadline-cta-button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(255, 210, 48, 0.22);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.75rem, 3vw, 1.5rem);
    width: min(var(--container), 100%);
    margin: 0 auto;
}

.gallery-item {
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: #f3f7f1;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--soft-shadow);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform 180ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
    transform: scale(1.025);
}

.order-section {
    background: var(--paper);
    scroll-margin-top: 1.5rem;
}

.order-layout {
    display: grid;
    gap: 1.25rem;
    width: min(var(--container), 100%);
    margin: 0 auto;
}

.order-main {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.person-list {
    display: grid;
    gap: 1rem;
}

.person-card,
.summary-panel,
.admin-card,
.result-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--soft-shadow);
}

.person-card {
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

.person-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.person-card h3,
.summary-panel h3,
.payment-choice h4 {
    margin: 0;
}

.field-grid,
.shipping-fields {
    display: grid;
    gap: 0.9rem;
}

label {
    display: grid;
    gap: 0.4rem;
    color: var(--ink);
    font-weight: 700;
}

label span,
legend {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 800;
}

input,
select {
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 0.8rem;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    outline: none;
}

input:focus,
select:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
}

input.is-invalid,
select.is-invalid {
    border-color: var(--danger);
}

.form-block {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    border: 0;
}

.radio-grid {
    display: grid;
    gap: 0.75rem;
}

.radio-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.radio-card input {
    width: 1rem;
    min-height: 1rem;
}

.radio-card small {
    display: block;
    color: var(--green);
}

.summary-panel {
    display: grid;
    align-content: start;
    gap: 0.9rem;
    padding: 1rem;
}

.summary-items {
    display: grid;
    gap: 0.65rem;
}

.summary-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.7rem;
    background: #f6faf7;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.summary-item-copy {
    min-width: 0;
}

.summary-item strong,
.summary-item small {
    display: block;
}

.summary-item-copy > strong {
    display: block;
    overflow-wrap: anywhere;
}

.summary-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.65rem;
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.summary-price-stack {
    display: grid;
    justify-items: end;
    gap: 0.16rem;
    text-align: right;
}

.summary-item span,
.summary-item-price-current {
    color: var(--ink);
    font-weight: 900;
    white-space: nowrap;
}

.summary-price-old {
    color: rgba(22, 32, 25, 0.48);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--line);
}

.summary-row .summary-price-stack {
    margin-left: auto;
}

.summary-total-copy {
    display: grid;
    gap: 0.18rem;
}

.summary-saving {
    color: var(--green);
    font-size: 0.82rem;
    font-weight: 800;
}

.summary-row.total {
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.2rem;
}

.summary-row strong {
    color: var(--ink);
    white-space: nowrap;
}

.summary-row.total strong {
    color: var(--green);
    font-size: 1.65rem;
}

.summary-mini-cta {
    display: grid;
    gap: 0.22rem;
    padding: 0.85rem 0.95rem;
    background: linear-gradient(180deg, #fff7d6 0%, #ffe9a4 100%);
    color: #111111;
    border: 1px solid #e7c85c;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(22, 32, 25, 0.07);
}

.summary-mini-cta-kicker,
.summary-mini-cta-title,
.summary-mini-cta-copy {
    margin: 0;
}

.summary-mini-cta-kicker {
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.summary-mini-cta-title {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.05;
}

.summary-mini-cta-copy {
    font-size: 0.82rem;
    line-height: 1.3;
    font-weight: 700;
}

.btn,
.text-button {
    border: 0;
    border-radius: var(--radius);
    font-weight: 800;
    text-decoration: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    gap: 0.6rem;
}

.btn-primary {
    background: var(--green);
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background: var(--green-dark);
}

.btn-secondary {
    background: #ffffff;
    color: var(--green);
    border: 1px solid var(--line-strong);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
    border-color: var(--green);
}

.btn-danger {
    background: #fff1ef;
    color: var(--danger);
    border: 1px solid #f0b8b0;
}

.btn-danger:hover,
.btn-danger:focus-visible {
    background: #ffe5e0;
    border-color: #e79186;
}

.text-button {
    background: transparent;
    color: var(--coral);
}

.add-person {
    justify-self: start;
}

.submit-order {
    width: 100%;
}

.btn:disabled {
    cursor: wait;
    opacity: 0.85;
}

.btn.is-loading::after {
    content: "";
    width: 0.95rem;
    height: 0.95rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    animation: btn-spin 0.75s linear infinite;
}

.payment-choice {
    display: grid;
    gap: 0.75rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--line);
}

.payment-choice-note {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.alert {
    padding: 0.85rem;
    background: #edf8f4;
    color: var(--green-dark);
    border: 1px solid #bfe1d5;
    border-radius: var(--radius);
    font-weight: 700;
}

.alert-error {
    background: #fff1ef;
    color: var(--danger);
    border-color: #f0b8b0;
}

.landing-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.landing-notice a {
    color: inherit;
    font-weight: 900;
    text-decoration: underline;
    white-space: nowrap;
}

.gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: grid;
    place-items: center;
    padding: 4rem 1rem;
    background: rgba(9, 16, 12, 0.92);
}

.gallery-modal img {
    max-width: min(94vw, 900px);
    max-height: 82vh;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.modal-close,
.modal-nav {
    position: absolute;
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: var(--radius);
}

@keyframes btn-spin {
    to {
        transform: rotate(360deg);
    }
}

.modal-close {
    top: 1rem;
    right: 1rem;
}

.modal-nav {
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
}

.modal-nav.prev {
    left: 1rem;
}

.modal-nav.next {
    right: 1rem;
}

.admin-page {
    min-height: 100vh;
    background: #eef5f0;
}

.admin-shell,
.result-shell,
.thank-you-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.admin-card,
.result-panel {
    width: min(460px, 100%);
    padding: clamp(1rem, 4vw, 2rem);
}

.thank-you-panel {
    width: min(860px, 100%);
    padding: clamp(1rem, 4vw, 2rem);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--soft-shadow);
}

.admin-card h1,
.result-panel h1,
.thank-you-panel h1 {
    margin: 0.25rem 0 1rem;
    font-size: clamp(2rem, 6vw, 3.2rem);
    line-height: 1;
}

.receipt-note {
    max-width: 680px;
    color: var(--muted);
}

.result-note {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.result-loader {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #f6faf7;
    color: var(--green-dark);
    font-weight: 800;
}

.result-loader-spinner {
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    animation: btn-spin 0.75s linear infinite;
}

.result-actions {
    margin-top: 1.1rem;
}

.receipt-actions {
    margin: 1.1rem 0 1.25rem;
}

.receipt-action-note {
    margin: 0 0 0.75rem;
    color: var(--muted);
    font-weight: 700;
}

.receipt-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    margin: 1.25rem 0;
}

.receipt-meta div,
.receipt-block,
.receipt-totals {
    padding: 1rem;
    background: #f6faf7;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.receipt-meta span {
    display: block;
    color: var(--muted);
    font-size: 0.85rem;
    font-weight: 800;
}

.receipt-meta strong {
    display: block;
    margin-top: 0.2rem;
    overflow-wrap: anywhere;
}

.receipt-block {
    margin-top: 1rem;
}

.receipt-block h2 {
    margin: 0 0 0.75rem;
    font-size: 1.2rem;
}

.receipt-items {
    display: grid;
    gap: 0.65rem;
}

.receipt-item,
.receipt-totals div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: start;
}

.receipt-item {
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--line);
}

.receipt-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.receipt-item small {
    display: block;
    margin-top: 0.2rem;
    color: var(--muted);
    font-weight: 700;
}

.receipt-item span,
.receipt-totals strong {
    white-space: nowrap;
}

.receipt-totals {
    display: grid;
    gap: 0.65rem;
    margin-top: 1rem;
}

.receipt-total {
    padding-top: 0.65rem;
    border-top: 1px solid var(--line);
    color: var(--green-dark);
    font-size: 1.3rem;
}


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

.admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem clamp(1rem, 4vw, 2.5rem);
    background: #ffffff;
    border-bottom: 1px solid var(--line);
}

.admin-topbar h1 {
    margin: 0;
}

.admin-content {
    width: min(1280px, calc(100% - 2rem));
    margin: 1.25rem auto;
}

.admin-notice {
    margin-bottom: 1rem;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.filter-bar label {
    min-width: min(280px, 100%);
}

.table-wrap {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--soft-shadow);
}

.orders-table {
    width: 100%;
    min-width: 1120px;
    border-collapse: collapse;
}

.orders-table th,
.orders-table td {
    padding: 0.85rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.orders-table th {
    background: #f1f7f3;
    color: var(--muted);
    font-size: 0.84rem;
}

.orders-table small {
    display: block;
    margin-top: 0.35rem;
    color: var(--muted);
}

.status-pill {
    display: inline-flex;
    padding: 0.3rem 0.55rem;
    background: #e6f5ee;
    color: var(--green-dark);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
}

.btn-compact {
    min-height: 2.35rem;
    padding: 0.55rem 0.75rem;
    white-space: nowrap;
}

.order-actions-cell {
    width: auto;
    min-width: 10.5rem;
    white-space: normal;
}

.order-actions-group {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    align-items: center;
}

.dashboard-action-form {
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
}

.dashboard-action-button {
    position: relative;
    width: 2.65rem;
    min-height: 2.65rem;
    padding: 0;
    border-radius: 12px;
    box-shadow: none;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}

.dashboard-action-button:hover,
.dashboard-action-button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(22, 32, 25, 0.14);
}

.dashboard-action-button svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dashboard-action-button.btn-primary {
    background: linear-gradient(180deg, #246750 0%, #1b5140 100%);
    border-color: rgba(27, 81, 64, 0.88);
}

.dashboard-action-button.btn-secondary {
    background: #fbfdfb;
    color: var(--green);
    border-color: #b9ccbe;
}

.dashboard-action-button.btn-danger {
    background: #fff7f5;
    color: var(--danger);
    border-color: #efb4ab;
}

.order-action-muted {
    color: var(--muted);
    font-size: 0.88rem;
}

.order-number {
    font-weight: 800;
}

@media (min-width: 720px) {
    .order-deadline-shell {
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, 430px);
    }

    .field-grid {
        grid-template-columns: 1.4fr 0.8fr 0.65fr;
    }

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

    .shipping-fields {
        grid-template-columns: 1.5fr 1fr 0.45fr 0.7fr;
    }

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

@media (min-width: 940px) {
    .order-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        align-items: start;
    }

    .summary-panel {
        position: sticky;
        top: 5.5rem;
    }

    body.has-promo-banner .summary-panel {
        top: calc(var(--promo-banner-height, 250px) + 1.5rem);
    }
}

@media (max-width: 719px) {
    .order-deadline-shell {
        gap: 1rem;
    }

    .order-deadline-copy h2 {
        font-size: clamp(1.95rem, 9vw, 2.9rem);
    }

    .order-deadline-timer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0.8rem;
    }

    .countdown-unit {
        min-height: 6.2rem;
    }

    .countdown-unit strong {
        font-size: clamp(1.95rem, 9vw, 2.65rem);
    }

    .promo-banner {
        height: auto;
        min-height: 250px;
    }

    .promo-banner-shell {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1rem;
        padding: 1rem 1rem 1.45rem;
    }

    .promo-banner-copy {
        padding-right: 3rem;
    }

    .promo-banner-kicker {
        font-size: 0.78rem;
        letter-spacing: 0.1em;
    }

    .promo-banner-copy h2 {
        font-size: clamp(1.52rem, 7vw, 2.15rem);
        line-height: 0.97;
    }

    .promo-banner-copy > p:not(.promo-banner-kicker) {
        font-size: 0.95rem;
    }

    .promo-banner-actions {
        min-width: 0;
        justify-items: stretch;
    }

    .promo-banner-savings {
        text-align: left;
    }

    .promo-banner-cta {
        width: 100%;
    }

    body.has-promo-banner .site-header {
        top: calc(var(--promo-banner-height, 250px) + 0.75rem);
    }

    .gallery-grid {
        gap: 0.5rem;
    }

    .person-card-head {
        align-items: start;
        flex-direction: column;
    }

    .modal-nav {
        top: auto;
        bottom: 1rem;
        transform: none;
    }
}
