/* ============================================================
   Prativa on Canvas — Gallery Stylesheet
   Warm paper-ivory palette, editorial serif headings,
   handwritten signature mark for the brand.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
   --bg: #f7f1e3;
   --bg-soft: #efe6d2;
   --bg-warm: #f1e7d0;
   --surface: #ffffff;
   --ink: #1c1f2a;
   --body: #383d4b;
   --muted: #7a7567;
   --line: rgba(28, 31, 42, 0.10);

   --accent: #b65a3c;       /* terracotta */
   --accent-deep: #8b3e22;
   --teal: #1f4a5c;
   --gold: #b78a44;

   --ff-serif: "Cormorant Garamond", "EB Garamond", Georgia, serif;
   --ff-script: "Pinyon Script", "Allura", cursive;
   --ff-body: "Manrope", "Plus Jakarta Sans", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;

   --shadow-sm: 0 1px 2px rgba(28, 31, 42, 0.05), 0 1px 1px rgba(28, 31, 42, 0.04);
   --shadow-md: 0 8px 24px rgba(28, 31, 42, 0.08), 0 2px 6px rgba(28, 31, 42, 0.05);
   --shadow-lg: 0 24px 60px rgba(28, 31, 42, 0.12);

   --maxw: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
   font-family: var(--ff-body);
   margin: 0;
   padding: 0;
   background:
      radial-gradient(1200px 600px at 80% -10%, rgba(182, 90, 60, 0.06), transparent 60%),
      radial-gradient(900px 500px at -10% 30%, rgba(31, 74, 92, 0.05), transparent 60%),
      var(--bg);
   color: var(--body);
   font-size: 16px;
   line-height: 1.65;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4 {
   font-family: var(--ff-serif);
   color: var(--ink);
   font-weight: 500;
   letter-spacing: 0.01em;
   line-height: 1.18;
   margin: 0 0 0.5em;
}

h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }

p { margin: 0 0 1em; color: var(--body); }
a { color: var(--accent); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--accent-deep); }

::selection { background: rgba(182, 90, 60, 0.22); color: var(--ink); }

/* ---------- Header / Navigation ---------- */
header {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1000;
   background: rgba(247, 241, 227, 0.82);
   backdrop-filter: saturate(180%) blur(14px);
   -webkit-backdrop-filter: saturate(180%) blur(14px);
   border-bottom: 1px solid var(--line);
}

.nav-wrap {
   max-width: var(--maxw);
   margin: 0 auto;
   padding: 14px 24px;
   display: grid;
   grid-template-columns: auto 1fr auto;
   align-items: center;
   gap: 22px;
}

/* Brand — artistic name treatment */
.brand {
   display: inline-flex;
   align-items: center;
   gap: 14px;
   text-decoration: none;
   color: var(--ink);
}

.brand-mark {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   overflow: hidden;
   padding: 0;
   background: linear-gradient(135deg, var(--accent), var(--gold));
   color: #fff;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   font-family: var(--ff-script);
   font-size: 1.85rem;
   line-height: 1;
   box-shadow: var(--shadow-md), inset 0 0 0 2px rgba(255,255,255,0.25);
   flex-shrink: 0;
}

.brand-mark img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

/* New animated "Prativa on Canvas" wordmark */
.brand-wordmark {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
   height: 72px;
   filter: drop-shadow(0 2px 6px rgba(28, 31, 42, 0.08));
   transition: transform .35s ease, filter .35s ease;
}
.brand-wordmark img,
.brand-wordmark svg {
   height: 100%;
   width: auto;
   display: block;
}
.brand-svg-script {
   font-family: 'Pinyon Script', 'Allura', cursive;
   font-size: 58px;
   font-style: italic;
   font-weight: 400;
}
.brand-svg-script--bold {
   font-size: 68px;
   font-weight: 500;
}
.brand-svg-sub {
   font-family: var(--ff-body), 'Cormorant Garamond', serif;
   font-size: 20px;
   font-weight: 800;
   letter-spacing: 8px;
   text-transform: uppercase;
}
.brand:hover .brand-wordmark {
   transform: translateY(-1px) rotate(-0.5deg);
   filter: drop-shadow(0 4px 10px rgba(182, 90, 60, 0.18));
}

.brand-name--compact { justify-content: center; padding-left: 2px; }
.brand-name--compact .brand-sub { font-size: 0.78rem; letter-spacing: 0.36em; }

.brand-name { display: flex; flex-direction: column; line-height: 1; }

.brand-script {
   font-family: var(--ff-script);
   font-size: 2.25rem;
   color: var(--ink);
   line-height: 1;
   margin-bottom: 3px;
   background: linear-gradient(180deg, var(--ink) 60%, var(--accent));
   -webkit-background-clip: text;
   background-clip: text;
   color: transparent;
}

.brand-sub {
   font-family: var(--ff-body);
   font-size: 0.74rem;
   letter-spacing: 0.32em;
   text-transform: uppercase;
   color: var(--muted);
   font-weight: 600;
}

/* Main nav */
nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   gap: 6px;
   justify-content: center;
}

nav ul li a {
   position: relative;
   color: var(--ink);
   text-decoration: none;
   font-family: var(--ff-serif);
   font-style: italic;
   font-weight: 700;
   font-size: 1.32rem;
   letter-spacing: 0.01em;
   text-transform: none;
   padding: 10px 16px;
   border-radius: 999px;
   transition: color .2s ease, background .2s ease;
}

nav ul li a::after {
   content: "";
   position: absolute;
   left: 18%;
   right: 18%;
   bottom: 4px;
   height: 2px;
   background: var(--accent);
   transform: scaleX(0);
   transform-origin: center;
   transition: transform .25s ease;
   border-radius: 2px;
}

nav ul li a:hover { color: var(--accent-deep); }
nav ul li a:hover::after { transform: scaleX(1); }

