:root{
  /* Dark theme (calm, craft-friendly) */
  --bg:#121212;
  --ink:#e8e6e3;
  --muted:#a8a6a2;
  --card:#1b1b1b;
  --line:rgba(255,255,255,.12);
  --shadow:0 10px 30px rgba(0,0,0,.60);
  --radius:18px;
  --max:1100px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }

body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  color:var(--ink);
  line-height:1.6;
  background: linear-gradient(180deg, #121212 0%, #0e0e0e 100%);
}

img{ max-width:100%; display:block; border-radius:16px; }
a{ color:var(--ink); }
a:hover{ opacity:.85; }

.wrap{ max-width:var(--max); margin:0 auto; padding:0 20px; }
.narrow{ max-width:780px; }

/* Header */
.site-header{
  position:sticky;
  top:0;
  background: rgba(18,18,18,.85);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
  z-index:10;
}
.site-header .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 20px;
}
.brand__title{ font-weight:650; letter-spacing:.2px; color:var(--ink); }
.brand__subtitle{ font-size:.95rem; color:var(--muted); }

.nav a{
  color:var(--ink);
  text-decoration:none;
  margin-left:16px;
  font-size:.95rem;
  opacity:.9;
}
.nav a:hover{ opacity:1; }

/* Hero */
.hero{ padding:34px 0 10px; }
.hero__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:26px;
  align-items:center;
}
.hero h1{
  font-size:2.2rem;
  line-height:1.2;
  margin:0 0 12px;
}
.lead{
  font-size:1.12rem;
  color:var(--muted);
  margin:0 0 18px;
}

/* Buttons */
.cta-row{ display:flex; gap:12px; flex-wrap:wrap; margin:18px 0; }

.button{
  display:inline-block;
  padding:12px 18px;
  border-radius:999px;
  background:#2a2a2a;
  color:var(--ink);
  border:1px solid rgba(255,255,255,.25);
  text-decoration:none;
  box-shadow:
    0 6px 18px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, opacity .15s ease;
  cursor:pointer;
}
.button:hover{
  background:#333;
  transform: translateY(-1px);
  box-shadow:
    0 10px 26px rgba(0,0,0,.7),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.button:focus-visible{
  outline:none;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.25),
    0 10px 26px rgba(0,0,0,.7);
}

.button--ghost{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:none;
}
.button--ghost:hover{
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}

/* Trust list */
.trust{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  color:var(--muted);
}
.trust li{ margin:6px 0; padding-left:18px; position:relative; }
.trust li:before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:rgba(255,255,255,.35);
}

/* Sections */
.section{ padding:34px 0; }
.section h2{ margin:0 0 10px; font-size:1.55rem; }
.note{ color:var(--muted); }

.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}
.muted{ color:var(--muted); }
.small{ font-size:.95rem; }

/* Grid + cards */
.grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:16px;
}
.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:12px;
  box-shadow: var(--shadow);
}
.card figcaption{
  margin-top:10px;
  color:var(--muted);
  font-size:.95rem;
}

/* Make gallery cards clickable buttons look clean */
.card-button{
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  display:block;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;

}
.card-button:focus-visible{
  outline:none;
  box-shadow: 0 0 0 2px rgba(255,255,255,.25);
  border-radius:16px;
}

/* Buy boxes */
.buy-box{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:16px;
  box-shadow: var(--shadow);
  margin:14px 0;
}
.buy-box h3{ margin:0 0 8px; font-size:1.15rem; }
.bullets{ margin:10px 0 0; color:var(--muted); }
.bullets li{ margin:6px 0; }

.shipping{
  margin-top:18px;
  border-top:1px solid var(--line);
  padding-top:14px;
}

/* Contact form */
.form label{ display:block; margin:12px 0; color:var(--ink); }
.form input, .form select, .form textarea{
  width:100%;
  margin-top:6px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color:var(--ink);
  font:inherit;
}
.form textarea{ resize:vertical; }
.form input::placeholder, .form textarea::placeholder{ color: rgba(232,230,227,.55); }

.form .row{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:12px;
  align-items: start; 

}
.hp{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

/* Form status box (subtle) */
#form-status{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
}

/* Footer */
.site-footer{
  border-top:1px solid var(--line);
  padding:20px 0;
  margin-top:16px;
}
.footer__grid{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.footer__right a{ color:var(--muted); text-decoration:none; }
.footer__right a:hover{ color:var(--ink); }

/* Lightbox (image + video) */
.lightbox{
  position:fixed;
  inset:0;
  display:none;
  z-index:1000;
}
.lightbox.is-open{ display:block; }

.lightbox__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.72);
}

.lightbox__dialog{
  position:relative;
  max-width:1100px;
  margin:4vh auto;
  padding:14px;
  border-radius:18px;
  background: rgba(20,20,20,.92);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 60px rgba(0,0,0,.65);
}

.lightbox__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 6px 6px 10px;
}
.lightbox__title{
  color:var(--ink);
  opacity:.92;
  font-size:1rem;
}
.lightbox__close{
  background: rgba(255,255,255,.06);
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 8px 12px;
  cursor:pointer;
}
.lightbox__close:hover{ background: rgba(255,255,255,.12); }

.lightbox__stage{
  display:grid;
  grid-template-columns: 44px 1fr 44px;
  align-items:center;
  gap:10px;
}
.lightbox__nav{
  height:44px;
  width:44px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: var(--ink);
  cursor:pointer;
  font-size: 1.4rem;
}
.lightbox__nav:hover{ background: rgba(255,255,255,.12); }

.lightbox__stage-media img,
.lightbox__stage-media video{
  width:100%;
  max-height:78vh;
  object-fit:contain;
  border-radius:14px;
  display:none;
  background: rgba(0,0,0,.25);
  border:1px solid var(--line);
}

.lightbox__bottom{
  padding: 10px 6px 2px;
}
.lightbox__count{
  color:var(--muted);
  font-size:.95rem;
}
.lightbox__price{
  margin-top:4px;
  font-size:1rem;
  color:var(--ink);
  opacity:.85;
}
.lightbox__buy{ margin-top: 10px; }

.lightbox__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.lightbox__price{
  margin-top:4px;
  font-size:1rem;
  opacity:.85;
}

.lightbox__buy{
  margin-left:auto;
}
.lightbox__buy .button{
  padding:10px 16px;
  font-size:.95rem;
}

/* Responsive */
@media (max-width: 900px){
  .hero__grid{ grid-template-columns:1fr; }
  .grid{ grid-template-columns:1fr; }
  .form .row{ grid-template-columns:1fr; }
}
.video-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-left:6px;
  vertical-align:middle;
  opacity:.85;
}

.video-badge svg{
  width:20px !important;
  height:20px !important;
  display:inline-block;
  vertical-align:middle;
}
.video-badge{
  font-size:.85em;
  line-height:1;
}


.video-badge{
  position:relative;
  top:-1px;
}

html {
  scroll-behavior: smooth;
}

