:root {
  --blue:#28589c;
  --blue-dark:#183961;
  --orange:#d66a35;
  --orange-dark:#b95022;
  --ink:#211c19;
  --brown:#55372d;
  --cream:#f3eadc;
  --cream-2:#eadac4;
  --paper:#fffaf3;
  --white:#fff;
  --pink:#be7d83;
  --gold:#d5ae68;
  --muted:#746a64;
  --border:rgba(33,28,25,.13);
  --shadow:0 22px 60px rgba(52,38,29,.13);
  --container:1180px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  color:var(--ink);
  background:var(--paper);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
body.menu-open{overflow:hidden}
img{display:block;width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section{padding:96px 0}
.section-cream{background:var(--cream)}
.section-white{background:var(--paper)}
.section-dark{color:#fff;background:var(--ink)}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:15px;
  color:var(--blue);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.eyebrow::before{content:"";width:30px;height:2px;background:var(--orange)}
.section-dark .eyebrow{color:#f1bc7b}

h1,h2,h3{line-height:1.08}
h1,h2{font-family:Georgia,"Times New Roman",serif}
h2{
  max-width:860px;
  font-size:clamp(2.4rem,5vw,4.3rem);
  font-weight:500;
  letter-spacing:-.045em;
}
.intro{
  max-width:700px;
  margin-top:20px;
  color:var(--muted);
  font-size:1.02rem;
}
.section-dark .intro{color:rgba(255,255,255,.68)}

.button{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 23px;
  border:1px solid transparent;
  border-radius:999px;
  font-weight:900;
  transition:.2s ease;
}
.button:hover{transform:translateY(-2px)}
.button-orange{color:#fff;background:var(--orange);box-shadow:0 12px 28px rgba(214,106,53,.28)}
.button-orange:hover{background:var(--orange-dark)}
.button-outline{color:#fff;border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.07);backdrop-filter:blur(10px)}
.button-dark{color:#fff;background:var(--ink)}

/* HEADER */
.header{
  position:fixed;
  z-index:1000;
  top:0;left:0;
  width:100%;
  color:#fff;
  background:rgba(27,24,22,.72);
  border-bottom:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
  transition:.2s ease;
}
.header.scrolled{background:rgba(27,24,22,.94);box-shadow:0 8px 28px rgba(0,0,0,.12)}
.navbar{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.logo{display:inline-flex;align-items:center;gap:12px}
.logo-mark{
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:50%;
  color:#fff;
  background:var(--blue);
  border:1px solid rgba(255,255,255,.22);
  font-family:Georgia,serif;
  font-size:1.2rem;
  font-weight:700;
}
.logo-text{display:grid;line-height:1}
.logo-text strong{font-family:Georgia,serif;font-size:1.38rem;font-weight:500}
.logo-text small{margin-top:6px;color:rgba(255,255,255,.62);font-size:.52rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:25px}
.nav-links>a:not(.button){font-size:.84rem;font-weight:800;color:rgba(255,255,255,.82)}
.nav-links>a:not(.button):hover{color:#fff}
.menu-button{
  display:none;
  width:44px;height:44px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.07);
  cursor:pointer;
}

/* HERO */
.hero{
  min-height:760px;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(24,18,16,.93) 0%,rgba(24,18,16,.79) 40%,rgba(24,18,16,.25) 74%,rgba(24,18,16,.06)),
    url("https://images.unsplash.com/photo-1714617006549-a2cf4c9607e7?auto=format&fit=crop&w=2200&q=86") center 34%/cover no-repeat;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 60%,rgba(24,18,16,.42));
  pointer-events:none;
}
.hero-content{position:relative;z-index:2;padding-top:100px;padding-bottom:150px}
.hero-label{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:24px;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
  font-size:.75rem;
  font-weight:800;
}
.hero-label span{color:#f0a665}
.hero h1{
  max-width:800px;
  font-size:clamp(3.9rem,8vw,7.3rem);
  font-weight:500;
  letter-spacing:-.06em;
  line-height:.9;
}
.hero h1 em{color:#efb47b;font-weight:400}
.hero p{
  max-width:620px;
  margin-top:26px;
  color:rgba(255,255,255,.82);
  font-size:1.08rem;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}
.hero-info{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
  margin-top:42px;
  color:rgba(255,255,255,.72);
  font-size:.82rem;
}
.hero-info strong{color:#fff}

.highlights{
  position:relative;
  z-index:4;
  margin-top:-92px;
}
.highlights-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fffaf3;
  box-shadow:var(--shadow);
}
.highlight{
  min-height:118px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:22px;
  border-right:1px solid var(--border);
}
.highlight:last-child{border-right:0}
.highlight-icon{
  width:40px;height:40px;
  flex:0 0 auto;
  display:grid;place-items:center;
  border-radius:50%;
  color:#fff;
  background:var(--blue);
  font-weight:900;
}
.highlight strong{display:block;color:var(--ink);font-size:.87rem}
.highlight span{display:block;margin-top:4px;color:var(--muted);font-size:.72rem}

/* MAIN BIG VISUAL CARDS */
.looks-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  gap:15px;
  margin-top:42px;
}
.look-card{
  min-height:470px;
  position:relative;
  overflow:hidden;
  background:#222;
}
.look-card img{height:100%;object-fit:cover;transition:transform .45s ease}
.look-card:hover img{transform:scale(1.035)}
.look-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:26px;
  color:#fff;
  background:linear-gradient(180deg,transparent 22%,rgba(22,15,13,.88));
}
.look-tag{
  align-self:flex-start;
  margin-bottom:10px;
  padding:6px 9px;
  color:#fff;
  background:var(--orange);
  font-size:.6rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.look-card h3{margin-bottom:6px;font-family:Georgia,serif;font-size:1.9rem;font-weight:500}
.look-card p{color:rgba(255,255,255,.72);font-size:.78rem}

/* STRIP */
.marquee{
  overflow:hidden;
  padding:17px 14px;
  color:#fff;
  background:var(--blue);
}
.marquee-track{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  width:fit-content;
  max-width:100%;
  margin:0 auto;
  gap:14px 26px;
  white-space:normal;
  text-align:center;
  font-family:Georgia,serif;
  font-size:1.48rem;
}
.marquee-track span{display:inline-flex;align-items:center}
.marquee-track span::after{content:"✦";margin-left:26px;color:#f3c074}
.marquee-track span:last-child::after{display:none}

/* BOUTIQUE + REAL PHOTO */
.story-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:67px;
  align-items:center;
}
.story-images{position:relative;min-height:620px}
.story-main{
  width:78%;
  height:545px;
  object-fit:cover;
  box-shadow:var(--shadow);
}
.story-store{
  position:absolute;
  right:0;
  bottom:0;
  width:49%;
  height:275px;
  object-fit:cover;
  border:8px solid var(--cream);
  box-shadow:var(--shadow);
}
.hand-note{
  display:inline-block;
  margin:5px 0 19px;
  padding:7px 11px;
  color:#fff;
  background:var(--orange);
  font-size:.72rem;
  font-weight:900;
  transform:rotate(-2deg);
}
.story-points{margin-top:27px;border-top:1px solid var(--border)}
.story-point{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:13px;
  padding:16px 0;
  border-bottom:1px solid var(--border);
}
.story-point b{
  width:31px;height:31px;
  display:grid;place-items:center;
  border-radius:50%;
  color:#fff;
  background:var(--blue);
  font-size:.65rem;
}
.story-point strong{display:block;color:var(--ink);font-size:.86rem}
.story-point span{display:block;margin-top:3px;color:var(--muted);font-size:.74rem}

/* PRODUCTS */
.products-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:15px;
  margin-top:42px;
}
.product-main,.product-small{position:relative;overflow:hidden}
.product-main{min-height:565px}
.product-small{min-height:275px}
.product-stack{display:grid;gap:15px}
.product-main img,.product-small img{height:100%;object-fit:cover}
.product-caption{
  position:absolute;
  left:18px;right:18px;bottom:18px;
  padding:17px;
  background:rgba(255,250,243,.94);
  backdrop-filter:blur(8px);
}
.product-caption strong{display:block;font-family:Georgia,serif;font-size:1.42rem;font-weight:500}
.product-caption span{display:block;margin-top:3px;color:var(--muted);font-size:.72rem}

/* DARK LIST */
.offer-list{margin-top:38px;border-top:1px solid rgba(255,255,255,.16)}
.offer-row{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.offer-row strong{font-family:Georgia,serif;font-size:clamp(1.4rem,3vw,2.15rem);font-weight:500}
.offer-row span{max-width:390px;color:rgba(255,255,255,.45);font-size:.75rem;text-align:right}

/* GALLERY */
.gallery{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  grid-template-rows:320px 245px;
  gap:13px;
  margin-top:40px;
}
.gallery figure{position:relative;overflow:hidden}
.gallery figure:first-child{grid-row:1/3}
.gallery figure:nth-child(4){grid-column:2/4}
.gallery img{height:100%;object-fit:cover}
.gallery figcaption{
  position:absolute;
  left:13px;
  bottom:13px;
  padding:7px 10px;
  color:#fff;
  background:rgba(31,25,22,.75);
  backdrop-filter:blur(6px);
  font-size:.68rem;
  font-weight:800;
}

/* CTA */
.cta-card{
  position:relative;
  overflow:hidden;
  min-height:390px;
  display:flex;
  align-items:center;
  padding:55px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(35,28,24,.95),rgba(35,28,24,.72),rgba(35,28,24,.28)),
    url("https://images.unsplash.com/photo-1746723378067-83a345ff3160?auto=format&fit=crop&w=1500&q=86") center 45%/cover no-repeat;
  box-shadow:var(--shadow);
}
.cta-card::after{
  content:"ANTA";
  position:absolute;
  right:-30px;
  top:-58px;
  color:rgba(255,255,255,.055);
  font-family:Georgia,serif;
  font-size:12rem;
}
.cta-content{position:relative;z-index:2;max-width:660px}
.cta-content h2{color:#fff}
.cta-content p{max-width:570px;margin:17px 0 25px;color:rgba(255,255,255,.74)}

/* CONTACT */
.contact-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:18px;
  margin-top:40px;
}
.contact-card{
  padding:34px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 15px 40px rgba(48,35,27,.07);
}
.contact-card h3{font-family:Georgia,serif;font-size:1.8rem;font-weight:500}
.contact-list{list-style:none;margin-top:24px;border-top:1px solid var(--border)}
.contact-list li{
  display:grid;
  grid-template-columns:115px 1fr;
  gap:15px;
  padding:17px 0;
  border-bottom:1px solid var(--border);
}
.contact-list span{color:var(--muted);font-size:.72rem}
.contact-list strong{font-size:.84rem}
.store-photo{height:100%;min-height:470px;object-fit:cover;box-shadow:var(--shadow)}

/* FOOTER */
.footer{padding:50px 0 26px;color:#fff;background:var(--ink)}
.footer-top{display:grid;grid-template-columns:1.25fr .7fr .8fr 1fr;gap:38px}
.footer h3{margin-bottom:11px;font-size:.82rem}
.footer p,.footer a{color:rgba(255,255,255,.58);font-size:.74rem}
.footer-links{list-style:none;display:grid;gap:8px}
.footer-description{max-width:310px;margin-top:16px}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:37px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.35);
  font-size:.64rem;
}

/* REVEAL */
.reveal{opacity:0;transform:translateY(18px);transition:.6s ease}
.reveal.visible{opacity:1;transform:none}

/* RESPONSIVE */
@media(max-width:1000px){
  .looks-grid{grid-template-columns:1fr 1fr}
  .look-card:first-child{grid-column:1/-1}
  .story-grid{grid-template-columns:1fr}
  .products-grid{grid-template-columns:1fr}
  .product-stack{grid-template-columns:1fr 1fr}
  .footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:850px){
  .navbar{min-height:72px}
  .nav-links{
    position:fixed;
    top:72px;left:0;right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:15px 20px 24px;
    color:var(--ink);
    background:var(--paper);
    box-shadow:0 18px 40px rgba(20,15,12,.14);
  }
  .nav-links.open{display:flex}
  .nav-links>a:not(.button){padding:13px 2px;color:var(--ink);border-bottom:1px solid var(--border)}
  .nav-links .button{margin-top:12px}
  .menu-button{display:grid;place-items:center}
  .highlights-grid{grid-template-columns:1fr 1fr}
  .highlight:nth-child(2){border-right:0}
  .highlight:nth-child(-n+2){border-bottom:1px solid var(--border)}
  .gallery{grid-template-columns:1fr 1fr;grid-template-rows:300px 245px}
  .gallery figure:first-child{grid-row:auto}
  .gallery figure:nth-child(4){grid-column:auto}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .section{padding:70px 0}
  .hero{min-height:760px;background-position:58% center}
  .hero-content{padding-top:125px;padding-bottom:145px}
  .hero h1{font-size:clamp(3.3rem,16vw,4.9rem)}
  .hero p{font-size:.95rem}
  .hero-info{gap:13px}
  .highlights{margin-top:-92px}
  .highlights-grid{grid-template-columns:1fr}
  .highlight,.highlight:nth-child(2){min-height:76px;border-right:0;border-bottom:1px solid var(--border)}
  .highlight:last-child{border-bottom:0}
  .looks-grid{grid-template-columns:1fr}
  .look-card:first-child{grid-column:auto}
  .look-card{min-height:390px}
  .story-images{min-height:455px}
  .story-main{width:90%;height:395px}
  .story-store{width:53%;height:185px;border-width:5px}
  .product-stack{grid-template-columns:1fr}
  .product-main,.product-small{min-height:360px}
  .offer-row{align-items:flex-start;flex-direction:column;padding:18px 0}
  .offer-row span{text-align:left}
  .gallery{grid-template-columns:1fr;grid-template-rows:none}
  .gallery figure{height:315px}
  .cta-card{padding:35px 24px}
  .contact-list li{grid-template-columns:1fr;gap:3px}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{display:block}
}

/* WordPress admin bar */
body.admin-bar .header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .header { top: 46px; }
}


/* ==========================================================
   ANTA BEAUTY — NEW BRAND LOGO
   ========================================================== */
.anta-brand-logo{
  display:inline-flex !important;
  align-items:center !important;
  flex:0 0 auto;
  width:auto;
  max-width:285px;
}

.anta-brand-logo img{
  display:block;
  width:270px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}

.anta-brand-logo--footer img{
  width:300px;
}

@media(max-width:900px){
  .anta-brand-logo img{
    width:235px;
  }
}

@media(max-width:650px){
  .navbar{
    min-height:76px;
  }

  .anta-brand-logo{
    max-width:205px;
  }

  .anta-brand-logo img{
    width:200px;
  }
}
