/*
Theme Name: Discount Coupon For
Theme URI: https://discountcouponfor.com/
Author: Discount Coupon For
Description: A warm, editorial WordPress theme for a simple, transparent deals catalog. Works with Elementor and the official WordPress plugin directory.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: discount-coupon-for
*/

:root {
  --dcf-paper: #f7f1e2;
  --dcf-card: #e8dfc8;
  --dcf-ink: #252b3b;
  --dcf-muted: #716e76;
  --dcf-coral: #ee503c;
  --dcf-orange: #ff8a3d;
  --dcf-yellow: #f5c46c;
  --dcf-line: rgba(37, 43, 59, .13);
  --dcf-radius: 28px;
  --dcf-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--dcf-paper);
  color: var(--dcf-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--dcf-coral);
  outline-offset: 3px;
}

.dcf-container { width: min(calc(100% - 40px), var(--dcf-max)); margin-inline: auto; }
.dcf-topline {
  min-height: 32px; padding: 8px 20px; background: var(--dcf-ink); color: var(--dcf-yellow);
  text-align: center; font: 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .18em; text-transform: uppercase;
}
.dcf-header { border-bottom: 1px solid var(--dcf-line); background: rgba(247,241,226,.95); }
.dcf-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dcf-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 170px; }
.dcf-brand img { width: 142px; max-height: 42px; object-fit: contain; object-position: left center; }
.dcf-brand-fallback { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; letter-spacing: -.04em; }
.dcf-brand-mark { width: 29px; height: 23px; display: inline-block; background: var(--dcf-coral); clip-path: polygon(14% 0,100% 0,86% 78%,0 78%); position: relative; }
.dcf-brand-mark::after { content: ""; position: absolute; left: 5px; right: -4px; bottom: -4px; height: 8px; background: var(--dcf-orange); }
.dcf-brand-small { font-size: 10px; font-weight: 500; letter-spacing: .03em; color: var(--dcf-muted); }
.dcf-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.dcf-nav a, .dcf-nav-toggle { color: var(--dcf-ink); font-size: 13px; font-weight: 700; background: none; border: 0; cursor: pointer; padding: 10px 0; }
.dcf-nav a:hover, .dcf-nav-toggle:hover { color: var(--dcf-coral); }
.dcf-nav-item { position: relative; }
.dcf-nav-toggle { display: inline-flex; align-items: center; gap: 5px; }
.dcf-category-menu {
  display: none; position: absolute; z-index: 20; top: calc(100% + 2px); left: 50%; min-width: 210px;
  padding: 10px; transform: translateX(-50%); background: #fbf8ee; border: 1px solid var(--dcf-line);
  border-radius: 16px; box-shadow: 0 18px 45px rgba(37,43,59,.14);
}
.dcf-nav-item:hover .dcf-category-menu, .dcf-nav-item:focus-within .dcf-category-menu { display: grid; }
.dcf-category-menu a { display: block; padding: 9px 11px; border-radius: 10px; font-size: 12px; }
.dcf-category-menu a:hover { background: var(--dcf-card); }
.dcf-menu-button { display: none; border: 0; background: none; padding: 8px; color: var(--dcf-ink); cursor: pointer; }
.dcf-header-actions { display: flex; align-items: center; gap: 10px; }
.dcf-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--dcf-line); border-radius: 999px; padding: 9px 14px; font-size: 12px; font-weight: 800; }
.dcf-pill:hover { border-color: var(--dcf-coral); color: var(--dcf-coral); }

