@import "../vendor/suneditor/suneditor.min.css";

:root {
    --bg: #eef2f7;
    --surface: rgba(255, 255, 255, 0.84);
    --surface-strong: #ffffff;
    --ink: #20202f;
    --muted: #687387;
    --line: rgba(32, 32, 47, 0.12);
    --primary: #007fff;
    --primary-dark: #1f47b8;
    --accent: #7b8798;
    --danger: #b42318;
    --success: #0c8a69;
    --shadow: 0 20px 60px rgba(32, 32, 47, 0.10);
    --radius: 22px;
    --radius-sm: 14px;
    --container: 1180px;
    --font-base: "Segoe UI", "Trebuchet MS", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-base);
    color: var(--ink);
    background:
    radial-gradient(circle at top left, rgba(0, 127, 255, 0.14), transparent 24%),
    radial-gradient(circle at right 18%, rgba(32, 32, 47, 0.08), transparent 22%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

body.public-layout-studio {
    --bg: #f6efe6;
    --surface: rgba(255, 248, 242, 0.84);
    --surface-strong: #fff8f1;
    --ink: #34261d;
    --muted: #7c6655;
    --line: rgba(86, 55, 34, 0.14);
    --primary: #c96d3a;
    --primary-dark: #8f3f1f;
    --accent: #b6947a;
    --success: #2d8a65;
    --shadow: 0 22px 64px rgba(85, 48, 25, 0.12);
    --font-base: "Trebuchet MS", "Segoe UI", sans-serif;
    background:
    radial-gradient(circle at top left, rgba(201, 109, 58, 0.16), transparent 24%),
    radial-gradient(circle at right 18%, rgba(143, 63, 31, 0.12), transparent 20%),
    linear-gradient(180deg, #fff8f2 0%, #f4ece2 100%);
}

body.public-layout-midnight {
    --bg: #0f1722;
    --surface: rgba(20, 29, 43, 0.84);
    --surface-strong: #182233;
    --ink: #edf4ff;
    --muted: #99aac3;
    --line: rgba(173, 196, 230, 0.14);
    --primary: #4db7ff;
    --primary-dark: #1767cc;
    --accent: #7dd3c4;
    --success: #39c28a;
    --shadow: 0 28px 70px rgba(4, 10, 20, 0.45);
    --font-base: "Trebuchet MS", "Segoe UI", sans-serif;
    background:
    radial-gradient(circle at top left, rgba(77, 183, 255, 0.18), transparent 22%),
    radial-gradient(circle at right 18%, rgba(125, 211, 196, 0.14), transparent 18%),
    linear-gradient(180deg, #0b111a 0%, #101826 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea,
select {
    font: inherit;
}

.container {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto;
}

.page-shell {
    min-height: 100vh;
    position: relative;
}

body.has-route-cover {
    --route-cover-height: 453px;
}

body.has-route-cover .page-shell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--route-cover-height);
    background:
        linear-gradient(180deg, rgba(22, 16, 16, 0.18) 0%, rgba(22, 16, 16, 0.16) 52%, rgba(242, 201, 61, 0.78) 100%),
        linear-gradient(0deg, rgba(22, 16, 16, 0.44), rgba(22, 16, 16, 0.08)),
        var(--route-cover-image) center center / cover no-repeat;
    z-index: 0;
    pointer-events: none;
}

body.has-route-cover .site-header,
body.has-route-cover .page-masthead,
body.has-route-cover .hero {
    position: relative;
    z-index: 1;
}

body.has-route-cover .site-header {
    z-index: 20;
}

body.has-route-cover .site-header {
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(18px);
    background: rgba(248, 250, 252, 0.78);
    border-bottom: 1px solid rgba(32, 32, 47, 0.08);
}

body.public-layout-studio .site-header {
    background: rgba(255, 247, 239, 0.74);
    border-bottom-color: rgba(143, 63, 31, 0.12);
}

body.public-layout-midnight .site-header {
    background: rgba(11, 17, 26, 0.72);
    border-bottom-color: rgba(173, 196, 230, 0.12);
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 88px;
    flex-wrap: nowrap;
}

.brand {
    flex: 0 0 auto;
}

.topbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-left: auto;
    min-width: 0;
    flex: 1 1 auto;
}

.brand img,
.admin-brand img,
.login-logo {
    height: 42px;
    width: auto;
}

.topnav,
.admin-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.topnav {
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
    flex-wrap: nowrap;
    overflow: visible;
}

.topnav a,
.admin-nav a {
    color: var(--muted);
    transition: 0.2s ease;
    white-space: nowrap;
}

.topnav a:hover,
.admin-nav a:hover,
.admin-nav a.is-active {
    color: var(--primary-dark);
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    margin-left: auto;
}

.language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.6);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.language-switcher a:hover,
.language-switcher a.is-active {
    color: var(--primary-dark);
    border-color: rgba(58, 106, 179, 0.28);
    background: rgba(58, 106, 179, 0.08);
}

body.public-layout-midnight .language-switcher a {
    background: rgba(20, 30, 44, 0.9);
    border-color: rgba(173, 196, 230, 0.18);
    color: #dce8fb;
}

body.public-layout-midnight .language-switcher a:hover,
body.public-layout-midnight .language-switcher a.is-active {
    color: #ffffff;
    border-color: rgba(173, 196, 230, 0.4);
    background: rgba(83, 126, 201, 0.2);
}

.hero,
.section {
    padding: 80px 0;
}

.compact-section {
    padding-top: 52px;
}

.hero-grid,
.checkout-layout,
.confirmation-layout,
.editor-grid,
.feature-grid,
.footer-grid {
    display: grid;
    gap: 24px;
}

.hero-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
    align-items: center;
}

.hero h1,
.detail-panel h1,
.confirmation-card h1,
.login-card h1 {
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: 1.02;
    margin: 0 0 18px;
    letter-spacing: -0.04em;
}

.hero-copy,
.lead,
.section-heading p,
.site-footer p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.hero-actions,
.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hero-card,
.product-card,
.feature-card,
.detail-card,
.checkout-panel,
.confirmation-card,
.panel,
.stat-card,
.login-card,
.list-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 253, 0.86));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

body.public-layout-studio .hero-card,
body.public-layout-studio .product-card,
body.public-layout-studio .feature-card,
body.public-layout-studio .detail-card,
body.public-layout-studio .checkout-panel,
body.public-layout-studio .confirmation-card {
    background: linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(248, 238, 229, 0.88));
}

body.public-layout-midnight .hero-card,
body.public-layout-midnight .product-card,
body.public-layout-midnight .feature-card,
body.public-layout-midnight .detail-card,
body.public-layout-midnight .checkout-panel,
body.public-layout-midnight .confirmation-card,
body.public-layout-midnight .custom-region,
body.public-layout-midnight .content-block,
body.public-layout-midnight .cta-box {
    background: linear-gradient(180deg, rgba(22, 33, 49, 0.96), rgba(16, 24, 38, 0.92));
}

.custom-region {
    margin-top: 0;
    margin-bottom: 18px;
    padding: 14px 18px;
    border: 1px solid rgba(32, 32, 47, 0.08);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.76);
}

.custom-region > :first-child {
    margin-top: 0;
}

.custom-region > :last-child {
    margin-bottom: 0;
}

.hero-note,
.footer-note {
    padding: 12px 14px;
    border-left: 3px solid var(--primary);
    background: rgba(0, 127, 255, 0.05);
    color: var(--ink);
}

.hero-card {
    padding: 28px;
}

.metric-row,
.summary-line,
.payment-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.metric-row:last-child,
.summary-line:last-child,
.payment-detail:last-child {
    border-bottom: 0;
}

.eyebrow {
    margin: 0 0 10px;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--primary-dark);
    font-weight: 700;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
    transform: none;
}

.button-ghost {
    background: rgba(255, 255, 255, 0.64);
    color: var(--ink);
    border: 1px solid rgba(32, 32, 47, 0.14);
}

.button-danger {
    background: linear-gradient(135deg, #cf4a37, #9d2c1f);
}

.button-full {
    width: 100%;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.section-heading h2,
.panel-header h2,
.checkout-panel h2 {
    margin: 0;
    font-size: 2rem;
    letter-spacing: -0.03em;
}

.product-grid,
.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card,
.feature-card,
.panel,
.list-card,
.checkout-panel,
.detail-card,
.confirmation-card,
.login-card,
.stat-card {
    padding: 24px;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
}

.product-card-has-image {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 32px;
    align-items: stretch;
}

.product-card-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 6px;
    padding-right: 4px;
}

.product-card-top {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.product-card-top h3,
.product-card-top p {
    margin: 0;
}

.product-card-media {
    display: grid;
    place-items: center;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(32, 32, 47, 0.08);
}

.product-card-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 196px;
    padding: 12px;
    object-fit: contain;
    object-position: center;
}

.product-card-promoted {
    position: relative;
    border: 1px solid rgba(214, 111, 20, 0.18);
    box-shadow: 0 14px 36px rgba(214, 111, 20, 0.12);
}

.product-sku {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
}

.product-card p,
.feature-card p,
.detail-card p,
.payment-note,
.list-card p,
.panel p {
    color: var(--muted);
    line-height: 1.65;
}

.product-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    min-width: 0;
}

.price-stack,
.product-detail-price-block {
    display: grid;
    gap: 4px;
}

.price {
    font-size: 1.6rem;
}

.price-original {
    color: var(--muted);
    text-decoration: line-through;
    font-size: 0.96rem;
}

.promo-end-label {
    color: var(--muted);
    font-size: 0.88rem;
}

.promo-urgency-label {
    color: #a44d00;
    font-size: 0.88rem;
    font-weight: 700;
}

.product-promo-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(214, 111, 20, 0.14);
    color: #a44d00;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.surface {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(237, 242, 248, 0.28));
    border-top: 1px solid rgba(32, 32, 47, 0.05);
    border-bottom: 1px solid rgba(32, 32, 47, 0.05);
}

body.public-layout-studio .surface {
    background: linear-gradient(180deg, rgba(255, 248, 242, 0.48), rgba(242, 231, 219, 0.38));
    border-top-color: rgba(143, 63, 31, 0.08);
    border-bottom-color: rgba(143, 63, 31, 0.08);
}

body.public-layout-midnight .surface {
    background: linear-gradient(180deg, rgba(17, 25, 38, 0.58), rgba(10, 15, 24, 0.44));
    border-top-color: rgba(173, 196, 230, 0.08);
    border-bottom-color: rgba(173, 196, 230, 0.08);
}

.checkout-layout,
.confirmation-layout,
.editor-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    align-items: start;
}

.product-detail-layout,
.licensing-layout {
    display: grid;
    gap: 24px;
}

.detail-panel-wide,
.checkout-panel-wide {
    width: 100%;
}

.licensing-section {
    padding-top: 36px;
}

.licensing-lead {
    margin: 8px 0 24px;
}

.checkout-panel-wide {
    max-width: none;
    min-height: min(78vh, 920px);
}

.page-layout {
    display: grid;
    gap: 24px;
    max-width: 920px;
}

.page-content-html {
    line-height: 1.72;
}

.page-content-html > :first-child {
    margin-top: 0;
}

.page-content-html > :last-child {
    margin-bottom: 0;
}

.page-content-html h1,
.page-content-html h2,
.page-content-html h3 {
    margin: 0 0 14px;
    color: var(--ink);
}

.page-content-html p,
.page-content-html li,
.page-content-html blockquote {
    color: var(--muted);
}

