/* shipping.html — extracted stylesheet */
:root {
  --ink: #1c1c1a;
  --ink-soft: #2d2d2a;
  --paper: #f4f1ea;
  --paper-warm: #ebe6db;
  --paper-cool: #ffffff;
  --accent: #c8553d;
  --accent-soft: #d8745e;
  --muted: #5e5b52;
  --rule: #d8d3c5;
}

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

body {
  font-family: 'Sohne', 'Inter', -apple-system, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.nav-bar {
  background: var(--ink);
  color: var(--paper);
  padding: 0.6rem 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav-bar-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar a { color: var(--paper); text-decoration: none; opacity: 0.85; }
.nav-bar a:hover { opacity: 1; }

.header {
  background: var(--paper);
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--rule);
}
.header-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
}
.logo-icon {
  width: 28px;
  height: 36px;
  border: 2px solid var(--ink);
  position: relative;
}
.logo-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: var(--ink);
}
.logo-text {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.logo-text .light { font-weight: 300; opacity: 0.6; }
.back-link {
  background: var(--ink);
  color: var(--paper);
  padding: 0.65rem 1.4rem;
  text-decoration: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: background 0.2s;
}
.back-link:hover { background: var(--accent); }

.hero {
  padding: 6rem 2rem 4rem;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.3rem;
}
.hero-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--accent);
  vertical-align: middle;
  margin-right: 0.8rem;
}
.hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 1.7rem;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-intro {
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 660px;
  line-height: 1.7;
}

.section {
  padding: 4rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.section-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.4rem;
}
.section h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
  line-height: 1.15;
}
.section h2 em { font-style: italic; color: var(--accent); }

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  margin-top: 2.5rem;
}
@media (max-width: 780px) {
  .detail-grid { grid-template-columns: 1fr; }
}
.detail-card {
  background: var(--paper);
  padding: 2rem 1.8rem;
}
.detail-card-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}
.detail-card h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  letter-spacing: -0.005em;
}
.detail-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.65;
}

.timeline {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-top: 2.5rem;
}
.timeline-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--rule);
}
.timeline-row:last-child { border-bottom: none; }
.timeline-step {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: 0.4rem;
}
.timeline-content h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 1.35rem;
  letter-spacing: -0.005em;
  margin-bottom: 0.6rem;
}
.timeline-content p {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.7;
}
@media (max-width: 780px) {
  .timeline-row { grid-template-columns: 1fr; gap: 0.8rem; }
}

.spec-list {
  margin-top: 2rem;
  border-top: 1px solid var(--rule);
}
.spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--rule);
  gap: 2rem;
}
.spec-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 0.2rem;
}
.spec-value {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 780px) {
  .spec-row { grid-template-columns: 1fr; gap: 0.3rem; }
}

.callout {
  background: var(--paper-warm);
  padding: 2.5rem 2rem;
  border-left: 3px solid var(--accent);
  margin-top: 2.5rem;
}
.callout-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}
.callout p {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.55;
  color: var(--ink-soft);
}

.cta-section {
  background: var(--ink);
  color: var(--paper);
  padding: 5rem 2rem;
  text-align: center;
}
.cta-content {
  max-width: 760px;
  margin: 0 auto;
}
.cta-section h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 1.2rem;
  color: var(--paper);
}
.cta-section h2 em { color: var(--accent-soft); }
.cta-section p {
  opacity: 0.85;
  font-size: 1.05rem;
  margin-bottom: 2.2rem;
  line-height: 1.65;
}
.cta-button {
  display: inline-block;
  background: var(--accent);
  color: var(--paper);
  padding: 1rem 2.5rem;
  text-decoration: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: background 0.2s;
}
.cta-button:hover { background: var(--accent-soft); }

.footer {
  background: var(--paper-warm);
  padding: 3rem 2rem 2rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer .accent { color: var(--accent); }
/* ============================================
   SHIPPING CALCULATOR
   ============================================ */
.calc-section {
  background: var(--paper-warm);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 4rem 0;
}

.calc-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.calc-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

.calc-section h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.calc-section h2 em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
}

.calc-intro {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 2.5rem;
  max-width: 600px;
}

.calc-form {
  background: var(--paper-cool);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr auto;
  gap: 1rem;
  align-items: end;
}

@media (max-width: 720px) {
  .calc-form {
    grid-template-columns: 1fr;
  }
}

.calc-field {
  display: flex;
  flex-direction: column;
}

.calc-field-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.calc-field select,
.calc-field input {
  font-family: 'Sohne', 'Inter', sans-serif;
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--rule);
  border-radius: 3px;
  background: var(--paper-cool);
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
}

.calc-field select:focus,
.calc-field input:focus {
  border-color: var(--accent);
}

.calc-btn {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.95rem 1.8rem;
  background: var(--ink);
  color: var(--paper);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s;
}

.calc-btn:hover { background: var(--accent); }
.calc-btn:disabled {
  background: var(--muted);
  cursor: wait;
}

.calc-result {
  margin-top: 1.5rem;
  padding: 1.5rem 1.75rem;
  background: var(--paper-cool);
  border-left: 3px solid var(--accent);
  border-radius: 2px;
  display: none;
}

.calc-result.show { display: block; }

.calc-result-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
}

.calc-result-range {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.1;
}

.calc-result-meta {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.calc-result-disclaimer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  line-height: 1.6;
}

.calc-error {
  margin-top: 1.5rem;
  padding: 1.25rem 1.75rem;
  background: #fdf4f0;
  border-left: 3px solid var(--accent);
  border-radius: 2px;
  font-size: 0.95rem;
  color: var(--ink-soft);
  display: none;
}

.calc-error.show { display: block; }

.calc-error a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
}
