/*
Theme Name: Gåveriet
Author: Fady Shamany
Description: Custom WordPress theme for Gåveriet.
Version: 1.0
*/
:root{
  --cream:#faf7f0;
  --paper:#fffdf8;
  --ink:#2f2924;
  --muted:#766c62;
  --gold:#b88a44;
  --gold-dark:#8a642f;
  --rose:#ead8cc;
  --sage:#dfe7dc;
  --line:#e8dfd4;
  --shadow:0 24px 70px rgba(47,41,36,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--cream);color:var(--ink);line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1160px,calc(100% - 36px));margin:auto}
.topbar{font-size:.86rem;background:#2f2924;color:#fff;padding:9px 0;text-align:center;letter-spacing:.03em}
.site-header{position:sticky;top:0;z-index:10;background:rgba(250,247,240,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,223,212,.7)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-family:Georgia,serif;font-size:1.6rem;font-weight:700;letter-spacing:.02em}
.brand-mark{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#fff,var(--rose));display:grid;place-items:center;border:1px solid var(--line);box-shadow:0 10px 25px rgba(184,138,68,.18)}
.brand-mark svg{width:24px}
.nav-links{display:flex;align-items:center;gap:26px;font-size:.96rem;color:var(--muted)}
.nav-links a:hover{color:var(--gold-dark)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:13px 20px;background:var(--ink);color:#fff;font-weight:700;box-shadow:0 14px 35px rgba(47,41,36,.18);cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn.gold{background:var(--gold)}
.btn.light{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}
.hero{padding:74px 0 64px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:52px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--line);background:rgba(255,255,255,.55);border-radius:999px;color:var(--gold-dark);font-weight:800;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}
.hero h1{font-family:Georgia,serif;font-size:clamp(3rem,7vw,6.5rem);line-height:.94;margin:20px 0 22px;letter-spacing:-.05em}
.hero p{font-size:1.17rem;color:var(--muted);max-width:620px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.hero-card{position:relative;min-height:590px;border-radius:42px;background:linear-gradient(160deg,#fff 0%,#f2e4d7 42%,#e4d6ca 100%);box-shadow:var(--shadow);padding:28px;overflow:hidden}
.hero-card:before{content:"";position:absolute;inset:34px;border:1px solid rgba(255,255,255,.75);border-radius:32px}
.hero-card img{position:absolute;inset:auto 0 0 0;width:100%;height:100%;object-fit:cover}
.floating-note{position:absolute;z-index:2;left:30px;bottom:30px;background:rgba(255,253,248,.88);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.75);border-radius:24px;padding:18px 20px;max-width:285px;box-shadow:0 18px 48px rgba(47,41,36,.13)}
.floating-note strong{display:block;font-family:Georgia,serif;font-size:1.25rem}
.section{padding:72px 0}
.section.alt{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.section-title{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1;margin:0}
.section-text{color:var(--muted);max-width:590px;margin:12px 0 0}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 40px rgba(47,41,36,.06);transition:.2s ease}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.category-image{height:250px;background:#f2e7dc;display:grid;place-items:center;overflow:hidden}
.category-image img{width:100%;height:100%;object-fit:cover}
.category-body{padding:22px}
.category-body h3{font-family:Georgia,serif;font-size:1.55rem;margin:0 0 8px}
.price{font-weight:900;color:var(--gold-dark)}
.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.pill{font-size:.78rem;font-weight:800;color:var(--muted);border:1px solid var(--line);background:var(--cream);border-radius:999px;padding:6px 10px}
.story{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}
.story-panel{background:#fff;border:1px solid var(--line);border-radius:36px;padding:34px;box-shadow:var(--shadow)}
.story-panel h2{font-family:Georgia,serif;font-size:2.7rem;line-height:1;margin:0 0 16px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{background:var(--cream);border:1px solid var(--line);border-radius:24px;padding:22px}
.step span{display:grid;place-items:center;width:38px;height:38px;background:var(--ink);color:#fff;border-radius:50%;font-weight:900;margin-bottom:12px}
.step h3{margin:0 0 8px}
.banner{border-radius:38px;background:linear-gradient(135deg,var(--ink),#5a4738);color:#fff;padding:46px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;overflow:hidden;position:relative}
.banner:after{content:"gåveriet";position:absolute;right:-20px;bottom:-58px;font-family:Georgia,serif;font-size:8rem;color:rgba(255,255,255,.06);font-weight:700}
.banner h2{font-family:Georgia,serif;font-size:2.5rem;line-height:1;margin:0 0 10px}
.banner p{color:rgba(255,255,255,.78);margin:0}
.product-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mini-product{background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;transition:.2s ease}
.mini-product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.mini-product img{aspect-ratio:1/1;border-radius:18px;object-fit:cover;background:#eee}
.mini-product h3{font-size:1rem;margin:14px 0 4px}
.form-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px}
.contact-card,.form{background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:0 14px 40px rgba(47,41,36,.06)}
.contact-card h2{font-family:Georgia,serif;font-size:2rem;line-height:1.05;margin-top:0}
label{display:block;font-weight:800;margin-bottom:7px}
input,textarea,select{width:100%;border:1px solid var(--line);border-radius:16px;padding:14px 15px;background:#fffdf8;font:inherit;color:var(--ink)}
textarea{min-height:150px;resize:vertical}
.field{margin-bottom:16px}
.footer{padding:42px 0;background:#2f2924;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:28px}
.footer h3,.footer h4{margin-top:0}
.footer p,.footer a{color:rgba(255,255,255,.72)}
.mobile-toggle{display:none;background:none;border:0;font-size:1.6rem}
.hero-copy{position:relative;z-index:2}
.lead{font-size:1.24rem!important}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px;color:var(--muted)}
.trust-row span{border:1px solid var(--line);background:rgba(255,255,255,.68);border-radius:999px;padding:8px 12px;font-size:.86rem;font-weight:800}
.hero-lifestyle{background:radial-gradient(circle at 20% 10%,#fff 0,#fff8ec 28%,#ead8cc 56%,#d8bfa9 100%)}
.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.feature-image{border-radius:38px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:22px;overflow:hidden}
.feature-image img{border-radius:28px;width:100%;height:100%;object-fit:cover}
.benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}
.benefit-grid div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 12px 28px rgba(47,41,36,.05)}
.benefit-grid strong{display:block;font-family:Georgia,serif;font-size:1.25rem;margin-bottom:6px}
.benefit-grid span{display:block;color:var(--muted);font-size:.94rem}
.benefit-grid.wide{grid-template-columns:repeat(4,1fr);margin-top:0}
.quote-card{background:#fff;border:1px solid var(--line);border-radius:38px;padding:50px;box-shadow:var(--shadow);text-align:center}
.quote-card p{font-family:Georgia,serif;font-size:clamp(1.8rem,4vw,3rem);line-height:1.12;margin:0 auto 18px;max-width:900px}
.quote-card span{color:var(--gold-dark);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:.82rem}
.site-header .brand{display:flex;align-items:center;width:240px;min-width:240px;gap:0;font-size:0;line-height:1}
.site-header .brand-logo{width:240px;height:auto;max-height:70px;object-fit:contain;display:block;background:transparent}
.site-header .nav-links,.site-header .btn.gold,.site-header .mobile-toggle{display:none!important}
.site-header .nav{justify-content:center}
@media(max-width:900px){.mobile-toggle{display:block}.nav-links{display:none;position:absolute;left:18px;right:18px;top:86px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.hero-grid,.story,.form-wrap,.split-feature{grid-template-columns:1fr}.hero-card{min-height:450px}.category-grid,.steps{grid-template-columns:1fr}.product-list{grid-template-columns:repeat(2,1fr)}.banner{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.section-head{display:block}.benefit-grid.wide{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.hero{padding-top:42px}.hero h1{font-size:3.2rem}.product-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.nav{height:68px}.brand{font-size:1.35rem}.category-image{height:210px}.benefit-grid,.benefit-grid.wide{grid-template-columns:1fr}.quote-card{padding:30px}.lead{font-size:1.08rem!important}.site-header .brand{width:210px;min-width:210px}.site-header .brand-logo{width:210px}}

.gv-page {
  background: var(--cream);
  color: var(--ink);
}

.gv-product-layout {
  width: min(1340px, calc(100% - 32px));
  margin: 46px auto 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.gv-product-gallery {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.gv-vertical-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 620px;
  overflow-y: auto;
  padding-right: 4px;
}

.gv-main-image-wrap {
  background: transparent;
  border: 1px solid rgba(160, 130, 80, 0.18);
  border-radius: 28px;
  padding: 0;
  height: 620px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(47,41,36,.06);
}

.gv-main-product-image {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  display: block;
}

.gv-thumb {
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  border: 1px solid rgba(160, 130, 80, 0.22);
  border-radius: 16px;
  background: transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(47,41,36,.06);
}

.gv-thumb.is-active {
  border-width: 2px;
  border-color: var(--gold);
  box-shadow: 0 12px 28px rgba(184,138,68,.22);
}

.gv-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
}

.gv-product-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(160, 130, 80, 0.18);
  border-radius: 28px;
  padding: 34px;
  position: sticky;
  top: 96px;
  box-shadow: 0 14px 40px rgba(47,41,36,.06);
}

.gv-kicker {
  margin: 0 0 8px;
  color: var(--gold-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gv-product-panel h1 {
  margin: 6px 0 18px;
  font-family: Georgia, serif;
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: .95;
  letter-spacing: -0.045em;
}

.gv-product-intro {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.gv-price-box {
  margin: 22px 0;
}

.gv-price-box strong {
  display: block;
  font-size: 36px;
  line-height: 1.05;
}

.gv-price-box span,
.gv-note {
  color: var(--muted);
}

.gv-options-box {
  border-radius: 22px;
  background: rgba(245, 232, 210, 0.48);
  padding: 20px;
  margin-bottom: 20px;
}

.gv-label {
  display: block;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 800;
}

.gv-label:first-child {
  margin-top: 0;
}

.gv-select,
.gv-input {
  width: 100%;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(160, 130, 80, 0.28);
  background: #fff;
  font: inherit;
  color: var(--ink);
}

.gv-cart-btn {
  width: 100%;
  border: 0;
  border-radius: 16px;
  padding: 16px 20px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  background: var(--gold);
  color: #fff;
  margin-bottom: 16px;
  box-shadow: 0 14px 35px rgba(184,138,68,.22);
}

.gv-cart-btn:hover {
  background: var(--gold-dark);
}

@media (max-width: 960px) {
  .gv-product-layout {
    grid-template-columns: 1fr;
  }

  .gv-product-panel {
    position: static;
  }
}

@media (max-width: 680px) {
  .gv-product-layout {
    width: min(100% - 24px, 1260px);
    margin-top: 28px;
  }

  .gv-product-gallery {
    grid-template-columns: 1fr;
  }

  .gv-vertical-thumbs {
    order: 2;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
  }

  .gv-main-image-wrap {
    height: 420px;
    padding: 0;
  }
}

 
.gv-contact-page {
  width: min(900px, calc(100% - 32px));
  margin: 70px auto 90px;
}

.gv-contact-card {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(160,130,80,.18);
  border-radius: 30px;
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 18px 45px rgba(47,41,36,.07);
}

.gv-contact-card h1 {
  margin: 6px 0 14px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.gv-contact-card p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.gv-contact-form {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.gv-contact-form label {
  font-weight: 800;
  margin-top: 8px;
}

.gv-contact-form input,
.gv-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(160,130,80,.24);
  border-radius: 15px;
  padding: 14px 16px;
  font: inherit;
  background: #fff;
  color: var(--ink);
}

.gv-contact-form textarea {
  resize: vertical;
}

.gv-contact-form button {
  margin-top: 14px;
  border: 0;
  border-radius: 16px;
  padding: 16px 22px;
  background: var(--gold);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 35px rgba(184,138,68,.22);
}

.gv-contact-form button:hover {
  background: var(--gold-dark);
}


/* Mobile fixes for Kontakt and Orderkontroll pages */
@media (max-width: 680px) {
  .gv-contact-page {
    width: 100%;
    max-width: 100%;
    margin: 24px auto 56px;
    padding: 0 12px;
    overflow-x: hidden;
  }

  .gv-contact-card {
    width: 100%;
    max-width: 100%;
    border-radius: 22px;
    padding: 24px 16px;
  }

  .gv-contact-card h1 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
    word-break: normal;
  }

  .gv-contact-card p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .gv-contact-form {
    width: 100%;
    max-width: 100%;
    gap: 12px;
  }

  .gv-contact-form input,
  .gv-contact-form textarea,
  .gv-contact-form button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .gv-contact-form input,
  .gv-contact-form textarea {
    font-size: 16px;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .gv-contact-form textarea {
    min-height: 140px;
  }

  .gv-contact-form button {
    padding: 15px 18px;
    border-radius: 15px;
  }

  .gv-form-message {
    font-size: 0.95rem;
  }

  .gv-form-message h2 {
    font-size: 1.35rem;
    margin: 0 0 8px;
  }
}

@media (max-width: 390px) {
  .gv-contact-page {
    padding: 0 8px;
  }

  .gv-contact-card {
    padding: 22px 14px;
  }

  .gv-contact-card h1 {
    font-size: 30px;
  }
}

/* Custom order page - Skapa din gåva */
.custom-order-page {
  background: var(--cream);
  color: var(--ink);
  padding-bottom: 90px;
}

.custom-order-page .hero-section {
  padding: 74px 0 38px;
  text-align: center;
}

.custom-order-page .hero-section h1 {
  margin: 0 0 16px;
  font-family: Georgia, serif;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.custom-order-page .hero-section p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.16rem;
}

.custom-order-form {
  width: min(820px, 100%);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(160, 130, 80, 0.18);
  border-radius: 32px;
  padding: clamp(24px, 5vw, 48px);
  box-shadow: 0 18px 45px rgba(47,41,36,.07);
  display: grid;
  gap: 14px;
}

.custom-order-form label {
  margin: 10px 0 0;
  color: var(--ink);
  font-weight: 900;
}

.custom-order-form input,
.custom-order-form textarea,
.custom-order-form select {
  width: 100%;
  border: 1px solid rgba(160,130,80,.24);
  border-radius: 16px;
  padding: 14px 16px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
}

.custom-order-form textarea {
  min-height: 170px;
  resize: vertical;
}

.custom-order-form input[type="file"] {
  background: #fff;
  padding: 16px;
  cursor: pointer;
}

.custom-order-form button {
  margin-top: 16px;
  border: 0;
  border-radius: 18px;
  padding: 17px 24px;
  background: var(--gold);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 35px rgba(184,138,68,.22);
}

.custom-order-form button:hover {
  background: var(--gold-dark);
  transform: translateY(-1px);
}

@media (max-width: 680px) {
  .custom-order-page {
    padding-bottom: 56px;
  }

  .custom-order-page .hero-section {
    padding: 42px 0 26px;
  }

  .custom-order-page .hero-section h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.05;
  }

  .custom-order-page .hero-section p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .custom-order-form {
    border-radius: 22px;
    padding: 24px 16px;
  }

  .custom-order-form input,
  .custom-order-form textarea,
  .custom-order-form select {
    font-size: 16px;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .custom-order-form textarea {
    min-height: 140px;
  }

  .custom-order-form button {
    width: 100%;
    padding: 15px 18px;
    border-radius: 15px;
  }
}

/* Front page gift finder */
.gv-front-page {
  background: var(--cream);
}

.gv-front-hero {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  text-align: center;
  padding: 78px 0 54px;
}

.gv-front-hero h1 {
  max-width: 900px;
  margin: 14px auto 18px;
  font-family: Georgia, serif;
  font-size: clamp(44px, 7vw, 92px);
  line-height: .92;
  letter-spacing: -.055em;
}

.gv-front-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.18rem;
}

.gv-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.gv-btn-primary,
.gv-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 900;
}

.gv-btn-primary {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 14px 35px rgba(184,138,68,.22);
}

.gv-btn-secondary {
  background: #fffdf8;
  color: var(--ink);
  border: 1px solid var(--line);
}

.gv-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 78px;
}

.gv-gift-finder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.gv-gift-intro-card,
.gv-gift-card,
.gv-featured-card,
.gv-custom-cta {
  border: 1px solid rgba(160,130,80,.18);
  border-radius: 32px;
  box-shadow: 0 14px 40px rgba(47,41,36,.06);
}

.gv-gift-intro-card {
  background: #fffdf8;
  padding: 34px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gv-gift-intro-card h2,
.gv-occasion-section h2,
.gv-featured-products h2,
.gv-custom-cta h2 {
  margin: 6px 0 14px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .98;
  letter-spacing: -.045em;
}

.gv-gift-intro-card p,
.gv-featured-card p,
.gv-custom-cta p {
  color: var(--muted);
}

.gv-gift-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8ded3, #c7b4a2);
  display: flex;
  align-items: end;
  padding: 24px;
}

.gv-gift-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.06), rgba(47,41,36,.34));
  z-index: 1;
}

.gv-gift-card-him {
  background-image:
    linear-gradient(to top, rgba(47,41,36,.62), rgba(47,41,36,.10)),
    url("assets/images/home/gift-him.png");
  background-size: cover;
  background-position: center;
}

.gv-gift-card-her {
  background-image:
    linear-gradient(to top, rgba(47,41,36,.58), rgba(47,41,36,.08)),
    url("assets/images/home/gift-her.png");
  background-size: cover;
  background-position: center;
}

.gv-gift-card span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 8px 25px rgba(0,0,0,.25);
}

.gv-occasion-section {
  text-align: center;
}

.gv-occasion-card-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}

.gv-occasion-card {
  min-height: 300px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border: 1px solid rgba(160,130,80,.18);
  box-shadow: 0 14px 40px rgba(47,41,36,.06);
  background-size: cover;
  background-position: center;
  isolation: isolate;
  transition: .2s ease;
}

.gv-occasion-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(47,41,36,.64), rgba(47,41,36,.08));
  z-index: -1;
}

.gv-occasion-card span {
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  font-weight: 700;
  text-shadow: 0 8px 25px rgba(0,0,0,.25);
}

.gv-occasion-card small {
  display: block;
  max-width: 320px;
  margin-top: 10px;
  color: rgba(255,255,255,.86);
  font-size: .96rem;
  line-height: 1.45;
}

.gv-occasion-baptism {
  background-image: url("assets/images/home/occasion-baptism.png");
}

.gv-occasion-wedding {
  background-image: url("assets/images/home/occasion-wedding.png");
}

.gv-occasion-gifts {
  background-image: url("assets/images/home/occasion-gifts.png");
}

.gv-occasion-card:hover,
.gv-featured-card:hover,
.gv-gift-card:hover,
.gv-btn-primary:hover,
.gv-btn-secondary:hover {
  transform: translateY(-2px);
}

.gv-featured-products {
  text-align: center;
}

.gv-featured-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}

.gv-featured-card {
  background: #fffdf8;
  padding: 0;
  overflow: hidden;
  transition: .2s ease;
}

.gv-featured-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ead8cc;
}

.gv-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gv-featured-content {
  padding: 24px;
}

.gv-featured-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 1.55rem;
}

.gv-featured-card span {
  display: inline-flex;
  margin-top: 14px;
  color: var(--gold-dark);
  font-weight: 900;
}

.gv-how-it-works {
  text-align: center;
}

.gv-steps-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gv-step-card {
  background: #fffdf8;
  border: 1px solid rgba(160,130,80,.18);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 14px 40px rgba(47,41,36,.05);
  text-align: left;
}

.gv-step-card strong {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #fff;
  margin-bottom: 16px;
}

.gv-step-card h3 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.gv-step-card p {
  margin: 0;
  color: var(--muted);
}

.gv-custom-cta {
  text-align: center;
  background: linear-gradient(135deg, #fffdf8, #f1e3d3);
  padding: clamp(32px, 6vw, 62px);
}

.gv-custom-cta p {
  max-width: 650px;
  margin: 0 auto 24px;
}

@media (max-width: 900px) {
  .gv-gift-finder,
  .gv-featured-grid,
  .gv-steps-grid,
  .gv-occasion-card-grid {
    grid-template-columns: 1fr;
  }

  .gv-gift-intro-card,
  .gv-gift-card {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  .gv-front-hero {
    padding: 46px 0 36px;
  }

  .gv-front-hero h1 {
    font-size: 44px;
  }

  .gv-front-hero p {
    font-size: 1rem;
  }

  .gv-section {
    width: min(100% - 24px, 1180px);
    margin-bottom: 52px;
  }

  .gv-gift-intro-card,
  .gv-featured-card,
  .gv-custom-cta {
    padding: 24px;
    border-radius: 24px;
  }

  .gv-gift-card {
    border-radius: 24px;
    min-height: 240px;
  }
}