:root {
    --myrt-brand: #296161;
    --myrt-brand-dark: #1a3d3d;
    --myrt-brand-light: #3d8b8b;
    --myrt-ink: #141c1c;
    --myrt-muted: #5a6a69;
    --myrt-paper: #f4f1eb;
    --myrt-bg: #f4f1eb;
    --myrt-surface: #ebe6dc;
    --myrt-text: #141c1c;
    --myrt-line: #e0d9cd;
    --myrt-sale: #9b2c2c;
    --myrt-max: 1240px;
    --myrt-radius: 4px;
    --myrt-display: "Fraunces", "Times New Roman", serif;
    --myrt-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.myrt-body {
    margin: 0;
    font-family: var(--myrt-sans);
    color: var(--myrt-ink);
    background: var(--myrt-paper);
    line-height: 1.55;
}
a { color: var(--myrt-brand); text-decoration: none; }
a:hover { color: var(--myrt-brand-dark); }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

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

.myrt-nav {
    position: sticky; top: 0; z-index: 50;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 0.85rem clamp(1rem, 4vw, 2.5rem);
    background: var(--myrt-paper);
    border-bottom: 1px solid var(--myrt-line);
}
.myrt-brand { position: relative; display: block; }
.myrt-brand__logo { width: auto; height: 48px; }
.myrt-brand__logo--white { display: none; position: absolute; left: 0; top: 0; }
.myrt-nav__links { display: flex; align-items: center; gap: 1.65rem; }
.myrt-nav__links a {
    color: var(--myrt-ink); font-weight: 500; font-size: 0.92rem; letter-spacing: 0.02em;
}
.myrt-nav__links a[aria-current="page"],
.myrt-nav__links a:hover { color: var(--myrt-brand); }
.myrt-nav__cart img { width: 26px; height: 26px; }
.myrt-nav__toggle {
    display: none; flex-direction: column; gap: 5px; border: 0; background: transparent; cursor: pointer;
}
.myrt-nav__toggle span { display: block; width: 22px; height: 2px; background: var(--myrt-ink); }

.myrt-nav--overlay {
    position: fixed; left: 0; right: 0; background: transparent; border-bottom-color: transparent;
}
.myrt-nav--overlay .myrt-brand__logo--color { visibility: hidden; }
.myrt-nav--overlay .myrt-brand__logo--white { display: block; }
.myrt-nav--overlay .myrt-nav__links a { color: #f7f4ee; }
.myrt-nav--overlay .myrt-nav__links a[aria-current="page"],
.myrt-nav--overlay .myrt-nav__links a:hover { color: #fff; }
.myrt-nav--overlay .myrt-nav__toggle span { background: #f7f4ee; }
.myrt-nav--overlay.is-scrolled,
.myrt-nav--overlay.is-open {
    background: var(--myrt-paper);
    border-bottom-color: var(--myrt-line);
}
.myrt-nav--overlay.is-scrolled .myrt-brand__logo--color,
.myrt-nav--overlay.is-open .myrt-brand__logo--color { visibility: visible; }
.myrt-nav--overlay.is-scrolled .myrt-brand__logo--white,
.myrt-nav--overlay.is-open .myrt-brand__logo--white { display: none; }
.myrt-nav--overlay.is-scrolled .myrt-nav__links a,
.myrt-nav--overlay.is-open .myrt-nav__links a { color: var(--myrt-ink); }
.myrt-nav--overlay.is-scrolled .myrt-nav__toggle span,
.myrt-nav--overlay.is-open .myrt-nav__toggle span { background: var(--myrt-ink); }

.myrt-main { min-height: 60vh; }
.myrt-main--page { max-width: var(--myrt-max); margin: 0 auto; padding: 2.5rem clamp(1rem, 4vw, 2.5rem) 4rem; }

.myrt-hero {
    position: relative;
    min-height: min(92vh, 920px);
    display: grid;
    align-items: end;
    color: #f7f4ee;
    background: #111;
}
.myrt-hero__photo {
    position: absolute; inset: 0;
}
.myrt-hero__photo img {
    width: 100%; height: 100%; object-fit: cover; object-position: center 22%;
}
.myrt-hero__photo::after {
    content: "";
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(12, 22, 22, 0.28) 0%, rgba(12, 22, 22, 0.08) 32%, rgba(12, 22, 22, 0.78) 100%),
        linear-gradient(90deg, rgba(12, 22, 22, 0.45) 0%, rgba(12, 22, 22, 0.05) 55%);
}
.myrt-hero__inner {
    position: relative; z-index: 1;
    max-width: var(--myrt-max); width: 100%; margin: 0 auto;
    padding: 7.5rem clamp(1rem, 4vw, 2.5rem) 3.5rem;
}
.myrt-hero--plain {
    min-height: 0; color: var(--myrt-ink); background: var(--myrt-surface);
}
.myrt-hero--plain .myrt-hero__inner { padding-top: 3rem; }

.myrt-eyebrow {
    margin: 0 0 0.65rem; font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--myrt-brand);
}
.myrt-hero .myrt-eyebrow { color: #d7ece9; }
.myrt-hero h1, .myrt-page-head h1, .myrt-product-hero h1 {
    margin: 0 0 0.55rem;
    font-family: var(--myrt-display);
    font-size: clamp(2.6rem, 7vw, 5.4rem);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.02em;
    color: inherit;
}
.myrt-page-head h1 { color: var(--myrt-ink); font-size: clamp(2.1rem, 4vw, 3.2rem); }
.myrt-hero__lead {
    margin: 0 0 0.85rem; max-width: 36rem; color: rgba(247, 244, 238, 0.82); font-size: 1.05rem;
}
.myrt-hero__meta {
    margin: 0 0 0.35rem; color: rgba(247, 244, 238, 0.78); font-size: 0.95rem;
}
.myrt-hero__price {
    margin: 0 0 1.4rem; font-weight: 600; letter-spacing: 0.02em;
}
.myrt-page-head p, .myrt-section-head p {
    margin: 0; max-width: 40rem; color: var(--myrt-muted); font-size: 1.02rem;
}
.myrt-page-head { margin-bottom: 2rem; }
.myrt-section-head { margin-bottom: 1.75rem; }
.myrt-section-head h2, .myrt-page-head h2 {
    margin: 0 0 0.45rem;
    font-family: var(--myrt-display);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 500;
}

.myrt-section { max-width: var(--myrt-max); margin: 0 auto; padding: 3rem clamp(1rem, 4vw, 2.5rem) 4rem; }
.myrt-main--page .myrt-section--flush { padding-left: 0; padding-right: 0; max-width: none; }
.myrt-section-more { display: flex; justify-content: center; margin: 2.25rem 0 0; }

.myrt-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.15rem;
}

.myrt-product-card { background: transparent; }
.myrt-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #1a2424;
    color: #f7f4ee;
}
.myrt-product-card__media img {
    width: 100%; height: 100%; object-fit: cover; object-position: center 18%;
    transition: transform 0.55s ease;
}
.myrt-product-card__shade {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10, 16, 16, 0.05) 35%, rgba(10, 16, 16, 0.88) 100%);
}
.myrt-product-card__copy {
    position: absolute; left: 0; right: 0; bottom: 0;
    z-index: 1; padding: 1.15rem 1rem 1.05rem;
}
.myrt-product-card__copy h3 {
    margin: 0 0 0.28rem;
    font-family: var(--myrt-display);
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.15;
    color: #fff;
}
.myrt-product-card__date {
    display: block; margin-bottom: 0.35rem;
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
    color: #d7ece9;
}
.myrt-product-card__meta {
    margin: 0; color: rgba(247, 244, 238, 0.78); font-size: 0.82rem; line-height: 1.35;
}
.myrt-product-card__price {
    margin: 0.55rem 0 0; font-size: 0.82rem; font-weight: 600; color: #fff;
}
.myrt-product-card:hover .myrt-product-card__media img { transform: scale(1.04); }
.myrt-product-card.is-soldout .myrt-product-card__media img { filter: grayscale(0.55) brightness(0.82); }
.myrt-product-card.is-soldout:hover .myrt-product-card__media img { transform: none; }