/* Language toggle */
.language-toggle {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   font-size: 0.66rem;
   font-weight: 600;
   letter-spacing: 0.08em;
   color: var(--muted);
}

.language-toggle a {
   color: var(--muted);
   text-decoration: none;
   padding: 4px 8px;
   border-radius: 999px;
   border: 1px solid var(--line);
   transition: all .2s ease;
}

.language-toggle a:hover {
   color: var(--ink);
   border-color: var(--accent);
   background: rgba(182, 90, 60, 0.06);
}

/* Mobile hamburger */
.nav-toggle {
   display: none;
   background: none;
   border: 1px solid var(--line);
   color: var(--ink);
   width: 42px;
   height: 42px;
   border-radius: 50%;
   cursor: pointer;
   font-size: 1rem;
   align-items: center;
   justify-content: center;
}

/* ---------- Layout ---------- */
main {
   padding-top: 110px;
   padding-bottom: 40px;
   min-height: calc(100vh - 200px);
}

section {
   padding: 0 24px;
   text-align: left;
   max-width: var(--maxw);
   margin: 0 auto;
}

section + section { margin-top: 40px; }

.eyebrow {
   display: inline-block;
   font-size: 0.72rem;
   font-weight: 700;
   letter-spacing: 0.32em;
   text-transform: uppercase;
   color: var(--accent);
   margin-bottom: 14px;
   padding-bottom: 6px;
   border-bottom: 2px solid var(--accent);
}

/* ---------- Footer ---------- */
footer {
   background: #1c1f2a;
   color: rgba(255,255,255,0.74);
   text-align: center;
   padding: 28px 24px;
   font-size: 0.85rem;
   letter-spacing: 0.08em;
   border-top: 3px solid var(--accent);
}

footer p {
   margin: 0;
   color: rgba(255,255,255,0.78);
   font-family: var(--ff-serif);
   font-style: italic;
   font-size: 0.95rem;
}

footer p::after { content: "© 2026 Prativa on Canvas. All rights reserved."; }


/* ============================================================
   Home Page — Hero + Quotes
   ============================================================ */

#home { padding-top: 10px; }

.hero {
   display: grid;
   grid-template-columns: 1.1fr 0.9fr;
   gap: 56px;
   align-items: center;
   padding: 30px 24px 70px;
   max-width: var(--maxw);
   margin: 0 auto;
   position: relative;
}

/* Home page hero: welcome text on the left, featured photo on the right; wraps on mobile */
.hero.hero-stack {
   grid-template-columns: 1.05fr 0.95fr;
   grid-template-areas:
      "text art"
      "actions art";
   gap: 36px 56px;
   align-items: center;
   justify-items: start;
   text-align: left;
   padding: 20px 24px 20px;
}

.hero.hero-stack .hero-text { grid-area: text; align-self: end; }
.hero.hero-stack .hero-actions { grid-area: actions; align-self: start; justify-content: flex-start; }
.hero.hero-stack .hero-art { grid-area: art; justify-self: center; align-self: center; }

.hero.hero-stack .hero-art {
   width: 100%;
   max-width: 520px;
   aspect-ratio: 4 / 5;
   transform: rotate(-0.6deg);
}

.hero.hero-stack .hero-art img {
   transition: opacity .35s ease;
}

.hero.hero-stack .hero-art img.is-swapping { opacity: 0; }

.hero-actions {
   display: flex;
   flex-wrap: wrap;
   gap: 14px;
   justify-content: center;
}

.hero-actions .hero-cta + .hero-cta { margin-left: 0; }

.hero.hero-stack .hero-text {
   max-width: 64ch;
   text-align: left;
}

.hero.hero-stack .hero-text .hero-title::before { display: none; }

.hero.hero-stack .hero-text .lede {
   margin-left: 0;
   margin-right: 0;
}

.hero-text { position: relative; }

.hero-signature {
   font-family: var(--ff-script);
   font-size: clamp(3rem, 7vw, 5.5rem);
   line-height: 1;
   color: var(--ink);
   margin: 0 0 4px;
   background: linear-gradient(180deg, var(--ink) 55%, var(--accent));
   -webkit-background-clip: text;
   background-clip: text;
   color: transparent;
}

.hero-title {
   font-family: var(--ff-serif);
   font-size: clamp(1.3rem, 2.4vw, 1.85rem);
   color: var(--muted);
   font-style: italic;
   font-weight: 400;
   margin: 0 0 26px;
   letter-spacing: 0.02em;
}

.hero-title::before {
   content: "";
   display: inline-block;
   width: 36px;
   height: 1px;
   background: var(--accent);
   vertical-align: middle;
   margin-right: 14px;
}

.hero p.lede {
   font-size: 1.08rem;
   line-height: 1.75;
   color: var(--body);
   max-width: 52ch;
   margin-bottom: 0px;
   text-align: justify;
}

.hero-cta {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 14px 26px;
   border-radius: 999px;
   background: var(--ink);
   color: #fff;
   font-weight: 600;
   font-size: 0.88rem;
   letter-spacing: 0.12em;
   text-transform: uppercase;
   transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
   box-shadow: var(--shadow-md);
}

.hero-cta:hover {
   background: var(--accent);
   color: #fff;
   transform: translateY(-2px);
   box-shadow: var(--shadow-lg);
}

.hero-cta + .hero-cta {
   background: transparent;
   color: var(--ink);
   border: 1.5px solid var(--ink);
   margin-left: 12px;
   box-shadow: none;
}
.hero-cta + .hero-cta:hover {
   background: var(--ink);
   color: #fff;
   border-color: var(--ink);
}

/* Hero artwork */
.hero-art {
   position: relative;
   aspect-ratio: 4 / 5;
   border-radius: 6px;
   overflow: hidden;
   box-shadow: var(--shadow-lg);
   background: var(--bg-soft);
   transform: rotate(-1.2deg);
}