.dcf-hero { padding: 100px 0 86px; }
.dcf-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.dcf-kicker { margin: 0 0 18px; color: var(--dcf-coral); font: 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .18em; text-transform: uppercase; }
.dcf-display { margin: 0; max-width: 720px; font-size: clamp(52px, 7vw, 104px); line-height: .9; letter-spacing: -.08em; font-weight: 850; }
.dcf-display em { color: var(--dcf-coral); font-style: normal; }
.dcf-lead { max-width: 560px; margin: 28px 0 0; color: var(--dcf-muted); font-size: 17px; line-height: 1.75; }
.dcf-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.dcf-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; border: 1px solid transparent; border-radius: 999px; padding: 12px 20px; background: var(--dcf-ink); color: #f4efdf; font-size: 13px; font-weight: 800; cursor: pointer; }
.dcf-button:hover { background: var(--dcf-coral); }
.dcf-button-secondary { background: transparent; border-color: var(--dcf-line); color: var(--dcf-ink); }
.dcf-button-secondary:hover { background: var(--dcf-card); color: var(--dcf-ink); }
.dcf-hero-note { margin-top: 48px; padding-top: 17px; border-top: 1px solid var(--dcf-line); color: var(--dcf-muted); font: 11px/1.6 ui-monospace, SFMono-Regular, Menlo, monospace; }
.dcf-hero-art { min-height: 450px; padding: 26px; border-radius: var(--dcf-radius); background: var(--dcf-card); position: relative; overflow: hidden; }
.dcf-hero-art::before { content: ""; position: absolute; width: 290px; height: 290px; border-radius: 50%; background: #bfd5ed; right: -80px; top: -65px; }
.dcf-hero-art::after { content: ""; position: absolute; width: 190px; height: 190px; border-radius: 50%; background: var(--dcf-coral); left: -66px; bottom: -66px; }
.dcf-paper-card { position: relative; z-index: 1; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background: #fbf8ee; box-shadow: 12px 16px 0 var(--dcf-ink); transform: rotate(2deg); }
.dcf-paper-card h2 { max-width: 330px; margin: 20px 0; font-size: 42px; line-height: .95; letter-spacing: -.07em; }
.dcf-paper-card p { max-width: 300px; margin: 0; color: var(--dcf-muted); font-size: 14px; }
.dcf-stamp { align-self: flex-end; display: inline-flex; align-items: center; justify-content: center; width: 90px; height: 90px; border: 2px solid var(--dcf-coral); border-radius: 50%; color: var(--dcf-coral); text-align: center; font: 11px/1.15 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; transform: rotate(-8deg); }

.dcf-section { padding: 30px 0 84px; }
.dcf-section-header { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 25px; }
.dcf-section-title { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: .95; letter-spacing: -.065em; }
.dcf-section-copy { max-width: 440px; margin: 9px 0 0; color: var(--dcf-muted); font-size: 14px; }
.dcf-link { color: var(--dcf-coral); font-size: 13px; font-weight: 800; white-space: nowrap; }
.dcf-link:hover { color: var(--dcf-ink); }
.dcf-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 1fr); gap: 16px; overflow-x: auto; padding: 3px 2px 18px; scroll-snap-type: x mandatory; scrollbar-color: var(--dcf-coral) transparent; }
.dcf-card { min-width: 0; scroll-snap-align: start; }
.dcf-card-image { aspect-ratio: 1 / 1; display: flex; align-items: end; padding: 18px; border-radius: 20px; overflow: hidden; background: var(--dcf-card); position: relative; }
.dcf-card-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.dcf-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(37,43,59,.8); font-size: clamp(42px, 5vw, 74px); font-weight: 850; letter-spacing: -.08em; }
.dcf-card-badge { position: relative; z-index: 1; border-radius: 999px; padding: 6px 10px; background: var(--dcf-ink); color: #f4efdf; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.dcf-card-title { margin: 14px 0 4px; font-size: 18px; line-height: 1.05; letter-spacing: -.045em; }
.dcf-card-title a:hover { color: var(--dcf-coral); }
.dcf-card-excerpt { margin: 0; color: var(--dcf-muted); font-size: 13px; line-height: 1.6; }
.dcf-card-meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 12px; color: var(--dcf-muted); font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .08em; }
.dcf-category-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.dcf-category-chip { border: 1px solid var(--dcf-line); border-radius: 999px; padding: 10px 14px; font-size: 12px; font-weight: 800; }
.dcf-category-chip:hover { border-color: var(--dcf-coral); color: var(--dcf-coral); }
.dcf-band { margin: 20px 0 84px; padding: 64px 0; background: var(--dcf-coral); color: #fff8e9; }
.dcf-band .dcf-kicker { color: rgba(37,43,59,.72); }
.dcf-band .dcf-section-title { max-width: 650px; }
.dcf-band p { max-width: 590px; color: rgba(37,43,59,.78); }
.dcf-standard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.dcf-standard-grid h3 { margin: 15px 0 8px; font-size: 19px; letter-spacing: -.04em; }
.dcf-standard-grid p { margin: 0; color: var(--dcf-muted); font-size: 14px; }
.dcf-number { color: var(--dcf-coral); font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }

.dcf-page-head { padding: 80px 0 44px; }
.dcf-page-head .dcf-display { max-width: 850px; font-size: clamp(48px, 7vw, 92px); }
.dcf-page-content { padding: 10px 0 90px; }
.dcf-editorial { max-width: 760px; color: var(--dcf-muted); font-size: 16px; line-height: 1.8; }
.dcf-editorial h2, .dcf-editorial h3 { color: var(--dcf-ink); line-height: 1.1; letter-spacing: -.045em; }
.dcf-editorial a { color: var(--dcf-coral); text-decoration: underline; text-underline-offset: 3px; }
.dcf-editorial ul { padding-left: 22px; }
.dcf-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 18px; }

