/*
Theme Name: Team A.J.
Theme URI: https://teamaj.bingoboardtv.com
Description: "French Quarter after dark" — jazz-age Carnival WooCommerce store for The Misadventures of Team A.J. Child theme of Storefront.
Author: Lithospheres
Author URI: https://lithospheres.com
Template: storefront
Version: 2.0.0
Text Domain: teamaj
*/

:root {
  --ink: #1B0F2A;
  --ink-2: #271640;
  --ink-3: #34205a;
  --cream: #F6EDD9;
  --cream-2: #FCF6E7;
  --gold: #E4B04A;
  --gold-lite: #F7DE93;
  --gold-deep: #A9781F;
  --purple: #7B37C9;
  --purple-deep: #3F1A6E;
  --green: #17A65E;
  --red: #E4002B;
  --paper: #2A1A3E;
  --paper-soft: #574569;
  --on-dark: #F3E7CB;
  --on-dark-soft: #C9B8D8;
  --display: 'Cinzel Decorative', Georgia, serif;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --ui: 'Jost', system-ui, sans-serif;
  --script: 'Kaushan Script', cursive;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}

/* ============ BASE ============ */
body {
  background: var(--cream);
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.7;
}
body::before { /* global grain */
  content: ""; position: fixed; inset: 0; background-image: var(--grain); pointer-events: none; z-index: 9999; opacity: .5; mix-blend-mode: multiply;
}
h1, h2, h3, h4 { font-family: var(--display); letter-spacing: .01em; color: var(--paper); }
a { color: var(--purple); text-decoration: none; }
a:hover { color: var(--red); }
.taj-eyebrow, .taj-label { font-family: var(--ui); text-transform: uppercase; letter-spacing: .28em; font-size: .72rem; font-weight: 600; }

/* ============ BUTTONS (gold foil) ============ */
button, .button, input[type="submit"],
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt,
.taj-btn {
  font-family: var(--ui); font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  border: none; border-radius: 2px; padding: 14px 30px; cursor: pointer;
  background: linear-gradient(135deg, var(--gold-lite), var(--gold) 45%, var(--gold-deep));
  color: #2a1600; box-shadow: 0 6px 20px rgba(169,120,31,.35), inset 0 1px 0 rgba(255,255,255,.4);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; position: relative; overflow: hidden;
}
button:hover, .button:hover, input[type="submit"]:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.taj-btn:hover { transform: translateY(-2px); color: #2a1600; box-shadow: 0 10px 30px rgba(169,120,31,.5), inset 0 1px 0 rgba(255,255,255,.5); filter: brightness(1.04); }
.taj-btn::after, .button::after { content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-20deg); transition: left .5s ease; }
.taj-btn:hover::after, .button:hover::after { left: 130%; }
.taj-btn--ghost { background: transparent; color: var(--gold-lite); border: 1.5px solid var(--gold); box-shadow: none; }
.taj-btn--ghost:hover { background: rgba(228,176,74,.12); color: var(--gold-lite); box-shadow: none; }

/* ============ HEADER (dark luxe) ============ */
.site-header {
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, var(--purple), var(--gold), var(--green)) 1;
  position: relative;
}
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-lite), transparent); opacity: .5; }
.site-branding, .site-header .col-full { background: transparent; }
.main-navigation, .storefront-primary-navigation { background: transparent; }
.main-navigation ul li a { color: var(--on-dark); font-family: var(--ui); font-weight: 500; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; }
.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a { color: var(--gold-lite); }
.site-header .widget_shopping_cart_content, .site-header a { color: var(--on-dark); }
.site-search .widget_product_search input[type="search"], .storefront-handheld-footer-bar { background: var(--ink-2); }
.site-header .cart-contents, .site-header .amount { color: var(--gold-lite) !important; }
.woocommerce-active .site-header .site-search { color: var(--on-dark); }
button.menu-toggle, button.menu-toggle:hover { background: transparent; color: var(--gold-lite); box-shadow: none; }