.hero-art::before {
   content: "";
   position: absolute;
   inset: -14px;
   border: 1px solid var(--accent);
   border-radius: 6px;
   transform: rotate(2deg);
   pointer-events: none;
   z-index: -1;
}

.hero-art img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.hero-tag {
   position: absolute;
   bottom: 18px;
   left: 18px;
   background: rgba(28, 31, 42, 0.85);
   color: #fff;
   padding: 8px 14px;
   border-radius: 999px;
   font-family: var(--ff-script);
   font-size: 1.1rem;
   letter-spacing: 0.02em;
   line-height: 1;
}

/* Old intro fallback — kept for safety */
.intro p {
   font-size: 1.1rem;
   line-height: 1.75;
   color: var(--body);
   max-width: 70ch;
   margin: 0 auto 1em;
}

/* ---------- About section ---------- */
.about {
   max-width: var(--maxw);
   margin: 20px auto 0;
   padding: 0 24px;
   display: grid;
   grid-template-columns: 0.85fr 1.15fr;
   gap: 56px;
   align-items: center;
}

.about-portrait {
   position: relative;
   aspect-ratio: 4 / 5;
   border-radius: 4px;
   overflow: hidden;
   background:
      radial-gradient(circle at 30% 25%, rgba(255,255,255,0.4), transparent 60%),
      linear-gradient(160deg, var(--bg-warm) 0%, #e6d6b0 55%, #cdb583 100%);
   box-shadow: var(--shadow-lg);
   transform: rotate(1deg);
   display: flex;
   align-items: center;
   justify-content: center;
}

.about-portrait::before {
   content: "";
   position: absolute;
   inset: 14px;
   border: 1px solid rgba(28, 31, 42, 0.18);
   border-radius: 2px;
   pointer-events: none;
}

.about-portrait::after {
   content: "";
   position: absolute;
   inset: -14px;
   border: 1px solid var(--accent);
   border-radius: 6px;
   transform: rotate(-2deg);
   pointer-events: none;
   z-index: -1;
}

.about-monogram {
   font-family: var(--ff-script);
   font-size: clamp(7rem, 14vw, 11rem);
   color: var(--ink);
   line-height: 0.9;
   text-shadow: 2px 4px 0 rgba(182, 90, 60, 0.18);
}

.about-portrait .placeholder-note {
   position: absolute;
   bottom: 20px;
   left: 50%;
   transform: translateX(-50%);
   font-size: 0.66rem;
   font-weight: 700;
   letter-spacing: 0.22em;
   text-transform: uppercase;
   color: var(--ink);
   background: rgba(255,255,255,0.78);
   padding: 6px 14px;
   border-radius: 999px;
   backdrop-filter: blur(6px);
   white-space: nowrap;
}

.about-body { color: var(--body); }
.about-body h2 {
   font-family: var(--ff-serif);
   font-size: clamp(1.8rem, 3vw, 2.4rem);
   color: var(--ink);
   margin: 8px 0 6px;
}
.about-body .about-sub {
   font-family: var(--ff-serif);
   font-style: italic;
   color: var(--muted);
   margin: 0 0 20px;
   font-size: 1.05rem;
}
.about-body p {
   font-size: 1.02rem;
   line-height: 1.78;
   color: var(--body);
   text-align: justify;
}

.about-facts {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 14px 26px;
   margin: 22px 0 24px;
   padding: 20px 0;
   border-top: 1px solid var(--line);
   border-bottom: 1px solid var(--line);
}
.about-facts div { display: flex; flex-direction: column; gap: 3px; }
.about-facts dt {
   font-size: 0.7rem;
   text-transform: uppercase;
   letter-spacing: 0.18em;
   color: var(--muted);
   font-weight: 700;
   margin: 0;
}
.about-facts dd {
   margin: 0;
   font-family: var(--ff-serif);
   font-size: 1.02rem;
   color: var(--ink);
}

.about-signature {
   font-family: var(--ff-script);
   font-size: 2.5rem;
   color: var(--accent);
   margin-top: 6px;
   line-height: 1;
}

@media (max-width: 960px) {
   .about { grid-template-columns: 1fr; gap: 40px; }
   .about-portrait { max-width: 360px; margin: 0 auto; }
}

@media (max-width: 560px) {
   .about-facts { grid-template-columns: 1fr; gap: 12px; }
}

/* ---------- Quotes section ---------- */
.quotes {
   max-width: var(--maxw);
   margin: 20px auto 0;
   padding: 0 24px;
}

.quotes h3 {
   font-family: var(--ff-serif);
   font-size: clamp(1.6rem, 2.6vw, 2rem);
   color: var(--ink);
   margin-bottom: 28px;
   text-align: center;
   font-style: italic;
}

.quotes h3::after {
   content: "";
   display: block;
   width: 50px;
   height: 2px;
   background: var(--accent);
   margin: 14px auto 0;
}

.quote {
   display: flex;
   align-items: center;
   gap: 18px;
   margin-top: 18px;
   padding: 22px 26px;
   background: var(--surface);
   border-radius: 4px;
   border-left: 3px solid var(--accent);
   box-shadow: var(--shadow-sm);
   opacity: 0;
   transform: translateX(-30px);
   animation: slideIn 0.7s ease-out forwards;
   transition: transform .25s ease, box-shadow .25s ease;
}

.quote:hover {
   transform: translateX(0) translateY(-3px);
   box-shadow: var(--shadow-md);
}

#quote1 { animation-delay: 0.05s; }
#quote2 { animation-delay: 0.25s; }
#quote3 { animation-delay: 0.45s; }
#quote4 { animation-delay: 0.65s; }
#quote5 { animation-delay: 0.85s; }

@keyframes slideIn {
   to { opacity: 1; transform: translateX(0); }
}

.quote img {
   width: 58px;
   height: 58px;
   border-radius: 50%;
   object-fit: cover;
   flex-shrink: 0;
   filter: grayscale(15%);
   border: 2px solid var(--bg-soft);
}

.quote p {
   margin: 0;
   color: var(--ink);
   font-family: var(--ff-serif);
   font-size: 1.08rem;
   line-height: 1.55;
}

.quote p em {
   font-style: italic;
   color: var(--ink);
}

/* ============================================================
   Paintings page
   ============================================================ */

#paintings .content,
#publications .content,
#videos .content {
   max-width: var(--maxw);
   margin: 0 auto;
   padding: 0;
}