.myrt-badge {
    position: absolute; top: 0.85rem; left: 0.85rem; z-index: 2;
    padding: 0.22rem 0.55rem;
    font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
    background: rgba(20, 28, 28, 0.72); color: #fff;
}
.myrt-badge--sale { background: var(--myrt-sale); }
.myrt-badge--sold { background: rgba(20, 28, 28, 0.72); }

.myrt-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0.8rem 1.25rem; border-radius: var(--myrt-radius); border: 0;
    font-weight: 600; letter-spacing: 0.04em; cursor: pointer;
}
.myrt-btn--primary { background: var(--myrt-brand); color: #fff; }
.myrt-btn--primary:hover { background: var(--myrt-brand-light); color: #fff; }
.myrt-btn--ghost {
    background: transparent; color: var(--myrt-ink);
    border: 1px solid var(--myrt-line);
}
.myrt-hero .myrt-btn--primary { min-width: 10rem; }
.myrt-section-more .myrt-btn--ghost { color: var(--myrt-brand); border-color: var(--myrt-brand); }

.myrt-product-hero {
    position: relative;
    min-height: min(82vh, 820px);
    display: grid;
    align-items: end;
    color: #f7f4ee;
    background: #111;
}
.myrt-product-hero__photo { position: absolute; inset: 0; }
.myrt-product-hero__photo img {
    width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
}
.myrt-product-hero__photo::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(12, 22, 22, 0.2) 0%, rgba(12, 22, 22, 0.78) 100%);
}
.myrt-product-hero__copy {
    position: relative; z-index: 1;
    max-width: var(--myrt-max); width: 100%; margin: 0 auto;
    padding: 6.5rem clamp(1rem, 4vw, 2.5rem) 3rem;
}
.myrt-product-hero .myrt-eyebrow { color: #d7ece9; }
.myrt-product-hero__tour {
    margin: 0 0 1rem; max-width: 38rem; color: rgba(247, 244, 238, 0.8);
}
.myrt-product-detail__meta {
    display: grid; gap: 0.2rem; margin: 0 0 0.85rem;
    color: rgba(247, 244, 238, 0.8); font-size: 0.95rem;
}
.myrt-product-body .myrt-product-detail__meta { color: var(--myrt-muted); }
.myrt-product-detail__price {
    margin: 0 0 1.25rem; font-size: 1.2rem; font-weight: 650; letter-spacing: 0.02em;
}
.myrt-product-hero .myrt-product-detail__price { color: #fff; }
.myrt-product-detail__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.5rem; }
.myrt-product-hero .myrt-btn--ghost { color: #f7f4ee; border-color: rgba(247, 244, 238, 0.35); }

.myrt-product-body {
    max-width: var(--myrt-max); margin: 0 auto;
    padding: 2rem clamp(1rem, 4vw, 2.5rem) 4rem;
}

.myrt-event-meta {
    display: grid; gap: 0.75rem; margin: 0 0 1.5rem;
    padding: 1.15rem 1.25rem; background: var(--myrt-surface);
}
.myrt-event-meta p { margin: 0; color: var(--myrt-ink); }
.myrt-event-meta strong {
    display: block; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--myrt-brand); margin-bottom: 0.15rem;
}
.myrt-wp-content p, .myrt-wp-content li { color: var(--myrt-muted); }
.myrt-wp-content h2, .myrt-wp-content h3 { color: var(--myrt-ink); font-family: var(--myrt-display); font-weight: 500; }
.myrt-wp-content h2 { margin: 1.75rem 0 0.75rem; font-size: 1.55rem; }
.myrt-wp-content img { max-width: 100%; }

.myrt-event-tagline {
    margin: 0 0 1rem;
    font-family: var(--myrt-display);
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--myrt-ink);
}
.myrt-event-highlights {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 0.5rem;
    padding: 0;
    list-style: none;
}
.myrt-event-highlights li {
    margin: 0;
    padding: 0.9rem 1rem;
    background: var(--myrt-surface);
    color: var(--myrt-muted);
}
.myrt-event-highlights strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--myrt-brand);
}
.myrt-event-schedule {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 0.5rem;
}
.myrt-event-schedule article {
    padding: 1rem 1.1rem;
    background: var(--myrt-surface);
}
.myrt-event-schedule h3 { margin: 0 0 0.7rem; font-size: 1.15rem; }
.myrt-event-schedule dl { margin: 0; display: grid; gap: 0.55rem; }
.myrt-event-schedule dt {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--myrt-brand);
}
.myrt-event-schedule dd { margin: 0; color: var(--myrt-ink); }
.myrt-event-note { font-size: 0.9rem; }
.myrt-event-flyers {
    display: grid;
    gap: 1.25rem;
    margin: 1.15rem 0 0.25rem;
}
.myrt-event-flyers figure { margin: 0; }
.myrt-event-flyers figcaption {
    margin-top: 0.4rem;
    font-size: 0.85rem;
    color: var(--myrt-muted);
}
.myrt-event-rules {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 0.5rem;
    padding: 0;
    list-style: none;
}
.myrt-event-rules li { margin: 0; color: var(--myrt-muted); }
.myrt-event-rules strong { color: var(--myrt-ink); }
.myrt-event-connect p { margin: 0 0 0.4rem; }
.myrt-event-closing {
    margin-top: 1.5rem;
    font-family: var(--myrt-display);
    font-size: 1.15rem;
    color: var(--myrt-ink);
}
@media (min-width: 720px) {
    .myrt-event-highlights,
    .myrt-event-schedule { grid-template-columns: 1fr 1fr; }
}