.page-content-html a {
    color: var(--primary-dark);
}

.page-content-html img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-sm);
}

.page-content-html::after {
    content: "";
    display: table;
    clear: both;
}

.page-content-html .se-component,
.page-content-html .se-image-container,
.page-content-html .se-video-container {
    max-width: 100%;
}

.page-content-html .se-component figure,
.page-content-html .se-image-container figure,
.page-content-html .se-video-container figure {
    margin: 0;
    padding: 0;
}

.page-content-html .__se__float-left {
    float: left;
    margin: 0 20px 16px 0;
}

.page-content-html .__se__float-right {
    float: right;
    margin: 0 0 16px 20px;
}

.page-content-html .__se__float-none {
    float: none;
    margin: 0 0 16px;
}

.page-content-html .se-image-container img,
.page-content-html .se-video-container img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.page-content-html ul,
.page-content-html ol {
    padding-left: 22px;
}

.cms-feedback {
    padding: 18px 22px;
}

.cms-feedback p {
    margin: 0;
}

.cms-feedback--success {
    border-color: rgba(49, 163, 84, 0.24);
    background: rgba(236, 253, 245, 0.92);
}

.cms-feedback--success p {
    color: #166534;
}

.cms-feedback--error {
    border-color: rgba(220, 38, 38, 0.22);
    background: rgba(254, 242, 242, 0.92);
}

.cms-feedback--error p {
    color: #991b1b;
}

.cms-contact-box,
.cms-social-block {
    display: grid;
    gap: 20px;
}

.cms-contact-box.is-compact {
    gap: 0;
}

.cms-contact-box__header h2,
.cms-social-block__intro h2,
.cms-social-card h3 {
    margin: 0 0 10px;
}

.cms-contact-box__header p,
.cms-social-block__intro p,
.cms-social-card p,
.cms-video-card span {
    color: var(--muted);
}

.cms-contact-form {
    display: grid;
    gap: 16px;
}

.cms-contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cms-contact-form label {
    display: grid;
    gap: 8px;
    font-weight: 600;
    color: var(--ink);
}

.cms-contact-form input,
.cms-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(89, 68, 58, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    padding: 13px 15px;
    color: var(--ink);
    font: inherit;
}

.cms-contact-form textarea {
    resize: vertical;
    min-height: 150px;
}

.cms-contact-form__error {
    color: #b42318;
    font-size: 0.88rem;
    font-weight: 600;
}

.cms-social-card {
    padding: 22px;
    border: 1px solid rgba(89, 68, 58, 0.1);
    border-radius: 22px;
    background: rgba(248, 245, 239, 0.85);
}

.cms-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cms-video-card {
    display: grid;
    gap: 10px;
    text-decoration: none;
}

.cms-video-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(89, 68, 58, 0.12);
}

.cms-video-card span {
    font-weight: 600;
}

.content-block {
    padding: 20px;
    border: 1px solid rgba(32, 32, 47, 0.08);
    border-radius: var(--radius-sm);
    background: rgba(248, 250, 253, 0.78);
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(0, 127, 255, 0.12);
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(0, 127, 255, 0.08), rgba(255, 255, 255, 0.88));
}

.faq-list {
    display: grid;
    gap: 16px;
}

.faq-item {
    padding: 18px 20px;
    border: 1px solid rgba(32, 32, 47, 0.08);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.82);
}

.faq-item h3,
.content-columns h3 {
    margin-top: 0;
}

.content-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.content-columns > div {
    padding: 18px 20px;
    border: 1px solid rgba(32, 32, 47, 0.08);
    border-radius: var(--radius-sm);
    background: rgba(248, 250, 253, 0.82);
}

.table-scroll {
    overflow-x: auto;
}

.content-table {
    width: 100%;
    border-collapse: collapse;
}

.content-table th,
.content-table td {
    padding: 12px 14px;
    border: 1px solid rgba(32, 32, 47, 0.1);
}

.content-table th {
    background: rgba(0, 127, 255, 0.06);
    color: var(--ink);
}

.stack-form,
.stack-list {
    display: grid;
    gap: 16px;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.field-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-subsection {
    display: grid;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid rgba(32, 32, 47, 0.08);
    border-radius: var(--radius-sm);
    background: rgba(248, 250, 253, 0.7);
}

.form-subsection h3 {
    margin: 0;
    font-size: 1.05rem;
}

.checkbox-row-block {
    justify-content: start;
    padding: 4px 0;
}

.is-hidden {
    display: none !important;
}

label {
    display: grid;
    gap: 8px;
    color: var(--ink);
    font-weight: 600;
}

.field-block {
    display: grid;
    gap: 8px;
}

.field-label {
    color: var(--ink);
    font-weight: 600;
}

input,
textarea,
select {
    width: 100%;
    border: 1px solid rgba(32, 32, 47, 0.14);
    border-radius: 14px;
    background: rgba(250, 252, 255, 0.92);
    padding: 13px 14px;
    color: var(--ink);
}

input::placeholder,
textarea::placeholder {
    color: var(--muted);
}

body.public-layout-midnight input,
body.public-layout-midnight textarea,
body.public-layout-midnight select {
    background: rgba(9, 15, 24, 0.92);
    border-color: rgba(173, 196, 230, 0.22);
    color: #edf4ff;
}

body.public-layout-midnight .form-subsection {
    background: rgba(15, 23, 34, 0.72);
    border-color: rgba(173, 196, 230, 0.14);
}

body.public-layout-midnight input::placeholder,
body.public-layout-midnight textarea::placeholder {
    color: #99aac3;
}

body.public-layout-midnight select option {
    background: #101826;
    color: #edf4ff;
}

textarea {
    resize: vertical;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-stack {
    display: grid;
    gap: 10px;
    align-content: start;
}

.checkbox-stack > span {
    font-weight: 600;
}

.checkbox-row input {
    width: auto;
}

.alert {
    border-radius: var(--radius-sm);
    padding: 14px 16px;
    border: 1px solid transparent;
    margin-bottom: 16px;
}

.alert p {
    margin: 0;
}

.alert-success {
    background: rgba(4, 120, 87, 0.1);
    border-color: rgba(4, 120, 87, 0.18);
}

.alert-error {
    background: rgba(180, 35, 24, 0.08);
    border-color: rgba(180, 35, 24, 0.18);
}

.alert-warning {
    background: rgba(123, 135, 152, 0.12);
    border-color: rgba(123, 135, 152, 0.22);
}

.field-help {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    line-height: 1.55;
}

.payment-note {
    margin: 22px 0;
}

.site-footer {
    padding: 36px 0 56px;
}

body.public-layout-midnight .site-footer {
    border-top: 1px solid rgba(173, 196, 230, 0.12);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.footer-panel {
    display: grid;
    gap: 14px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(240, 197, 58, 0.14);
    background: linear-gradient(180deg, rgba(52, 40, 38, 0.94), rgba(33, 26, 25, 0.98));
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.footer-kicker {
    margin: 0;
    color: rgba(240, 197, 58, 0.84);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.footer-heading {
    margin: 0;
    color: #fff6e8;
    font-size: 1.22rem;
    line-height: 1.25;
}

.footer-text {
    margin: 0;
    color: rgba(245, 236, 219, 0.82);
    line-height: 1.65;
}

.footer-text-compact br {
    display: block;
    content: "";
    margin-top: 4px;
}

.footer-contact-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #f5ecdb;
}

.footer-contact-list a {
    color: #fff6e8;
    text-decoration: none;
}

.footer-contact-list a:hover {
    color: var(--primary);
}

.admin-body,
.login-body {
    min-height: 100vh;
}

.admin-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 100vh;
    align-items: start;
}

.admin-sidebar {
    padding: 28px;
    border-right: 1px solid var(--line);
    background: rgba(248, 250, 253, 0.82);
    backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.admin-brand {
    display: inline-flex;
    margin-bottom: 24px;
}

.admin-nav {
    flex-direction: column;
    align-items: stretch;
}

.admin-nav a {
    padding: 12px 14px;
    border-radius: 12px;
}

.admin-nav a.is-active,
.admin-nav a:hover {
    background: rgba(0, 127, 255, 0.08);
}

.admin-main {
    min-width: 0;
    padding: 28px;
}

.admin-topbar,
.panel-header,
.list-card,
.inline-form,
.list-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.admin-user {
    color: var(--muted);
}

.page-settings-panel {
    margin-bottom: 24px;
}

.settings-page-grid {
    display: grid;
    gap: 24px;
}

.settings-panel {
    max-width: 900px;
}

.settings-panel-layout {
    max-width: 980px;
}

.settings-panel-mail {
    max-width: 980px;
}

.product-detail-layout.has-product-image {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
}

.product-image-panel {
    position: sticky;
    top: 24px;
}

.product-image-card {
    display: grid;
    place-items: center;
    padding: 16px;
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 253, 0.86));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.product-detail-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: calc(var(--radius) - 8px);
    object-fit: contain;
    object-position: center;
}

.product-summary-card {
    margin-bottom: 18px;
}

.product-description-card p {
    margin: 0;
}

.product-image-manager {
    display: grid;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid rgba(32, 32, 47, 0.08);
    border-radius: var(--radius-md);
    background: rgba(248, 250, 253, 0.7);
}

.product-image-preview {
    display: grid;
    place-items: center;
    min-height: 220px;
    border: 1px dashed rgba(32, 32, 47, 0.18);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.86);
    overflow: hidden;
}

.product-image-preview.has-image {
    border-style: solid;
}

.product-image-preview img {
    display: block;
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

.product-image-placeholder {
    color: var(--muted);
    font-weight: 600;
}

.product-image-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.product-image-actions p {
    margin: 4px 0 0;
}

.product-image-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.settings-form {
    gap: 24px;
}

.settings-section {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(32, 32, 47, 0.08);
    border-radius: var(--radius-sm);
    background: rgba(248, 250, 253, 0.76);
}

.settings-section h3 {
    margin: 0;
}

.settings-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.layout-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.layout-choice-card {
    padding: 16px;
    border: 1px solid rgba(32, 32, 47, 0.08);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.76);
}

.layout-choice-card.is-active {
    border-color: rgba(0, 127, 255, 0.28);
    background: rgba(0, 127, 255, 0.06);
}

.layout-choice-card strong {
    display: block;
    margin-bottom: 8px;
}

.layout-choice-card p {
    margin: 0;
}

@media (max-width: 900px) {
    .layout-choice-grid {
        grid-template-columns: 1fr;
    }
}

.settings-status-card {
    padding: 18px 20px;
    border: 1px solid rgba(0, 127, 255, 0.16);
    border-radius: var(--radius-sm);
    background: rgba(0, 127, 255, 0.06);
}

.settings-status-card strong {
    display: block;
    margin-bottom: 8px;
}

.settings-status-card p {
    margin: 0;
}

.order-mail-alert {
    margin-bottom: 16px;
}

.address-summary-block {
    margin-top: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(32, 32, 47, 0.08);
    border-radius: var(--radius-sm);
    background: rgba(248, 250, 253, 0.7);
}

.address-summary-block strong {
    display: block;
    margin-bottom: 6px;
}

.address-summary-block p {
    margin: 0 0 14px;
    color: var(--muted);
}

.address-summary-block p:last-child {
    margin-bottom: 0;
}

body.public-layout-midnight .address-summary-block {
    background: rgba(15, 23, 34, 0.72);
    border-color: rgba(173, 196, 230, 0.14);
}

.log-view {
    margin: 0;
    padding: 18px;
    border-radius: var(--radius-sm);
    background: #111827;
    color: #e5eefc;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.9rem;
    line-height: 1.6;
}

.cms-section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.translation-section {
    display: grid;
    gap: 20px;
    padding-top: 8px;
}

.translation-section-tabs {
    gap: 20px;
}

.page-editor-overview {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(32, 32, 47, 0.08);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 252, 0.94));
}

