/*
Theme Name: Mooi Gift
Theme URI: https://example.com
Author: Mooi Gift
Author URI: https://example.com
Description: A single-page landing theme for the Mooi Gift wedding gifting kiosk business — hero, how it works, gift list, coverage, pricing and an enquiry form.
Version: 1.0
Requires at least: 5.9
Requires PHP: 7.4
License: Unlicense
Text Domain: mooi-gift
*/

:root{
    --wine:#6B1530;
    --wine-deep:#3F0D1E;
    --wine-soft:#8C2743;
    --gold:#B8892F;
    --gold-light:#E4C77B;
    --ink:#221016;
    --ink-soft:#5B4A50;
    --paper:#FFFFFF;
    --paper-warm:#FBF7F3;
    --line:#E8DCD2;
    --radius-lg:22px;
    --radius-sm:10px;
    --maxw:1180px;
  }

  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important;}
  }

  body{
    margin:0;
    font-family:'Work Sans', sans-serif;
    color:var(--ink);
    background:var(--paper);
    -webkit-font-smoothing:antialiased;
    line-height:1.5;
  }

  h1,h2,h3,.display{
    font-family:'Fraunces', serif;
    font-weight:600;
    letter-spacing:-0.01em;
    margin:0;
    color:var(--wine-deep);
  }

  p{margin:0;}
  a{color:inherit;text-decoration:none;}
  img,svg{display:block;max-width:100%;}

  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
    outline:2.5px solid var(--gold);
    outline-offset:3px;
    border-radius:4px;
  }

  .wrap{
    max-width:var(--maxw);
    margin:0 auto;
    padding:0 32px;
  }

  section{padding:112px 0; scroll-margin-top:88px;}
  @media (max-width:720px){ section{padding:72px 0;} }
  #top{ scroll-margin-top:0; }

  /* ---------- NAV ---------- */
  header.site{
    position:sticky; top:0; z-index:50;
    background:rgba(255,255,255,0.9);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav{
    max-width:var(--maxw);
    margin:0 auto;
    padding:18px 32px;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .brand{
    font-family:'Fraunces', serif;
    font-weight:600;
    font-size:22px;
    color:var(--wine-deep);
    display:flex;
    align-items:baseline;
    gap:2px;
  }
  .brand span{ color:var(--gold); font-style:italic; font-weight:400; }
  .nav-links{
    display:flex;
    gap:34px;
    align-items:center;
  }
  .nav-links a{
    font-size:15px;
    font-weight:500;
    color:var(--ink-soft);
    transition:color .15s ease;
    text-underline-offset:4px;
  }
  .nav-links a:not(.nav-cta):hover{ text-decoration:underline; }
  .nav-links a:hover{color:var(--wine);}
  .nav-cta{
    background:var(--wine);
    color:#fff !important;
    padding:10px 20px;
    border-radius:999px;
    font-size:14px;
    font-weight:600;
  }
  .nav-cta:hover{background:var(--wine-deep);}
  .nav-toggle{ display:none; background:none; border:none; cursor:pointer; padding:6px; }
  .nav-toggle svg{ width:26px; height:26px; }

  @media (max-width:860px){
    .nav-links{
      position:fixed; inset:64px 0 auto 0;
      background:var(--paper);
      flex-direction:column;
      align-items:flex-start;
      padding:24px 32px 32px;
      gap:22px;
      border-bottom:1px solid var(--line);
      transform:translateY(-8px);
      opacity:0;
      pointer-events:none;
      transition:all .2s ease;
    }
    .nav-links.open{ transform:translateY(0); opacity:1; pointer-events:auto; }
    .nav-toggle{ display:block; }
  }

  /* ---------- HERO ---------- */
  .hero{
    padding:76px 0 100px;
    overflow:hidden;
  }
  .hero .wrap{
    display:grid;
    grid-template-columns:1.05fr 0.95fr;
    gap:56px;
    align-items:center;
  }
  .hero-tag{
    font-family:'Fraunces', serif;
    font-style:italic;
    font-weight:400;
    color:var(--gold);
    font-size:17px;
    margin-bottom:18px;
  }
  .hero h1{
    font-size:52px;
    line-height:1.06;
  }
  .hero p.lede{
    font-size:18px;
    color:var(--ink-soft);
    max-width:46ch;
    margin-top:22px;
    line-height:1.6;
  }
  .hero-ctas{
    display:flex;
    gap:14px;
    margin-top:34px;
    flex-wrap:wrap;
  }
  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 26px;
    border-radius:999px;
    font-weight:600;
    font-size:15px;
    cursor:pointer;
    border:1.5px solid transparent;
    transition:transform .15s ease, background .15s ease, border-color .15s ease;
  }
  .btn:hover{ transform:translateY(-1px); }
  .btn-primary{ background:var(--wine); color:#fff; }
  .btn-primary:hover{ background:var(--wine-deep); }
  .btn-ghost{ border-color:var(--line); color:var(--wine-deep); background:transparent; }
  .btn-ghost:hover{ border-color:var(--wine); }

  .hero-note{
    margin-top:20px;
    font-size:13.5px;
    color:var(--ink-soft);
  }
  .hero-note b{ color:var(--wine); font-weight:600; }

  /* kiosk mockup */
  .hero-visual{ position:relative; display:flex; justify-content:center; }
  .ring{
    position:absolute;
    border:1px solid var(--gold-light);
    border-radius:50%;
  }
  .ring1{ width:420px; height:420px; top:-30px; right:-60px; opacity:.7;}
  .ring2{ width:260px; height:260px; bottom:-20px; left:-30px; opacity:.5;}

  .kiosk-card{
    position:relative;
    width:300px;
    background:var(--paper);
    border-radius:26px;
    border:1px solid var(--line);
    box-shadow:0 30px 60px -20px rgba(63,13,30,0.28);
    padding:22px 22px 26px;
    transform:rotate(-2.2deg);
    animation:settle .7s cubic-bezier(.2,.7,.2,1) both;
  }
  @keyframes settle{
    from{ opacity:0; transform:rotate(-2.2deg) translateY(18px) scale(.98); }
    to{ opacity:1; transform:rotate(-2.2deg) translateY(0) scale(1); }
  }
  .kiosk-top{
    display:flex; justify-content:space-between; align-items:baseline;
    margin-bottom:14px;
  }
  .kiosk-names{ font-family:'Fraunces', serif; font-style:italic; font-size:19px; color:var(--wine-deep); }
  .kiosk-city{ font-size:11px; color:var(--ink-soft); }
  .qr{
    width:150px; height:150px; margin:0 auto 14px;
    background:var(--wine-deep);
    border-radius:14px;
    display:grid;
    grid-template-columns:repeat(7,1fr);
    grid-template-rows:repeat(7,1fr);
    gap:4px;
    padding:12px;
  }
  .qr span{ background:var(--paper); border-radius:2px; }
  .qr span.off{ background:transparent; }
  .qr-label{ text-align:center; font-size:12.5px; color:var(--ink-soft); margin-bottom:16px; }
  .kiosk-tabs{
    display:flex; gap:6px; background:var(--paper-warm); padding:4px; border-radius:999px; margin-bottom:14px;
  }
  .kiosk-tabs span{
    flex:1; text-align:center; font-size:11.5px; font-weight:600; padding:7px 0; border-radius:999px; color:var(--ink-soft);
  }
  .kiosk-tabs span.active{ background:var(--wine); color:#fff; }
  .kiosk-item{
    display:flex; justify-content:space-between; align-items:center;
    background:var(--paper-warm);
    border-radius:12px;
    padding:10px 12px;
    font-size:12px;
  }
  .kiosk-item small{ display:block; color:var(--ink-soft); font-size:10.5px; margin-top:2px; }
  .kiosk-item .amt{ color:var(--gold); font-weight:700; font-family:'Fraunces',serif; font-size:14px; }

  /* ---------- SECTION HEADS ---------- */
  .section-head{ max-width:640px; margin-bottom:56px; }
  .section-head h2{ font-size:36px; line-height:1.15; }
  .section-head p{ color:var(--ink-soft); font-size:16.5px; margin-top:16px; line-height:1.6; }
  .section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }

  /* ---------- PROBLEM ---------- */
  .problem{ background:var(--paper-warm); }
  .problem .wrap{
    display:grid;
    grid-template-columns:0.95fr 1.05fr;
    gap:64px;
    align-items:start;
  }
  .problem-list{ display:flex; flex-direction:column; gap:0; }
  .problem-list li{
    list-style:none;
    display:flex;
    gap:18px;
    padding:22px 0;
    border-top:1px solid var(--line);
  }
  .problem-list li:last-child{ border-bottom:1px solid var(--line); }
  .problem-quote{
    margin-top:40px;
    padding:26px 28px;
    border-left:3px solid var(--gold);
    background:var(--paper);
    border-radius:0 var(--radius-sm) var(--radius-sm) 0;
  }
  .problem-quote p{
    font-family:'Fraunces',serif; font-style:italic; font-size:18px; color:var(--wine-deep); line-height:1.5;
  }
  .problem-quote span{ display:block; margin-top:12px; font-size:13px; color:var(--ink-soft); }
  .problem-list .mark{
    font-family:'Fraunces',serif; font-style:italic; color:var(--gold); font-size:20px; flex:none; width:28px;
  }
  .problem-list h3{ font-size:17px; font-weight:600; font-family:'Work Sans',sans-serif; color:var(--wine-deep); }
  .problem-list p{ color:var(--ink-soft); font-size:14.5px; margin-top:6px; }

  /* ---------- HOW IT WORKS ---------- */
  .steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
  .step{
    padding:34px 28px;
    border-radius:var(--radius-lg);
    border:1px solid var(--line);
  }
  .step.mid{ background:var(--wine); border-color:var(--wine); }
  .step-num{ font-family:'Fraunces',serif; font-size:15px; color:var(--gold); font-weight:600; margin-bottom:18px; }
  .step.mid .step-num{ color:var(--gold-light); }
  .step h3{ font-size:20px; margin-bottom:12px; }
  .step.mid h3{ color:#fff; }
  .step p{ color:var(--ink-soft); font-size:14.5px; line-height:1.6; }
  .step.mid p{ color:#EFD9E1; }

  @media (max-width:860px){
    .steps, .problem .wrap{ grid-template-columns:1fr; }
    .hero .wrap{ grid-template-columns:1fr; }
    .hero-visual{ margin-top:20px; }
    .hero h1{ font-size:40px; }
  }

  /* ---------- GIFT LIST ---------- */
  .giftlist .wrap{
    display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;
  }
  .glist-card{
    background:var(--paper);
    border:1px solid var(--line);
    border-radius:var(--radius-lg);
    padding:26px;
    box-shadow:0 24px 50px -30px rgba(63,13,30,0.25);
  }
  .glist-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:18px; }
  .glist-head span{ font-size:12.5px; color:var(--ink-soft); }
  .glist-row{
    display:flex; align-items:center; gap:14px;
    padding:14px 0;
    border-top:1px solid var(--line);
  }
  .glist-row:last-child{ border-bottom:1px solid var(--line); }
  .glist-swatch{ width:44px; height:44px; border-radius:10px; flex:none; }
  .sw1{ background:linear-gradient(135deg,#E4C77B,#B8892F); }
  .sw2{ background:linear-gradient(135deg,#8C2743,#6B1530); }
  .sw3{ background:linear-gradient(135deg,#D8C9C0,#B7A497); }
  .glist-info{ flex:1; }
  .glist-info b{ font-size:14.5px; font-weight:600; display:block; }
  .glist-info small{ color:var(--ink-soft); font-size:12px; }
  .glist-status{ font-size:11.5px; padding:5px 10px; border-radius:999px; background:var(--paper-warm); color:var(--ink-soft); font-weight:600; }
  .glist-status.done{ background:#EFE3E9; color:var(--wine); }

  .feature-list{ display:flex; flex-direction:column; gap:22px; margin-top:26px; }
  .feature-list li{ list-style:none; display:flex; gap:14px; }
  .feature-list .dot{ width:8px; height:8px; border-radius:50%; background:var(--gold); flex:none; margin-top:9px; }
  .feature-list b{ display:block; font-size:15.5px; color:var(--wine-deep); font-weight:600; }
  .feature-list p{ color:var(--ink-soft); font-size:14px; margin-top:3px; }

  @media (max-width:860px){ .giftlist .wrap{ grid-template-columns:1fr; } }

  /* ---------- COVERAGE ---------- */
  .coverage{ background:var(--wine-deep); color:#fff; }
  .coverage .section-head h2{ color:#fff; }
  .coverage .section-head p{ color:#E4C9D1; }
  .coverage-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:1px;
    background:rgba(255,255,255,0.14);
    border-radius:var(--radius-lg);
    overflow:hidden;
  }
  .coverage-cell{ background:var(--wine-deep); padding:32px 28px; }
  .coverage-cell .guests{ font-family:'Fraunces',serif; font-size:28px; color:var(--gold-light); }
  .coverage-cell .kiosks{ font-size:13.5px; color:#E4C9D1; margin-top:6px; }
  .coverage-cell p{ font-size:13.5px; color:#D9B7C1; margin-top:14px; line-height:1.6; }
  @media (max-width:860px){ .coverage-grid{ grid-template-columns:1fr; } }

  /* ---------- PRICING ---------- */
  .pricing-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
  .price-card{
    border:1px solid var(--line);
    border-radius:var(--radius-lg);
    padding:34px 30px;
    position:relative;
  }
  .price-card.hl{ background:var(--wine); border-color:var(--wine); color:#fff; }
  .price-badge{
    position:absolute; top:-14px; left:30px;
    background:var(--gold); color:var(--wine-deep);
    font-size:11.5px; font-weight:700; padding:6px 14px; border-radius:999px;
  }
  .price-card h3{ font-size:20px; }
  .price-card.hl h3{ color:#fff; }
  .price-amt{ font-family:'Fraunces',serif; font-size:30px; color:var(--wine); margin-top:18px; }
  .price-card.hl .price-amt{ color:var(--gold-light); }
  .price-sub{ font-size:12.5px; color:var(--ink-soft); margin-top:2px; }
  .price-card.hl .price-sub{ color:#E4C9D1; }
  .price-card hr{ border:none; border-top:1px solid var(--line); margin:22px 0; }
  .price-card.hl hr{ border-top-color:rgba(255,255,255,0.25); }
  .price-card ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:13px; }
  .price-card li{ display:flex; gap:10px; font-size:14px; color:var(--ink-soft); }
  .price-card.hl li{ color:#F2E1E7; }
  .price-card li::before{ content:"•"; color:var(--gold); font-weight:700; }

  @media (max-width:860px){ .pricing-grid{ grid-template-columns:1fr; } }

  .pricing-note{ margin-top:28px; font-size:13px; color:var(--ink-soft); font-style:italic; }

  /* ---------- ENQUIRY ---------- */
  .enquiry{ background:var(--paper-warm); }
  .enquiry .wrap{
    display:grid; grid-template-columns:0.9fr 1.1fr; gap:64px;
  }
  .enq-form{
    background:var(--paper);
    border:1px solid var(--line);
    border-radius:var(--radius-lg);
    padding:34px;
  }
  .form-row{ margin-bottom:20px; }
  .form-row.two{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  label{ display:block; font-size:13px; font-weight:600; color:var(--wine-deep); margin-bottom:7px; }
  input, select{
    width:100%;
    padding:12px 14px;
    border:1px solid var(--line);
    border-radius:var(--radius-sm);
    font-family:'Work Sans',sans-serif;
    font-size:14.5px;
    background:var(--paper);
    color:var(--ink);
  }
  .enq-submit{
    width:100%; margin-top:6px;
    background:var(--wine); color:#fff; border:none;
    padding:15px; border-radius:999px; font-weight:600; font-size:15px; cursor:pointer;
    transition:background .15s ease;
  }
  .enq-submit:hover{ background:var(--wine-deep); }
  .enq-success{
    display:none; margin-top:16px; font-size:13.5px; color:var(--wine); font-weight:600;
  }

  @media (max-width:860px){ .enquiry .wrap{ grid-template-columns:1fr; } .form-row.two{ grid-template-columns:1fr; } }

  /* ---------- FOOTER ---------- */
  footer{ background:var(--wine-deep); color:#E4C9D1; padding:56px 0 36px; }
  .foot-top{ display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:30px; }
  .foot-brand{ font-family:'Fraunces',serif; font-size:22px; color:#fff; }
  .foot-brand span{ color:var(--gold-light); font-style:italic; font-weight:400; }
  .foot-links{ display:flex; gap:44px; flex-wrap:wrap; }
  .foot-col h4{ font-size:13px; color:#fff; margin-bottom:14px; font-weight:600; }
  .foot-col a{ display:block; font-size:13.5px; color:#D9B7C1; margin-bottom:10px; text-underline-offset:4px; }
  .foot-col a:hover{ color:#fff; text-decoration:underline; }
  .foot-bottom{
    margin-top:44px; padding-top:24px; border-top:1px solid rgba(255,255,255,0.15);
    font-size:12.5px; color:#C79AA6; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
  }