#paintings h2 { text-align: center; font-style: italic; font-family: var(--ff-serif); }
#paintings h2::after {
   content: "";
   display: block;
   width: 50px;
   height: 2px;
   background: var(--accent);
   margin: 14px auto 30px;
}

.filter-hint {
   max-width: 720px;
   margin: 0 auto 22px;
   font-size: 0.92rem;
   color: var(--muted);
   text-align: center;
   padding: 0 12px;
}
.filter-hint i { color: var(--accent); }

.tag-scroll-container {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   overflow: hidden;
   margin: 0 auto 32px;
   max-width: 900px;
}

.scroll-btn {
   background: var(--surface);
   border: 1px solid var(--line);
   font-size: 14px;
   cursor: pointer;
   color: var(--ink);
   padding: 0;
   width: 32px;
   height: 32px;
   border-radius: 50%;
   display: none;
   align-items: center;
   justify-content: center;
   box-shadow: var(--shadow-sm);
}

.scroll-btn.left-arrow::before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f100";
}

.scroll-btn.right-arrow::before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f101";
}

.scroll-btn.left-arrow, .scroll-btn.right-arrow { display: inline-flex; }

.tag-container {
   display: flex;
   gap: 8px;
   margin: 0 12px;
   overflow-x: auto;
   white-space: nowrap;
   scroll-behavior: smooth;
   padding: 4px 0;
}

.tag-container::-webkit-scrollbar { display: none; }

.tag {
   background: transparent;
   color: var(--ink);
   border: 1px solid var(--line);
   padding: 7px 16px;
   border-radius: 999px;
   cursor: pointer;
   font-size: 0.82rem;
   font-weight: 600;
   letter-spacing: 0.06em;
   text-transform: lowercase;
   font-family: var(--ff-body);
   transition: background .2s ease, color .2s ease, border-color .2s ease, transform .15s ease;
}

.tag:hover {
   background: var(--bg-soft);
   border-color: var(--muted);
   transform: translateY(-1px);
}

.tag.active {
   background: var(--ink);
   color: #fff;
   border-color: var(--ink);
   box-shadow: 0 4px 14px rgba(28, 31, 42, 0.2);
}

.tag.active:not([data-tag="all"])::after {
   content: "\f00d";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   margin-left: 8px;
   font-size: 10px;
   opacity: 0.85;
}

.empty-state {
   text-align: center;
   padding: 60px 20px;
   font-size: 1.05rem;
   color: var(--muted);
   font-style: italic;
   font-family: var(--ff-serif);
}

/* Gallery grid */
.image-container {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
   gap: 22px;
   padding: 0 8px;
}

.image-box {
   position: relative;
   background: var(--surface);
   border-radius: 4px;
   box-shadow: var(--shadow-sm);
   overflow: hidden;
   padding: 0;
   margin: 0;
   transition: transform .35s ease, box-shadow .35s ease;
   border: 1px solid var(--line);
   max-width: none;
}

.image-box:hover {
   transform: translateY(-6px);
   box-shadow: var(--shadow-lg);
}

.image-box img {
   width: 100%;
   height: 100%;
   max-height: 360px;
   object-fit: cover;
   border-radius: 0;
   display: block;
   cursor: zoom-in;
   transition: transform .6s ease;
}

.image-box:hover img { transform: scale(1.03); }

/* Signature watermark drawn over each painting */
.watermark {
   position: absolute;
   bottom: 12px;
   left: 14px;
   font-family: var(--ff-script);
   font-size: 1.35rem;
   line-height: 1;
   color: rgba(255, 255, 255, 0.92);
   text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.55),
      0 0 12px rgba(0, 0, 0, 0.35);
   pointer-events: none;
   user-select: none;
   z-index: 2;
   letter-spacing: 0.01em;
   opacity: 0.85;
   transition: opacity .25s ease;
}

.image-box:hover .watermark { opacity: 1; }

.info-btn {
   position: absolute;
   top: 10px;
   right: 10px;
   background: rgba(255, 255, 255, 0.94);
   color: var(--ink);
   border: 1px solid rgba(28, 31, 42, 0.08);
   border-radius: 50%;
   width: 24px;
   height: 24px;
   padding: 0;
   font-size: 0.95rem;
   cursor: pointer;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   opacity: 1;
   transform: translateY(0);
   transition: background .2s ease, color .2s ease, transform .2s ease;
   z-index: 2;
   backdrop-filter: blur(6px);
   font-family: var(--ff-body);
}

.info-btn:hover,
.info-btn:focus-visible {
   transform: translateY(-1px);
}

.info-btn:hover {
   background: var(--accent);
   color: #fff;
   border-color: var(--accent);
}

