/* ============================================================
   Kila Salon — salon home page
   Self-contained layer (hx- prefix) that reuses the theme tokens
   from styles.css (var(--blue) clay, var(--accent) clay, etc.),
   so it restyles with the rest of the site. Loaded only on index.html.
   ============================================================ */

.hx-main { overflow-x: clip; }

.hx-section { padding: 96px 0; }
.hx-section-tight { padding: 64px 0; }
.hx-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue-dark);
  background: var(--blue-soft); padding: 7px 14px; border-radius: 999px;
}
.hx-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.hx-head h2 {
  font-size: clamp(28px, 4vw, 44px); line-height: 1.08; margin: 18px 0 14px;
}
.hx-head p { font-size: 18px; color: var(--muted); margin: 0; }
.hx-accent { color: var(--accent); }

/* ---------- Hero ---------- */
.hx-hero {
  position: relative;
  padding: 72px 0 88px;
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(201, 155, 214,.16), transparent 60%),
    radial-gradient(900px 500px at -10% 10%, rgba(138, 79, 158,.18), transparent 55%),
    linear-gradient(180deg, #efe9db, var(--bg));
  overflow: hidden;
}
.hx-hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hx-hero h1 {
  font-size: clamp(38px, 5.6vw, 68px); line-height: 1.02; margin: 20px 0 0;
  letter-spacing: -.02em;
}
.hx-hero .hx-lede {
  font-size: clamp(17px, 1.6vw, 20px); color: var(--muted);
  margin: 22px 0 0; max-width: 540px;
}
.hx-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hx-trust { display: flex; align-items: center; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hx-stars { color: var(--accent); letter-spacing: 2px; font-size: 18px; }
.hx-trust small { color: var(--muted); font-size: 14px; }

/* Hero visual — layered browser card + floating chips */
.hx-hero-visual { position: relative; min-height: 420px; }
.hx-blob {
  position: absolute; inset: 10% -8% 10% 12%;
  background: linear-gradient(140deg, var(--blue) 0%, var(--blue-dark) 45%, var(--accent) 120%);
  border-radius: 38% 62% 56% 44% / 50% 44% 56% 50%;
  filter: blur(2px); opacity: .95;
  animation: hx-float 9s ease-in-out infinite;
}
.hx-browser {
  position: relative; z-index: 2; background: #fff;
  border-radius: 16px; box-shadow: var(--shadow-lg);
  overflow: hidden; border: 1px solid rgba(255,255,255,.6);
  transform: rotate(-1.5deg);
}
.hx-browser-bar {
  display: flex; align-items: center; gap: 6px; padding: 12px 14px;
  background: #e7e0cf; border-bottom: 1px solid var(--line);
}
.hx-browser-bar i { width: 11px; height: 11px; border-radius: 50%; background: #ddd6c6; }
.hx-browser-bar i:nth-child(1){ background:#ff6b5e;}
.hx-browser-bar i:nth-child(2){ background:#c98a5a;}
.hx-browser-bar i:nth-child(3){ background:#5fd0a8;}
.hx-browser-bar span {
  margin-left: 10px; font-size: 12px; color: var(--muted);
  background:#fff; border:1px solid var(--line); border-radius:999px; padding:4px 12px;
}
.hx-browser-body { padding: 0; }
.hx-bb-hero {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color:#fff; padding: 26px 22px;
}
.hx-bb-hero b { font-size: 20px; display:block; }
.hx-bb-hero small { opacity:.85; font-size:12.5px; }
.hx-bb-pill { display:inline-block; margin-top:14px; background:var(--accent); color:#fff;
  font-weight:700; font-size:12px; padding:8px 14px; border-radius:999px; }
.hx-bb-row { display:flex; gap:10px; padding:16px 22px 22px; }
.hx-bb-card { flex:1; background:var(--blue-soft); border-radius:10px; padding:12px; }
.hx-bb-card b { display:block; font-size:18px; color:var(--blue-dark); }
.hx-bb-card small { font-size:11px; color:var(--muted); }

.hx-chip {
  position: absolute; z-index: 3; background:#fff; border-radius: 14px;
  box-shadow: var(--shadow-md); padding: 12px 16px; display:flex; align-items:center; gap:10px;
  font-weight: 700; font-size: 14px;
}
.hx-chip small { display:block; font-weight:500; color:var(--muted); font-size:11.5px; }
.hx-chip .hx-chip-ic { width:34px; height:34px; border-radius:10px; display:grid; place-items:center; color:#fff; }
.hx-chip-1 { top: 6%; right: -4%; animation: hx-float 7s ease-in-out infinite; }
.hx-chip-1 .hx-chip-ic { background: var(--blue); }
.hx-chip-2 { bottom: 8%; left: -6%; animation: hx-float 8s ease-in-out infinite reverse; }
.hx-chip-2 .hx-chip-ic { background: var(--accent); }

@keyframes hx-float { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-12px); } }
@media (prefers-reduced-motion: reduce){ .hx-blob,.hx-chip-1,.hx-chip-2{ animation:none; } }

/* ---------- Marquee / trust strip ---------- */
.hx-marquee { border-block: 1px solid var(--line); background: #fff; padding: 22px 0; }
.hx-marquee-inner {
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap: 14px 38px;
}
.hx-marquee b { color: var(--ink); font-weight: 800; font-size: 15px; letter-spacing:.04em; }
.hx-marquee span { color: var(--muted); font-weight: 600; font-size: 15px; display:inline-flex; align-items:center; gap:8px; }
.hx-marquee span::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--accent); }

/* ---------- Services ---------- */
.hx-svc-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.hx-svc {
  position: relative; background:#fff; border:1px solid var(--line);
  border-radius: var(--radius-lg); padding: 34px 28px 30px; overflow:hidden;
  transition: transform .2s ease, box-shadow .2s ease; box-shadow: var(--shadow-sm);
}
.hx-svc::before { content:""; position:absolute; inset:0 0 auto 0; height:5px;
  background: linear-gradient(90deg, var(--blue), var(--accent)); }
.hx-svc:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.hx-svc-num { font-size:13px; font-weight:800; color:var(--accent); letter-spacing:.1em; }
.hx-svc-ic { width:56px; height:56px; border-radius:16px; display:grid; place-items:center;
  background: var(--blue-soft); color: var(--blue-dark); margin:16px 0 18px; }
.hx-svc h3 { font-size:22px; margin:0 0 10px; }
.hx-svc p { color:var(--muted); margin:0 0 18px; }
.hx-svc ul { list-style:none; margin:0 0 22px; padding:0; display:grid; gap:9px; }
.hx-svc li { display:flex; gap:9px; align-items:flex-start; color:var(--ink-2); font-size:14.5px; }
.hx-svc li svg { flex:none; color:var(--blue); margin-top:2px; }
.hx-svc-link { font-weight:700; color:var(--blue-dark); display:inline-flex; gap:6px; align-items:center; }
.hx-svc-link:hover { color:var(--accent); }

/* ---------- Impact band ---------- */
.hx-impact {
  background: linear-gradient(120deg, var(--blue-dark) 0%, var(--blue) 50%, var(--accent) 130%);
  color:#fff;
}
.hx-impact .hx-head h2 { color:#fff; }
.hx-impact .hx-head p { color: rgba(255,255,255,.85); }
.hx-impact .hx-eyebrow { background: rgba(255,255,255,.16); color:#fff; }
.hx-stat-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.hx-stat { text-align:center; padding: 10px; }
.hx-stat b { display:block; font-size: clamp(34px,4.4vw,52px); line-height:1; font-weight:800;
  font-family:'Plus Jakarta Sans','Inter',sans-serif; }
.hx-stat span { display:block; margin-top:10px; color:rgba(255,255,255,.82); font-size:14.5px; }

/* ---------- Story / brothers ---------- */
.hx-story-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items:center; }
.hx-portrait {
  position:relative; border-radius: var(--radius-lg); padding: 30px;
  background: linear-gradient(150deg, var(--blue-soft), #fff);
  border:1px solid var(--line); box-shadow: var(--shadow-md);
}
.hx-avatars { display:flex; justify-content:center; gap:-10px; margin-bottom:18px; }
.hx-av {
  width:92px; height:92px; border-radius:50%; display:grid; place-items:center;
  color:#fff; font-weight:800; font-size:30px; border:4px solid #fff; box-shadow: var(--shadow-sm);
  font-family:'Plus Jakarta Sans',sans-serif; margin-left:-16px;
}
.hx-av:first-child{ margin-left:0; }
.hx-av-1{ background: linear-gradient(135deg,var(--blue),var(--blue-dark)); }
.hx-av-2{ background: linear-gradient(135deg,var(--accent),var(--accent-dark)); }
.hx-av-3{ background: linear-gradient(135deg,var(--blue-dark),var(--accent)); }
.hx-portrait p.hx-port-cap { text-align:center; color:var(--muted); font-weight:600; margin:0; }
.hx-story h2 { font-size: clamp(28px,3.6vw,42px); line-height:1.1; margin:16px 0 16px; }
.hx-story > div > p { color:var(--muted); font-size:17px; margin:0 0 14px; }
.hx-values { list-style:none; margin:22px 0 0; padding:0; display:grid; gap:16px; }
.hx-values li { display:flex; gap:14px; align-items:flex-start; }
.hx-values .hx-v-ic { flex:none; width:40px; height:40px; border-radius:11px; display:grid; place-items:center;
  background:var(--blue-soft); color:var(--blue-dark); }
.hx-values b { display:block; font-size:16px; }
.hx-values span { color:var(--muted); font-size:14.5px; }

/* ---------- Process ---------- */
.hx-steps { display:grid; grid-template-columns: repeat(4,1fr); gap: 22px; position:relative; }
.hx-step { background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  padding:26px 22px; box-shadow:var(--shadow-sm); }
.hx-step-n { width:44px; height:44px; border-radius:50%; display:grid; place-items:center;
  background:var(--blue); color:#fff; font-weight:800; margin-bottom:16px; }
.hx-step:nth-child(2) .hx-step-n{ background: color-mix(in srgb, var(--blue) 70%, var(--accent)); }
.hx-step:nth-child(3) .hx-step-n{ background: color-mix(in srgb, var(--blue) 40%, var(--accent)); }
.hx-step:nth-child(4) .hx-step-n{ background:var(--accent); }
.hx-step h3 { font-size:18px; margin:0 0 8px; }
.hx-step p { color:var(--muted); font-size:14.5px; margin:0; }

/* ---------- Pricing ---------- */
.hx-price-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:24px; align-items:stretch; }
.hx-plan { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:32px 28px; display:flex; flex-direction:column; box-shadow:var(--shadow-sm); }
.hx-plan.featured { border-color: transparent; box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg,#fff, var(--blue-soft)); position:relative; transform: translateY(-6px); }
.hx-plan-badge { position:absolute; top:-12px; left:50%; transform:translateX(-50%);
  background:var(--accent); color:#fff; font-weight:700; font-size:12px; padding:6px 14px; border-radius:999px; }
.hx-plan h3 { font-size:20px; margin:0 0 4px; }
.hx-plan .hx-price { font-size:34px; font-weight:800; color:var(--ink);
  font-family:'Plus Jakarta Sans',sans-serif; }
.hx-plan .hx-price small { font-size:14px; font-weight:600; color:var(--muted); }
.hx-plan .hx-plan-sub { color:var(--muted); font-size:14px; margin:8px 0 18px; }
.hx-plan ul { list-style:none; margin:0 0 24px; padding:0; display:grid; gap:11px; }
.hx-plan li { display:flex; gap:9px; align-items:flex-start; font-size:14.5px; color:var(--ink-2); }
.hx-plan li svg { flex:none; color:var(--blue); margin-top:2px; }
.hx-plan .btn { margin-top:auto; }

/* ---------- Testimonial ---------- */
.hx-quote-wrap { max-width: 860px; margin:0 auto; text-align:center; }
.hx-quote-mark { font-size:64px; line-height:.5; color:var(--accent); font-family:Georgia,serif; }
.hx-quote { font-size: clamp(22px,2.6vw,32px); line-height:1.3; font-weight:600;
  color:var(--ink); margin:18px 0 28px; }
.hx-quote-by { display:flex; align-items:center; justify-content:center; gap:14px; }
.hx-quote-by .hx-av { width:54px; height:54px; font-size:18px; margin:0; }
.hx-quote-by b { display:block; }
.hx-quote-by span { color:var(--muted); font-size:14px; }

/* ---------- Contact CTA ---------- */
.hx-contact { background: var(--ink); color:#fff; }
.hx-contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items:start; }
.hx-contact h2 { font-size: clamp(30px,4vw,46px); line-height:1.05; margin:14px 0 16px; color:#fff; }
.hx-contact .hx-eyebrow { background: rgba(255,255,255,.14); color:#fff; }
.hx-contact-lede { color: rgba(255,255,255,.78); font-size:18px; max-width:440px; }
.hx-contact-list { list-style:none; padding:0; margin:30px 0 0; display:grid; gap:18px; }
.hx-contact-list li { display:flex; gap:14px; align-items:center; color:rgba(255,255,255,.9); }
.hx-contact-list .hx-ci { width:44px;height:44px;border-radius:12px;display:grid;place-items:center;
  background:rgba(255,255,255,.1); color:var(--accent); flex:none; }
.hx-contact-list a { color:#fff; }
.hx-contact-list small { display:block; color:rgba(255,255,255,.6); font-size:12.5px; }

.hx-form { background:#fff; border-radius:var(--radius-lg); padding:30px; box-shadow:var(--shadow-lg); }
.hx-form .cf-field { margin-bottom:16px; }
.hx-form label.hx-flabel { display:block; font-weight:600; font-size:14px; color:var(--ink); margin-bottom:6px; }
.hx-form input, .hx-form textarea {
  width:100%; border:1px solid var(--line); border-radius:12px; padding:13px 15px;
  font:inherit; color:var(--ink); background:#fff; transition:border-color .15s, box-shadow .15s;
}
.hx-form input:focus, .hx-form textarea:focus {
  outline:none; border-color:var(--blue); box-shadow:0 0 0 3px var(--blue-soft);
}
.hx-form .cf-field[data-invalid] input, .hx-form .cf-field[data-invalid] textarea { border-color:#e0533b; }
.hx-form .cf-error { color:#c0392b; font-size:12.5px; margin-top:5px; display:block; }
.hx-form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.hx-chips { display:flex; flex-wrap:wrap; gap:8px; }
.hx-chips label { display:inline-flex; align-items:center; gap:7px; border:1px solid var(--line);
  border-radius:999px; padding:8px 13px; font-size:13.5px; cursor:pointer; color:var(--ink-2); }
.hx-chips input { width:auto; accent-color:var(--blue); }
.hx-chips label:hover { border-color:var(--blue); }
.hx-form .cf-submit { width:100%; margin-top:6px; }
.hx-form .cf-success { margin-top:14px; background:var(--blue-soft); color:var(--blue-dark);
  padding:14px 16px; border-radius:12px; font-weight:600; text-align:center; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hx-hero-grid, .hx-story-grid, .hx-contact-grid { grid-template-columns:1fr; gap:40px; }
  .hx-hero-visual { min-height: 360px; order:-1; }
  .hx-svc-grid, .hx-price-grid { grid-template-columns:1fr; }
  .hx-stat-grid { grid-template-columns: repeat(2,1fr); gap:30px; }
  .hx-steps { grid-template-columns: repeat(2,1fr); }
  .hx-plan.featured { transform:none; }
}
@media (max-width: 540px) {
  .hx-section { padding:64px 0; }
  .hx-form-row { grid-template-columns:1fr; }
  .hx-stat-grid { grid-template-columns:1fr 1fr; }
}

/* ============================================================
   Shared inner-page building blocks (services, packages, how, faq,
   contact). Reuse the hx- vocabulary so every page matches home.
   ============================================================ */

/* Inner-page hero / header */
.hx-page-hero {
  position: relative; padding: 80px 0 64px; text-align: center; overflow: hidden;
  background:
    radial-gradient(900px 420px at 80% -20%, rgba(201, 155, 214,.14), transparent 60%),
    radial-gradient(800px 420px at 0% 0%, rgba(138, 79, 158,.16), transparent 55%),
    linear-gradient(180deg, #efe9db, var(--bg));
}
.hx-page-hero h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.04; margin: 18px auto 16px; max-width: 14ch; letter-spacing:-.02em; }
.hx-page-hero p { font-size: clamp(17px,1.6vw,20px); color: var(--muted); max-width: 640px; margin: 0 auto; }
.hx-page-hero .hx-cta-row { justify-content: center; }

/* Alternating feature rows (used on Services for detail) */
.hx-feature { display:grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items:center; }
.hx-feature + .hx-feature { margin-top: 72px; }
.hx-feature:nth-child(even) .hx-feature-media { order: -1; }
.hx-feature h3 { font-size: clamp(24px,3vw,34px); line-height:1.1; margin: 14px 0 14px; }
.hx-feature p { color: var(--muted); font-size:17px; margin:0 0 18px; }
.hx-feature ul { list-style:none; margin:0; padding:0; display:grid; gap:11px; }
.hx-feature li { display:flex; gap:10px; align-items:flex-start; color:var(--ink-2); }
.hx-feature li svg { flex:none; color:var(--blue); margin-top:3px; }
.hx-feature-media {
  border-radius: var(--radius-lg); min-height: 280px; padding: 28px;
  background: linear-gradient(150deg, var(--blue-soft), #fff);
  border:1px solid var(--line); box-shadow: var(--shadow-md);
  display:grid; place-items:center;
}
.hx-feature-media .hx-fm-ic { width:96px; height:96px; border-radius:26px; display:grid; place-items:center;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color:#fff; box-shadow: var(--shadow-md); }
.hx-feature-media.alt .hx-fm-ic { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); }

/* FAQ accordion */
.hx-faq { max-width: 800px; margin: 0 auto; display:grid; gap: 14px; }
.hx-faq details {
  background:#fff; border:1px solid var(--line); border-radius: var(--radius);
  padding: 4px 22px; box-shadow: var(--shadow-sm);
}
.hx-faq summary {
  list-style:none; cursor:pointer; font-weight:700; font-size:17px; color:var(--ink);
  padding: 18px 0; display:flex; justify-content:space-between; align-items:center; gap:16px;
}
.hx-faq summary::-webkit-details-marker { display:none; }
.hx-faq summary::after { content:"+"; font-size:24px; color:var(--accent); font-weight:600; line-height:1; }
.hx-faq details[open] summary::after { content:"–"; }
.hx-faq details[open] summary { padding-bottom: 8px; }
.hx-faq p { margin: 0 0 20px; color: var(--muted); font-size:15.5px; line-height:1.6; }

/* Centered CTA band (sand) */
.hx-cta-band { text-align:center; }
.hx-cta-band-inner {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 55%, var(--accent) 130%);
  color:#fff; border-radius: var(--radius-lg); padding: 56px 32px; box-shadow: var(--shadow-lg);
}
.hx-cta-band-inner h2 { color:#fff; font-size: clamp(26px,3.4vw,40px); margin:0 0 12px; }
.hx-cta-band-inner p { color: rgba(255,255,255,.85); font-size:18px; max-width:520px; margin:0 auto 26px; }
.hx-cta-band-inner .btn-ghost { background: rgba(255,255,255,.12); color:#fff; border-color: rgba(255,255,255,.3); }

@media (max-width: 860px){ .hx-feature { grid-template-columns:1fr; gap:28px; } .hx-feature:nth-child(even) .hx-feature-media{ order:0; } }

/* Pricing plan intro note (above the feature list) */
.hx-plan-note { font-size:13.5px; color:var(--muted); margin:0 0 14px; line-height:1.5; }
.hx-plan-note strong { color:var(--ink); }

/* ============================================================
   Booking (booking.html) + services listing (services.html)
   ============================================================ */
.ord-grid { display:grid; grid-template-columns: 1.6fr .9fr; gap: 40px; align-items:start; }
.ord-menu { display:grid; gap: 40px; }
.ord-cat h2 { font-size: clamp(22px,3vw,30px); margin:0 0 4px; display:flex; align-items:center; gap:12px; }
.ord-cat-note { color:var(--muted); font-size:14.5px; margin:0 0 18px; }
.ord-list { display:grid; gap:12px; }
.ord-item {
  display:flex; gap:16px; align-items:flex-start; justify-content:space-between;
  background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  padding:18px 20px; box-shadow:var(--shadow-sm);
}
.ord-item-main { min-width:0; }
.ord-item h3 { font-size:17px; margin:0 0 4px; }
.ord-item p { color:var(--muted); font-size:14px; margin:0; line-height:1.5; }
.ord-item-tags { margin-top:8px; display:flex; flex-wrap:wrap; gap:6px; }
.ord-tag { font-size:11.5px; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
  color:var(--blue-dark); background:var(--blue-soft); border-radius:999px; padding:3px 9px; }
.ord-item-side { text-align:right; flex:none; display:flex; flex-direction:column; align-items:flex-end; gap:10px; }
.ord-price { font-weight:800; font-family:'Plus Jakarta Sans',sans-serif; color:var(--ink); font-size:17px; }
.ord-add {
  border:1px solid var(--blue); color:var(--blue); background:#fff; font-weight:700; font-size:13.5px;
  border-radius:999px; padding:8px 16px; transition:background .15s, color .15s, transform .15s;
}
.ord-add:hover { background:var(--blue); color:#fff; transform:translateY(-1px); }
.ord-add.added { background:var(--blue); color:#fff; }

/* Cart */
.ord-cart {
  position:sticky; top:96px; background:#fff; border:1px solid var(--line);
  border-radius:var(--radius-lg); box-shadow:var(--shadow-md); padding:24px; display:grid; gap:16px;
}
.ord-cart h2 { font-size:20px; margin:0; display:flex; align-items:center; justify-content:space-between; }
.ord-cart-count { font-size:13px; font-weight:700; color:#fff; background:var(--accent); border-radius:999px; padding:3px 10px; }
.ord-cart-empty { color:var(--muted); font-size:14.5px; text-align:center; padding:18px 0; }
.ord-lines { display:grid; gap:12px; margin:0; padding:0; list-style:none; }
.ord-line { display:grid; grid-template-columns:1fr auto; gap:8px 10px; align-items:center;
  border-bottom:1px solid var(--line); padding-bottom:12px; }
.ord-line:last-child { border-bottom:0; padding-bottom:0; }
.ord-line-name { font-weight:600; font-size:14.5px; }
.ord-line-price { font-weight:700; font-size:14px; color:var(--ink); white-space:nowrap; }
.ord-qty { display:inline-flex; align-items:center; gap:10px; }
.ord-qty button { width:26px; height:26px; border-radius:8px; border:1px solid var(--line);
  background:#fff; font-weight:800; line-height:1; color:var(--blue); }
.ord-qty button:hover { border-color:var(--blue); }
.ord-qty span { min-width:18px; text-align:center; font-weight:700; font-size:14px; }
.ord-totals { display:grid; gap:6px; border-top:1px solid var(--line); padding-top:14px; font-size:14px; }
.ord-totals .row { display:flex; justify-content:space-between; color:var(--muted); }
.ord-totals .grand { color:var(--ink); font-weight:800; font-size:18px; font-family:'Plus Jakarta Sans',sans-serif; }
.ord-fields { display:grid; gap:12px; }
.ord-fields label { display:block; font-weight:600; font-size:13.5px; margin-bottom:5px; }
.ord-fields input, .ord-fields select, .ord-fields textarea {
  width:100%; border:1px solid var(--line); border-radius:12px; padding:11px 13px; font:inherit; color:var(--ink); background:#fff;
}
.ord-fields input:focus, .ord-fields select:focus, .ord-fields textarea:focus {
  outline:none; border-color:var(--blue); box-shadow:0 0 0 3px var(--blue-soft);
}
.ord-row2 { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.ord-note { font-size:12px; color:var(--muted); margin:0; }
.ord-success { background:var(--blue-soft); color:var(--blue-dark); padding:14px 16px; border-radius:12px; font-weight:600; text-align:center; }

@media (max-width: 900px) {
  .ord-grid { grid-template-columns:1fr; }
  .ord-cart { position:static; order:-1; }
}
