/* HOSTINS — Marcenaria Fina
   Vestuário e acessórios com linguagem de gabinete: noz, carvalho, linho, grafite. */
:root {
  --walnut: #3d2914;
  --walnut-mid: #5c3d22;
  --oak: #d9cbb6;
  --oak-deep: #c4b49a;
  --linen: #6e7f6b;
  --linen-soft: #8a9887;
  --graphite: #1c1917;
  --paper: #f6f1e8;
  --paper-deep: #ebe3d4;
  --paper-line: #e0d6c4;
  --handle: #cbb089;
  --danger: #7a2e24;
  --radius: 2px;
  --max: 1180px;
  --header-h: 4.4rem;
  --font-display: "Newsreader", "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --font-body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--graphite);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.6rem;
}

h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.25rem); }
h3 { font-size: 1.2rem; }

p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; }

.hidden,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 80;
  top: 0.6rem;
  left: 0.6rem;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  padding: 0.55rem 0.9rem;
  background: var(--walnut);
  color: var(--paper);
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Hairline graphite rule */
.rule {
  height: 1px;
  background: var(--graphite);
  opacity: 0.18;
  border: 0;
  margin: 0;
}

.rule-wrap { padding: 0; }

/* Folding-rule ticks */
.ruler {
  display: flex;
  align-items: flex-end;
  height: 16px;
  gap: 0;
  opacity: 0.45;
}
.ruler span {
  display: block;
  width: 1px;
  background: var(--graphite);
  margin-right: 7px;
  height: 8px;
}
.ruler span:nth-child(5n) { height: 14px; }

/* Header — cabinet stamp */
#site-header { position: sticky; top: 0; z-index: 40; }

.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--graphite);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-h);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  width: 36px;
  height: 36px;
  flex: none;
  background: var(--walnut);
  color: var(--oak);
  display: grid;
  place-items: center;
  position: relative;
}
.brand-mark::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  height: 7px;
  background:
    repeating-linear-gradient(90deg, rgba(217, 203, 182, 0.35) 0 1px, transparent 1px 3px),
    var(--walnut-mid);
}
.brand-mark .knob-mini {
  position: absolute;
  top: 6.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--oak);
  box-shadow: inset 0 0 0 1.4px var(--walnut);
}
.brand-mark strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: 0.04em;
}

.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}
.brand-tag {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--linen);
  margin-top: 0.2rem;
}

.main-nav { margin-left: auto; }
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 0.15rem;
}
.main-nav a {
  display: inline-block;
  padding: 0.45rem 0.7rem;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.main-nav a:hover { border-bottom-color: var(--oak-deep); }
.main-nav a[aria-current="page"] {
  border-bottom-color: var(--walnut);
  color: var(--walnut);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--graphite);
  background: var(--paper);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.cart-link svg { width: 22px; height: 22px; }
.cart-badge {
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.28rem;
  background: var(--walnut);
  color: var(--paper);
  font-size: 0.68rem;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--graphite);
  background: var(--paper);
  padding: 0;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--graphite);
  margin: 5px auto;
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-h);
    background: var(--paper);
    border-bottom: 1px solid var(--graphite);
    margin: 0;
    padding: 0.6rem 1rem 1rem;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; }
  .cart-link-text { display: none; }
  .header-inner { position: relative; }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--walnut);
  color: var(--paper);
  border: 1px solid var(--walnut);
  padding: 0.78rem 1.25rem;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.92rem;
}
.btn:hover { background: var(--walnut-mid); }
.btn-ghost {
  background: transparent;
  color: var(--graphite);
  border-color: var(--graphite);
}
.btn-ghost:hover { background: var(--oak); }
.btn-linen {
  background: var(--linen);
  border-color: var(--linen);
  color: var(--paper);
}
.btn-block { width: 100%; }
.btn-sm { padding: 0.5rem 0.85rem; font-size: 0.82rem; }

/* Hero — walnut slab + portrait */
.encaixe {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--graphite);
}
.encaixe-slab {
  background: var(--walnut);
  color: var(--paper);
  padding: 2.4rem 0 2.2rem;
  position: relative;
  overflow: hidden;
}
.encaixe-slab::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(217, 203, 182, 0.07) 0 1px,
      transparent 1px 11px
    );
  pointer-events: none;
}
.encaixe-inner { position: relative; }
.esquadro {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--linen-soft);
  margin-bottom: 1rem;
}
.encaixe-slab .esquadro { color: var(--oak); }
.esquadro::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.encaixe h1 { color: var(--paper); max-width: 14ch; }
.encaixe h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--oak);
}
.lead {
  max-width: 38rem;
  font-size: 1.05rem;
  opacity: 0.92;
}
.encaixe-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin: 1.4rem 0 1.6rem; }
.encaixe .btn-ghost {
  color: var(--paper);
  border-color: var(--oak);
}
.encaixe .btn-ghost:hover {
  background: var(--walnut-mid);
  color: var(--paper);
}
.encaixe-note {
  font-size: 0.88rem;
  color: var(--oak);
  max-width: 32rem;
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
}
.encaixe-media {
  min-height: 280px;
  background: var(--graphite);
}
.encaixe-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
  max-height: 560px;
}

