/* ── DESIGN TOKENS ── */
:root {
  --cream:       #FAF7F2;
  --warm-white:  #FFF9F0;
  --amber:       #E8A020;
  --amber-deep:  #C4791A;
  --amber-light: #FDE9C0;
  --sun-gold:    #F5C842;
  --charcoal:    #1E1A14;
  --text:        #2D2820;
  --muted:       #7A6F62;
  --border:      #E8E0D4;
  --card-bg:     #FFFFFF;
  --highlight:   #FFF3D6;
}

/* ── RESET ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* ── BASE ── */
body {
  background: var(--cream);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-size: 16px;
}

/* ── LAYOUT CONTAINER ── */
.container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── HEADER / NAV ── */
header {
  background: var(--charcoal);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--sun-gold);
  letter-spacing: 0.02em;
}

nav a {
  color: #C9C0B0;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 2rem;
  transition: color 0.2s;
}
nav a:hover { color: var(--sun-gold); }

/* ── HERO ── */
.hero {
  background: var(--charcoal);
  padding: 3.5rem 2rem 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(245,200,66,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.hero-tag {
  display: inline-block;
  background: var(--amber-light);
  color: var(--amber-deep);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 900;
  color: #FFF8ED;
  line-height: 1.15;
  max-width: 780px;
  margin: 0 auto 1.25rem;
}
.hero h1 em {
  font-style: italic;
  color: var(--sun-gold);
}

.hero-sub {
  color: #A89F93;
  font-size: 1.05rem;
  max-width: 540px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
}

.hero-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #7A6F62;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.hero-meta span::before { content: '— '; }

.hero-image-wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.hero-image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
  display: block;
  filter: brightness(0.88) saturate(1.1);
}
.hero-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 80px;
  background: radial-gradient(ellipse, rgba(245,200,66,0.35) 0%, transparent 70%);
  pointer-events: none;
}

/* ── FOOTER ── */
footer {
  background: var(--charcoal);
  color: #5A5048;
  text-align: center;
  font-size: 0.78rem;
  padding: 2rem 1.5rem;
  letter-spacing: 0.05em;
}
footer a {
  color: var(--amber);
  text-decoration: none;
}

/* ── RESPONSIVE SHELL ── */
@media (max-width: 680px) {
  nav { display: none; }
  .hero h1 { font-size: 1.9rem; }
}






.wp-block-columns.main-back-shadow.couponboxdes {
    border: 3px dashed #558b2f;
    padding: 20px 20px;
}
h2.coupontagline {
    color: red;
    font-size: 18px;
}

h2.coupnetitle {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
span.has-inline-color.coupnveri {
    background-color: #558b2f;
    color: #fff;
    font-size: 19px;
    padding: 3px 10px;
}
.getcodebut a {
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
}
.wp-block-column.contentpartt {
    border-right: 1px solid #dad9d9;
}
.getcodebut {
    padding: 10px 0;
}
.getcodebut a {
    padding: 16px 54px !important;
}