.page-editor-overview h3 {
    margin: 0 0 6px;
}

.page-editor-overview p {
    margin: 0;
    color: var(--muted);
    max-width: 64ch;
}

.page-editor-overview-stats {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.page-editor-overview-stats span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 127, 255, 0.08);
    color: var(--primary-dark);
    white-space: nowrap;
}

.page-editor-meta-grid {
    align-items: start;
}

.translation-header {
    margin-bottom: 0;
}

.translation-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.translation-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.translation-tabs button {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(32, 32, 47, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--ink);
    cursor: pointer;
}

.translation-tabs button:hover {
    border-color: rgba(0, 127, 255, 0.24);
    color: var(--primary-dark);
}

.translation-tabs button.is-active {
    background: rgba(0, 127, 255, 0.1);
    border-color: rgba(0, 127, 255, 0.28);
    color: var(--primary-dark);
}

.translation-tab-panels {
    display: grid;
}

.translation-section-tabs.is-ready .translation-panel {
    display: none;
}

.translation-section-tabs.is-ready .translation-panel.is-active {
    display: block;
}

.translation-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.translation-card-wide {
    align-content: start;
}

.translation-card h4 {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
}

.translation-card-header {
    display: grid;
    gap: 6px;
}

.translation-card-header p {
    margin: 0;
    color: var(--muted);
}

.cms-section-panel {
    margin-bottom: 24px;
}

.cms-section-panel .panel-header {
    align-items: start;
}

.cms-section-panel .panel-header p {
    margin: 0;
    color: var(--muted);
    max-width: 62ch;
}

.cms-editor-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.list-card-page {
    align-items: start;
}

.page-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.page-meta span {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 127, 255, 0.08);
    color: var(--primary-dark);
    font-size: 0.88rem;
}

.tenant-meta {
    margin-bottom: 10px;
}

.tenant-status-pill {
    font-weight: 700;
}

.tenant-status-active {
    background: rgba(4, 120, 87, 0.12) !important;
    color: #0a6a4b !important;
}

.tenant-status-inactive {
    background: rgba(180, 35, 24, 0.1) !important;
    color: #8a2519 !important;
}

.tenant-path {
    word-break: break-all;
    font-size: 0.92rem;
}

.tenant-notice-panel a,
.tenant-form-note a {
    color: var(--primary-dark);
}

.tenant-form-note p {
    margin: 0;
}

.cms-editor {
    display: grid;
    gap: 12px;
}

.cms-editor[data-current-view="visual"] .cms-editor-workspace {
    grid-template-columns: 1fr;
}

.cms-editor[data-current-view="visual"] .cms-editor-code {
    display: none;
}

.cms-editor[data-current-view="code"] .cms-editor-workspace {
    grid-template-columns: 1fr;
}

.cms-editor[data-current-view="code"] .cms-editor-visual {
    display: none;
}

