:root {
    --navy: #061727;
    --navy-2: #0b2136;
    --navy-3: #102b43;
    --gold: #d7b474;
    --gold-2: #f2d79a;
    --cream: #f2ecdf;
    --cream-2: #e7ddca;
    --ink: #211d17;
    --muted: #847765;
    --border: rgba(215, 180, 116, .44);
    --shadow: 0 24px 70px rgba(2, 8, 15, .28);
    --container: min(1320px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: 'Cairo', 'Tahoma', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    direction: rtl;
    overflow-x: hidden;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 18% 9%, rgba(230, 190, 126, .16), transparent 24%),
        radial-gradient(circle at 70% 0%, rgba(255, 255, 255, .08), transparent 18%),
        linear-gradient(180deg, #071523 0 28%, var(--cream) 28% 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.section-wrap { width: var(--container); margin-inline: auto; }

/* Header */
.site-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 100;
    color: #fff;
    padding: 22px 0 8px;
}
.header-inner {
    width: var(--container);
    margin-inline: auto;
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 30px;
}
.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 8px;
    direction: ltr;
}
.header-icon,
.search-toggle {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: var(--gold);
    display: inline-grid;
    place-items: center;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: transform .25s ease, color .25s ease;
}
.header-icon:hover,
.search-toggle:hover { transform: translateY(-2px); color: var(--gold-2); }
.lang-link { color: var(--gold-2); font-weight: 800; font-size: 14px; padding-top: 4px; }
.site-branding { text-align: center; }
.site-branding img { width: 170px; margin-inline: auto; }
.custom-logo-link img { width: 170px; max-height: 90px; object-fit: contain; }
.main-navigation { justify-self: end; padding-top: 2px; }
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.8vw, 32px);
    white-space: nowrap;
}
.main-navigation a {
    color: #f7f1e8;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
}
.main-navigation a::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    background: var(--gold);
    transition: transform .25s ease;
}
.main-navigation li.current-menu-item a::after,
.main-navigation a:hover::after { transform: scaleX(1); }
.main-navigation li:first-child a::after { transform: scaleX(1); }
.menu-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 7px 12px;
    cursor: pointer;
}
.menu-toggle span { width: 17px; height: 2px; background: currentColor; display: block; margin: 3px 0; }
.menu-toggle b { font-size: 13px; }
.search-panel[hidden] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
body.search-open { overflow: hidden; }

.search-panel {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(4, 15, 26, .94);
    backdrop-filter: blur(16px);
    display: grid;
    place-items: center;
    padding: 30px;
}
.search-close {
    position: absolute;
    top: 25px;
    inset-inline-end: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--border);
    color: var(--gold);
    background: rgba(255, 255, 255, .04);
    font-size: 34px;
    cursor: pointer;
}
.search-form {
    width: min(680px, 100%);
    display: flex;
    gap: 12px;
    border: 1px solid var(--border);
    padding: 12px;
    background: rgba(255, 255, 255, .05);
    border-radius: 999px;
}
.search-form label { flex: 1; }
.search-field {
    width: 100%;
    border: 0;
    outline: 0;
    background: #fff;
    min-height: 58px;
    padding: 0 25px;
    border-radius: 999px;
    color: var(--ink);
}
.search-submit {
    border: 0;
    border-radius: 999px;
    padding: 0 30px;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #1f170d;
    font-weight: 800;
    cursor: pointer;
}