/* Logo — light variant for dark header */
.taj-logo { display: inline-flex; align-items: center; gap: 11px; line-height: 1; white-space: nowrap; text-decoration: none; }
.taj-logo__mark { height: 46px; width: auto; color: var(--gold); flex-shrink: 0; filter: drop-shadow(0 2px 6px rgba(228,176,74,.4)); }
.taj-logo__text { display: flex; flex-direction: column; align-items: flex-start; }
.taj-logo__kicker { font-family: var(--script); color: var(--gold-lite); font-size: 15px; line-height: 1; }
.taj-logo__name { font-family: var(--display); font-weight: 900; font-size: 24px; line-height: 1.05; letter-spacing: .02em; color: var(--cream-2); }
.taj-logo__aj { color: var(--red); text-shadow: 0 0 14px rgba(228,0,43,.4); }
@media (max-width: 768px) { .taj-logo__mark { height: 34px; } .taj-logo__name { font-size: 18px; } .taj-logo__kicker { font-size: 12px; } }

/* ============ Full-bleed helpers ============ */
body { overflow-x: hidden; }
/* Front page: let the hero sit flush under the header */
body.home .site-header { margin-bottom: 0 !important; }
body.home .site-content, body.home #content, body.home .content-area { padding-top: 0 !important; margin-top: 0 !important; }
body.home .site-content .col-full, body.home #content .col-full { padding-top: 0 !important; }
.taj-beads, .taj-hero, .taj-marquee, .taj-strip, .taj-video, .taj-about, .taj-follow, .taj-news {
  width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
}
.taj-beads { height: 12px; background: repeating-linear-gradient(90deg, var(--purple) 0 14px, var(--gold) 14px 28px, var(--green) 28px 42px); box-shadow: 0 2px 8px rgba(0,0,0,.3); }

/* Reveal-on-scroll */
.taj-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.taj-reveal.is-in { opacity: 1; transform: none; }

/* ============ HERO ============ */
.taj-hero {
  position: relative; overflow: hidden; text-align: center; color: var(--on-dark);
  padding: clamp(80px,12vw,160px) 20px clamp(70px,9vw,120px);
  background:
    radial-gradient(1200px 600px at 15% -10%, rgba(123,55,201,.5), transparent 60%),
    radial-gradient(1000px 500px at 85% 0%, rgba(23,166,94,.28), transparent 55%),
    radial-gradient(900px 700px at 50% 120%, rgba(228,176,74,.22), transparent 60%),
    linear-gradient(180deg, #150a22 0%, #22103a 55%, #1a0d2c 100%);
}
.taj-hero__filigree { position: absolute; inset: 0; opacity: .12; pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, rgba(247,222,147,.5) 1px, transparent 0); background-size: 26px 26px; mask-image: radial-gradient(circle at 50% 40%, transparent 30%, #000 75%); -webkit-mask-image: radial-gradient(circle at 50% 40%, transparent 30%, #000 75%); }
.taj-hero__crest { position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%); width: min(58vw,560px); color: rgba(247,222,147,.06); pointer-events: none; }
.taj-hero__inner { position: relative; max-width: 940px; margin: 0 auto; z-index: 2; }
.taj-hero__eyebrow { font-family: var(--script); color: var(--gold-lite); font-size: clamp(1.5rem,3.4vw,2.4rem); margin: 0 0 .35em; text-shadow: 0 2px 16px rgba(228,176,74,.35); }
.taj-hero__title {
  font-family: var(--display); font-weight: 900; letter-spacing: .015em;
  font-size: clamp(2.6rem,7vw,5.2rem); line-height: 1.04; margin: 0 0 .45em;
  background: linear-gradient(92deg, #FBE9BE 0%, var(--gold) 30%, #FFF4CE 50%, var(--gold) 70%, #C89227 100%);
  background-size: 220% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
  animation: taj-foil 7s linear infinite; filter: drop-shadow(0 2px 26px rgba(0,0,0,.5));
}
.taj-hero__title .plum { -webkit-text-fill-color: var(--cream-2); color: var(--cream-2); background: none; }
@keyframes taj-foil { to { background-position: 220% center; } }
.taj-hero__sub { font-family: var(--serif); font-size: clamp(1.05rem,1.7vw,1.28rem); max-width: 620px; margin: 0 auto 2em; color: var(--on-dark-soft); line-height: 1.7; }
.taj-hero__cta { display: inline-flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.taj-hero__fleurs { margin-top: 30px; color: var(--gold); letter-spacing: .7em; font-size: 1.1rem; opacity: .7; }

/* Floating particles */
.taj-particle { position: absolute; color: var(--gold); opacity: .0; pointer-events: none; animation: taj-float 9s ease-in-out infinite; }
@keyframes taj-float { 0% { opacity: 0; transform: translateY(20px) rotate(-8deg); } 20% { opacity: .5; } 50% { transform: translateY(-24px) rotate(8deg); } 80% { opacity: .4; } 100% { opacity: 0; transform: translateY(20px) rotate(-8deg); } }

/* Staggered load-in for hero */
.taj-hero__eyebrow, .taj-hero__title, .taj-hero__sub, .taj-hero__cta, .taj-hero__fleurs { opacity: 0; animation: taj-rise .9s cubic-bezier(.2,.7,.2,1) forwards; }
.taj-hero__title { animation-delay: .12s, 0s; }
.taj-hero__sub { animation-delay: .26s; }
.taj-hero__cta { animation-delay: .38s; }
.taj-hero__fleurs { animation-delay: .5s; }
@keyframes taj-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.taj-hero__title { animation-name: taj-foil, taj-rise; }

/* ============ MARQUEE ============ */
.taj-marquee { background: var(--ink); color: var(--gold-lite); overflow: hidden; white-space: nowrap; padding: 16px 0; font-family: var(--display); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border-block: 1px solid rgba(228,176,74,.25); }
.taj-marquee__track { display: inline-block; padding-left: 100%; animation: taj-scroll 32s linear infinite; }
.taj-marquee__track span { padding: 0 6px; }
.taj-marquee__track b { color: var(--gold); }
@keyframes taj-scroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ============ Section framing ============ */
.taj-section { max-width: 1160px; margin: 0 auto; padding: clamp(56px,8vw,104px) 22px; }
.taj-kicker { display: block; text-align: center; color: var(--gold-deep); margin-bottom: .6em; }
.taj-section-title { font-family: var(--display); font-weight: 900; text-align: center; color: var(--paper); font-size: clamp(2rem,4.4vw,3.1rem); margin: 0 0 .3em; display: flex; align-items: center; justify-content: center; gap: .55em; }
.taj-section-title::before, .taj-section-title::after { content: '\269C'; color: var(--gold); font-size: .55em; opacity: .8; }
.taj-section-intro { text-align: center; max-width: 620px; margin: 0 auto 2.6em; color: var(--paper-soft); line-height: 1.7; }

/* Filigree divider */
.taj-divider { display: flex; align-items: center; justify-content: center; gap: 18px; max-width: 620px; margin: 0 auto; color: var(--gold); }
.taj-divider::before, .taj-divider::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--gold-deep)); }
.taj-divider::after { background: linear-gradient(90deg, var(--gold-deep), transparent); }
.taj-divider span { font-size: 1.3rem; }

