/*
Theme Name:   Dreve Foundry Light
Theme URI:    https://drevefoundry.com
Author:       Dreve Foundry
Description:  Standalone light theme for Dreve Foundry streetwear brand.
Version:      1.0
License:      GNU General Public License v2
Tags:         ecommerce, streetwear, light, minimal
*/

:root {
  --bg:        #F0F0EE;
  --bg-dark:   #F0F0EE;
  --bg-card:   #E5E5E5;
  --ink:       #0C0C0C;
  --ink-mid:   #444;
  --ink-soft:  #888;
  --ink-faint: rgba(12,12,12,0.1);
  --white:     #FFFFFF;
  --black:     #0C0C0C;
  --red:       #B8281C;

  --f-display: 'Bebas Neue', sans-serif;
  --f-cond:    'Barlow Condensed', sans-serif;
  --f-body:    'Barlow', sans-serif;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { background:var(--bg); color:var(--ink); font-family:var(--f-body); font-size:13px; letter-spacing:.03em; overflow-x:hidden; }
a { text-decoration:none; color:inherit; }
button { cursor:pointer; font-family:var(--f-body); }
img { display:block; width:100%; height:100%; object-fit:cover; }

#wpadminbar { position:fixed !important; }
html { margin-top:0 !important; }

/* ── ANNOUNCE ── */
.df-announce { background:var(--ink); color:var(--bg); font-family:var(--f-cond); font-size:11px; font-weight:600; letter-spacing:.2em; text-transform:uppercase; text-align:center; padding:9px 16px; }

/* ── NAV ── */
.df-nav { position:sticky; top:0; z-index:500; background:rgba(242,239,233,0.96); backdrop-filter:blur(12px); border-bottom:1px solid var(--ink-faint); display:flex; align-items:center; justify-content:space-between; padding:0 32px; height:56px; }
.df-nav-logo { font-family:var(--f-display); font-size:26px; letter-spacing:.12em; color:var(--ink); position:absolute; left:50%; transform:translateX(-50%); }
.df-nav-l, .df-nav-r { display:flex; align-items:center; gap:28px; }
.df-nav-link { font-family:var(--f-cond); font-size:11px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--ink-soft); transition:color .2s; }
.df-nav-link:hover { color:var(--ink); }
.df-nav-cart { font-family:var(--f-cond); font-size:11px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--ink); border:1px solid rgba(12,12,12,0.3); padding:6px 14px; transition:all .2s; }
.df-nav-cart:hover { background:var(--ink); color:var(--bg); }