.info-btn i { color: var(--accent); }
.info-btn:hover i { color: #fff; }

.card-tags {
   position: absolute;
   bottom: 10px;
   right: 10px;
   display: flex;
   flex-wrap: wrap;
   gap: 5px;
   justify-content: flex-end;
   pointer-events: none;
   max-width: 70%;
}

.card-tag-chip {
   font-size: 0.64rem;
   background: rgba(28, 31, 42, 0.78);
   color: #fff;
   padding: 3px 9px;
   border-radius: 999px;
   letter-spacing: 0.1em;
   border: 0;
   backdrop-filter: blur(6px);
   font-family: var(--ff-body);
   font-weight: 600;
}

/* Publications */
#publications h2 {
   text-align: center; font-style: italic; font-family: var(--ff-serif);
}
#publications h2::after {
   content: "";
   display: block;
   width: 50px;
   height: 2px;
   background: var(--accent);
   margin: 14px auto 22px;
}

.publication-container {
   display: flex;
   gap: 18px;
   width: 100%;
   max-width: var(--maxw);
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   margin: 0 auto;
   padding-bottom: 20px;
}

.publication {
   position: relative;
   flex: 1 1 360px;
   max-width: 540px;
   height: 600px;
   background: var(--surface);
   border-radius: 4px;
   box-shadow: var(--shadow-md);
   overflow: hidden;
   padding: 10px;
   margin: 10px 0;
   border: 1px solid var(--line);
}

.publication iframe {
   width: 100%;
   height: 100%;
   border-radius: 2px;
   display: block;
   cursor: pointer;
   border: 0;
}

/* ============================================================
   Contact page
   ============================================================ */

#contact { padding: 0 24px; }
#contact h2 { text-align: center; font-style: italic; font-family: var(--ff-serif); }
#contact h2::after {
   content: "";
   display: block;
   width: 50px;
   height: 2px;
   background: var(--accent);
   margin: 14px auto 30px;
}

.contact-container {
   background: var(--surface);
   border-radius: 6px;
   box-shadow: var(--shadow-md);
   padding: 38px 36px;
   max-width: 680px;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin: 0 auto 0px;
   border: 1px solid var(--line);
}

.contact-container h2 {
   margin-bottom: 18px;
   color: var(--ink);
}

.contact-container form {
   display: flex;
   flex-direction: column;
   gap: 12px;
   width: 100%;
}

.required-label::after {
   content: " *";
   color: var(--accent);
   font-weight: 700;
}

.contact-container label {
   color: var(--ink);
   text-align: left;
   margin-top: 6px;
   font-weight: 600;
   font-size: 0.85rem;
   letter-spacing: 0.04em;
   text-transform: uppercase;
}

.contact-container label p {
   color: var(--body);
   text-align: left;
   margin-top: 5px;
   font-weight: 400;
   font-size: 1rem;
   letter-spacing: 0;
   text-transform: none;
   font-family: var(--ff-serif);
   line-height: 1.65;
}