/* ============ Krewe promises strip ============ */
.taj-strip { background: var(--ink-2); color: var(--on-dark); border-block: 1px solid rgba(228,176,74,.2); }
.taj-strip__grid { max-width: 1100px; margin: 0 auto; padding: 44px 22px; display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; text-align: center; }
@media (max-width: 860px) { .taj-strip__grid { grid-template-columns: repeat(2,1fr); } }
.taj-promise .fleur { color: var(--gold); font-size: 1.7rem; }
.taj-promise h4 { color: var(--gold-lite); font-family: var(--ui); text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; font-weight: 600; margin: .7em 0 .3em; }
.taj-promise p { color: var(--on-dark-soft); font-size: .92rem; margin: 0; line-height: 1.55; }

/* ============ MERCH / product grids ============ */
.taj-products .woocommerce { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.taj-products ul.products, .woocommerce ul.products.columns-3 {
  display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 0 !important; list-style: none;
}
.taj-products ul.products::before, .taj-products ul.products::after, .woocommerce ul.products::before, .woocommerce ul.products::after { content: none !important; display: none !important; }
.woocommerce ul.products li.product, .taj-products ul.products li.product {
  width: auto !important; float: none !important; margin: 0 !important; clear: none !important; text-align: center;
  background: var(--cream-2); border: 1px solid rgba(169,120,31,.28); border-radius: 4px; padding: 18px 18px 22px;
  box-shadow: 0 10px 28px rgba(43,26,62,.08); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; position: relative;
}
.woocommerce ul.products li.product:hover, .taj-products ul.products li.product:hover {
  transform: translateY(-6px); box-shadow: 0 22px 46px rgba(63,26,110,.22); border-color: var(--gold);
}
.woocommerce ul.products li.product::before {
  content: '\269C'; position: absolute; top: 12px; right: 14px; color: var(--gold); opacity: .35; font-size: 1rem;
}
.woocommerce ul.products li.product img { margin: 0 auto 14px; border-radius: 3px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .taj-products ul.products li.product h2 {
  font-family: var(--display) !important; font-size: 1.15rem !important; color: var(--paper); padding: 0 0 .3em !important;
}
.woocommerce ul.products li.product .price { color: var(--purple-deep) !important; font-family: var(--ui); font-weight: 600; font-size: 1.1rem; }
.woocommerce ul.products li.product .price del { color: var(--paper-soft) !important; opacity: .6; }
.woocommerce span.onsale { background: var(--red); color: #fff; border-radius: 999px; font-family: var(--ui); font-weight: 600; min-height: auto; min-width: auto; padding: 4px 12px; line-height: 1.4; }
@media (max-width: 860px) { .taj-products ul.products, .woocommerce ul.products.columns-3 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px) { .taj-products ul.products, .woocommerce ul.products.columns-3 { grid-template-columns: 1fr; } }

/* ============ VIDEO band ============ */
.taj-video { background: linear-gradient(160deg, var(--ink) 0%, var(--purple-deep) 120%); color: var(--on-dark); text-align: center; }
.taj-video .taj-section-title { color: var(--cream-2); }
.taj-video__frame { max-width: 720px; margin: 1em auto 0; position: relative; border-radius: 6px; overflow: hidden; border: 3px solid var(--gold); box-shadow: 0 20px 60px rgba(0,0,0,.5); display: block; aspect-ratio: 16/9; background: #000 center/cover; }
.taj-video__frame::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 30%, rgba(21,10,34,.55)); }
.taj-video__play { position: absolute; inset: 0; margin: auto; width: 84px; height: 84px; border-radius: 50%; background: rgba(228,176,74,.95); display: grid; place-items: center; z-index: 2; box-shadow: 0 0 0 0 rgba(228,176,74,.55); animation: taj-pulse 2.4s infinite; }
.taj-video__play::before { content: ""; border-left: 26px solid #2a1600; border-top: 16px solid transparent; border-bottom: 16px solid transparent; margin-left: 6px; }
@keyframes taj-pulse { 0% { box-shadow: 0 0 0 0 rgba(228,176,74,.5); } 70% { box-shadow: 0 0 0 26px rgba(228,176,74,0); } 100% { box-shadow: 0 0 0 0 rgba(228,176,74,0); } }
.taj-video__label { position: absolute; bottom: 14px; left: 0; right: 0; z-index: 2; color: var(--cream-2); font-family: var(--ui); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; }

/* ============ ABOUT ============ */
.taj-about { background: var(--cream-2); position: relative; }
.taj-about__wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
@media (max-width: 820px) { .taj-about__wrap { grid-template-columns: 1fr; } }
.taj-about__text h2 { font-family: var(--display); color: var(--purple-deep); font-size: clamp(2rem,4vw,2.8rem); margin: 0 0 .5em; }
.taj-about__text p { color: var(--paper); line-height: 1.85; margin: 0 0 1.1em; font-family: var(--serif); }
.taj-about__text .lead { font-size: 1.18rem; }
.taj-about__script { font-family: var(--script); color: var(--red); font-size: 1.9rem; }
.taj-about__badge { position: relative; background: radial-gradient(circle at 50% 20%, var(--ink-3), var(--ink) 80%); color: #fff; border-radius: 8px; padding: 46px 32px; text-align: center; border: 2px solid var(--gold); box-shadow: 0 18px 50px rgba(63,26,110,.28); }
.taj-about__badge::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(228,176,74,.4); border-radius: 5px; pointer-events: none; }
.taj-about__badge .fleur { font-size: 2.6rem; color: var(--gold); }
.taj-about__badge .num { font-family: var(--display); font-size: 3rem; font-weight: 900; color: var(--gold-lite); margin-top: 4px; line-height: 1; }
.taj-about__badge .cap { font-family: var(--ui); text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; color: var(--on-dark-soft); margin-top: 8px; }

/* ============ FOLLOW ============ */
.taj-follow { text-align: center; background: linear-gradient(180deg, var(--ink) 0%, #2a123f 100%); color: var(--on-dark); }
.taj-follow .taj-section-title { color: var(--cream-2); }
.taj-follow .taj-section-intro { color: var(--on-dark-soft); }
.taj-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-top: 8px; }
.taj-social a { display: flex; align-items: center; gap: 9px; text-decoration: none; font-family: var(--ui); font-weight: 600; letter-spacing: .04em; color: var(--on-dark); padding: 13px 22px; border-radius: 2px; border: 1px solid rgba(228,176,74,.35); background: rgba(255,255,255,.02); transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease; }
.taj-social a:hover { transform: translateY(-3px); border-color: var(--gold); background: rgba(228,176,74,.1); color: var(--gold-lite); }
.taj-social small { display: block; font-weight: 400; opacity: .7; font-size: .72rem; letter-spacing: 0; }

/* ============ NEWSLETTER ============ */
.taj-news { background: var(--gold); color: #2a1600; text-align: center; }
.taj-news .taj-section { padding-block: clamp(48px,6vw,80px); }
.taj-news h2 { color: #2a1600; font-family: var(--display); font-size: clamp(1.8rem,3.6vw,2.6rem); margin: 0 0 .3em; }
.taj-news p { color: #5a3a10; margin: 0 auto 1.6em; max-width: 520px; }
.taj-news form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; }
.taj-news input[type="email"] { flex: 1; padding: 14px 18px; border: 2px solid #2a1600; border-radius: 2px; background: var(--cream-2); font-family: var(--ui); }
.taj-news .taj-btn { background: var(--ink); color: var(--gold-lite); box-shadow: none; }
.taj-news .taj-btn:hover { background: var(--purple-deep); color: var(--gold-lite); }

/* ============ FOOTER ============ */
.site-footer { background: var(--ink); color: var(--on-dark-soft); border-top: 2px solid transparent; border-image: linear-gradient(90deg, var(--purple), var(--gold), var(--green)) 1; }
.site-footer a { color: var(--gold-lite); }
.site-info { text-align: center; display: flex; flex-direction: column; gap: 6px; }
.taj-foot-line { color: var(--gold); font-family: var(--script); font-size: 1.3rem; }
.taj-foot-copy { font-family: var(--ui); letter-spacing: .04em; font-size: .9rem; color: var(--on-dark); }
.taj-credit { font-family: var(--ui); font-size: .82rem; opacity: .8; }
.taj-credit a { color: var(--gold-lite); }
.taj-credit a:hover { text-decoration: underline; color: #fff; }

/* ============ WooCommerce page polish (cream) ============ */
.woocommerce-breadcrumb { font-family: var(--ui); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; color: var(--paper-soft); }
.woocommerce .page-title, .woocommerce-products-header__title { font-family: var(--display); color: var(--purple-deep); }
.woocommerce div.product .product_title { font-family: var(--display); color: var(--paper); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--purple-deep); font-family: var(--ui); font-weight: 600; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info { border-top-color: var(--gold); }
.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before { color: var(--gold-deep); }
.storefront-sorting select, .woocommerce table.shop_table { background: var(--cream-2); }

/* ============ Dark mobile footer bar (match theme) ============ */
.storefront-handheld-footer-bar { background: var(--ink); border-top: 1px solid rgba(228,176,74,.3); }
.storefront-handheld-footer-bar ul li a { color: var(--gold-lite) !important; }
.storefront-handheld-footer-bar ul li.search .site-search .widget { background: var(--ink-2); }
.storefront-handheld-footer-bar ul li.cart .count { background: var(--red); color: #fff; border-color: var(--ink); }

/* ============ MOBILE ============ */
@media (max-width: 600px) {
  body.home .site-content, body.home #content, body.home .content-area { padding-top: 0 !important; margin-top: 0 !important; }
  .taj-hero { padding: 84px 18px 66px; }
  .taj-hero__title { font-size: clamp(1.35rem, 6.4vw, 2.1rem); line-height: 1.16; letter-spacing: 0; overflow-wrap: break-word; }
  .taj-hero__eyebrow { font-size: 1.35rem; }
  .taj-hero__sub { font-size: 1rem; }
  .taj-hero__cta { flex-direction: column; align-items: stretch; }
  .taj-hero__cta .taj-btn { text-align: center; }
  .taj-section { padding: 54px 18px; }
  .taj-section-title { font-size: clamp(1.55rem, 7.4vw, 2.1rem); }
  .taj-about__wrap { gap: 30px; }
  .taj-news form { flex-direction: column; }
  .taj-news input[type="email"], .taj-news form .taj-btn { width: 100%; }
  .taj-social a { width: 100%; justify-content: center; }
  .taj-strip__grid { gap: 20px; padding: 34px 18px; }
}