@media (min-width: 860px) {
  .encaixe {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    min-height: 78vh;
  }
  .encaixe-slab {
    display: flex;
    align-items: center;
    padding: 4rem 0;
  }
  .encaixe-media img {
    min-height: 78vh;
    max-height: none;
    height: 78vh;
  }
}

/* Sections */
.section { padding: 3.4rem 0; }
.section-tight { padding: 2.4rem 0 3.2rem; }
.section-oak { background: var(--oak); }
.section-linen { background: var(--linen); color: var(--paper); }
.section-linen .esquadro { color: var(--oak); }
.section-linen a { color: var(--paper); }

.sec-kicker {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.sec-kicker .line {
  flex: 1;
  height: 1px;
  background: var(--graphite);
  opacity: 0.2;
}
.sec-copy { max-width: 40rem; color: #3f3a34; margin-bottom: 1.8rem; }

/* Drawer product cards */
.drawer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .drawer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
  .drawer-grid { grid-template-columns: repeat(4, 1fr); }
  .drawer-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
}

.drawer {
  background: var(--paper);
  border: 1px solid var(--graphite);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.drawer-face {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.drawer-rail {
  display: block;
  height: 28px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(28, 25, 23, 0.18) 0 1px,
      transparent 1px 5px
    ),
    linear-gradient(180deg, #6a4528 0%, var(--walnut) 55%, #2d1d0e 100%);
  position: relative;
}
.knob {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  margin: -4.5px 0 0 -4.5px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f0e2c8, var(--handle) 45%, #8a6a3e);
  box-shadow: 0 0 0 1px rgba(28, 25, 23, 0.35);
}
.drawer-media {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--paper-deep);
}
.drawer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drawer-body {
  padding: 0.95rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
  border-top: 1px solid var(--graphite);
}
.drawer-cat {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--linen);
  font-weight: 600;
}
.drawer-body h3 { font-size: 1.15rem; margin: 0; }
.drawer-body h3 a { text-decoration: none; }
.drawer-body h3 a:hover { color: var(--walnut); }
.drawer-desc {
  font-size: 0.86rem;
  color: #4a453e;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.drawer-price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  margin-top: auto;
  padding-top: 0.4rem;
}
.center-action { text-align: center; margin-top: 2.2rem; }

/* Atelier band — image + copy like a cabinet door */
.bancada {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--graphite);
  border-bottom: 1px solid var(--graphite);
}
.bancada-media { min-height: 260px; background: var(--graphite); }
.bancada-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 260px;
  max-height: 480px;
}
.bancada-copy {
  padding: 2.4rem 0;
  background: var(--paper-deep);
}
@media (min-width: 860px) {
  .bancada { grid-template-columns: 1fr 1fr; }
  .bancada-media img { min-height: 100%; max-height: none; height: 100%; }
  .bancada-copy { display: flex; align-items: center; }
}

/* Values as cabinet doors */
.porta-grid {
  display: grid;
  gap: 1px;
  background: var(--graphite);
  border: 1px solid var(--graphite);
}
@media (min-width: 760px) {
  .porta-grid { grid-template-columns: repeat(3, 1fr); }
}
.porta {
  background: var(--paper);
  padding: 1.6rem 1.3rem 1.7rem;
}
.porta-num {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--linen);
  font-weight: 600;
  display: block;
  margin-bottom: 0.7rem;
}
.porta p { margin: 0; font-size: 0.95rem; color: #3f3a34; }

/* Quote slab */
.citacao {
  padding: 3.2rem 0;
  background: var(--walnut);
  color: var(--oak);
  text-align: center;
}
.citacao blockquote {
  margin: 0 auto;
  max-width: 38rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
}
.citacao cite {
  display: block;
  margin-top: 1.1rem;
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--linen-soft);
}

/* Category tiles */
.cat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--graphite);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  background: var(--paper);
}
.cat-chip:hover { background: var(--oak); }
.cat-chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--walnut);
  box-shadow: inset 0 0 0 2px var(--paper), 0 0 0 1px var(--walnut);
  font-style: normal;
}