.contact-container input,
.contact-container textarea {
   padding: 12px 14px;
   border: 1px solid var(--line);
   border-radius: 4px;
   width: 100%;
   background: var(--bg);
   font-family: var(--ff-body);
   font-size: 0.95rem;
   color: var(--ink);
   transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.contact-container input:focus,
.contact-container textarea:focus {
   outline: none;
   border-color: var(--accent);
   background: var(--surface);
   box-shadow: 0 0 0 3px rgba(182, 90, 60, 0.15);
}

.contact-container button {
   padding: 13px 22px;
   border: none;
   border-radius: 999px;
   background: var(--ink);
   color: #fff;
   cursor: pointer;
   margin-top: 14px;
   font-weight: 600;
   font-size: 0.86rem;
   letter-spacing: 0.14em;
   text-transform: uppercase;
   transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.contact-container button:hover {
   background: var(--accent);
   transform: translateY(-2px);
   box-shadow: var(--shadow-md);
}

.contact-details {
   margin-top: 28px;
   color: var(--body);
   text-align: center;
}

.contact-details p { margin: 6px 0; font-size: 0.98rem; }

.contact-details .address::before,
.contact-details .email::before,
.contact-details .mobile::before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   margin-right: 8px;
   color: var(--accent);
}

.contact-details .address::before { content: "\f015"; }
.contact-details .email::before   { content: "\f0e0"; }
.contact-details .mobile::before  { content: "\f095"; }

.social-links {
   margin-top: 18px;
   display: flex;
   justify-content: center;
   gap: 22px;
}

.social-links a {
   width: 44px;
   height: 44px;
   border-radius: 50%;
   font-size: 1.1rem;
   text-decoration: none;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: var(--bg-soft);
   transition: transform .25s ease, background .25s ease, color .25s ease;
}

.social-links a:hover {
   transform: translateY(-3px) scale(1.08);
}

.social-links .youtube   { color: #FF0000; }
.social-links .facebook  { color: #1877F2; }
.social-links .instagram { color: #E4405F; }

.social-links .youtube:hover   { background: #FF0000; color: #fff; }
.social-links .facebook:hover  { background: #1877F2; color: #fff; }
.social-links .instagram:hover { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: #fff; }

/* ============================================================
   Videos page
   ============================================================ */

#videos h2 { text-align: center; font-style: italic; font-family: var(--ff-serif); }
#videos h2::after {
   content: "";
   display: block;
   width: 50px;
   height: 2px;
   background: var(--accent);
   margin: 14px auto 30px;
}

.video-player-wrap {
   display: grid;
   grid-template-columns: minmax(0, 1fr) 380px;
   gap: 22px;
   align-items: start;
}

.video-main {
   background: var(--surface);
   border-radius: 6px;
   box-shadow: var(--shadow-md);
   overflow: hidden;
   border: 1px solid var(--line);
}

.video-frame {
   position: relative;
   width: 100%;
   padding-top: 56.25%;
   background: #000;
}

.video-frame iframe {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   border: 0;
}

.video-now-playing {
   padding: 18px 22px 20px;
   text-align: left;
   border-top: 1px solid var(--line);
}

.video-now-playing .badge {
   display: inline-block;
   font-size: 0.66rem;
   letter-spacing: 0.22em;
   text-transform: uppercase;
   background: rgba(182, 90, 60, 0.12);
   color: var(--accent);
   padding: 4px 11px;
   border-radius: 999px;
   font-weight: 700;
   margin-bottom: 10px;
}

.video-now-playing h2 {
   font-family: var(--ff-serif);
   font-size: 1.35rem;
   line-height: 1.35;
   margin: 0 0 4px;
   color: var(--ink);
}

.video-now-playing p {
   margin: 0;
   font-size: 0.9rem;
   color: var(--muted);
}

.video-playlist {
   background: var(--surface);
   border: 1px solid var(--line);
   border-radius: 6px;
   box-shadow: var(--shadow-md);
   display: flex;
   flex-direction: column;
   overflow: hidden;
   min-height: 0;
   max-height: calc(100vh - 200px);
}

.playlist-header {
   display: flex;
   align-items: baseline;
   justify-content: space-between;
   padding: 14px 18px;
   border-bottom: 1px solid var(--line);
   background: #d9b46b;
}

.playlist-header h3 {
   margin: 0;
   font-size: 0.78rem;
   font-weight: 700;
   letter-spacing: 0.18em;
   text-transform: uppercase;
   color: var(--ink);
   font-family: var(--ff-body);
}

.playlist-header .count {
   font-size: 0.78rem;
   color: var(--muted);
}

.playlist-scroll {
   overflow-y: auto;
   overflow-x: hidden;
   padding: 8px;
   display: flex;
   flex-direction: column;
   gap: 6px;
   scrollbar-width: thin;
   scrollbar-color: var(--accent) transparent;
}

.playlist-scroll::-webkit-scrollbar { width: 6px; }
.playlist-scroll::-webkit-scrollbar-thumb { background: rgba(182, 90, 60, 0.4); border-radius: 999px; }
.playlist-scroll::-webkit-scrollbar-track { background: transparent; }

.playlist-item {
   display: grid;
   grid-template-columns: 120px 1fr;
   gap: 12px;
   padding: 8px;
   border-radius: 6px;
   cursor: pointer;
   background: transparent;
   border: 1px solid transparent;
   transition: background .2s ease, border-color .2s ease;
   text-align: left;
   align-items: center;
}

.playlist-item:hover { background: var(--bg-soft); }

.playlist-item.active {
   background: rgba(182, 90, 60, 0.08);
   border-color: rgba(182, 90, 60, 0.3);
}

.playlist-item.active .playlist-item-title { color: var(--accent-deep); }

.playlist-thumb {
   position: relative;
   width: 120px;
   height: 68px;
   border-radius: 4px;
   overflow: hidden;
   background: #000;
   flex-shrink: 0;
}

.playlist-thumb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.playlist-thumb .play-glyph {
   position: absolute;
   inset: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 1.2rem;
   background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55));
   opacity: 0;
   transition: opacity .2s ease;
}

.playlist-item:hover .play-glyph,
.playlist-item.active .play-glyph { opacity: 1; }

.playlist-item.active .play-glyph { color: var(--accent); }

.playlist-item-body {
   display: flex;
   flex-direction: column;
   gap: 4px;
   min-width: 0;
}

.playlist-item-title {
   font-size: 0.92rem;
   font-weight: 600;
   color: var(--ink);
   line-height: 1.35;
   font-family: var(--ff-body);
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   transition: color .2s ease;
}

.playlist-item-meta {
   font-size: 0.72rem;
   color: var(--muted);
   letter-spacing: 0.04em;
}

/* ============================================================
   Lightbox + Info modal (dark gallery viewing experience)
   ============================================================ */

body.lock-scroll { overflow: hidden; }

.lightbox,
.info-modal {
   display: none;
   position: fixed;
   inset: 0;
   z-index: 2000;
   background: rgba(8, 10, 18, 0.96);
   backdrop-filter: blur(8px);
   animation: lbFade .25s ease;
}

.lightbox.is-open,
.info-modal.is-open { display: flex; flex-direction: column; }

@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }

.lb-icon-btn,
.lb-nav {
   background: rgba(255,255,255,0.08);
   color: #fff;
   border: 1px solid rgba(255,255,255,0.18);
   width: 48px;
   height: 48px;
   border-radius: 50%;
   cursor: pointer;
   font-size: 1.1rem;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   transition: background .2s ease, transform .2s ease, color .2s ease;
   z-index: 5;
}

.lb-icon-btn:hover,
.lb-nav:hover {
   background: var(--accent);
   color: #fff;
   border-color: var(--accent);
   transform: scale(1.06);
}

.lb-close { position: absolute; top: 18px; right: 18px; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); }
.lb-nav-prev { left: 18px; }
.lb-nav-next { right: 18px; }
.lb-nav:hover { transform: translateY(-50%) scale(1.06); }

.lb-stage {
   position: relative;
   flex: 1;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 80px 80px 20px;
   min-height: 0;
}

.lb-watermark {
   position: absolute;
   bottom: 26px;
   left: 28px;
   font-family: var(--ff-script);
   font-size: 1.6rem;
   line-height: 1;
   color: rgba(255, 255, 255, 0.92);
   text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.55),
      0 0 14px rgba(0, 0, 0, 0.4);
   pointer-events: none;
   user-select: none;
   letter-spacing: 0.01em;
   opacity: 0.88;
   z-index: 3;
}

.lb-image {
   max-width: 100%;
   max-height: 100%;
   object-fit: contain;
   border-radius: 4px;
   box-shadow: 0 20px 60px rgba(0,0,0,0.7);
   animation: lbZoom .3s ease;
}

@keyframes lbZoom {
   from { opacity: 0; transform: scale(0.96); }
   to   { opacity: 1; transform: scale(1); }
}

.lb-footer {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 14px 24px;
   gap: 14px;
   flex-wrap: wrap;
   border-top: 1px solid rgba(255,255,255,0.08);
   background: rgba(0,0,0,0.45);
}

.lb-meta { display: flex; flex-direction: column; gap: 2px; color: #fff; }

.lb-title {
   font-family: var(--ff-serif);
   font-size: 1.15rem;
   font-weight: 500;
}

.lb-counter { font-size: 0.82rem; color: rgba(255,255,255,0.6); }

.lb-info-btn {
   background: var(--accent);
   color: #fff;
   border: none;
   padding: 10px 20px;
   border-radius: 999px;
   cursor: pointer;
   font-weight: 600;
   font-size: 0.84rem;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: transform .2s ease, background .2s ease;
}

.lb-info-btn:hover { background: var(--accent-deep); transform: translateY(-1px); }

.lb-thumbs { display: none; gap: 8px; overflow-x: auto; padding: 10px 24px 16px; justify-content: center; }

.lightbox-thumb {
   height: 64px;
   width: auto;
   border-radius: 4px;
   cursor: pointer;
   opacity: 0.55;
   border: 2px solid transparent;
   transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
   flex: 0 0 auto;
}

.lightbox-thumb:hover { opacity: 0.9; transform: translateY(-2px); }
.lightbox-thumb.active { opacity: 1; border-color: var(--accent); }

/* Info modal card */
.info-modal { overflow-y: auto; padding: 60px 20px; align-items: flex-start; }

.info-card {
   background: #ffffff;
   color: var(--ink);
   border: 1px solid var(--line);
   border-radius: 6px;
   max-width: 1080px;
   width: 100%;
   margin: 0 auto;
   display: grid;
   grid-template-columns: 1.1fr 1fr;
   overflow: hidden;
   box-shadow: 0 30px 80px rgba(0,0,0,0.6);
   animation: lbZoom .3s ease;
}

.info-media {
   background: var(--bg-soft);
   padding: 22px;
   display: flex;
   flex-direction: column;
   gap: 12px;
   min-height: 360px;
   position: relative;
}

.info-watermark {
   position: absolute;
   bottom: 16px;
   left: 18px;
   font-family: var(--ff-script);
   font-size: 1.35rem;
   line-height: 1;
   color: rgba(255, 255, 255, 0.95);
   text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.55),
      0 0 14px rgba(0, 0, 0, 0.4);
   pointer-events: none;
   user-select: none;
   letter-spacing: 0.01em;
   opacity: 0.92;
   z-index: 3;
}

.info-hero-img {
   width: 100%;
   height: 100%;
   max-height: 520px;
   object-fit: contain;
   border-radius: 4px;
   background: var(--bg-soft);
}

.info-photos { display: none; gap: 8px; overflow-x: auto; padding-top: 4px; }

.info-photo-thumb {
   height: 56px;
   width: auto;
   border-radius: 4px;
   cursor: pointer;
   opacity: 0.55;
   border: 2px solid transparent;
   transition: opacity .2s, border-color .2s, transform .2s;
   flex: 0 0 auto;
}

.info-photo-thumb:hover { opacity: 0.9; transform: translateY(-2px); }
.info-photo-thumb.active { opacity: 1; border-color: var(--accent); }

.info-body {
   padding: 32px 34px;
   color: var(--ink);
   display: flex;
   flex-direction: column;
   gap: 14px;
}

.info-title {
   font-family: var(--ff-serif);
   font-size: 1.9rem;
   margin: 0;
   color: var(--ink);
}

.info-tags-row { display: flex; flex-wrap: wrap; gap: 6px; }

.info-tag-chip {
   font-size: 0.7rem;
   background: rgba(182, 90, 60, 0.10);
   color: var(--accent-deep);
   padding: 4px 11px;
   border-radius: 999px;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   border: 1px solid rgba(182, 90, 60, 0.30);
   font-weight: 600;
}

.info-grid {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 14px 22px;
   margin: 6px 0 4px;
   padding: 16px 0;
   border-top: 1px solid var(--line);
   border-bottom: 1px solid var(--line);
}

.info-grid div { display: flex; flex-direction: column; gap: 3px; }

.info-grid dt {
   font-size: 0.68rem;
   text-transform: uppercase;
   letter-spacing: 0.16em;
   color: var(--muted);
   margin: 0;
   font-weight: 700;
}

.info-grid dd { margin: 0; font-size: 0.98rem; color: var(--ink); font-family: var(--ff-serif); }

.info-section-title {
   font-size: 0.72rem;
   text-transform: uppercase;
   letter-spacing: 0.22em;
   color: var(--muted);
   margin: 6px 0 0;
   font-weight: 700;
   font-family: var(--ff-body);
}

.info-description {
   font-family: var(--ff-serif);
   font-size: 1.05rem;
   line-height: 1.7;
   color: var(--body);
   text-align: left;
   margin: 0;
}

.info-view-btn {
   align-self: flex-start;
   background: transparent;
   color: var(--ink);
   border: 1.5px solid var(--ink);
   padding: 10px 20px;
   border-radius: 999px;
   cursor: pointer;
   font-weight: 600;
   font-size: 0.82rem;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: background .2s ease, color .2s ease;
   margin-top: 6px;
   font-family: var(--ff-body);
}

.info-view-btn:hover { background: var(--ink); color: #fff; }

.info-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }

.info-enquire-btn {
   background: #25D366;
   color: #ffffff;
   border: 1px solid #25D366;
   padding: 10px 20px;
   border-radius: 999px;
   cursor: pointer;
   font-weight: 700;
   font-size: 0.82rem;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
   box-shadow: 0 6px 16px rgba(37, 211, 102, 0.30);
   font-family: var(--ff-body);
}

.info-enquire-btn i { font-size: 1.05rem; }

.info-enquire-btn:hover {
   background: #1ebe5b;
   border-color: #1ebe5b;
   transform: translateY(-1px);
   box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 960px) {
   .hero {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 20px 24px 30px;
   }
   .hero.hero-stack {
      grid-template-columns: 1fr;
      grid-template-areas:
         "text"
         "art"
         "actions";
      gap: 30px;
      justify-items: center;
      text-align: center;
   }
   .hero.hero-stack .hero-text { text-align: center; align-self: auto; }
   .hero.hero-stack .hero-actions { justify-content: center; align-self: auto; }
   .hero.hero-stack .hero-text .lede { margin-left: auto; margin-right: auto; }
   .hero-art { max-width: 420px; margin: 0 auto; }
   .video-player-wrap { grid-template-columns: 1fr; }
   .video-playlist { max-height: none; }
   .playlist-scroll { max-height: 56vh; }
}

@media (max-width: 820px) {
   .info-card { grid-template-columns: 1fr; overflow: visible; }
   .info-media { min-height: 0; padding: 16px; display: block; }
   .info-hero-img { width: 100%; height: auto; max-height: 60vh; object-fit: contain; display: block; }
   .info-body { padding: 24px 22px; }
   .info-title { font-size: 1.55rem; }
   .lb-stage { padding: 70px 70px 20px; }
}

@media (max-width: 720px) {
   .nav-wrap {
      grid-template-columns: 1fr auto;
      grid-template-areas:
         "brand lang"
         "nav   nav";
      padding: 10px 16px;
      gap: 8px 12px;
      align-items: center;
      justify-items: stretch;
      text-align: left;
   }
   .brand { grid-area: brand; justify-self: start; gap: 10px; }
   .brand-mark { width: 44px; height: 44px; font-size: 1.55rem; }
   .brand-wordmark { height: 54px; }
   .brand-script { font-size: 1.95rem; }
   .brand-sub { font-size: 0.66rem; letter-spacing: 0.26em; }

   .language-toggle {
      grid-area: lang;
      justify-self: end;
      justify-content: flex-end;
      font-size: 0.6rem;
      gap: 5px;
   }
   .language-toggle a { padding: 3px 8px; }

   nav {
      grid-area: nav;
      width: 100%;
   }
   nav ul {
      flex-wrap: wrap;
      justify-content: center;
      gap: 2px 8px;
      padding: 4px 0 0;
   }
   nav ul li { display: inline-block; }
   nav ul li a {
      padding: 8px 14px;
      font-size: 1.18rem;
   }
   nav ul li a::after { bottom: 2px; }

   .nav-toggle { display: none; }
   main { padding-top: 132px; }
   section { padding: 0 18px; }

   /* Paintings tag filters wrap on mobile (no scroll arrows) */
   .tag-scroll-container { flex-wrap: wrap; overflow: visible; }
   .scroll-btn,
   .scroll-btn.left-arrow,
   .scroll-btn.right-arrow { display: none !important; }
   .tag-container {
      flex-wrap: wrap;
      justify-content: center;
      overflow-x: visible;
      white-space: normal;
      margin: 0;
      width: 100%;
   }
}

@media (max-width: 560px) {
   .image-container { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; padding: 0; }
   .image-box img { max-height: 240px; }
   .info-btn { width: 24px; height: 24px; font-size: 0.95rem; }
   .card-tags { bottom: 6px; right: 6px; }
   .card-tag-chip { font-size: 0.58rem; padding: 2px 7px; }
   .watermark { font-size: 1rem; bottom: 8px; left: 10px; }
   .lb-watermark { font-size: 1.15rem; bottom: 14px; left: 14px; }
   .info-watermark { font-size: 1.1rem; bottom: 14px; left: 18px; }

   .hero-cta + .hero-cta { margin-left: 0; margin-top: 10px; }
   .quote { padding: 16px 18px; gap: 14px; }
   .quote img { width: 48px; height: 48px; }
   .quote p { font-size: 1rem; }

   nav ul li a { padding: 7px 11px; font-size: 1.05rem; }
   .brand-mark { width: 40px; height: 40px; font-size: 1.4rem; }
   .brand-wordmark { height: 50px; }
   .brand-name--compact { display: none; }
   .brand-script { font-size: 1.75rem; }
   .brand-sub { font-size: 0.6rem; }
   .language-toggle { font-size: 0.56rem; }
   .language-toggle a { padding: 3px 7px; }
   main { padding-top: 124px; }

   .lb-stage { padding: 70px 14px 14px; }
   .lb-nav { width: 40px; height: 40px; }
   .lb-nav-prev { left: 8px; }
   .lb-nav-next { right: 8px; }
   .lb-close { top: 12px; right: 12px; }
   .lb-footer { padding: 12px 14px; }

   .info-modal { padding: 0; background: #ffffff; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
   .info-modal.is-open { display: block; }
   .info-card { border: none; border-radius: 0; margin: 0; width: 100%; max-width: none; min-height: 100vh; box-shadow: none; display: block; overflow: visible; }
   .info-media { padding: 56px 14px 10px; display: block; background: var(--bg-soft); }
   .info-body { padding: 22px 18px 90px; background: #fff; }
   .info-hero-img { width: 100%; height: auto; max-height: 70vh; min-height: 220px; object-fit: contain; display: block; }
   .info-grid { grid-template-columns: 1fr; gap: 10px; }
   .info-actions { width: 100%; }
   .info-actions .info-view-btn,
   .info-actions .info-enquire-btn { flex: 1 1 auto; justify-content: center; }
   .info-modal .lb-close { position: fixed; top: 10px; right: 10px; z-index: 10; background: rgba(28,31,42,0.85); color:#fff; }
   .info-modal .lb-nav { display: none; }

   .contact-container { padding: 26px 20px; }
   footer p::before { display: none; }
}