.myrt-disclaimer {
    margin-top: 2rem; padding: 1rem 1.25rem;
    background: var(--myrt-surface); font-size: 0.92rem; color: var(--myrt-muted);
}

.myrt-contact-layout { max-width: 36rem; }
.myrt-contact-card { padding: 1.5rem; background: var(--myrt-surface); }
.myrt-contact-card__lead { margin: 0 0 1.15rem; color: var(--myrt-muted); }
.myrt-form__status { margin: 0; font-size: 0.9rem; }
.myrt-form__status.is-ok { color: var(--myrt-brand); }
.myrt-form__status.is-err { color: var(--myrt-sale); }

.myrt-checkout-panel {
    margin: 0 0 2rem; padding: 1.5rem; border: 1px solid var(--myrt-line); background: #fff;
}
.myrt-checkout-panel h2 { margin: 0 0 0.5rem; font-family: var(--myrt-display); font-size: 1.6rem; font-weight: 500; }
.myrt-checkout-panel__lead,
.myrt-checkout-panel__amount { margin: 0 0 1rem; color: var(--myrt-muted); }
.myrt-checkout-meta { color: var(--myrt-muted); font-size: 0.95rem; }
.myrt-form { display: grid; gap: 1rem; }
.myrt-form__field { display: grid; gap: 0.35rem; font-size: 0.9rem; font-weight: 600; }
.myrt-form__field input,
.myrt-form__field select,
.myrt-form__field textarea {
    padding: 0.75rem 0.9rem; border: 1px solid var(--myrt-line); font-weight: 400; background: #fff;
}
.myrt-btn--block { width: 100%; justify-content: center; }