/* Filters */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.6rem;
}
.filter-btn {
  border: 1px solid var(--graphite);
  background: var(--paper);
  padding: 0.42rem 0.8rem;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
}
.filter-btn[aria-pressed="true"] {
  background: var(--walnut);
  color: var(--paper);
  border-color: var(--walnut);
}

/* Product detail */
.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.85rem;
  margin-bottom: 1.4rem;
}
.crumbs a { text-decoration: none; border-bottom: 1px solid var(--oak-deep); }
.crumbs .sep { opacity: 0.4; }

.prod-split {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 860px) {
  .prod-split { grid-template-columns: 1.05fr 0.95fr; align-items: start; }
}
.prod-frame {
  border: 1px solid var(--graphite);
  background: var(--paper);
}
.prod-frame .drawer-rail { height: 32px; }
.prod-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.prod-info .price {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0.4rem 0 1rem;
}
.size-label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.45rem;
}
.size-select { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1rem; }
.size-opt {
  min-width: 3rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--graphite);
  background: var(--paper);
  cursor: pointer;
}
.size-opt.selected {
  background: var(--walnut);
  color: var(--paper);
}
.prod-meta {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--graphite);
}
.prod-meta ul { list-style: none; }
.prod-meta li {
  padding: 0.35rem 0 0.35rem 1rem;
  position: relative;
  font-size: 0.92rem;
}
.prod-meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 7px;
  height: 1px;
  background: var(--linen);
}

.hint { font-size: 0.82rem; color: #5a554e; margin: 0.45rem 0 0; }

/* Cart */
.cart-layout,
.checkout-layout,
.contact-layout {
  display: grid;
  gap: 1.4rem;
}
@media (min-width: 900px) {
  .cart-layout,
  .checkout-layout { grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.7fr); align-items: start; }
  .contact-layout { grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.7fr); align-items: start; }
}

.panel {
  border: 1px solid var(--graphite);
  background: var(--paper);
}
.panel-pad { padding: 1.15rem 1.2rem 1.3rem; }
.panel-title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.panel-title .num {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  background: var(--walnut);
  color: var(--oak);
  font-size: 0.75rem;
  letter-spacing: 0;
  font-family: var(--font-body);
  font-weight: 700;
}

.cart-list { display: flex; flex-direction: column; }
.cart-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0.85rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--graphite);
}
.cart-item:first-child { padding-top: 0; }
.cart-item img {
  width: 88px;
  height: 110px;
  object-fit: cover;
  border: 1px solid var(--graphite);
}
.ci-name { font-weight: 600; margin: 0 0 0.2rem; font-family: var(--font-display); }
.ci-meta, .ci-price { margin: 0; font-size: 0.88rem; }
.cart-item-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (min-width: 560px) {
  .cart-item { grid-template-columns: 88px 1fr auto; }
  .cart-item-actions { grid-column: auto; flex-direction: column; align-items: flex-end; }
}

.qty {
  display: inline-flex;
  border: 1px solid var(--graphite);
}
.qty button {
  width: 2rem;
  height: 2rem;
  border: 0;
  background: var(--oak);
  cursor: pointer;
}
.qty-val {
  min-width: 2rem;
  display: grid;
  place-items: center;
  font-weight: 600;
}
.remove-link {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.82rem;
  color: var(--danger);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--paper-line);
  font-size: 0.92rem;
}
.summary-row.total {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 0;
  padding-top: 0.8rem;
}
.summary-note { font-size: 0.82rem; color: #5a554e; margin: 0.8rem 0 0; }

.empty-state {
  text-align: center;
  padding: 2.4rem 1rem;
  border: 1px solid var(--graphite);
}
.empty-drawer {
  width: 72px;
  height: 56px;
  margin: 0 auto 1rem;
  background: var(--walnut);
  position: relative;
}
.empty-drawer::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 14px;
  background: var(--walnut-mid);
}
.empty-drawer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: var(--oak);
}

/* Forms */
.checkout-form,
.contact-form { display: flex; flex-direction: column; gap: 1rem; }

.form-group { margin-bottom: 0.85rem; }
.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.form-row { display: grid; gap: 0.8rem; }
@media (min-width: 560px) {
  .form-row-2 { grid-template-columns: 1fr 1fr; }
  .form-row-3 { grid-template-columns: 1fr 1fr 1fr; }
}

.field {
  width: 100%;
  background: var(--paper);
  border: 1px solid var(--graphite);
  padding: 0.65rem 0.75rem;
  border-radius: var(--radius);
}
.field:focus {
  outline: 2px solid var(--linen);
  outline-offset: 1px;
}
textarea.field { min-height: 8rem; resize: vertical; }