/* Hero */
.hero-section {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 56%, rgba(217, 175, 104, .38), transparent 14%),
        radial-gradient(circle at 64% 44%, rgba(255, 255, 255, .07), transparent 24%),
        linear-gradient(105deg, #071523 0%, #071523 37%, #0a1724 54%, #06111e 100%);
    border-bottom: 1px solid rgba(215, 180, 116, .28);
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 21, 35, .6), transparent 52%),
        repeating-radial-gradient(circle at 8% 56%, rgba(215,180,116,.09) 0 1px, transparent 1px 29px);
    opacity: .85;
    pointer-events: none;
}
.hero-inner {
    position: relative;
    width: var(--container);
    margin-inline: auto;
    min-height: 590px;
    display: grid;
    grid-template-columns: minmax(340px, 42%) minmax(420px, 1fr);
    align-items: center;
    gap: 50px;
    padding-top: 90px;
}
.hero-content { color: #fff; padding-inline-start: 95px; z-index: 2; }
.eyebrow { color: var(--gold); margin: 0 0 10px; letter-spacing: .16em; font-size: 13px; }
.hero-content h1,
.section-intro h2,
.story-content h2,
.footer-newsletter h2,
.entry-header h1 {
    font-family: 'Amiri', 'Cairo', serif;
    font-weight: 700;
    line-height: 1.16;
}
.hero-content h1 {
    font-size: clamp(42px, 5vw, 68px);
    margin: 0 0 23px;
    color: var(--gold-2);
    text-shadow: 0 8px 35px rgba(0,0,0,.45);
}
.hero-copy {
    max-width: 420px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .92);
    font-size: 18px;
}
.hero-buttons { display: flex; gap: 20px; flex-wrap: wrap; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    height: 50px;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #1f170d; border: 1px solid rgba(255,255,255,.22); }
.btn-outline { color: #f7e9c5; border: 1px solid var(--gold); background: rgba(0, 0, 0, .18); }
.hero-art { align-self: end; justify-self: stretch; mix-blend-mode: normal; }
.hero-art img {
    width: 100%;
    min-height: 470px;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 0;
    filter: drop-shadow(0 40px 80px rgba(0,0,0,.45));
    -webkit-mask-image: linear-gradient(to left, #000 74%, transparent 100%);
    mask-image: linear-gradient(to left, #000 74%, transparent 100%);
}

/* Trust */
.trust-bar {
    background: #081a2c;
    color: #fff;
    border-bottom: 1px solid rgba(215, 180, 116, .22);
    min-height: 78px;
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
    align-items: center;
    padding: 0 max(30px, calc((100vw - 1320px) / 2));
}
.trust-item { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 78px; }
.trust-icon { color: var(--gold); font-size: 31px; line-height: 1; }
.trust-item strong { display: block; color: var(--gold-2); font-size: 15px; line-height: 1.5; }
.trust-item small { display: block; color: rgba(255,255,255,.75); font-size: 13px; }
.trust-divider { height: 42px; background: rgba(215, 180, 116, .5); }

/* Featured products */
.featured-section {
    position: relative;
    background:
        radial-gradient(circle at 85% 15%, rgba(215, 180, 116, .12), transparent 18%),
        repeating-linear-gradient(45deg, rgba(86, 68, 39, .025) 0 2px, transparent 2px 10px),
        var(--cream);
    padding: 48px 0 32px;
}
.featured-wrap {
    display: grid;
    grid-template-columns: minmax(260px, 285px) 1fr;
    gap: 34px;
    align-items: center;
}
.section-intro { order: -1; padding-inline-start: 20px; }
.mini-title { color: #b08a48; font-weight: 800; font-size: 16px; display: inline-block; margin-bottom: 10px; }
.section-intro h2,
.story-content h2,
.entry-header h1,
.archive-title h1 {
    margin: 0;
    color: #1f1a13;
    font-size: clamp(34px, 3.6vw, 52px);
}
.title-line {
    width: 70px;
    height: 2px;
    background: var(--gold);
    display: block;
    margin: 24px 0;
}
.section-intro p { color: #6f6558; margin: 0 0 22px; }
.arrow-link { color: #9d7736; font-weight: 800; display: inline-flex; gap: 10px; align-items: center; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; direction: rtl; }
.product-card {
    position: relative;
    background: rgba(255, 252, 245, .68);
    border: 1px solid rgba(163, 143, 108, .45);
    border-radius: 4px;
    min-height: 270px;
    padding: 24px 16px 18px;
    box-shadow: 0 10px 24px rgba(85, 62, 31, .11), inset 0 0 0 2px rgba(255,255,255,.42);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(85, 62, 31, .20); border-color: rgba(177, 133, 56, .7); }
.wishlist {
    position: absolute;
    top: 14px;
    inset-inline-start: 14px;
    color: #6c6962;
    font-size: 24px;
    z-index: 2;
}
.product-image {
    min-height: 145px;
    display: grid;
    place-items: center;
    margin-bottom: 9px;
}
.product-image img { max-height: 142px; width: auto; object-fit: contain; margin-inline: auto; }
.product-card h3 { margin: 0; font-size: 16px; color: #3d3429; line-height: 1.4; }
.product-card small { display: block; color: #86796b; line-height: 1.4; margin-top: 2px; }
.product-card strong { display: block; color: #1f1a13; font-weight: 800; margin-top: 5px; }
.slider-dots { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 22px; }
.slider-dots span { width: 11px; height: 11px; border-radius: 50%; background: #c5b8a2; display: block; }
.slider-dots .active { border: 2px solid #1e1a14; background: var(--gold); }

/* Categories */
.category-section { padding: 12px 0 28px; background: var(--cream); }
.category-grid { display: grid; grid-template-columns: 1fr 1.08fr 1.18fr; gap: 8px; }
.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid var(--gold);
    min-height: 190px;
    background: var(--navy);
    box-shadow: 0 13px 28px rgba(43, 31, 14, .14);
}
.category-card::before,
.story-box::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(242, 215, 154, .35);
    pointer-events: none;
    z-index: 2;
}
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.image-card:hover img { transform: scale(1.035); }

/* Story */
.story-section { padding: 18px 0 36px; background: var(--cream); }
.story-box {
    position: relative;
    min-height: 285px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(320px, 44%) 1fr;
    align-items: center;
    border: 2px solid var(--gold);
    background:
        linear-gradient(90deg, rgba(9, 27, 43, .95), rgba(9, 27, 43, .88) 44%, rgba(7, 18, 29, .97)),
        var(--navy);
    box-shadow: var(--shadow);
}
.story-box::after {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: 130px;
    background: url('../images/mosaic-pattern.jpg') center/cover no-repeat;
    opacity: .5;
}
.story-content { position: relative; z-index: 3; padding: 44px 70px 44px 45px; color: #fff; }
.story-content h2 { color: var(--gold-2); margin-bottom: 18px; }
.story-content p { color: rgba(255,255,255,.86); margin: 0 0 25px; max-width: 500px; }
.story-art { position: relative; z-index: 1; height: 100%; min-height: 285px; }
.story-art img { width: 100%; height: 100%; object-fit: cover; opacity: .96; -webkit-mask-image: linear-gradient(to right, #000 70%, transparent); mask-image: linear-gradient(to right, #000 70%, transparent); }

/* Benefits */
.benefits-strip {
    min-height: 110px;
    background:
        radial-gradient(circle at 4% 50%, rgba(132, 107, 68, .14), transparent 13%),
        radial-gradient(circle at 96% 50%, rgba(132, 107, 68, .14), transparent 13%),
        linear-gradient(180deg, #ede5d6, #e3d8c6);
    border-top: 1px solid rgba(134, 100, 46, .25);
    border-bottom: 1px solid rgba(134, 100, 46, .25);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 16px max(30px, calc((100vw - 1320px) / 2));
}
.benefit-item { display: flex; align-items: center; justify-content: center; gap: 14px; color: #4b4033; }
.benefit-item span { font-size: 34px; color: #b18a4c; }
.benefit-item strong { display: block; line-height: 1.5; }
.benefit-item small { display: block; color: #766b5d; }

/* Footer */
.site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 30%, rgba(215, 180, 116, .11), transparent 20%),
        radial-gradient(circle at 85% 20%, rgba(215, 180, 116, .09), transparent 18%),
        linear-gradient(180deg, #071827, #061421);
    color: #fff;
    padding-top: 55px;
}
.footer-pattern {
    position: absolute;
    inset: 0;
    background:
        repeating-radial-gradient(circle at 10% 40%, rgba(215,180,116,.16) 0 1px, transparent 1px 42px),
        repeating-radial-gradient(circle at 92% 24%, rgba(215,180,116,.12) 0 1px, transparent 1px 38px);
    opacity: .7;
    pointer-events: none;
}
.footer-inner {
    position: relative;
    z-index: 1;
    width: var(--container);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.35fr .72fr .72fr .92fr;
    gap: 56px;
    align-items: start;
}
.footer-newsletter h2 { color: var(--gold-2); font-size: 40px; margin: 0 0 5px; }
.footer-newsletter p,
.footer-brand p { color: rgba(255,255,255,.76); margin: 0 0 23px; }
.newsletter-form {
    display: flex;
    max-width: 430px;
    border: 1px solid var(--gold);
    min-height: 55px;
}
.newsletter-form input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 20px;
    color: #fff;
    background: rgba(255,255,255,.04);
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.66); }
.newsletter-form button {
    border: 0;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #20170c;
    font-weight: 800;
    padding: 0 28px;
    cursor: pointer;
}
.footer-links h3 { color: var(--gold-2); margin: 0 0 14px; font-size: 18px; }
.footer-links ul { list-style: none; padding: 0; margin: 0; }
.footer-links a { color: rgba(255,255,255,.78); line-height: 2.1; transition: color .2s ease; }
.footer-links a:hover { color: var(--gold-2); }
.footer-brand { text-align: center; }
.footer-brand img { width: 200px; margin-inline: auto; margin-bottom: 12px; }
.social-links { display: flex; justify-content: center; gap: 12px; }
.social-links a {
    width: 38px;
    height: 38px;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold-2);
}
.footer-bottom {
    position: relative;
    z-index: 1;
    width: var(--container);
    margin: 46px auto 0;
    padding: 18px 0 24px;
    border-top: 1px solid rgba(215, 180, 116, .25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: rgba(255,255,255,.72);
}
.payment-icons { display: flex; gap: 10px; direction: ltr; }
.payment-icons span { background: #f7f7f7; color: #143054; min-width: 50px; height: 28px; border-radius: 4px; display: grid; place-items: center; font-size: 12px; font-weight: 800; }
.footer-bottom p { margin: 0; }

/* Content / blog */
.content-page,
.shop-page { padding: 145px 0 70px; min-height: 70vh; background: var(--cream); }
body:not(.home) .site-header { position: relative; background: #071827; }
body:not(.home) .content-page,
body:not(.home) .shop-page { padding-top: 70px; }
.content-wrap {
    background: rgba(255,255,255,.42);
    border: 1px solid rgba(157, 119, 54, .24);
    box-shadow: 0 20px 55px rgba(43, 31, 14, .11);
    padding: clamp(28px, 4vw, 56px);
}
.content-wrap.narrow { max-width: 980px; }
.entry-header { margin-bottom: 28px; }
.entry-content :where(p, ul, ol) { color: #4b4033; }
.entry-image { margin-bottom: 26px; overflow: hidden; border-radius: 10px; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: rgba(255,255,255,.54); border: 1px solid rgba(157,119,54,.22); }
.post-thumb img { width: 100%; aspect-ratio: 1.3; object-fit: cover; }
.post-content { padding: 22px; }
.post-content h2 { margin: 0 0 10px; line-height: 1.4; }
.post-content p { margin: 0 0 14px; color: #6f6558; }
.empty-state { text-align: center; padding: 70px 20px; }

/* WooCommerce */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: rgba(255, 252, 245, .7);
    border: 1px solid rgba(163, 143, 108, .45);
    padding: 18px !important;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(85, 62, 31, .11);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--ink); font-size: 17px; }
.woocommerce ul.products li.product .price { color: #9d7736; font-weight: 800; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #1f170d;
    border-radius: 3px;
    font-weight: 800;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { background: var(--gold); color: #1f170d; }
.woocommerce div.product .product_title { font-family: 'Amiri', serif; font-size: clamp(34px, 4vw, 56px); }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: #9d7736; font-weight: 800; }
.woocommerce .quantity .qty { min-height: 42px; border: 1px solid rgba(157,119,54,.35); }

/* Responsive */
@media (max-width: 1180px) {
    :root { --container: min(100% - 44px, 1100px); }
    .header-inner { grid-template-columns: auto 1fr auto; align-items: center; }
    .site-branding { order: 2; justify-self: center; }
    .header-actions { order: 3; justify-self: end; gap: 10px; }
    .menu-toggle { display: inline-flex; order: 1; }
    .main-navigation {
        position: fixed;
        top: 0;
        inset-inline-start: 0;
        width: min(360px, 86vw);
        height: 100vh;
        background: rgba(6, 20, 33, .98);
        transform: translateX(-110%);
        transition: transform .3s ease;
        padding: 92px 28px 28px;
        box-shadow: 30px 0 80px rgba(0,0,0,.35);
        z-index: 999;
    }
    body.menu-open .main-navigation { transform: translateX(0); }
    .main-navigation ul { display: grid; gap: 18px; }
    .main-navigation a { font-size: 18px; }
    .hero-inner { grid-template-columns: 1fr 1fr; gap: 20px; }
    .hero-content { padding-inline-start: 20px; }
    .featured-wrap { grid-template-columns: 1fr; }
    .section-intro { order: 1; text-align: center; max-width: 560px; margin-inline: auto; padding: 0; }
    .section-intro .title-line { margin-inline: auto; }
    .product-grid { order: 2; grid-template-columns: repeat(4, 1fr); }
    .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
    .hero-section, .hero-inner { min-height: auto; }
    .hero-inner { grid-template-columns: 1fr; padding: 140px 0 42px; }
    .hero-content { text-align: center; padding: 0; margin-inline: auto; }
    .hero-copy { margin-inline: auto; }
    .hero-buttons { justify-content: center; }
    .hero-art { display: none; }
    .trust-bar { grid-template-columns: repeat(2, 1fr); padding: 12px 22px; }
    .trust-divider { display: none; }
    .trust-item { min-height: 70px; justify-content: flex-start; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .category-grid { grid-template-columns: 1fr; }
    .story-box { grid-template-columns: 1fr; }
    .story-art { order: -1; min-height: 210px; }
    .story-art img { -webkit-mask-image: none; mask-image: none; }
    .story-content { padding: 34px 28px 38px; text-align: center; }
    .benefits-strip { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: 1fr; text-align: center; gap: 36px; }
    .newsletter-form { margin-inline: auto; }
    .footer-bottom { flex-direction: column; }
    .posts-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    :root { --container: min(100% - 26px, 560px); }
    .site-header { padding-top: 14px; }
    .header-inner { gap: 8px; min-height: 62px; }
    .site-branding img, .custom-logo-link img { width: 128px; }
    .header-actions .header-icon:nth-child(1),
    .header-actions .header-icon:nth-child(2) { display: none; }
    .header-actions { gap: 8px; }
    .lang-link { font-size: 12px; }
    .hero-inner { padding-top: 118px; }
    .hero-content h1 { font-size: 39px; }
    .hero-copy { font-size: 15px; }
    .btn { min-width: 135px; height: 47px; }
    .trust-bar,
    .benefits-strip { grid-template-columns: 1fr; }
    .trust-item,
    .benefit-item { justify-content: center; text-align: center; }
    .featured-section { padding-top: 32px; }
    .product-grid { grid-template-columns: 1fr; }
    .product-card { min-height: 255px; }
    .category-card { min-height: 160px; }
    .story-content h2,
    .section-intro h2 { font-size: 36px; }
    .newsletter-form { flex-direction: column; border: 0; gap: 10px; }
    .newsletter-form input,
    .newsletter-form button { min-height: 52px; border: 1px solid var(--gold); }
    .search-form { flex-direction: column; border-radius: 18px; }
    .search-field,
    .search-submit { width: 100%; min-height: 52px; }
    .content-wrap { padding: 24px 18px; }
}