/* ── HERO ── */
.df-hero { position:relative; height:calc(100vh - 90px); min-height:600px; overflow:hidden; display:flex; flex-direction:column; justify-content:flex-end; background:var(--bg-dark); }
.df-hero-img { position:absolute; inset:0; }
.df-hero-img img { opacity:1; }
.df-hero-ph { position:absolute; inset:0; background:linear-gradient(160deg,#d8d4cc,#e8e4dc); display:flex; align-items:center; justify-content:center; }
.df-hero-ph span { font-family:var(--f-cond); font-size:11px; letter-spacing:.2em; color:rgba(12,12,12,.2); text-transform:uppercase; border:1px solid rgba(12,12,12,.08); padding:12px 24px; }
.df-hero-content { position:relative; z-index:2; padding:0 32px 48px; display:flex; justify-content:space-between; align-items:flex-end;}
.df-hero-title { font-family:var(--f-display); font-size:clamp(80px,14vw,200px); line-height:.88; letter-spacing:.02em; color:var(--ink); }
.df-hero-meta { text-align:right; padding-bottom:8px; }
.df-hero-tag { font-family:var(--f-cond); font-size:11px; font-weight:600; letter-spacing:.2em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:20px; }
.df-hero-cta { display:inline-block; background:var(--ink); color:var(--bg); font-family:var(--f-cond); font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; padding:14px 32px; transition:background .2s; }
.df-hero-cta:hover { background:#333; }
.df-hero-shopnow { color:rgba(255,255,255,0.8); border-bottom:1px solid rgba(255,255,255,0.4); transition:color 0.2s, border-color 0.2s; }
.df-hero-shopnow:hover { color:#000; border-bottom-color:#000; }

/* ── MARQUEE ── */
.df-marquee { border-top:1px solid var(--ink-faint); border-bottom:1px solid var(--ink-faint); overflow:hidden; padding:14px 0; background:var(--bg-dark); }
.df-marquee-track { display:flex; animation:dftick 24s linear infinite; white-space:nowrap; }
.df-marquee-item { font-family:var(--f-cond); font-size:11px; font-weight:600; letter-spacing:.22em; text-transform:uppercase; color:rgba(12,12,12,.3); padding:0 28px; flex-shrink:0; }
@keyframes dftick { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── SECTION HEADER ── */
.df-sec-header { display:flex; align-items:baseline; justify-content:space-between; border-bottom:1px solid var(--ink-faint); padding-bottom:14px; margin-bottom:32px; }
.df-sec-title { font-family:var(--f-display); font-size:clamp(32px,4vw,52px); letter-spacing:.06em; color:var(--ink); }
.df-sec-link { font-family:var(--f-cond); font-size:10.5px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--ink-soft); transition:color .2s; }
.df-sec-link:hover { color:var(--ink); }

/* ── COLLECTIONS ── */
.df-collections { padding:56px 32px; background:var(--bg); }
.df-col-grid { display:grid; grid-template-columns:2fr 1fr 1fr; grid-template-rows:480px 240px; gap:3px; }
.df-col-card { position:relative; overflow:hidden; background:var(--bg-card); cursor:pointer; border:1px solid var(--ink-faint); }
.df-col-card:first-child { grid-row:1/3; }
.df-col-card img { position:absolute; inset:0; opacity:.75; transition:transform .7s cubic-bezier(.25,.46,.45,.94),opacity .4s; }
.df-col-card:hover img { transform:scale(1.04); opacity:.6; }
.df-col-ph { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-family:var(--f-cond); font-size:10px; letter-spacing:.2em; color:rgba(12,12,12,.2); text-transform:uppercase; transition:opacity .3s; }
.df-col-card:hover .df-col-ph { opacity:.5; }
.df-col-info { position:absolute; bottom:0; left:0; right:0; padding:20px; background:none; display:flex; justify-content:space-between; align-items:flex-end; }
.df-col-name { font-family:var(--f-display); font-size:28px; letter-spacing:.06em; line-height:1; color:var(--ink); }
.df-col-card:first-child .df-col-name { font-size:44px; }
.df-col-arrow { font-family:var(--f-cond); font-size:10px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:var(--ink-soft); transition:color .2s,transform .2s; }
.df-col-card:hover .df-col-arrow { color:var(--ink); transform:translateX(4px); }

/* ── PRODUCT CARD ── */
.df-prod-card { background:var(--bg); cursor:pointer; position:relative; border:1px solid var(--ink-faint); }
.df-prod-img { aspect-ratio:3/4; background:var(--bg-card); position:relative; overflow:hidden; }
.df-prod-img img { position:absolute; inset:0; transition:transform .5s ease; }
.df-prod-card:hover .df-prod-img img { transform:scale(1.04); }
.df-prod-ph { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-family:var(--f-cond); font-size:10px; letter-spacing:.2em; color:rgba(12,12,12,.15); text-transform:uppercase; }
.df-prod-badge { position:absolute; top:12px; left:12px; font-family:var(--f-cond); font-size:9.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; background:var(--ink); color:var(--bg); padding:4px 9px; z-index:2; }
.df-prod-badge.sale { background:var(--red); color:#fff; }
.df-prod-overlay { position:absolute; bottom:0; left:0; right:0; padding:14px; z-index:2; opacity:0; transform:translateY(6px); transition:opacity .25s,transform .25s; }
.df-prod-card:hover .df-prod-overlay { opacity:1; transform:translateY(0); }
.df-prod-quick { width:100%; background:var(--ink); color:var(--bg); border:none; font-family:var(--f-cond); font-size:10.5px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; padding:12px; transition:background .2s; }
.df-prod-quick:hover { background:#333; }
.df-prod-info { padding:12px 0 16px; border-top:1px solid var(--ink-faint); }
.df-prod-name { font-family:var(--f-cond); font-size:14px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--ink); margin-bottom:3px; }
.df-prod-sub { font-size:11px; color:var(--ink-soft); margin-bottom:6px; }
.df-prod-price { font-family:var(--f-cond); font-size:13px; font-weight:600; letter-spacing:.08em; color:var(--ink); }
.df-prod-price .strike { text-decoration:line-through; color:var(--ink-soft); margin-right:8px; font-weight:400; }

/* ── PRODUCTS SECTION ── */
.df-products { padding:56px 32px; background:var(--bg-dark); }
.df-prod-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:3px; }

/* ── EDITORIAL ── */
.df-editorial { display:grid; grid-template-columns:1fr 1fr; min-height:560px; }
.df-ed-img { background:var(--bg-card); position:relative; overflow:hidden; border-right:1px solid var(--ink-faint); }
.df-ed-ph { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-family:var(--f-cond); font-size:10px; letter-spacing:.2em; color:rgba(12,12,12,.15); text-transform:uppercase; }
.df-ed-content { background:var(--bg-dark); padding:64px 56px; display:flex; flex-direction:column; justify-content:center; }
.df-ed-label { font-family:var(--f-cond); font-size:10px; font-weight:600; letter-spacing:.25em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:20px; }
.df-ed-title { font-family:var(--f-display); font-size:clamp(52px,6vw,88px); line-height:.9; letter-spacing:.04em; color:var(--ink); margin-bottom:28px; }
.df-ed-body { font-size:13px; line-height:1.85; color:var(--ink-mid); max-width:380px; margin-bottom:40px; }
.df-btn-outline { display:inline-block; border:1px solid rgba(12,12,12,.3); color:var(--ink); font-family:var(--f-cond); font-size:10.5px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; padding:13px 28px; transition:all .2s; width:fit-content; }
.df-btn-outline:hover { background:var(--ink); color:var(--bg); border-color:var(--ink); }

/* ── NEWSLETTER ── */
.df-newsletter { padding:72px 32px; background:var(--bg); border-top:1px solid var(--ink-faint); text-align:center; }
.df-nl-title { font-family:var(--f-display); font-size:clamp(40px,6vw,80px); letter-spacing:.08em; color:var(--ink); margin-bottom:8px; }
.df-nl-sub { font-size:12px; color:var(--ink-soft); letter-spacing:.06em; margin-bottom:36px; }
.df-nl-form { display:flex; max-width:460px; margin:0 auto 14px; }
.df-nl-input { flex:1; background:var(--white); border:1px solid rgba(12,12,12,.15); border-right:none; color:var(--ink); font-family:var(--f-body); font-size:12px; padding:14px 18px; outline:none; transition:border-color .2s; }
.df-nl-input::placeholder { color:rgba(12,12,12,.3); }
.df-nl-input:focus { border-color:rgba(12,12,12,.4); }
.df-nl-btn { background:var(--ink); color:var(--bg); border:none; font-family:var(--f-cond); font-size:10.5px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; padding:14px 24px; transition:background .2s; }
.df-nl-btn:hover { background:#333; }
.df-nl-note { font-size:10px; color:rgba(12,12,12,.25); letter-spacing:.08em; }

/* ── FOOTER ── */
.df-footer { background:var(--ink); padding:56px 32px 32px; }
.df-foot-top { display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:40px; padding-bottom:48px; border-bottom:1px solid rgba(242,239,233,.08); margin-bottom:28px; }
.df-foot-logo { font-family:var(--f-display); font-size:32px; letter-spacing:.1em; color:var(--bg); margin-bottom:12px; }
.df-foot-tag { font-size:12px; color:rgba(242,239,233,.45); line-height:1.7; margin-bottom:24px; max-width:220px; }
.df-foot-socials { display:flex; gap:10px; }
.df-foot-soc { width:34px; height:34px; border:1px solid rgba(242,239,233,.15); display:flex; align-items:center; justify-content:center; font-family:var(--f-cond); font-size:10px; font-weight:700; color:rgba(242,239,233,.4); transition:all .2s; }
.df-foot-soc:hover { border-color:var(--bg); color:var(--bg); }
.df-foot-col-title { font-family:var(--f-cond); font-size:10px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; color:rgba(242,239,233,.3); margin-bottom:18px; }
.df-foot-links { list-style:none; display:flex; flex-direction:column; gap:10px; }
.df-foot-links a { font-size:12.5px; color:rgba(242,239,233,.5); letter-spacing:.04em; transition:color .2s; }
.df-foot-links a:hover { color:var(--bg); }
.df-foot-contact { font-size:12px; color:rgba(242,239,233,.5); margin-bottom:8px; }
.df-foot-contact strong { color:var(--bg); }
.df-foot-wordmark { font-family:var(--f-display); font-size:clamp(60px,10vw,120px); letter-spacing:.06em; color:rgba(242,239,233,.04); text-align:center; margin:0 -32px; user-select:none; line-height:1; }
.df-foot-bottom { display:flex; justify-content:space-between; align-items:center; padding-top:24px; }
.df-foot-copy { font-size:10.5px; color:rgba(242,239,233,.2); letter-spacing:.08em; }

/* ── SHOP ── */
.df-shop-banner { background:var(--bg-dark); border-bottom:1px solid var(--ink-faint); padding:48px 32px 36px; display:flex; align-items:flex-end; justify-content:space-between; }
.df-shop-title { font-family:var(--f-display); font-size:clamp(56px,8vw,110px); letter-spacing:.06em; line-height:.9; color:var(--ink); }
.df-shop-count { font-family:var(--f-cond); font-size:11px; font-weight:600; letter-spacing:.15em; text-transform:uppercase; color:var(--ink-soft); padding-bottom:8px; }
.df-shop-controls { background:var(--bg); border-bottom:1px solid var(--ink-faint); padding:14px 32px; display:flex; justify-content:space-between; align-items:center; }
.df-filter-tabs { display:flex; }
.df-ftab { font-family:var(--f-cond); font-size:10.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; padding:8px 18px; border:1px solid rgba(12,12,12,.15); margin-right:-1px; background:transparent; color:var(--ink-soft); transition:all .15s; }
.df-ftab.active,.df-ftab:hover { background:var(--ink); color:var(--bg); border-color:var(--ink); position:relative; z-index:1; }
.df-sort-sel { font-family:var(--f-cond); font-size:10.5px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; background:transparent; border:1px solid rgba(12,12,12,.15); color:var(--ink-soft); padding:8px 14px; outline:none; }
.df-shop-grid-wrap { padding:3px 3px 56px; background:var(--bg); }
.df-shop-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:3px; }

/* ── PRODUCT DETAIL ── */
.df-pdp { display:grid; grid-template-columns:1.1fr 1fr; min-height:calc(100vh - 56px); }
.df-pdp-gallery { background:var(--bg-card); position:sticky; top:56px; height:calc(100vh - 56px); display:flex; flex-direction:column; border-right:1px solid var(--ink-faint); }
.df-pdp-main { flex:1; overflow:hidden; background:var(--bg-dark); position:relative; }
.df-pdp-main img { position:absolute; inset:0; }
.df-pdp-main-ph { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-family:var(--f-cond); font-size:10px; letter-spacing:.2em; color:rgba(12,12,12,.15); text-transform:uppercase; }
.df-pdp-thumbs { display:flex; gap:3px; padding:3px; height:100px; background:var(--bg-card); }
.df-pdp-thumb { flex:1; background:var(--bg-dark); cursor:pointer; opacity:.45; transition:opacity .2s; overflow:hidden; position:relative; border:1px solid var(--ink-faint); }
.df-pdp-thumb.active,.df-pdp-thumb:hover { opacity:1; }
.df-pdp-thumb img { position:absolute; inset:0; }
.df-pdp-thumb-ph { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-family:var(--f-cond); font-size:9px; letter-spacing:.15em; color:rgba(12,12,12,.2); }
.df-pdp-detail { padding:48px 48px 80px; overflow-y:auto; background:var(--bg); }
.df-pdp-cat { font-family:var(--f-cond); font-size:10px; font-weight:700; letter-spacing:.25em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:10px; }
.df-pdp-name { font-family:var(--f-display); font-size:clamp(40px,4vw,60px); letter-spacing:.04em; line-height:.95; color:var(--ink); margin-bottom:14px; }
.df-pdp-price { font-family:var(--f-cond); font-size:22px; font-weight:600; letter-spacing:.08em; color:var(--ink); margin-bottom:32px; }
.df-pdp-div { height:1px; background:var(--ink-faint); margin:24px 0; }
.df-size-row { display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
.df-size-lbl { font-family:var(--f-cond); font-size:10.5px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--ink); }
.df-size-guide { font-family:var(--f-cond); font-size:10px; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-soft); text-decoration:underline; text-underline-offset:3px; cursor:pointer; }
.df-size-btns { display:flex; flex-wrap:wrap; gap:5px; margin-bottom:28px; }
.df-sz { border:1px solid rgba(12,12,12,.2); background:transparent; font-family:var(--f-cond); font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; padding:13px 18px; color:var(--ink-mid); transition:all .15s; }
.df-sz:hover,.df-sz.active { background:var(--ink); color:var(--bg); border-color:var(--ink); }
.df-sz.out { color:rgba(12,12,12,.2); cursor:not-allowed; position:relative; }
.df-sz.out::after { content:''; position:absolute; top:50%; left:6px; right:6px; height:1px; background:rgba(12,12,12,.15); }
.df-atc { width:100%; background:var(--ink); color:var(--bg); border:none; font-family:var(--f-cond); font-size:11.5px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; padding:18px; transition:background .2s; margin-bottom:10px; }
.df-atc:hover { background:#333; }
.df-wishlist { width:100%; background:transparent; border:1px solid rgba(12,12,12,.2); color:var(--ink-soft); font-family:var(--f-cond); font-size:11px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; padding:16px; transition:all .2s; margin-bottom:36px; }
.df-wishlist:hover { border-color:var(--ink); color:var(--ink); }

/* ── ACCORDION ── */
.df-acc-item { border-top:1px solid var(--ink-faint); }
.df-acc-item:last-child { border-bottom:1px solid var(--ink-faint); }
.df-acc-trigger { display:flex; justify-content:space-between; align-items:center; padding:16px 0; cursor:pointer; font-family:var(--f-cond); font-size:10.5px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--ink-mid); user-select:none; transition:color .2s; }
.df-acc-trigger:hover { color:var(--ink); }
.df-acc-icon { font-size:20px; font-weight:300; transition:transform .25s; }
.df-acc-icon.open { transform:rotate(45deg); }
.df-acc-body { max-height:0; overflow:hidden; transition:max-height .35s ease; }
.df-acc-body.open { max-height:300px; }
.df-acc-body p { font-size:12.5px; line-height:1.85; color:var(--ink-soft); padding-bottom:20px; }

/* ── ORDER PAGE ── */
.df-order-banner { background:var(--bg-dark); border-bottom:1px solid var(--ink-faint); padding:40px 32px 32px; }
.df-order-title { font-family:var(--f-display); font-size:clamp(48px,6vw,80px); letter-spacing:.06em; color:var(--ink); }
.df-order-layout { display:grid; grid-template-columns:1fr 400px; gap:32px; padding:40px 32px 80px; background:var(--bg); align-items:start; }
.df-form-section { margin-bottom:36px; }
.df-form-section-title { font-family:var(--f-cond); font-size:10px; font-weight:700; letter-spacing:.25em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:16px; padding-bottom:10px; border-bottom:1px solid var(--ink-faint); }
.df-form-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:10px; }
.df-form-row.full { grid-template-columns:1fr; }
.df-form-group { display:flex; flex-direction:column; gap:6px; }
.df-form-label { font-family:var(--f-cond); font-size:10px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--ink-soft); }
.df-form-input,.df-form-select,.df-form-textarea { background:var(--white); border:1px solid rgba(12,12,12,.15); color:var(--ink); font-family:var(--f-body); font-size:13px; padding:13px 16px; outline:none; transition:border-color .2s; width:100%; }
.df-form-input:focus,.df-form-select:focus,.df-form-textarea:focus { border-color:rgba(12,12,12,.4); }
.df-form-input::placeholder,.df-form-textarea::placeholder { color:rgba(12,12,12,.25); }
.df-form-select { appearance:none; cursor:pointer; }
.df-form-textarea { resize:vertical; min-height:90px; }
.df-order-summary { background:var(--bg-dark); border:1px solid var(--ink-faint); padding:28px; position:sticky; top:72px; }
.df-sum-title { font-family:var(--f-display); font-size:28px; letter-spacing:.08em; color:var(--ink); margin-bottom:20px; padding-bottom:16px; border-bottom:1px solid var(--ink-faint); }
.df-sum-product { display:flex; gap:14px; margin-bottom:16px; padding-bottom:16px; border-bottom:1px solid var(--ink-faint); }
.df-sum-prod-img { width:72px; height:90px; background:var(--bg-card); flex-shrink:0; border:1px solid var(--ink-faint); display:flex; align-items:center; justify-content:center; font-family:var(--f-cond); font-size:9px; color:rgba(12,12,12,.2); letter-spacing:.1em; }
.df-sum-prod-name { font-family:var(--f-cond); font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--ink); margin-bottom:4px; }
.df-sum-prod-detail { font-size:11px; color:var(--ink-soft); margin-bottom:6px; }
.df-sum-prod-price { font-family:var(--f-cond); font-size:13px; font-weight:600; color:var(--ink); }
.df-sum-row { display:flex; justify-content:space-between; margin-bottom:10px; font-size:12px; color:var(--ink-soft); }
.df-sum-total { display:flex; justify-content:space-between; font-family:var(--f-cond); font-size:16px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--ink); padding-top:14px; border-top:1px solid var(--ink-faint); margin:14px 0 24px; }
.df-bank-box { background:var(--white); border:1px solid var(--ink-faint); padding:20px; margin-bottom:20px; }
.df-bank-label { font-family:var(--f-cond); font-size:9.5px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:14px; }
.df-bank-qr { width:100%; aspect-ratio:1; background:var(--bg-card); border:1px dashed rgba(12,12,12,.12); display:flex; align-items:center; justify-content:center; margin-bottom:14px; flex-direction:column; gap:8px; overflow:hidden; }
.df-bank-qr img { width:100%; height:100%; object-fit:contain; }
.df-bank-qr span { font-family:var(--f-cond); font-size:10px; letter-spacing:.15em; color:rgba(12,12,12,.2); text-transform:uppercase; text-align:center; }
.df-bank-info { font-size:12px; color:var(--ink-soft); line-height:1.8; }
.df-bank-info strong { color:var(--ink); font-weight:600; }
.df-submit-btn { width:100%; background:var(--ink); color:var(--bg); border:none; font-family:var(--f-cond); font-size:11.5px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; padding:18px; transition:background .2s; }
.df-submit-btn:hover { background:#333; }
.df-submit-btn:disabled { opacity:.5; cursor:not-allowed; }
.df-submit-note { font-size:10px; color:rgba(12,12,12,.3); text-align:center; margin-top:10px; line-height:1.6; letter-spacing:.04em; }

/* ── CONFIRMATION ── */
.df-confirm-wrap { background:var(--bg); min-height:calc(100vh - 56px); display:flex; align-items:center; justify-content:center; padding:80px 32px; }
.df-confirm-box { max-width:560px; width:100%; text-align:center; }
.df-confirm-icon { width:64px; height:64px; border:1px solid rgba(12,12,12,.2); border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 28px; font-size:24px; color:var(--ink); }
.df-confirm-title { font-family:var(--f-display); font-size:56px; letter-spacing:.08em; color:var(--ink); margin-bottom:12px; }
.df-confirm-sub { font-size:13px; color:var(--ink-soft); line-height:1.8; margin-bottom:36px; }
.df-confirm-bank { background:var(--bg-dark); border:1px solid var(--ink-faint); padding:28px; text-align:left; margin-bottom:32px; }
.df-confirm-bank-title { font-family:var(--f-cond); font-size:10px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:18px; text-align:center; }
.df-confirm-qr { width:180px; height:180px; background:var(--bg-card); border:1px dashed rgba(12,12,12,.12); display:flex; align-items:center; justify-content:center; margin:0 auto 18px; flex-direction:column; gap:6px; overflow:hidden; }
.df-confirm-qr img { width:100%; height:100%; object-fit:contain; }
.df-confirm-qr span { font-family:var(--f-cond); font-size:9px; letter-spacing:.15em; color:rgba(12,12,12,.2); text-transform:uppercase; text-align:center; }
.df-confirm-bank-detail { font-size:13px; line-height:1.9; color:var(--ink-soft); text-align:center; }
.df-confirm-bank-detail strong { color:var(--ink); font-size:15px; }
.df-confirm-note { font-size:11px; color:rgba(12,12,12,.3); line-height:1.7; margin-bottom:32px; }

/* ── RESPONSIVE ── */
@media(max-width:900px) {
  .df-nav { padding:0 20px; }
  .df-hero-content { padding:0 20px 36px; flex-direction:column; align-items:flex-start; gap:24px; }
  .df-hero-meta { text-align:left; }
  .df-col-grid { grid-template-columns:1fr 1fr; grid-template-rows:auto; }
  .df-col-card:first-child { grid-row:auto; grid-column:1/3; min-height:360px; }
  .df-col-card { min-height:240px; }
  .df-prod-grid { grid-template-columns:repeat(2,1fr); }
  .df-shop-grid { grid-template-columns:repeat(2,1fr); }
  .df-editorial { grid-template-columns:1fr; }
  .df-ed-img { min-height:340px; }
  .df-pdp { grid-template-columns:1fr; }
  .df-pdp-gallery { position:relative; top:auto; height:70vw; }
  .df-order-layout { grid-template-columns:1fr; }
  .df-form-row { grid-template-columns:1fr; }
  .df-foot-top { grid-template-columns:1fr 1fr; }
  .df-collections,.df-products,.df-newsletter,.df-footer { padding-left:20px; padding-right:20px; }
}
@media(max-width:600px) {
  .df-prod-grid,.df-shop-grid { grid-template-columns:1fr; }
  .df-foot-top { grid-template-columns:1fr; }
}
