/* Guest List Studio — brand tokens taken from Logo/final/brand-guide.html */
:root {
  --ivory:#FBF7F1;
  --wine:#5C1A2B;
  --wine-dark:#451320;
  --forest:#17352B;
  --gold:#B08A48;
  --gold-light:#D9B770;
  --mahogany:#4A211A;
  --rose:#D9A8B2;
  --ink:#2B1D1A;
  --muted:#786a5f;
  --line:#e6dccb;
  --page:#FBF7F1;
  --max:1160px;
  --radius:10px;
  --shadow:0 6px 24px rgba(43,29,26,.08);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  margin:0;
  background:var(--page);
  color:var(--ink);
  font-family:'Jost',system-ui,sans-serif;
  font-weight:400;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4 { font-family:'Playfair Display',serif; font-weight:500; color:var(--wine); margin:0 0 .5em; line-height:1.2; }
h1 { font-size:clamp(32px,5vw,52px); }
h2 { font-size:clamp(26px,3.4vw,36px); }
h3 { font-size:20px; }
p { margin:0 0 1em; }
a { color:inherit; }
img { max-width:100%; display:block; }
.container { max-width:var(--max); margin:0 auto; padding:0 24px; }
.section { padding:76px 0; }
.section--tight { padding:48px 0; }
.section--alt { background:#fff; }
.eyebrow { font-size:12px; letter-spacing:.22em; text-transform:uppercase; color:var(--gold); font-weight:500; margin-bottom:10px; display:block; }
.lead { color:var(--muted); max-width:62ch; font-size:17px; }
.center { text-align:center; margin-left:auto; margin-right:auto; }
.rule { width:56px; height:1.5px; background:var(--gold); border:0; margin:22px 0; }
.rule.center { margin-left:auto; margin-right:auto; }

/* buttons */
.btn { display:inline-flex; align-items:center; gap:8px; padding:14px 30px; border-radius:999px; font-family:'Jost',sans-serif; font-size:14px; letter-spacing:.05em; text-transform:uppercase; text-decoration:none; border:1.5px solid transparent; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease; }
.btn:hover { transform:translateY(-1px); }
.btn-primary { background:var(--wine); color:var(--ivory); }
.btn-primary:hover { background:var(--wine-dark); }
.btn-ghost { background:transparent; color:var(--wine); border-color:var(--wine); }
.btn-ghost:hover { background:var(--wine); color:var(--ivory); }
.btn-gold { background:var(--gold); color:var(--ivory); }
.btn-gold:hover { background:#997a40; }
.btn-on-dark { background:var(--gold-light); color:var(--wine-dark); }
.btn-on-dark:hover { background:var(--ivory); }
.btn[disabled] { opacity:.55; cursor:not-allowed; transform:none; }

/* header / nav */
.site-header { position:sticky; top:0; z-index:50; background:var(--ivory); border-bottom:1px solid var(--line); }
.notice-bar { background:var(--wine); color:var(--ivory); font-size:13px; text-align:center; padding:8px 16px; letter-spacing:.03em; }
.notice-bar strong { color:var(--gold-light); }
.nav-row { display:flex; align-items:center; justify-content:space-between; padding:14px 0; }
.brand { display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--wine); }
.brand img { height:40px; width:auto; }
.brand span { font-family:'Playfair Display',serif; font-size:19px; letter-spacing:.02em; }
.nav-links { display:flex; align-items:center; gap:34px; list-style:none; margin:0; padding:0; }
.nav-links a { text-decoration:none; color:var(--ink); font-size:14px; letter-spacing:.04em; text-transform:uppercase; padding:6px 2px; border-bottom:1.5px solid transparent; transition:border-color .15s, color .15s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color:var(--wine); border-color:var(--gold); }
.nav-actions { display:flex; align-items:center; gap:14px; }
.nav-toggle { display:none; background:none; border:1.5px solid var(--wine); border-radius:8px; width:42px; height:38px; align-items:center; justify-content:center; cursor:pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content:""; display:block; width:20px; height:2px; background:var(--wine); position:relative; transition:.2s; }
.nav-toggle span::before { position:absolute; top:-6px; }
.nav-toggle span::after { position:absolute; top:6px; }

@media (max-width:880px){
  .nav-links { position:fixed; z-index:60; inset:64px 0 0 0; background:var(--ivory); flex-direction:column; justify-content:flex-start; align-items:flex-start; gap:0; padding:10px 24px 30px; transform:translateY(-100%); visibility:hidden; transition:transform .18s ease, visibility 0s linear .18s; border-bottom:1px solid var(--line); box-shadow:0 12px 24px rgba(43,29,26,.12); }
  .nav-links.is-open { transform:translateY(0); visibility:visible; transition:transform .18s ease; }
  .nav-links li { width:100%; border-bottom:1px solid var(--line); }
  .nav-links a { display:block; padding:16px 2px; }
  .nav-toggle { display:flex; }
  .nav-actions .btn-primary { display:none; }
}

/* hero */
.hero { position:relative; background:linear-gradient(160deg,var(--wine) 0%,var(--wine-dark) 62%,var(--forest) 100%); color:var(--ivory); overflow:hidden; }
.hero::before { content:""; position:absolute; inset:0; background-image:url('../img/brand/texture-wine.png'); background-size:420px; opacity:.5; mix-blend-mode:overlay; }
.hero-inner { position:relative; max-width:var(--max); margin:0 auto; padding:110px 24px 96px; text-align:center; }
.hero-icon { width:96px; margin:0 auto 22px; }
.hero h1 { color:var(--ivory); }
.hero .lead { color:#EADFD0; margin-left:auto; margin-right:auto; font-size:18px; }
.hero-ctas { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-top:34px; }
.hero-meta { margin-top:46px; display:flex; gap:34px; justify-content:center; flex-wrap:wrap; font-size:13px; letter-spacing:.08em; text-transform:uppercase; color:var(--gold-light); }

/* page banner (non-home pages) */
.page-banner { background:var(--forest); color:var(--ivory); padding:64px 0 52px; text-align:center; }
.page-banner .eyebrow { color:var(--gold-light); }
.page-banner h1 { color:var(--ivory); }
.page-banner p { color:#DCE7E1; max-width:60ch; margin:0 auto; }

/* cards / grid */
.grid { display:grid; gap:28px; }
.grid-3 { grid-template-columns:repeat(3,1fr); }
.grid-4 { grid-template-columns:repeat(4,1fr); }
@media (max-width:960px){ .grid-3{grid-template-columns:repeat(2,1fr);} .grid-4{grid-template-columns:repeat(2,1fr);} }
@media (max-width:560px){ .grid-3,.grid-4{grid-template-columns:1fr;} }

.info-card { background:#fff; border-radius:var(--radius); padding:32px 28px; box-shadow:var(--shadow); border-top:3px solid var(--gold); }
.info-card .num { font-family:'Playfair Display',serif; color:var(--gold); font-size:34px; display:block; margin-bottom:10px; }

/* dress gallery */
.filters { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:34px; }
.filter-btn { border:1.5px solid var(--line); background:#fff; color:var(--ink); padding:9px 18px; border-radius:999px; font-size:13px; letter-spacing:.04em; cursor:pointer; transition:.15s; }
.filter-btn:hover { border-color:var(--gold); }
.filter-btn.is-active { background:var(--wine); border-color:var(--wine); color:var(--ivory); }
.filters-group { display:flex; flex-wrap:wrap; align-items:center; gap:12px 18px; margin-bottom:10px; }
.filters-label { font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); margin-right:2px; }

.dress-card { background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); display:flex; flex-direction:column; }
.dress-card .thumb { aspect-ratio:7/9; overflow:hidden; background:var(--ivory); }
.dress-card .thumb img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.dress-card:hover .thumb img { transform:scale(1.035); }
.dress-card .body { padding:18px 20px 22px; }
.dress-card h3 { margin-bottom:4px; }
.dress-card .meta { display:flex; justify-content:space-between; align-items:center; font-size:13px; color:var(--muted); letter-spacing:.03em; }
.dress-card .meta .price { color:var(--gold); font-weight:500; }
.dress-count { color:var(--muted); font-size:14px; margin-bottom:22px; }
.empty-state { text-align:center; padding:60px 20px; color:var(--muted); }

/* how it works — steps */
.steps { counter-reset:step; display:grid; gap:26px; }
.step { display:grid; grid-template-columns:64px 1fr; gap:20px; align-items:flex-start; }
.step .badge { width:56px; height:56px; border-radius:50%; background:var(--wine); color:var(--ivory); display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:22px; }
.step h3 { margin-bottom:6px; }
.step p { color:var(--muted); margin-bottom:0; }

.pricing-note { background:var(--ivory); border:1.5px dashed var(--gold); border-radius:var(--radius); padding:26px 28px; }
.pricing-note h3 { margin-bottom:10px; }

/* forms */
.form-card { background:#fff; border-radius:var(--radius); box-shadow:var(--shadow); padding:38px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (max-width:640px){ .form-row{grid-template-columns:1fr;} }
.field { margin-bottom:20px; }
.field label { display:block; font-size:13px; letter-spacing:.04em; text-transform:uppercase; color:var(--muted); margin-bottom:7px; }
.field input, .field select, .field textarea {
  width:100%; padding:12px 14px; border:1.5px solid var(--line); border-radius:8px; background:var(--ivory);
  font-family:'Jost',sans-serif; font-size:15px; color:var(--ink); transition:border-color .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color:var(--gold); }
.field textarea { resize:vertical; min-height:120px; }
.field .hint { font-size:12px; color:var(--muted); margin-top:6px; }
.required::after { content:" *"; color:var(--wine); }
.form-note { font-size:13px; color:var(--muted); margin-top:18px; }
.form-status { margin-top:18px; padding:14px 16px; border-radius:8px; font-size:14px; display:none; }
.form-status.is-success { display:block; background:#EAF2EC; color:var(--forest); border:1px solid #bcd6c6; }
.form-status.is-error { display:block; background:#F7E7E7; color:var(--wine); border:1px solid #e3bcbc; }

/* contact details */
.contact-list { list-style:none; margin:0; padding:0; display:grid; gap:16px; }
.contact-list li { display:flex; gap:14px; align-items:flex-start; }
.contact-list .ico { flex:none; width:34px; height:34px; border-radius:50%; background:var(--ivory); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; color:var(--gold); }
.social-row { display:flex; gap:12px; margin-top:22px; }
.social-row a { width:40px; height:40px; border-radius:50%; border:1.5px solid var(--line); display:flex; align-items:center; justify-content:center; color:var(--wine); text-decoration:none; transition:.15s; }
.social-row a:hover { background:var(--wine); border-color:var(--wine); color:var(--ivory); }
.site-footer .social-row a { color:var(--gold-light); border-color:rgba(255,255,255,.28); }
.site-footer .social-row a:hover { background:var(--gold-light); border-color:var(--gold-light); color:var(--wine-dark); }

/* footer */
.site-footer { background:var(--forest); color:#E7EEE9; padding:60px 0 26px; margin-top:0; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; }
@media (max-width:760px){ .footer-grid{grid-template-columns:1fr; gap:30px;} }
.footer-brand { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer-brand img { height:36px; }
.footer-brand span { font-family:'Playfair Display',serif; font-size:18px; color:var(--ivory); }
.site-footer p { color:#B9C7BF; font-size:14px; }
.site-footer h4 { color:var(--gold-light); font-size:13px; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; font-family:'Jost',sans-serif; font-weight:500; }
.footer-links { list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.footer-links a { color:#DCE7E1; text-decoration:none; font-size:14px; }
.footer-links a:hover { color:var(--gold-light); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:44px; padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:12.5px; color:#9FB0A7; }

/* misc */
.badge-pill { display:inline-block; background:var(--ivory); border:1px solid var(--line); color:var(--muted); font-size:12px; letter-spacing:.06em; text-transform:uppercase; padding:5px 12px; border-radius:999px; }
.two-col { display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center; }
@media (max-width:880px){ .two-col{grid-template-columns:1fr;} }
.motif-row { display:flex; gap:26px; align-items:center; justify-content:center; opacity:.85; margin-top:8px; }
.motif-row svg { width:30px; height:30px; color:var(--gold); }

.skip-link { position:absolute; left:-999px; top:auto; background:var(--wine); color:#fff; padding:10px 16px; z-index:100; }
.skip-link:focus { left:16px; top:16px; }