.myrt-footer {
    margin-top: 0; padding: 2.75rem clamp(1rem, 4vw, 2.5rem) 1.5rem;
    background: var(--myrt-brand-dark); color: #d5e0df;
}
.myrt-footer__grid {
    max-width: var(--myrt-max); margin: 0 auto 1.5rem;
    display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; gap: 2rem;
}
.myrt-footer__brand img { height: 44px; width: auto; margin-bottom: 0.9rem; }
.myrt-footer__brand p { margin: 0; max-width: 22rem; color: #c5d3d2; }
.myrt-footer h2 { margin: 0 0 1rem; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; }
.myrt-footer nav { display: grid; gap: 0.5rem; }
.myrt-footer nav a, .myrt-footer__contact a { color: #d5e0df; }
.myrt-footer nav a:hover, .myrt-footer__contact a:hover { color: #fff; }
.myrt-footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.myrt-footer__copy {
    max-width: var(--myrt-max); margin: 0 auto; padding-top: 1.1rem;
    border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.82rem;
}

@media (max-width: 900px) {
    .myrt-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .myrt-nav__toggle { display: flex; }
    .myrt-nav__links {
        position: fixed; top: 0; right: 0; width: min(85vw, 300px); height: 100vh;
        flex-direction: column; align-items: stretch; padding: 5rem 1.25rem 2rem;
        background: var(--myrt-paper); border-left: 1px solid var(--myrt-line);
        transform: translateX(100%); transition: transform 0.25s ease;
    }
    .myrt-nav.is-open .myrt-nav__links { transform: translateX(0); }
    .myrt-nav--overlay .myrt-nav__links a { color: var(--myrt-ink); }
    .myrt-product-detail, .myrt-footer__grid { grid-template-columns: 1fr; }
    .myrt-hero, .myrt-product-hero { min-height: 78vh; }
    .myrt-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.7rem; }
    .myrt-product-card__copy h3 { font-size: 1.15rem; }
}
@media (max-width: 520px) {
    .myrt-product-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .myrt-product-card__media img { transition: none; }
    .myrt-product-card:hover .myrt-product-card__media img { transform: none; }
}