.dcf-offer-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 70px; align-items: start; padding: 70px 0 84px; }
.dcf-offer-visual { position: sticky; top: 28px; }
.dcf-offer-image { aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 28px; background: var(--dcf-card); }
.dcf-offer-image img { width: 100%; height: 100%; object-fit: cover; }
.dcf-offer-details h1 { margin: 14px 0 18px; font-size: clamp(46px, 6vw, 86px); line-height: .88; letter-spacing: -.08em; }
.dcf-offer-description { max-width: 660px; color: var(--dcf-muted); font-size: 18px; line-height: 1.7; }
.dcf-offer-cta { margin: 28px 0 34px; padding: 22px; border-radius: 20px; background: var(--dcf-card); }
.dcf-offer-cta p { margin: 0 0 13px; color: var(--dcf-muted); font-size: 12px; }
.dcf-offer-terms { margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--dcf-line); }
.dcf-offer-terms h2 { margin: 0 0 12px; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.dcf-offer-terms ul { margin: 0; padding-left: 18px; color: var(--dcf-muted); font-size: 14px; }
.dcf-disclosure { margin-top: 28px; padding: 15px 0 0; border-top: 1px solid var(--dcf-line); color: var(--dcf-muted); font-size: 11px; }

.dcf-footer { padding: 64px 0 30px; background: var(--dcf-ink); color: #f4efdf; }
.dcf-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 52px; }
.dcf-footer .dcf-brand { color: #f4efdf; }
.dcf-footer .dcf-brand-small { color: rgba(244,239,223,.6); }
.dcf-footer p, .dcf-footer a { color: rgba(244,239,223,.64); font-size: 13px; }
.dcf-footer a:hover { color: var(--dcf-yellow); }
.dcf-footer-heading { margin: 0 0 14px; color: var(--dcf-yellow); font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .18em; text-transform: uppercase; }
.dcf-footer-links { display: grid; gap: 7px; }
.dcf-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(244,239,223,.15); color: rgba(244,239,223,.45); font-size: 11px; }

.dcf-empty { padding: 35px; border: 1px dashed var(--dcf-line); border-radius: 20px; color: var(--dcf-muted); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.alignwide { max-width: 1200px; margin-inline: auto; }
.alignfull { width: 100%; }

@media (max-width: 980px) {
  .dcf-nav { gap: 15px; }
  .dcf-hero-grid, .dcf-offer-layout { grid-template-columns: 1fr; gap: 42px; }
  .dcf-hero-art { max-width: 640px; }
  .dcf-offer-visual { position: static; max-width: 640px; }
  .dcf-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .dcf-container { width: min(calc(100% - 32px), var(--dcf-max)); }
  .dcf-header-inner { min-height: 68px; }
  .dcf-brand { min-width: 0; }
  .dcf-brand img { width: 128px; }
  .dcf-menu-button { display: block; }
  .dcf-nav { display: none; position: absolute; z-index: 15; top: 100px; left: 16px; right: 16px; padding: 14px; background: #fbf8ee; border: 1px solid var(--dcf-line); border-radius: 18px; box-shadow: 0 18px 45px rgba(37,43,59,.14); }
  .dcf-nav.is-open { display: grid; }
  .dcf-nav-item { display: block; }
  .dcf-nav a, .dcf-nav-toggle { width: 100%; padding: 11px 8px; text-align: left; }
  .dcf-category-menu { position: static; transform: none; min-width: 0; margin: 0 0 5px; box-shadow: none; }
  .dcf-nav-item:hover .dcf-category-menu { display: none; }
  .dcf-nav-item.is-open .dcf-category-menu { display: grid; }
  .dcf-header-actions { margin-left: auto; }
  .dcf-header-actions .dcf-pill { display: none; }
  .dcf-hero { padding: 66px 0 60px; }
  .dcf-hero-art { min-height: 370px; padding: 18px; }
  .dcf-paper-card { min-height: 300px; padding: 22px; box-shadow: 8px 10px 0 var(--dcf-ink); }
  .dcf-paper-card h2 { font-size: 34px; }
  .dcf-section { padding-bottom: 62px; }
  .dcf-section-header { align-items: start; flex-direction: column; gap: 12px; }
  .dcf-carousel { grid-auto-columns: minmax(245px, 84vw); }
  .dcf-standard-grid, .dcf-archive-grid { grid-template-columns: 1fr; gap: 26px; }
  .dcf-page-head { padding: 58px 0 30px; }
  .dcf-offer-layout { padding: 48px 0 60px; }
  .dcf-offer-details h1 { font-size: 55px; }
  .dcf-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .dcf-footer-bottom { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}