.checkbox-line {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.86rem;
  margin: 0.7rem 0;
  line-height: 1.45;
}
.checkbox-line.full { width: 100%; }
.checkbox-line input { margin-top: 0.25rem; flex: none; }
.checkbox-line a { color: var(--walnut); }

.form-hint { font-size: 0.78rem; color: #5a554e; margin: 0.3rem 0 0; }
.form-note { font-size: 0.92rem; }

.form-feedback {
  display: none;
  margin-top: 0.9rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--linen);
  background: #eef1ea;
  font-size: 0.9rem;
}
.form-feedback.show { display: block; }

.pay-opts { display: flex; flex-direction: column; gap: 0.55rem; }
.pay-opt {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  border: 1px solid var(--graphite);
  padding: 0.8rem 0.9rem;
  cursor: pointer;
}
.pay-opt:has(input:checked) { background: var(--oak); }
.pay-opt strong { display: block; font-family: var(--font-display); }
.pay-opt span span { display: block; font-size: 0.85rem; color: #4a453e; }

.news-form form {
  display: grid;
  gap: 0.65rem;
}
.news-form .field { grid-column: 1 / -1; }
@media (min-width: 420px) {
  .news-form form {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
  .news-form .field { grid-column: auto; }
  .news-form .checkbox-line.full { grid-column: 1 / -1; }
}

/* Aside cards */
.contact-aside { display: flex; flex-direction: column; gap: 1rem; }
.contact-aside ul { list-style: none; }
.contact-aside li { padding: 0.35rem 0; }

/* Legal */
.legal-page { max-width: 46rem; }
.legal-page h2 { margin-top: 1.8rem; }
.legal-page ul { padding-left: 1.15rem; margin: 0 0 1rem; }
.legal-page li { margin-bottom: 0.35rem; }
.updated { font-size: 0.85rem; color: #5a554e; }
.box-stamp {
  border: 1px solid var(--graphite);
  padding: 1rem 1.1rem;
  margin: 1.2rem 0;
  background: var(--paper-deep);
}
.box-stamp p { margin: 0.25rem 0; }

/* Sobre */
.sobre-hero {
  background: var(--walnut);
  color: var(--paper);
  padding: 3.2rem 0 2.8rem;
  border-bottom: 1px solid var(--graphite);
}
.sobre-hero .esquadro { color: var(--oak); }
.sobre-hero h1 { color: var(--paper); }
.passos { display: grid; gap: 1px; background: var(--graphite); border: 1px solid var(--graphite); }
@media (min-width: 760px) { .passos { grid-template-columns: repeat(4, 1fr); } }
.passo {
  background: var(--paper);
  padding: 1.3rem 1.1rem 1.4rem;
}
.passo h3 { font-size: 1.05rem; }

/* Footer — workshop stamp */
.site-footer {
  border-top: 1px solid var(--graphite);
  background: var(--paper-deep);
  margin-top: 0;
}
.footer-ruler {
  padding: 0.55rem 0 0;
  border-bottom: 1px solid rgba(28, 25, 23, 0.15);
}
.footer-grid {
  display: grid;
  gap: 2rem;
  padding: 2.4rem 0 2rem;
}
@media (min-width: 800px) {
  .footer-grid { grid-template-columns: 1.2fr 0.7fr 1.1fr; }
}
.footer-title {
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 0.8rem;
}
.footer-links { list-style: none; }
.footer-links a {
  text-decoration: none;
  font-size: 0.92rem;
  display: inline-block;
  padding: 0.2rem 0;
  border-bottom: 1px solid transparent;
}
.footer-links a:hover { border-bottom-color: var(--walnut); }
.footer-bottom {
  border-top: 1px solid var(--graphite);
  padding: 1.1rem 0 1.4rem;
  font-size: 0.85rem;
}
.legal-name { font-weight: 700; margin-bottom: 0.25rem; }
.copyright { margin: 0.35rem 0 0; color: #5a554e; }
.domain { letter-spacing: 0.08em; }

/* Toast */
.toast-region {
  position: fixed;
  z-index: 90;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: min(22rem, calc(100% - 2rem));
}
.toast {
  background: var(--walnut);
  color: var(--paper);
  border: 1px solid var(--oak);
  padding: 0.75rem 0.9rem;
  display: flex;
  gap: 0.55rem;
  font-size: 0.88rem;
  box-shadow: 0 8px 24px rgba(28, 25, 23, 0.18);
}
.toast.out { opacity: 0; transform: translateY(6px); transition: 0.28s ease; }
.toast-ico {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--oak);
  color: var(--walnut);
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  flex: none;
}

.frete-faixa {
  border-top: 1px solid var(--graphite);
  padding: 1.6rem 0;
  background: var(--oak);
}
