/*
Theme Name: We Get Deal
Description: A lightweight affiliate editorial theme.
Version: 1.2.0
*/

:root { --ink:#171714; --muted:#686760; --paper:#f7f5ef; --white:#fff; --blue:#ee5b38; --line:#dfddd5; --soft:#efece3; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { align-items:center; background:rgba(255,255,255,.96); border-bottom:1px solid var(--line); display:grid; grid-template-columns:1fr auto 1fr; height:72px; padding:0 clamp(22px,5vw,76px); position:sticky; top:0; z-index:20; backdrop-filter:blur(14px); }
.brand { display:block; width:155px; }
.brand img { display:block; height:auto; width:100%; }
nav { display:flex; gap:34px; font-size:.88rem; font-weight:700; }
nav a:hover { color:var(--blue); }
.header-cta { background:var(--blue); border-radius:999px; color:var(--white); font-size:.82rem; font-weight:800; justify-self:end; padding:12px 19px; }
.hero { min-height:590px; position:relative; display:grid; align-items:center; overflow:hidden; }
.hero-image { position:absolute; inset:0; background:url('hero-fashion.png') center/cover no-repeat; }
.hero-image::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(247,245,239,.98) 0%,rgba(247,245,239,.93) 42%,rgba(247,245,239,.08) 73%); }
.hero-content { position:relative; width:min(620px,90%); margin-left:clamp(22px,8vw,122px); padding:58px 0; }
.eyebrow { color:var(--blue); font-size:.74rem; font-weight:900; letter-spacing:.16em; margin:0 0 16px; text-transform:uppercase; }
h1 { font-size:clamp(3rem,5vw,5.6rem); letter-spacing:-.065em; line-height:.94; margin:0; max-width:820px; }
.hero-copy { color:#454951; font-size:1.14rem; line-height:1.65; margin:26px 0 34px; max-width:480px; }
.primary-button,.deal-button { align-items:center; display:inline-flex; gap:22px; justify-content:space-between; font-weight:900; }
.primary-button { background:var(--blue); border-radius:999px; color:white; padding:16px 22px; min-width:235px; }
.trust-strip { background:var(--ink); color:white; display:grid; grid-template-columns:repeat(3,1fr); gap:0; padding:25px clamp(22px,7vw,110px); align-items:center; }
.trust-strip p { border-right:1px solid #44443f; display:flex; flex-direction:column; gap:5px; font-size:.88rem; margin:0; padding:0 32px; }
.trust-strip p:first-child { padding-left:0; }
.trust-strip strong { font-size:.9rem; }
.trust-strip span { color:#aaa99f; font-size:.78rem; font-weight:400; }
.trust-strip p:last-child { border:0; }
.section { padding:92px clamp(22px,7vw,110px); }
.section-heading { align-items:end; display:flex; justify-content:space-between; margin-bottom:44px; }
.section-heading h2,.category-section h2,.about-section h2 { font-size:clamp(2.1rem,3.6vw,3.8rem); letter-spacing:-.055em; line-height:1; margin:0; }
.section-heading>p { color:var(--muted); font-size:.92rem; }
.card-grid { display:grid; gap:24px; grid-template-columns:repeat(3,1fr); }
.deal-card { background:white; border:1px solid var(--line); border-radius:16px; display:flex; flex-direction:column; min-height:465px; overflow:hidden; }
.card-visual { background-image:url('guide-images.jpg'); background-repeat:no-repeat; background-size:300% 200%; min-height:210px; padding:20px; display:flex; justify-content:space-between; color:white; font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; position:relative; }
.card-visual::after { background:linear-gradient(180deg,rgba(0,0,0,.26),transparent 45%); content:''; inset:0; pointer-events:none; position:absolute; }
.card-visual>* { position:relative; z-index:1; }
.visual-1 { background-position:0 0; }
.visual-2 { background-position:50% 0; }
.visual-3 { background-position:100% 0; }
.visual-4 { background-position:0 100%; }
.visual-5 { background-position:50% 100%; }
.visual-6 { background-position:100% 100%; }
.visual-label { background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.35); border-radius:999px; height:max-content; padding:7px 10px; }
.card-number { align-self:flex-end; font-size:3.5rem; letter-spacing:-.08em; opacity:.45; }
.card-body { display:flex; flex:1; flex-direction:column; padding:24px; }
.tag { color:var(--blue)!important; font-size:.69rem!important; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.card-body h3 { font-size:1.3rem; letter-spacing:-.03em; line-height:1.2; margin:10px 0; }
.card-body p { color:var(--muted); font-size:.94rem; line-height:1.55; margin:0; }
.deal-button { border-top:1px solid var(--line); margin-top:auto; padding-top:18px; }
.deal-button:hover { color:var(--blue); }
.category-section { background:#314b42; color:white; display:grid; gap:80px; grid-template-columns:.8fr 1.2fr; padding:90px clamp(22px,7vw,110px); }
.category-section .eyebrow { color:#d9c798; }
.category-links { border-top:1px solid rgba(255,255,255,.35); }
.category-links a { border-bottom:1px solid rgba(255,255,255,.35); display:flex; font-size:clamp(1.5rem,3vw,3rem); font-weight:800; justify-content:space-between; padding:19px 4px; letter-spacing:-.04em; }
.category-links a:hover { padding-left:12px; }
.about-section { background:white; padding:120px max(clamp(22px,12vw,185px),calc((100vw - 1100px)/2)); }
.about-section h2 { max-width:850px; }
.about-section>p:last-child { color:var(--muted); font-size:1.08rem; line-height:1.75; margin:30px 0 0 auto; max-width:580px; }
.disclosure { background:#e8ebf2; display:flex; gap:30px; padding:24px clamp(22px,7vw,110px); }
.disclosure strong { min-width:150px; }
.disclosure p { color:var(--muted); margin:0; }
footer { align-items:center; background:var(--ink); color:white; display:grid; grid-template-columns:1fr auto 1fr; padding:40px clamp(22px,7vw,110px); }
.footer-brand { background:white; border-radius:8px; padding:7px 10px; width:160px; }
footer p { color:#a7abb5; font-size:.78rem; margin:0; }
footer p:last-child { justify-self:end; }
.catalogue,.single-guide { padding:clamp(72px,9vw,130px) clamp(22px,7vw,110px); }
.catalogue>h1,.single-guide>h1 { font-size:clamp(3rem,7vw,7rem); max-width:1150px; }
.catalogue-intro { color:var(--muted); font-size:1.1rem; line-height:1.6; max-width:620px; margin:28px 0 55px; }
.guide-grid { display:grid; gap:18px; grid-template-columns:repeat(3,minmax(0,1fr)); }
.guide-card { background:white; border:1px solid var(--line); display:flex; flex-direction:column; min-height:280px; padding:25px; }
.guide-card>span,.guide-date { color:var(--blue); font-size:.7rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.guide-card h2 { font-size:1.35rem; letter-spacing:-.035em; line-height:1.15; margin:18px 0 12px; }
.guide-card p { color:var(--muted); line-height:1.55; }
.guide-card a { border-top:1px solid var(--line); font-weight:900; margin-top:auto; padding-top:16px; }
.single-guide { margin:auto; max-width:1220px; }
.back-link { display:inline-block; font-weight:800; margin-bottom:70px; }
.guide-date { display:block; margin:22px 0 60px; }
.guide-lead,.guide-copy { max-width:760px; }
.guide-lead h2,.guide-copy h2,.buy-box h2 { font-size:clamp(1.6rem,3vw,2.7rem); letter-spacing:-.05em; margin:0 0 15px; }
.guide-lead p,.guide-copy p,.buy-box p { color:var(--muted); font-size:1.06rem; line-height:1.75; }
.buy-box { align-items:center; background:var(--blue); color:white; display:flex; justify-content:space-between; gap:40px; margin:65px 0; padding:clamp(28px,5vw,58px); }
.buy-box .tag,.buy-box p { color:white!important; }
.empty-deal { background:white; border:0; color:#7a7d86; cursor:not-allowed; flex:0 0 auto; font-size:.88rem; font-weight:900; padding:18px 22px; }
.guide-copy h2 { margin-top:45px; }
@media (max-width:800px) {
  .site-header { grid-template-columns:1fr auto; height:68px; } nav { display:none; } .header-cta { padding:11px 14px; }
  .hero { min-height:630px; align-items:end; } .hero-image { background-position:62% center; }
  .hero-image::after { background:linear-gradient(0deg,rgba(245,246,248,.99) 0%,rgba(245,246,248,.9) 48%,rgba(245,246,248,.05) 82%); }
  .hero-content { margin:0; padding:280px 22px 50px; width:100%; } h1 { font-size:clamp(2.8rem,13vw,4.6rem); }
  .trust-strip { grid-template-columns:auto 1fr; } .trust-strip p { border-right:0; }
  .section { padding-top:80px; padding-bottom:80px; } .section-heading { align-items:start; flex-direction:column; gap:14px; }
  .card-grid { grid-template-columns:1fr; } .deal-card { min-height:470px; }
  .category-section { grid-template-columns:1fr; gap:45px; } .about-section { padding-top:90px; padding-bottom:90px; }
  .disclosure { flex-direction:column; gap:8px; } footer { grid-template-columns:1fr; gap:14px; } footer p:last-child { justify-self:start; }
  .guide-grid { grid-template-columns:1fr; }
  .catalogue,.single-guide { padding-top:70px; padding-bottom:80px; }
  .back-link { margin-bottom:45px; }
  .buy-box { align-items:stretch; flex-direction:column; }
  .empty-deal { width:100%; }
}
@media (min-width:1600px) {
  .site-header,.trust-strip,.section,.category-section,.disclosure,footer { padding-left:max(7vw,calc((100vw - 1500px)/2)); padding-right:max(7vw,calc((100vw - 1500px)/2)); }
  .hero-content { margin-left:max(8vw,calc((100vw - 1500px)/2)); }
  .card-grid { gap:30px; }
}
@media (max-width:1100px) and (min-width:801px) {
  .hero { min-height:620px; }
  .hero-content { width:min(540px,52%); }
  h1 { font-size:clamp(3.2rem,6vw,5rem); }
  .card-grid { gap:16px; }
  .deal-card { min-height:500px; }
  .card-body { padding:22px; }
  .category-section { gap:45px; }
  .guide-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:520px) {
  .site-header { padding:0 16px; }
  .header-cta { font-size:.76rem; }
  .hero { min-height:600px; }
  .hero-content { padding:245px 18px 42px; }
  h1 { font-size:clamp(2.55rem,13vw,3.6rem); }
  .hero-copy { font-size:1rem; margin:20px 0 26px; }
  .primary-button { width:100%; }
  .trust-strip,.section,.category-section,.about-section,.disclosure,footer { padding-left:18px; padding-right:18px; }
  .section-heading h2,.category-section h2,.about-section h2 { font-size:2.4rem; }
  .card-visual { min-height:180px; }
  .card-body h3 { font-size:1.35rem; }
  .category-links a { font-size:1.65rem; }
}
@media (max-width:360px) {
  .brand { font-size:.92rem; }
  .header-cta { padding:10px; }
  h1 { font-size:2.35rem; }
  .trust-strip { gap:10px; }
}
@media (max-height:560px) and (orientation:landscape) {
  .site-header { position:relative; }
  .hero { min-height:520px; }
}
@media (prefers-reduced-motion:no-preference) { a { transition:color .2s ease,padding .2s ease; } }