.cms-editor[data-current-view="split"] .cms-editor-workspace {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cms-editor-topbar {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.cms-editor-meta {
    display: grid;
    gap: 4px;
}

.cms-editor-meta span {
    color: var(--muted);
    font-size: 0.92rem;
}

.cms-editor-actions,
.cms-editor-modes {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cms-editor-actions button,
.cms-editor-modes button {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(32, 32, 47, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--ink);
    cursor: pointer;
}

.cms-editor-actions button:hover,
.cms-editor-modes button:hover {
    border-color: rgba(0, 127, 255, 0.28);
    color: var(--primary-dark);
}

.cms-editor-modes button.is-active {
    background: rgba(0, 127, 255, 0.1);
    border-color: rgba(0, 127, 255, 0.22);
    color: var(--primary-dark);
}

.cms-editor-workspace {
    display: grid;
    gap: 12px;
}

.cms-editor-code textarea {
    min-height: 220px;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.95rem;
    line-height: 1.6;
}

.cms-editor-large .cms-editor-code textarea {
    min-height: 420px;
}

.cms-editor-visual {
    min-width: 0;
}

.cms-suneditor {
    visibility: hidden;
}

.cms-editor .sun-editor {
    border: 1px solid rgba(32, 32, 47, 0.14);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.cms-editor .se-toolbar {
    border-bottom: 1px solid rgba(32, 32, 47, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 252, 0.92));
    padding: 10px;
    outline: 0;
}

.cms-editor .se-btn-module,
.cms-editor .se-btn-list {
    border-radius: 999px;
}

.cms-editor .se-btn-module-border,
.cms-editor .se-menu-list {
    border-color: rgba(32, 32, 47, 0.12);
    box-shadow: 0 18px 45px rgba(32, 32, 47, 0.12);
}

.cms-editor .se-btn:focus,
.cms-editor .se-btn:hover {
    background: rgba(0, 127, 255, 0.08);
}

.cms-editor .se-resizing-bar {
    border-top: 1px solid rgba(32, 32, 47, 0.08);
    background: rgba(248, 250, 253, 0.92);
}

.cms-editor .sun-editor-editable {
    min-height: 220px;
    padding: 18px 18px 24px;
    color: var(--ink);
    line-height: 1.7;
    font-size: 1rem;
}

.cms-editor-large .sun-editor-editable {
    min-height: 420px;
}

.cms-editor[data-current-view="code"] .sun-editor {
    display: none;
}

.cms-editor .sun-editor-editable,
.cms-editor .sun-editor-editable p,
.cms-editor .sun-editor-editable li,
.cms-editor .sun-editor-editable blockquote {
    color: var(--ink);
}

.cms-editor .sun-editor-editable img {
    border-radius: 12px;
}

.cms-editor .sun-editor-editable h1,
.cms-editor .sun-editor-editable h2,
.cms-editor .sun-editor-editable h3 {
    color: var(--ink);
}

.cms-editor .sun-editor-editable a {
    color: var(--primary-dark);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.stat-card span {
    display: block;
    color: var(--muted);
    margin-bottom: 10px;
}

.stat-card strong {
    font-size: 2rem;
}

.table-wrap {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 14px 10px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

th {
    color: var(--muted);
    font-weight: 700;
}

.login-body {
    display: grid;
    place-items: center;
    padding: 24px;
}

.login-card {
    width: min(100%, 460px);
}

.login-card p {
    color: var(--muted);
}

@media (max-width: 960px) {
    .hero-grid,
    .checkout-layout,
    .confirmation-layout,
    .editor-grid,
    .product-detail-layout.has-product-image,
    .footer-grid,
    .feature-grid,
    .footer-grid,
    .stats-grid,
    .cms-editor[data-current-view="split"] .cms-editor-workspace {
        grid-template-columns: 1fr;
    }

    .field-grid-wide,
    .cms-editor-grid {
        grid-template-columns: 1fr;
    }

    .product-card-has-image {
        grid-template-columns: 1fr;
    }

    .product-card-has-image .product-card-media {
        max-width: 280px;
    }

    .product-card-has-image .product-card-image {
        min-height: 0;
    }

    .html-editor[data-current-view="split"] .html-editor-workspace {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
        height: auto;
        overflow: visible;
    }

    .section-heading,
    .topbar,
    .admin-topbar,
    .page-editor-overview,
    .panel-header,
    .list-card,
    .product-card-bottom {
        align-items: start;
        flex-direction: column;
    }

    .topbar-actions {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-left: 0;
    }

    .language-switcher {
        width: 100%;
    }

    .topnav {
        width: 100%;
        justify-content: flex-start;
    }

    .admin-sidebar {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 720px) {
    .field-grid,
    .inline-form {
        grid-template-columns: 1fr;
    }

    .page-content-html .__se__float-left,
    .page-content-html .__se__float-right,
    .page-content-html .__se__float-none {
        float: none;
        display: block;
        margin: 0 0 16px;
        max-width: 100%;
    }

    .page-content-html .se-component,
    .page-content-html .se-image-container,
    .page-content-html .se-image-container figure,
    .page-content-html .se-image-container img {
        width: 100% !important;
    }

    .cta-box,
    .content-columns {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: start;
    }

    .inline-form,
    .list-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero,
    .section {
        padding: 56px 0;
    }

    .hero h1,
    .detail-panel h1,
    .confirmation-card h1,
    .login-card h1 {
        font-size: 2.3rem;
    }
}

:root {
    --bg: #f5f1ea;
    --surface: #fffdf9;
    --surface-strong: #ffffff;
    --ink: #221917;
    --muted: #625853;
    --line: rgba(64, 46, 39, 0.14);
    --primary: #f0c53a;
    --primary-dark: #c79a10;
    --accent: #375a75;
    --danger: #b43a2c;
    --success: #1f7a53;
    --shadow: 0 16px 42px rgba(34, 25, 23, 0.09);
    --radius: 26px;
    --radius-sm: 18px;
    --container: 1180px;
    --font-base: "Trebuchet MS", "Segoe UI", sans-serif;
}

body.public-layout {
    background:
        radial-gradient(circle at top right, rgba(240, 197, 58, 0.18), transparent 22%),
        linear-gradient(180deg, #f3ede5 0%, #fbf7f0 38%, #f6f1e8 100%);
    color: var(--ink);
}

.page-shell {
    background: transparent;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(36, 29, 28, 0.94);
    border-bottom: 0;
    backdrop-filter: blur(10px);
}

.topbar {
    position: relative;
    min-height: 74px;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand img {
    height: 34px;
    width: auto;
    filter: brightness(1.08);
}

.menu-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu-toggle span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--primary);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle span:nth-child(1) {
    transform: translateY(-6px);
}

.menu-toggle span:nth-child(3) {
    transform: translateY(6px);
}

.site-header.is-nav-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
}

.site-header.is-nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
}

.site-header.is-nav-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
}

.topbar-actions {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    left: auto;
    width: min(420px, calc(100vw - 32px));
    display: none;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(240, 197, 58, 0.22);
    border-radius: 24px;
    background: rgba(35, 28, 27, 0.98);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.site-header.is-nav-open .topbar-actions {
    display: grid;
}

.topnav,
.language-switcher,
.footer-language-switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.topnav {
    justify-content: flex-start;
}

.topnav-item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.topnav-root-link {
    display: inline-flex;
    align-items: center;
}

.topnav-submenu {
    display: grid;
    gap: 8px;
    padding: 8px 0 0 18px;
}

.topnav-submenu-group {
    display: grid;
    gap: 6px;
}

.topnav-submenu-children {
    display: grid;
    gap: 4px;
    padding-left: 14px;
}

.topnav-submenu-link {
    min-height: 0;
    padding: 0;
    font-size: 0.96rem;
    line-height: 1.35;
    text-align: left;
    color: #f4e7ca;
}

.topnav-submenu-link.is-active {
    color: #ffcb05;
}

.topnav-submenu-link-child {
    font-size: 0.9rem;
    color: rgba(244, 231, 202, 0.84);
}

.topnav a,
.footer-links a {
    color: #f9f1df;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.footer-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(240, 197, 58, 0.18);
    background: rgba(255, 255, 255, 0.04);
    color: #fff6e8;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.footer-social-link:hover {
    transform: translateY(-1px);
    color: #1f1714;
    background: var(--primary);
    border-color: var(--primary);
}

.footer-social-link svg {
    width: 19px;
    height: 19px;
}

.footer-screen-reader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.topnav a:hover,
.footer-links a:hover {
    color: var(--primary);
}

.section-filter-note {
    margin-top: 8px;
    color: rgba(54, 37, 35, 0.72);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.language-switcher {
    margin-left: 0;
}

.language-switcher a,
.footer-language-switcher a {
    min-width: 44px;
    padding: 8px 12px;
    border: 1px solid rgba(240, 197, 58, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #f5ecdb;
}

.language-switcher a:hover,
.language-switcher a.is-active,
.footer-language-switcher a:hover,
.footer-language-switcher a.is-active {
    color: #1f1714;
    background: var(--primary);
    border-color: var(--primary);
}

.custom-region {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.06);
    color: #f9f1df;
}

.hero,
.section {
    padding: 74px 0;
}

.inner-section {
    padding-top: 34px;
}

.page-masthead {
    padding: 0;
}

.page-masthead-frame {
    position: relative;
    min-height: 360px;
    background: #2b2220;
    overflow: hidden;
}

.page-masthead-media {
    position: absolute;
    inset: 0;
    margin: 0;
}

.page-masthead-media img,
.page-masthead-media-placeholder {
    width: 100%;
    height: 100%;
}

.page-masthead-media img {
    object-fit: cover;
    filter: saturate(0.88) contrast(1.02);
}

.page-masthead-media-placeholder {
    background:
        linear-gradient(180deg, rgba(34, 26, 24, 0.12), rgba(34, 26, 24, 0.48)),
        radial-gradient(circle at 18% 22%, rgba(240, 197, 58, 0.46), transparent 18%),
        linear-gradient(120deg, #355772 0%, #253847 45%, #2e2522 100%);
}

.page-masthead-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(22, 16, 16, 0.18) 0%, rgba(22, 16, 16, 0.18) 54%, rgba(240, 197, 58, 0.62) 100%),
        linear-gradient(0deg, rgba(22, 16, 16, 0.48), rgba(22, 16, 16, 0.08));
}

.page-masthead-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 360px;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 88px;
    padding-bottom: 30px;
}

.page-masthead .eyebrow {
    margin-bottom: 12px;
    color: #fff4ca;
}

.page-masthead h1 {
    max-width: 11ch;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.48rem, 6.7vw, 4.84rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.page-masthead-product h1,
.page-masthead-order h1 {
    max-width: 14ch;
}

.page-masthead-lead {
    max-width: 64ch;
    margin: 14px 0 0;
    color: rgba(255, 249, 235, 0.96);
    font-size: 1.02rem;
    line-height: 1.65;
}

.hero-grid,
.section-heading,
.product-detail-layout,
.page-layout,
.confirmation-layout,
.licensing-layout {
    gap: 30px;
}

.page-layout,
.confirmation-layout {
    max-width: 1120px;
}

.detail-panel,
.page-content-html,
.checkout-panel,
.confirmation-card,
.detail-card,
.product-card,
.feature-card,
.hero-card {
    background: rgba(255, 253, 249, 0.96);
    border: 1px solid rgba(89, 68, 58, 0.12);
    box-shadow: var(--shadow);
}

.detail-panel {
    padding: 0;
}

.detail-card,
.checkout-panel,
.confirmation-card,
.product-card,
.feature-card,
.hero-card {
    border-radius: 26px;
}

.product-detail-layout.has-product-image {
    grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
    align-items: start;
}

.product-image-panel {
    top: 26px;
}

.product-image-card,
.product-card-media {
    position: relative;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    clip-path: polygon(25% 6%, 75% 6%, 96% 50%, 75% 94%, 25% 94%, 4% 50%);
    overflow: hidden;
}

.product-image-card::before,
.product-card-media::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 5px solid var(--primary);
    clip-path: polygon(25% 6%, 75% 6%, 96% 50%, 75% 94%, 25% 94%, 4% 50%);
    pointer-events: none;
}

.product-image-card {
    aspect-ratio: 1 / 1.05;
    padding: 0;
}

.product-card-media {
    aspect-ratio: 1 / 1;
    max-width: 260px;
    margin-inline: auto;
}

.product-detail-image,
.product-card-image {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
}

.product-card {
    min-height: 0;
    padding: 20px;
}

.product-card-has-image {
    grid-template-columns: 1fr;
    gap: 20px;
}

.product-card-content {
    padding: 0;
}

.product-card-top h3,
.feature-card h3,
.checkout-panel h2,
.page-content-html h1,
.page-content-html h2,
.page-content-html h3 {
    color: var(--ink);
    letter-spacing: -0.03em;
}

.summary-line,
.payment-detail,
.metric-row {
    padding: 14px 0;
    border-bottom-color: rgba(89, 68, 58, 0.11);
}

.price {
    font-size: 1.9rem;
}

.button {
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--primary);
    color: #201714;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: none;
}

.button:hover {
    background: var(--primary-dark);
    color: #ffffff;
}

.button-ghost {
    background: rgba(34, 25, 23, 0.06);
    color: var(--ink);
}

.button-danger {
    background: #b54232;
    color: #ffffff;
}

.surface {
    background: linear-gradient(180deg, rgba(240, 197, 58, 0.08), rgba(255, 255, 255, 0.4));
    border-top: 1px solid rgba(89, 68, 58, 0.08);
    border-bottom: 1px solid rgba(89, 68, 58, 0.08);
}

.checkout-panel-wide {
    min-height: 0;
}

.form-subsection,
.address-summary-block,
.content-block,
.faq-item,
.content-columns > div {
    background: #fbf7ef;
    border-color: rgba(89, 68, 58, 0.1);
}

label,
.field-label {
    font-weight: 700;
}

input,
textarea,
select {
    border-radius: 14px;
    border-color: rgba(89, 68, 58, 0.18);
    background: #fffdf9;
    padding: 14px 15px;
}

input:focus,
textarea:focus,
select:focus {
    outline: 2px solid rgba(240, 197, 58, 0.34);
    border-color: rgba(199, 154, 16, 0.58);
}

.page-content-html {
    padding: 30px;
    font-size: 1.06rem;
    line-height: 1.82;
}

.page-content-html p,
.page-content-html li,
.page-content-html blockquote,
.lead,
.licensing-lead,
.product-card p,
.feature-card p,
.detail-card p,
.payment-note,
.section-heading p,
.site-footer p {
    color: var(--muted);
}

.site-footer {
    padding: 18px 0;
    background: #241d1c;
    border-top: 0;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-copyline {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer-copy {
    margin: 0;
    color: rgba(245, 236, 219, 0.82);
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-copy a {
    color: rgba(245, 236, 219, 0.95);
    text-decoration: underline;
}

.footer-actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.footer-social-link {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #f5ecdb;
}

.footer-language-switcher {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.footer-language-switcher a {
    color: #f5ecdb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
}

.footer-language-flag {
    display: inline-flex;
    width: 20px;
    height: 14px;
    flex-shrink: 0;
}

.footer-language-flag svg {
    width: 100%;
    height: 100%;
    display: block;
}

.footer-language-switcher a:hover,
.footer-language-switcher a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
}

.cookie-consent[hidden],
.cookie-preferences[hidden] {
    display: none !important;
}

.cookie-consent {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1300;
    width: min(430px, calc(100% - 40px));
}

.cookie-consent-card,
.cookie-preferences-panel {
    background: #f7eedf;
    color: #241d1c;
    border: 1px solid rgba(89, 68, 58, 0.14);
    border-radius: 28px;
    box-shadow: 0 24px 50px rgba(24, 15, 13, 0.2);
}

.cookie-consent-card {
    padding: 20px 20px 18px;
}

.cookie-consent-title {
    margin: 0 0 8px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8e5b17;
}

.cookie-consent-copy,
.cookie-preferences-copy,
.cookie-preferences-category p,
.cookie-preferences-note {
    margin: 0;
    color: #4e3a32;
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.cookie-consent-actions .button {
    min-height: 44px;
    padding: 0 18px;
}

.cookie-preferences {
    position: fixed;
    inset: 0;
    z-index: 1310;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(20, 14, 13, 0.45);
}

.cookie-preferences-panel {
    width: min(760px, 100%);
    max-height: min(88vh, 820px);
    overflow: auto;
    padding: 24px;
}

.cookie-preferences-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.cookie-preferences-close {
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: rgba(34, 25, 23, 0.08);
    color: #241d1c;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.cookie-preferences-category {
    margin-top: 18px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(89, 68, 58, 0.1);
}

.cookie-preferences-category-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.cookie-preferences-category-head h3 {
    margin: 0 0 6px;
    color: #241d1c;
}

.cookie-preferences-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #241d1c;
    color: #f7eedf;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.cookie-preferences-table {
    margin-top: 16px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(89, 68, 58, 0.12);
}

.cookie-preferences-row {
    display: grid;
    grid-template-columns: minmax(120px, 0.9fr) minmax(0, 2fr) minmax(90px, 0.7fr);
    gap: 14px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.72);
    color: #241d1c;
}

.cookie-preferences-row + .cookie-preferences-row {
    border-top: 1px solid rgba(89, 68, 58, 0.1);
}

.cookie-preferences-row-head {
    background: rgba(240, 197, 58, 0.16);
    font-weight: 800;
}

.cookie-preferences-note {
    margin-top: 16px;
}

.cookie-preferences-note a {
    color: #8e5b17;
    font-weight: 700;
}

.cookie-preferences-actions {
    justify-content: flex-end;
}

body.has-cookie-preferences-open {
    overflow: hidden;
}

body.public-layout-midnight .cookie-consent-card,
body.public-layout-midnight .cookie-preferences-panel,
body.public-layout-studio .cookie-consent-card,
body.public-layout-studio .cookie-preferences-panel {
    background: #f3eadc;
}

@media (max-width: 700px) {
    .cookie-consent {
        left: 16px;
        right: 16px;
        bottom: 16px;
        width: auto;
    }

    .cookie-preferences {
        align-items: flex-end;
        padding: 12px;
    }

    .cookie-preferences-panel {
        max-height: 92vh;
        padding: 18px;
        border-radius: 24px;
    }

    .cookie-preferences-header,
    .cookie-preferences-category-head {
        flex-direction: column;
    }

    .cookie-preferences-row {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 961px) {
    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .topbar {
        align-items: center;
    }

    .topbar-actions {
        right: 16px;
    }

    .page-masthead-frame,
    .page-masthead-content {
        min-height: 300px;
    }

    .product-detail-layout.has-product-image,
    .confirmation-layout,
    .page-layout {
        grid-template-columns: 1fr;
    }

    .product-image-panel {
        position: static;
    }
}

@media (max-width: 720px) {
    .brand img {
        height: 30px;
    }

    .topbar-actions {
        left: 16px;
        width: auto;
    }

    .page-masthead-content {
        padding-top: 82px;
        padding-bottom: 24px;
    }

    .page-masthead h1 {
        max-width: 100%;
        font-size: 2.48rem;
    }

    .page-content-html,
    .checkout-panel,
    .confirmation-card,
    .detail-card,
    .hero-card,
    .product-card {
        padding: 22px;
    }

    .footer-links,
    .footer-language-switcher {
        gap: 10px;
    }

    .cms-contact-form__grid,
    .cms-video-grid {
        grid-template-columns: 1fr;
    }
}

body.public-layout-studio,
body.public-layout-midnight {
    background:
        radial-gradient(circle at top right, rgba(240, 197, 58, 0.18), transparent 22%),
        linear-gradient(180deg, #f3ede5 0%, #fbf7f0 38%, #f6f1e8 100%);
}

body.public-route-page {
    background: #f4f0e8;
}

body.public-route-page .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    backdrop-filter: none;
    z-index: 20;
}

body.public-route-page.page-no-hero .site-header {
    position: relative;
    background: #fffdf9;
}

body.public-route-page.page-has-hero .site-header {
    position: relative;
    background: #fffdf9;
}

body.public-route-page .topbar {
    min-height: 60px;
    align-items: flex-start;
}

body.public-route-page.page-no-hero .topbar {
    min-height: 0;
    padding-top: 8px;
    gap: 0;
}

body.public-route-page.page-has-hero .topbar {
    min-height: 0;
    padding-top: 8px;
    gap: 0;
}

body.public-route-page .brand img {
    height: 78px;
    margin-top: -30px;
    filter: none;
}

body.public-route-page.page-no-hero .brand img {
    height: 82px;
    margin-top: 0;
}

body.public-route-page.page-has-hero .brand img {
    height: 82px;
    margin-top: 0;
}

body.public-route-page .menu-toggle span {
    background: #f0c53a;
}

body.public-route-page .topbar-actions {
    background: rgba(34, 27, 26, 0.98);
}

body.public-route-page.page-no-hero .topbar-actions {
    margin-top: 4px;
}

body.public-route-page.page-has-hero .topbar-actions {
    margin-top: 4px;
}

body.public-route-page .page-masthead {
    padding: 0;
}

body.public-route-page .page-masthead.has-media .page-masthead-frame {
    min-height: 400px;
    background: #2a221f;
}

body.public-route-page.page-has-hero .page-masthead.has-media .page-masthead-frame {
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #fffdf9 0%, #fffdf9 56%, #f2c93d 100%);
}

body.public-route-page .page-masthead.has-media .page-masthead-media img {
    object-fit: cover;
    object-position: 50% 58%;
}

body.public-route-page.page-has-hero .page-masthead.has-media .page-masthead-media {
    order: 2;
    position: relative;
    width: 100%;
    height: clamp(220px, 34vw, 420px);
    overflow: hidden;
}

body.public-route-page.page-has-hero .page-masthead.has-media .page-masthead-media img {
    width: 100%;
    height: 100%;
}

body.public-route-page .page-masthead.has-media .page-masthead-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(254, 212, 65, 0) 0%, rgba(254, 212, 65, 0) 68%, rgba(254, 212, 65, 1) 100%);
}

body.public-route-page.page-has-hero .page-masthead.has-media .page-masthead-frame::after {
    display: none;
}

body.public-route-page .page-masthead.has-media .page-masthead-content {
    min-height: 400px;
    justify-content: flex-end;
    width: min(calc(100% - 32px), 960px);
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 2px;
}

body.public-route-page.page-has-hero .page-masthead.has-media .page-masthead-content {
    order: 1;
    min-height: 230px;
    width: min(calc(100% - 32px), 960px);
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 0;
    justify-content: flex-end;
}

body.public-route-page .page-masthead.has-media .page-masthead-content .eyebrow,
body.public-route-page .page-masthead.has-media .page-masthead-lead {
    display: none;
}

body.public-route-page .page-masthead.has-media h1 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #231f20;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.05em;
    text-shadow: none;
    font-size: clamp(2.18rem, 5.2vw, 4.1rem);
    line-height: 0.95;
}

body.public-route-page.page-has-hero .page-masthead.has-media h1 {
    color: #fffdf9;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
    font-size: clamp(2.72rem, 6.45vw, 5.35rem);
    line-height: 0.92;
}

body.public-route-page .page-masthead:not(.has-media) .page-masthead-frame {
    min-height: 320px;
    background: linear-gradient(180deg, #fffdf9 0%, #fffdf9 56%, #f2c93d 100%);
}

body.public-route-page .page-masthead:not(.has-media) .page-masthead-frame::after {
    display: none;
}

body.public-route-page .page-masthead:not(.has-media) .page-masthead-content {
    min-height: 320px;
    justify-content: flex-end;
    width: min(calc(100% - 32px), 960px);
    margin: 0 auto;
    padding-top: 122px;
    padding-bottom: 0;
}

body.public-route-page.page-no-hero .page-masthead-content {
    width: min(calc(100% - 32px), 960px);
    margin: 0 auto;
    padding-top: 54px;
}

body.public-route-page .page-masthead:not(.has-media) .eyebrow,
body.public-route-page .page-masthead:not(.has-media) .page-masthead-lead {
    display: none;
}

body.public-route-page .page-masthead:not(.has-media) h1 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #fffdf9;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.05em;
    font-size: clamp(2.72rem, 6.45vw, 5.35rem);
    line-height: 0.92;
}

body.public-route-page .cms-page-section {
    padding-top: 26px;
}

body.public-route-page .cms-page-layout {
    max-width: 1060px;
    gap: 22px;
}

body.public-route-page.page-slug-contactos .cms-page-layout-contactos {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
    align-items: start;
    gap: 20px;
}

body.public-route-page.page-slug-contactos .cms-contact-panel-primary {
    order: 1;
}

body.public-route-page.page-slug-contactos .cms-page-article {
    order: 2;
    max-width: none;
    width: 100%;
}

body.public-route-page.page-slug-contactos .cms-page-article > :first-child {
    margin-top: 0;
}

body.public-route-page.page-slug-contactos .cms-page-article h3 {
    margin: 0 0 32px;
    color: #fed441;
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

body.public-route-page.page-slug-contactos .cms-page-article p {
    color: #231f20;
    font-size: 1rem;
}

body.public-route-page.page-slug-contactos .cms-contact-form {
    gap: 14px;
}

body.public-route-page.page-slug-contactos .cms-contact-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.public-route-page.page-slug-contactos .cms-contact-form label {
    gap: 6px;
    color: #231f20 !important;
}

body.public-route-page.page-slug-contactos .cms-contact-form label span {
    color: #231f20 !important;
}

body.public-route-page.page-slug-contactos .cms-contact-form input,
body.public-route-page.page-slug-contactos .cms-contact-form textarea {
    border-radius: 3px;
    border-color: rgba(35, 31, 32, 0.24);
    color: #231f20;
    caret-color: #231f20;
    font-weight: 400;
}

body.public-route-page.page-slug-contactos .cms-contact-form .button {
    align-self: start;
    justify-self: start;
    width: fit-content;
    min-width: 0;
    padding: 0 20px;
    display: inline-flex;
    border-radius: 3px;
    background: #066aab;
    color: #ffffff;
    font-weight: 600;
}

body.public-route-page.page-slug-contactos .cms-contact-form .button:hover {
    background: #05598f;
}

body.public-route-page.page-slug-turismo .cms-contact-box,
body.public-route-page.page-slug-turismo .cms-contact-box__header h2,
body.public-route-page.page-slug-turismo .cms-contact-box__header p,
body.public-route-page.page-slug-turismo .cms-contact-form label,
body.public-route-page.page-slug-turismo .cms-contact-form label span {
    color: #231f20;
}

body.public-route-page.page-slug-turismo .cms-contact-form input,
body.public-route-page.page-slug-turismo .cms-contact-form textarea {
    color: #231f20;
    caret-color: #231f20;
}

body.public-route-page.page-slug-turismo .cms-contact-form input::placeholder,
body.public-route-page.page-slug-turismo .cms-contact-form textarea::placeholder {
    color: #625853;
}

body.public-route-page .cms-page-article,
body.public-route-page .cms-inline-panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

body.public-route-page .page-content-html {
    max-width: 920px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.75;
}

body.public-route-page .page-masthead h1 {
    font-size: clamp(2.34rem, 5.9vw, 4.55rem);
    line-height: 0.94;
}

body.public-route-page.has-route-cover .page-masthead:not(.has-media) .page-masthead-frame,
body.public-route-store.public-route-product.has-route-cover .page-masthead-frame,
body.public-route-store.public-route-index.has-route-cover .page-masthead-frame {
    background: transparent;
}

body.public-route-page.has-route-cover .page-masthead:not(.has-media) h1,
body.public-route-store.public-route-product.has-route-cover .page-masthead h1,
body.public-route-store.public-route-index.has-route-cover .page-masthead h1 {
    color: #fffdf9;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.22);
}

body.public-route-store.public-route-product.has-route-cover .page-masthead .eyebrow,
body.public-route-store.public-route-product.has-route-cover .page-masthead-lead,
body.public-route-store.public-route-index.has-route-cover .page-masthead .eyebrow,
body.public-route-store.public-route-index.has-route-cover .page-masthead-lead {
    color: #fffdf9;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

body.public-route-store.has-route-cover {
    --route-cover-height: 453px;
}

body.public-route-store.public-route-index .page-masthead h1 {
    width: 100%;
    max-width: none;
    font-size: clamp(2.72rem, 6.45vw, 5.35rem);
    line-height: 0.94;
}

body.public-route-store.public-route-index .page-masthead-lead {
    max-width: 46rem;
}

body.public-route-store.public-route-index .storefront-summary-section {
    padding-top: 28px;
}

body.public-route-store.public-route-index .storefront-summary-card {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

body.public-route-store.public-route-index .storefront-summary-actions {
    margin-top: 22px;
}

body.public-route-store.public-route-index.has-route-cover .storefront-summary-card {
    background: rgba(255, 253, 249, 0.82);
}

body.public-route-page.page-no-hero .page-content-html {
    max-width: 840px;
}

body.public-route-page .page-content-html h1,
body.public-route-page .page-content-html h2,
body.public-route-page .page-content-html h3,
body.public-route-page .page-content-html h4,
body.public-route-page .page-content-html h5,
body.public-route-page .page-content-html h6 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #231f20;
}

body.public-route-page .page-content-html p,
body.public-route-page .page-content-html li,
body.public-route-page .page-content-html blockquote {
    color: #231f20;
}

body.public-route-page .page-content-html a {
    color: #231f20;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

body.public-route-page .page-content-html figure {
    margin: 1.4rem 0;
}

body.public-route-page .page-content-html figcaption {
    margin-top: 0.45rem;
    color: #625853;
    font-size: 0.92rem;
}

body.public-route-page .page-content-html .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 1.5rem 0;
}

body.public-route-page .page-content-html .wp-block-columns > .wp-block-column:only-child {
    grid-column: 1 / -1;
}

body.public-route-page .page-content-html .wp-block-column {
    min-width: 0;
}

body.public-route-page .page-content-html .wp-block-page-list,
body.public-route-page .page-content-html .wp-block-list {
    margin: 1rem 0;
}

body.public-route-page .page-content-html .wp-block-cover {
    position: relative;
    display: grid;
    min-height: 320px;
    overflow: hidden;
    align-items: end;
}

body.public-route-page .page-content-html .wp-block-cover__image-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.public-route-page .page-content-html .wp-block-cover__background {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.22);
}

body.public-route-page .page-content-html .wp-block-cover__inner-container {
    position: relative;
    z-index: 1;
    padding: 24px;
    color: #fffdf9;
}

body.public-route-page .page-content-html .hex {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    margin: 0;
    clip-path: polygon(25% 6%, 75% 6%, 96% 50%, 75% 94%, 25% 94%, 4% 50%);
    background: #f0c53a;
}

body.public-route-page .page-content-html .hex::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 5px solid #231f20;
    clip-path: polygon(25% 6%, 75% 6%, 96% 50%, 75% 94%, 25% 94%, 4% 50%);
    pointer-events: none;
    z-index: 2;
}

body.public-route-page .page-content-html .hex__image-wrap,
body.public-route-page .page-content-html .hex__image-wrap img {
    width: 100%;
    height: 100%;
}

body.public-route-page .page-content-html .hex__image-wrap img {
    object-fit: cover;
    object-position: center;
}

body.public-route-page .page-content-html .hex__link {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.36));
}

body.public-route-page .cms-contact-box,
body.public-route-page .cms-social-block {
    gap: 16px;
    padding-top: 10px;
    border-top: 1px solid rgba(35, 31, 32, 0.12);
}

body.public-route-page .cms-contact-box__header h2,
body.public-route-page .cms-social-block__intro h2,
body.public-route-page .cms-social-card h3 {
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

body.public-route-page .cms-social-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.public-route-page .cms-contact-form input,
body.public-route-page .cms-contact-form textarea {
    background: #fffdf9;
}

body.public-route-page .site-footer {
    margin-top: 28px;
    padding: 16px 0 28px;
    background: transparent;
}

body.public-route-page .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    text-align: left;
}

body.public-route-page .site-footer {
    background: linear-gradient(180deg, #efe7d9, #e6dccd);
}

body.public-route-page .footer-panel {
    background: rgba(255, 251, 244, 0.76);
    border-color: rgba(35, 31, 32, 0.08);
    box-shadow: 0 16px 32px rgba(53, 41, 36, 0.08);
}

body.public-route-page .footer-kicker,
body.public-route-page .footer-copy,
body.public-route-page .footer-copy a,
body.public-route-page .footer-text,
body.public-route-page .footer-contact-list,
body.public-route-page .footer-contact-list a,
body.public-route-page .footer-language-switcher a,
body.public-route-page .footer-links a,
body.public-route-page .footer-social-link {
    color: #231f20;
}

body.public-route-page .footer-heading {
    color: #231f20;
}

body.public-route-page .footer-copy {
    font-weight: 500;
}

body.public-route-page .footer-language-switcher {
    justify-content: flex-start;
    gap: 10px;
}

body.public-route-page .footer-language-switcher a.is-active {
    font-weight: 700;
}

body.public-route-store {
    background: #f4f0e8;
}

body.public-route-store .site-header {
    position: relative;
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
}

body.public-route-store .topbar {
    min-height: 0;
    padding-top: 8px;
    gap: 0;
    align-items: flex-start;
}

body.public-route-store .topbar,
body.public-route-page.page-no-hero .topbar {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body.public-route-store .brand,
body.public-route-page.page-no-hero .brand {
    margin-left: 18px;
}

body.public-route-store .brand img {
    height: 82px;
    margin-top: 0;
    filter: none;
}

body.public-route-store .menu-toggle span {
    background: #f0c53a;
}

body.public-route-store .topbar-actions {
    margin-top: 4px;
    background: rgba(34, 27, 26, 0.98);
    align-self: stretch;
    width: 100%;
}

body.public-route-page.page-no-hero .topbar-actions,
body.public-route-store .topbar-actions {
    width: 100%;
}

body.public-route-store .topnav {
    width: 100%;
}

body.public-route-store .hero,
body.public-route-store .section {
    padding: 62px 0;
}

body.public-route-store .inner-section {
    padding-top: 26px;
}

body.public-route-store .page-masthead-frame {
    min-height: 320px;
    background: linear-gradient(180deg, #fffdf9 0%, #fffdf9 56%, #f2c93d 100%);
}

body.public-route-store .page-masthead-frame::after {
    display: none;
}

body.public-route-store .page-masthead-content {
    min-height: 320px;
    justify-content: flex-end;
    width: min(calc(100% - 32px), 960px);
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 0;
}

body.public-route-store .page-masthead .eyebrow,
body.public-route-store .page-masthead-lead {
    display: none;
}

body.public-route-store .page-masthead h1 {
    width: 100%;
    margin: 0;
    max-width: none;
    color: #fffdf9;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.22);
    font-size: clamp(2.72rem, 6.45vw, 5.35rem);
    line-height: 0.92;
}

body.public-route-product .page-masthead h1,
body.public-route-order .page-masthead h1 {
    width: 100%;
    max-width: none;
    font-size: clamp(2.72rem, 6.45vw, 5.35rem);
    line-height: 0.94;
}

body.public-route-product .page-masthead h1.page-masthead-title-lg {
    font-size: clamp(2.3rem, 5.2vw, 4.3rem);
}

body.public-route-product .page-masthead h1.page-masthead-title-xl {
    font-size: clamp(1.95rem, 4.45vw, 3.5rem);
    line-height: 0.92;
}

body.public-route-product .page-masthead h1.page-masthead-title-xxl {
    font-size: clamp(1.7rem, 3.9vw, 3rem);
    line-height: 0.9;
}

body.public-route-store .section-heading,
body.public-route-store .product-detail-layout,
body.public-route-store .confirmation-layout,
body.public-route-store .licensing-layout,
body.public-route-store .page-layout,
body.public-route-store .storefront-archive-toolbar,
body.public-route-store .product-grid {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

body.public-route-store .storefront-archive-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

body.public-route-store .storefront-archive-heading {
    display: grid;
    gap: 10px;
}

body.public-route-store .storefront-archive-breadcrumb {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    color: #8a7f78;
    font-size: 0.9rem;
}

body.public-route-store .storefront-archive-toolbar h2 {
    margin: 0;
    color: #231f20;
    font-size: clamp(1.7rem, 3.4vw, 2.3rem);
    letter-spacing: -0.03em;
}

body.public-route-store .storefront-archive-count {
    margin: 0;
    color: #625853;
    font-size: 0.96rem;
    white-space: nowrap;
}

body.public-route-store .product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 22px;
}

body.public-route-store .product-card {
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.public-route-store .product-card-has-image {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

body.public-route-store .product-card-media-link {
    display: block;
    color: inherit;
}

body.public-route-store .product-card-media {
    aspect-ratio: 1 / 1;
    max-width: none;
    margin: 0;
    border: 1px solid rgba(89, 68, 58, 0.12);
    border-radius: 0;
    background: #ffffff;
    clip-path: none;
    box-shadow: none;
    overflow: hidden;
}

body.public-route-store .product-card-media::before {
    display: none;
}

body.public-route-store .product-card-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    display: block;
    object-fit: cover;
    object-position: center;
}

body.public-route-store .product-card-content {
    display: grid;
    gap: 10px;
    padding: 0;
}

body.public-route-store .product-card-top {
    gap: 8px;
}

body.public-route-store .product-sku {
    margin: 0;
    color: #8a7f78;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
}

body.public-route-store .product-card h3 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.25;
}

body.public-route-store .product-card h3 a {
    color: inherit;
}

body.public-route-store .product-card-excerpt {
    margin: 0;
    color: #625853;
    font-size: 0.96rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

body.public-route-store .product-card-bottom {
    display: grid;
    justify-items: start;
    gap: 10px;
    margin-top: 0;
}

body.public-route-store .price-stack {
    gap: 2px;
}

body.public-route-store .price {
    font-size: 1.05rem;
    font-weight: 700;
}

body.public-route-store .product-card .button {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 4px;
    background: #1f78be;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 600;
}

body.public-route-store .product-card .button:hover {
    background: #16649f;
}

body.public-route-store.public-route-product .product-detail-layout.has-product-image {
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
    align-items: start;
    padding: 24px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(35, 31, 32, 0.08);
}

body.public-route-store.public-route-product .product-image-panel {
    position: static;
}

body.public-route-store.public-route-product .product-image-card {
    aspect-ratio: 1 / 1;
    padding: 0;
    border: 1px solid rgba(89, 68, 58, 0.12);
    border-radius: 6px;
    background: #ffffff;
    clip-path: none;
    box-shadow: none;
    overflow: hidden;
}

body.public-route-store.public-route-product .product-image-card::before {
    display: none;
}

body.public-route-store.public-route-product .product-detail-image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
}

body.public-route-store.public-route-product .detail-panel-wide {
    display: contents;
}

body.public-route-store.public-route-product .product-summary-card {
    grid-column: 2;
}

body.public-route-store.public-route-product .product-summary-card,
body.public-route-store.public-route-product .product-description-card {
    padding: 0;
    background: transparent;
    border: 0;
}

body.public-route-store.public-route-product .product-summary-lead {
    margin: 0 0 14px;
    color: #625853;
    font-size: 1rem;
    line-height: 1.65;
}

body.public-route-store.public-route-product .summary-line {
    padding: 14px 0;
}

body.public-route-store.public-route-product .summary-line-meta strong {
    font-weight: 700;
}

body.public-route-store.public-route-product .product-summary-actions {
    margin-top: 18px;
}

body.public-route-store.public-route-product .product-summary-actions .button {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 4px;
    background: #1f78be;
}

body.public-route-store.public-route-product .product-description-card {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid rgba(89, 68, 58, 0.12);
}

@media (max-width: 720px) {
    body.public-route-store.public-route-product .product-summary-card,
    body.public-route-store.public-route-product .product-description-card {
        grid-column: auto;
    }
}

body.public-route-store.public-route-product .product-description-card h2 {
    margin: 0 0 14px;
    color: #231f20;
    font-size: 1.1rem;
}

body.public-route-store.public-route-product .licensing-section {
    padding-top: 26px;
}

body.public-route-store.public-route-product .checkout-panel {
    border-top: 1px solid rgba(89, 68, 58, 0.12);
    padding-top: 22px;
}

body.public-route-store .detail-panel,
body.public-route-store .page-content-html,
body.public-route-store .checkout-panel,
body.public-route-store .confirmation-card,
body.public-route-store .detail-card,
body.public-route-store .product-card,
body.public-route-store .feature-card,
body.public-route-store .hero-card {
    background: rgba(255, 253, 249, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.public-route-store .product-card,
body.public-route-store .feature-card,
body.public-route-store .checkout-panel,
body.public-route-store .detail-card,
body.public-route-store .confirmation-card,
body.public-route-store .hero-card {
    padding: 0;
}

body.public-route-store .product-card-content,
body.public-route-store .feature-card,
body.public-route-store .checkout-panel,
body.public-route-store .detail-card,
body.public-route-store .confirmation-card {
    padding: 26px 30px;
}

body.public-route-store .feature-grid,
body.public-route-store .product-grid {
    gap: 26px;
}

body.public-route-store .surface {
    background: rgba(240, 197, 58, 0.08);
    border-top: 1px solid rgba(89, 68, 58, 0.06);
    border-bottom: 1px solid rgba(89, 68, 58, 0.06);
}

@media (max-width: 760px) {
    body.public-route-store .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body.public-route-store.public-route-product .product-detail-layout.has-product-image {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.public-route-store .storefront-archive-toolbar {
        align-items: start;
        flex-direction: column;
    }

    body.public-route-store .storefront-archive-count {
        white-space: normal;
    }

    body.public-route-store .product-grid {
        grid-template-columns: 1fr;
    }
}

body.public-route-store .site-footer {
    margin-top: 28px;
    padding: 16px 0 28px;
    background: transparent;
}

body.public-route-store .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    text-align: left;
}

body.public-route-store .site-footer {
    background: linear-gradient(180deg, #efe7d9, #e6dccd);
}

body.public-route-store .footer-panel {
    background: rgba(255, 251, 244, 0.76);
    border-color: rgba(35, 31, 32, 0.08);
    box-shadow: 0 16px 32px rgba(53, 41, 36, 0.08);
}

body.public-route-store .footer-kicker,
body.public-route-store .footer-copy,
body.public-route-store .footer-copy a,
body.public-route-store .footer-text,
body.public-route-store .footer-contact-list,
body.public-route-store .footer-contact-list a,
body.public-route-store .footer-language-switcher a,
body.public-route-store .footer-links a,
body.public-route-store .footer-social-link {
    color: #231f20;
}

body.public-route-store .footer-heading {
    color: #231f20;
}

body.public-route-store .footer-copy {
    font-weight: 500;
}

body.public-route-store .footer-language-switcher {
    justify-content: flex-start;
    gap: 10px;
}

body.public-route-store .footer-language-switcher a {
    border: 1px solid rgba(35, 31, 32, 0.14);
    background: transparent;
    padding: 6px 10px;
}

body.public-route-store .footer-language-switcher a.is-active {
    font-weight: 700;
}

@media (min-width: 860px) {
    body.public-route-store .menu-toggle,
    body.public-route-page.page-no-hero .menu-toggle,
    body.public-route-page.page-has-hero .menu-toggle {
        display: none;
    }

    body.public-route-store .topbar,
    body.public-route-page.page-no-hero .topbar,
    body.public-route-page.page-has-hero .topbar {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    body.public-route-store .brand,
    body.public-route-page.page-no-hero .brand,
    body.public-route-page.page-has-hero .brand {
        margin-left: 44px;
        padding-bottom: 2px;
    }

    body.public-route-store .topbar-actions,
    body.public-route-page.page-no-hero .topbar-actions,
    body.public-route-page.page-has-hero .topbar-actions {
        position: static;
        display: flex;
        flex: 0 0 100%;
        width: 100%;
        margin-top: 10px;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        align-items: center;
        justify-content: center;
        min-height: 50px;
    }

    body.public-route-store .topnav,
    body.public-route-page.page-no-hero .topnav,
    body.public-route-page.page-has-hero .topnav {
        width: 100%;
        justify-content: space-around;
        gap: 8px 12px;
        padding-left: clamp(120px, 15vw, 190px);
        padding-right: 18px;
    }

    body.public-route-store .topnav a,
    body.public-route-page.page-no-hero .topnav a,
    body.public-route-page.page-has-hero .topnav a {
        color: #f7cb3e;
        flex: 1 1 0;
        text-align: center;
        font-size: 0.9rem;
        font-weight: 700;
        letter-spacing: 0;
    }

    body.public-route-store .topnav a.is-active,
    body.public-route-page.page-no-hero .topnav a.is-active,
    body.public-route-page.page-has-hero .topnav a.is-active {
        color: #fffdf9;
    }

    body.public-route-store .topnav a.has-caret::after,
    body.public-route-page.page-no-hero .topnav a.has-caret::after,
    body.public-route-page.page-has-hero .topnav a.has-caret::after {
        content: "\25BE";
        display: inline-block;
        margin-left: 8px;
        font-size: 0.72em;
        vertical-align: middle;
    }

    body.public-route-store .language-switcher,
    body.public-route-page.page-no-hero .language-switcher,
    body.public-route-page.page-has-hero .language-switcher {
        display: none;
    }
}

@media (min-width: 901px) {
    .topnav-item {
        width: auto;
    }

    .topnav-submenu {
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        z-index: 6;
        min-width: 220px;
        padding: 16px 18px;
        border: 1px solid rgba(240, 197, 58, 0.22);
        border-radius: 18px;
        background: rgba(35, 28, 27, 0.97);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
        display: none;
    }

    .topnav-submenu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -14px;
        height: 14px;
    }

    .topnav-item:hover .topnav-submenu,
    .topnav-item.is-open .topnav-submenu,
    .topnav-item:focus-within .topnav-submenu {
        display: grid;
    }

    .topnav-submenu-link {
        white-space: nowrap;
    }

    body.public-route-page.page-no-hero .site-header,
    body.public-route-page.page-has-hero .site-header,
    body.public-route-store .site-header {
        position: relative;
    }

    body.public-route-page.page-no-hero .topbar,
    body.public-route-page.page-has-hero .topbar,
    body.public-route-store .topbar {
        position: relative;
        padding-top: 0;
    }

    body.public-route-page.page-no-hero .brand,
    body.public-route-page.page-has-hero .brand,
    body.public-route-store .brand {
        position: absolute;
        left: 51px;
        top: 3px;
        z-index: 4;
        width: 134px;
        margin-left: 0;
        padding-bottom: 0;
    }

    body.public-route-page.page-no-hero .brand img,
    body.public-route-page.page-has-hero .brand img,
    body.public-route-store .brand img {
        width: auto;
        height: 115px;
        max-width: none;
    }

    body.public-route-page.page-no-hero .topbar-actions,
    body.public-route-page.page-has-hero .topbar-actions,
    body.public-route-store .topbar-actions {
        margin-top: 70px;
        min-height: 60px;
    }

    body.public-route-page.page-no-hero .topnav,
    body.public-route-page.page-has-hero .topnav,
    body.public-route-store .topnav {
        justify-content: space-between;
        align-items: stretch;
        gap: 24px;
        padding-left: 250px;
        padding-right: 44px;
    }

    body.public-route-page.page-no-hero .topnav > .topnav-item,
    body.public-route-page.page-has-hero .topnav > .topnav-item,
    body.public-route-store .topnav > .topnav-item {
        flex: 0 0 auto;
    }

    body.public-route-page.page-no-hero .topnav a,
    body.public-route-page.page-has-hero .topnav a,
    body.public-route-store .topnav a {
        display: flex;
        align-items: center;
        min-height: 60px;
        line-height: 1;
    }

    body.public-route-page.page-no-hero .topnav-submenu a,
    body.public-route-page.page-has-hero .topnav-submenu a,
    body.public-route-store .topnav-submenu a {
        min-height: 0;
        line-height: 1.35;
    }
}

@media (min-width: 1200px) {
    body.public-route-page.page-has-hero .brand {
        margin-left: 40px;
    }

    body.public-route-page.page-has-hero .brand img {
        height: 70px;
        margin-top: -10px;
    }

    body.public-route-page.page-has-hero .topbar-actions {
        padding-right: 40px;
    }

    body.public-route-page.page-has-hero .topnav {
        gap: 24px;
    }

    body.public-route-page.page-no-hero .topbar,
    body.public-route-page.page-has-hero .topbar,
    body.public-route-store .topbar {
        padding-top: 0;
    }

    body.public-route-page.page-no-hero .brand,
    body.public-route-page.page-has-hero .brand,
    body.public-route-store .brand {
        left: 53px;
    }

    body.public-route-page.page-no-hero .brand img,
    body.public-route-page.page-has-hero .brand img,
    body.public-route-store .brand img {
        height: 115px;
    }

    body.public-route-page.page-no-hero .topbar-actions,
    body.public-route-page.page-has-hero .topbar-actions,
    body.public-route-store .topbar-actions {
        margin-top: 70px;
    }

    body.public-route-page.page-no-hero .topnav,
    body.public-route-page.page-has-hero .topnav,
    body.public-route-store .topnav {
        justify-content: space-between;
        gap: 24px;
        padding-left: 262px;
        padding-right: 44px;
    }

    body.public-route-page.page-no-hero .topnav a,
    body.public-route-page.page-has-hero .topnav a,
    body.public-route-store .topnav a {
        flex: 0 0 auto;
    }

    body.public-route-page.page-no-hero .page-masthead-content {
        width: min(calc(100% - 32px), 960px);
        padding-top: 40px;
    }

    body.public-route-page.page-slug-escola .page-shell::before {
        height: 453px;
    }

    body.public-route-page.page-no-hero .page-content-html {
        max-width: 960px;
    }
}

@media (max-width: 900px) {
    body.public-route-store .brand img {
        height: 58px;
        margin-top: 0;
    }

    body.public-route-store:not(.has-route-cover) .site-header {
        background: #fffdf9;
    }

    body.public-route-store:not(.has-route-cover) .topbar {
        padding-top: 12px;
    }

    body.public-route-store:not(.has-route-cover) .topbar-actions {
        margin-top: 10px;
    }

    body.public-route-store:not(.has-route-cover) .page-masthead-frame,
    body.public-route-store:not(.has-route-cover) .page-masthead-content {
        min-height: 230px;
    }

    body.public-route-store:not(.has-route-cover) .page-masthead-content {
        width: min(calc(100% - 32px), 850px);
        padding-top: 96px;
    }

    body.public-route-page .brand img {
        height: 56px;
        margin-top: -12px;
    }

    body.public-route-page.page-no-hero .brand img {
        height: 58px;
        margin-top: 0;
    }

    body.public-route-page.page-no-hero .topbar {
        padding-top: 12px;
    }

    body.public-route-page.page-no-hero .topbar-actions {
        margin-top: 10px;
    }

    body.public-route-store .topbar-actions {
        left: 16px;
        right: 16px;
        width: auto;
    }

    body.public-route-page .page-content-html .wp-block-columns,
    body.public-route-page .cms-contact-form__grid,
    body.public-route-page .cms-video-grid {
        grid-template-columns: 1fr;
    }

    body.public-route-page .page-masthead.has-media .page-masthead-frame,
    body.public-route-page .page-masthead.has-media .page-masthead-content {
        min-height: 300px;
    }

    body.public-route-page .page-masthead:not(.has-media) .page-masthead-content {
        padding-top: 96px;
    }

    body.public-route-page.page-no-hero .page-masthead:not(.has-media) .page-masthead-frame,
    body.public-route-page.page-no-hero .page-masthead:not(.has-media) .page-masthead-content {
        min-height: 230px;
    }

    body.public-route-page.page-no-hero .page-masthead-content {
        padding-top: 40px;
    }

    body.has-route-cover {
        --route-cover-height: 360px;
    }

    body.public-route-store.has-route-cover {
        --route-cover-height: 360px;
    }

    body.public-route-store .hero,
    body.public-route-store .section {
        padding: 46px 0;
    }

    body.public-route-store .hero-grid,
    body.public-route-store .page-masthead-content,
    body.public-route-store .page-masthead-frame {
        min-height: 240px;
    }

    body.public-route-store .page-masthead-content {
        padding-top: 84px;
    }

    body.public-route-store.public-route-index .storefront-summary-card {
        max-width: none;
    }
}

body.public-layout-studio .site-header,
body.public-layout-midnight .site-header {
    background: rgba(36, 29, 28, 0.94);
    border-bottom: 0;
}

body.public-route-page.has-route-cover .site-header,
body.public-route-store.has-route-cover .site-header {
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
}

body.public-route-store .site-header {
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
}

body.public-route-store .detail-card,
body.public-route-store .checkout-panel,
body.public-route-store .confirmation-card,
body.public-route-store .hero-card,
body.public-route-store .product-card,
body.public-route-store .feature-card,
body.public-route-store .page-content-html {
    color: #231f20;
}

body.public-route-store .detail-card h2,
body.public-route-store .detail-card h3,
body.public-route-store .checkout-panel h2,
body.public-route-store .checkout-panel h3,
body.public-route-store .confirmation-card h1,
body.public-route-store .confirmation-card h2,
body.public-route-store .product-card h3,
body.public-route-store .feature-card h3,
body.public-route-store .summary-line strong,
body.public-route-store .detail-card strong,
body.public-route-store .checkout-panel strong,
body.public-route-store .page-content-html h1,
body.public-route-store .page-content-html h2,
body.public-route-store .page-content-html h3,
body.public-route-store .page-content-html h4,
body.public-route-store .page-content-html h5,
body.public-route-store .page-content-html h6 {
    color: #231f20;
}

body.public-route-store .detail-card p,
body.public-route-store .checkout-panel p:not(.eyebrow),
body.public-route-store .product-card p,
body.public-route-store .feature-card p,
body.public-route-store .summary-line span,
body.public-route-store .checkout-panel label span,
body.public-route-store .checkout-panel .field-help,
body.public-route-store .page-content-html p,
body.public-route-store .page-content-html li,
body.public-route-store .page-content-html blockquote {
    color: #625853;
}

body.public-route-store input,
body.public-route-store textarea,
body.public-route-store select {
    background: #fffdf9;
    border-color: rgba(89, 68, 58, 0.18);
    color: #231f20;
}

body.public-route-store input::placeholder,
body.public-route-store textarea::placeholder {
    color: #8a7f78;
}

body.public-route-store select option {
    background: #ffffff;
    color: #231f20;
}

body.public-route-store .payment-method-section {
    display: grid;
    gap: 10px;
}

body.public-route-store .payment-method-subsection {
    gap: 14px;
}

body.public-route-store .payment-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.public-route-store .payment-method-card {
    display: block;
    position: relative;
    cursor: pointer;
}

body.public-route-store .payment-method-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.public-route-store .payment-method-card__body {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    padding: 16px;
    border: 1px solid rgba(89, 68, 58, 0.18);
    border-radius: 20px;
    background: #fffdf9;
    box-shadow: 0 16px 32px rgba(53, 41, 36, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.public-route-store .payment-method-card:hover .payment-method-card__body {
    transform: translateY(-1px);
    border-color: rgba(244, 200, 66, 0.75);
}

body.public-route-store .payment-method-card input:checked + .payment-method-card__body {
    border-color: #f4c842;
    box-shadow: 0 0 0 3px rgba(244, 200, 66, 0.22), 0 18px 34px rgba(53, 41, 36, 0.1);
}

body.public-route-store .payment-method-card__icon {
    width: 92px;
    height: 56px;
    max-width: 30%;
    flex: 0 0 92px;
    object-fit: contain;
    object-position: center;
}

body.public-route-store .payment-method-card__text {
    display: grid;
    gap: 4px;
}

body.public-route-store .payment-method-card__text strong {
    display: block;
    font-size: 1rem;
}

body.public-route-store .payment-method-card__text span {
    color: #625853;
    font-size: 0.92rem;
    line-height: 1.35;
}

body.public-route-store .payment-method-hero {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 12px;
    padding: 16px;
    border-radius: 22px;
    background: #fbf7ef;
    border: 1px solid rgba(89, 68, 58, 0.12);
}

body.public-route-store .payment-method-hero-mbway {
    background: linear-gradient(135deg, #eef5ff, #f7fbff);
}

body.public-route-store .payment-method-hero-bank-transfer {
    background: linear-gradient(135deg, #fbf7ef, #fffdf9);
}

body.public-route-store .payment-method-hero__icon {
    width: 110px;
    max-width: 34%;
    flex: 0 0 110px;
}

body.public-route-store .payment-method-hero__text {
    display: grid;
    gap: 5px;
}

body.public-route-store .payment-method-hero__text span {
    color: #625853;
}

body.public-layout-studio .hero-card,
body.public-layout-studio .product-card,
body.public-layout-studio .feature-card,
body.public-layout-studio .detail-card,
body.public-layout-studio .checkout-panel,
body.public-layout-studio .confirmation-card,
body.public-layout-midnight .hero-card,
body.public-layout-midnight .product-card,
body.public-layout-midnight .feature-card,
body.public-layout-midnight .detail-card,
body.public-layout-midnight .checkout-panel,
body.public-layout-midnight .confirmation-card,
body.public-layout-midnight .custom-region,
body.public-layout-midnight .content-block,
body.public-layout-midnight .cta-box {
    background: rgba(255, 253, 249, 0.96);
    color: var(--ink);
}

body.public-layout-midnight .surface,
body.public-layout-studio .surface {
    background: linear-gradient(180deg, rgba(240, 197, 58, 0.08), rgba(255, 255, 255, 0.4));
    border-top-color: rgba(89, 68, 58, 0.08);
    border-bottom-color: rgba(89, 68, 58, 0.08);
}

body.public-layout-midnight .form-subsection,
body.public-layout-midnight .address-summary-block,
body.public-layout-studio .form-subsection,
body.public-layout-studio .address-summary-block {
    background: #fbf7ef;
    border-color: rgba(89, 68, 58, 0.1);
}

body.public-layout-midnight input,
body.public-layout-midnight textarea,
body.public-layout-midnight select,
body.public-layout-studio input,
body.public-layout-studio textarea,
body.public-layout-studio select {
    background: #fffdf9;
    border-color: rgba(89, 68, 58, 0.18);
    color: var(--ink);
}

body.public-layout-midnight input::placeholder,
body.public-layout-midnight textarea::placeholder,
body.public-layout-studio input::placeholder,
body.public-layout-studio textarea::placeholder {
    color: var(--muted);
}

@media (max-width: 720px) {
    body.public-route-store .payment-method-grid {
        grid-template-columns: 1fr;
    }

    body.public-route-store .payment-method-card__body,
    body.public-route-store .payment-method-hero {
        align-items: flex-start;
    }
}

body.public-layout-midnight select option,
body.public-layout-studio select option {
    background: #ffffff;
    color: var(--ink);
}

body.public-layout-midnight .language-switcher a,
body.public-layout-studio .language-switcher a,
body.public-layout-midnight .footer-language-switcher a,
body.public-layout-studio .footer-language-switcher a {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(240, 197, 58, 0.22);
    color: #f5ecdb;
}

body.public-layout-midnight .language-switcher a:hover,
body.public-layout-midnight .language-switcher a.is-active,
body.public-layout-studio .language-switcher a:hover,
body.public-layout-studio .language-switcher a.is-active,
body.public-layout-midnight .footer-language-switcher a:hover,
body.public-layout-midnight .footer-language-switcher a.is-active,
body.public-layout-studio .footer-language-switcher a:hover,
body.public-layout-studio .footer-language-switcher a.is-active {
    color: #1f1714;
    background: var(--primary);
    border-color: var(--primary);
}

body.public-route-store .footer-language-switcher a,
body.public-route-page .footer-language-switcher a {
    color: #231f20;
    background: transparent;
    border-color: rgba(35, 31, 32, 0.14);
}

body.public-route-store .footer-language-switcher a:hover,
body.public-route-store .footer-language-switcher a.is-active,
body.public-route-page .footer-language-switcher a:hover,
body.public-route-page .footer-language-switcher a.is-active {
    color: #1f1714;
    background: var(--primary);
    border-color: var(--primary);
}

body.public-layout-midnight.public-route-store .detail-card,
body.public-layout-midnight.public-route-store .checkout-panel,
body.public-layout-midnight.public-route-store .confirmation-card,
body.public-layout-midnight.public-route-store .hero-card,
body.public-layout-midnight.public-route-store .product-card,
body.public-layout-midnight.public-route-store .feature-card,
body.public-layout-midnight.public-route-store .page-content-html,
body.public-layout-studio.public-route-store .detail-card,
body.public-layout-studio.public-route-store .checkout-panel,
body.public-layout-studio.public-route-store .confirmation-card,
body.public-layout-studio.public-route-store .hero-card,
body.public-layout-studio.public-route-store .product-card,
body.public-layout-studio.public-route-store .feature-card,
body.public-layout-studio.public-route-store .page-content-html {
    color: #231f20;
}

body.public-layout-midnight.public-route-store .detail-card strong,
body.public-layout-midnight.public-route-store .checkout-panel strong,
body.public-layout-midnight.public-route-store .checkout-panel h2,
body.public-layout-midnight.public-route-store .checkout-panel h3,
body.public-layout-midnight.public-route-store .detail-card h2,
body.public-layout-midnight.public-route-store .detail-card h3,
body.public-layout-midnight.public-route-store .confirmation-card h1,
body.public-layout-midnight.public-route-store .confirmation-card h2,
body.public-layout-midnight.public-route-store .product-card h3,
body.public-layout-midnight.public-route-store .feature-card h3,
body.public-layout-studio.public-route-store .detail-card strong,
body.public-layout-studio.public-route-store .checkout-panel strong,
body.public-layout-studio.public-route-store .checkout-panel h2,
body.public-layout-studio.public-route-store .checkout-panel h3,
body.public-layout-studio.public-route-store .detail-card h2,
body.public-layout-studio.public-route-store .detail-card h3,
body.public-layout-studio.public-route-store .confirmation-card h1,
body.public-layout-studio.public-route-store .confirmation-card h2,
body.public-layout-studio.public-route-store .product-card h3,
body.public-layout-studio.public-route-store .feature-card h3 {
    color: #231f20;
}

body.public-layout-midnight.public-route-store .detail-card p,
body.public-layout-midnight.public-route-store .checkout-panel p:not(.eyebrow),
body.public-layout-midnight.public-route-store .product-card p,
body.public-layout-midnight.public-route-store .feature-card p,
body.public-layout-midnight.public-route-store .summary-line span,
body.public-layout-midnight.public-route-store .checkout-panel label span,
body.public-layout-midnight.public-route-store .page-content-html p,
body.public-layout-midnight.public-route-store .page-content-html li,
body.public-layout-midnight.public-route-store .page-content-html blockquote,
body.public-layout-studio.public-route-store .detail-card p,
body.public-layout-studio.public-route-store .checkout-panel p:not(.eyebrow),
body.public-layout-studio.public-route-store .product-card p,
body.public-layout-studio.public-route-store .feature-card p,
body.public-layout-studio.public-route-store .summary-line span,
body.public-layout-studio.public-route-store .checkout-panel label span,
body.public-layout-studio.public-route-store .page-content-html p,
body.public-layout-studio.public-route-store .page-content-html li,
body.public-layout-studio.public-route-store .page-content-html blockquote {
    color: #625853;
}

body.public-layout-midnight.public-route-store input,
body.public-layout-midnight.public-route-store textarea,
body.public-layout-midnight.public-route-store select,
body.public-layout-studio.public-route-store input,
body.public-layout-studio.public-route-store textarea,
body.public-layout-studio.public-route-store select {
    background: #fffdf9;
    border-color: rgba(89, 68, 58, 0.18);
    color: #231f20;
}

body.public-layout-midnight.public-route-store input::placeholder,
body.public-layout-midnight.public-route-store textarea::placeholder,
body.public-layout-studio.public-route-store input::placeholder,
body.public-layout-studio.public-route-store textarea::placeholder {
    color: #8a7f78;
}

body.public-layout-midnight.public-route-store select option,
body.public-layout-studio.public-route-store select option {
    background: #ffffff;
    color: #231f20;
}

@media (max-width: 780px) {
    body.public-route-page.page-slug-contactos .cms-page-layout-contactos {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 859px) {
    .footer-grid,
    body.public-route-store .footer-grid,
    body.public-route-page .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-panel {
        padding: 20px;
    }
}
