@font-face { font-family: 'Cinzel'; src: url('fonts/font-1.ttf') format('truetype'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: 'Cinzel'; src: url('fonts/font-2.ttf') format('truetype'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: 'Cinzel'; src: url('fonts/font-3.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('fonts/font-4.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('fonts/font-5.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('fonts/font-6.ttf') format('truetype'); font-style: normal; font-weight: 900; font-display: swap; }

:root {
  --ink: #181715;
  --cream: #F4EBDD;
  --brass: #B08D57;
  --rust: #A4472F;
  --stone: #4A4640;
  --paper: #fbf5eb;
  --line: rgba(24, 23, 21, .18);
  --max: 1240px;
  --serif: 'Cinzel', Georgia, serif;
  --sans: 'Lato', Verdana, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .16; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }
.hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -4rem; background: var(--ink); color: var(--cream); padding: .65rem 1rem; z-index: 100; }
.skip-link:focus { top: 1rem; }
.site-header { position: relative; z-index: 20; background: var(--cream); border-bottom: 1px solid var(--ink); }
.header-inner { width: min(var(--max), calc(100% - 2rem)); margin: auto; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { text-decoration: none; display: inline-flex; align-items: baseline; gap: .6rem; letter-spacing: .08em; }
.brand-mark { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; }
.brand-sub { color: var(--rust); font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.nav-toggle { display: inline-flex; width: 42px; height: 42px; border: 1px solid var(--ink); background: transparent; color: var(--ink); align-items: center; justify-content: center; }
.nav-toggle svg, .icon svg, .btn svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: miter; }
.main-nav { display: none; }
.main-nav.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--ink); flex-direction: column; padding: .4rem 1rem 1rem; }
.main-nav a { padding: .8rem 0; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; text-decoration: none; border-bottom: 1px solid var(--line); }
.main-nav a:last-child { border-bottom: 0; }
.cart-link { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.cart-count { min-width: 1.35rem; height: 1.35rem; padding: 0 .25rem; background: var(--rust); color: var(--cream); display: inline-grid; place-items: center; font-size: .7rem; font-weight: 900; }
.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.section { padding: 4rem 0; }
.kicker { color: var(--rust); font-size: .68rem; text-transform: uppercase; letter-spacing: .2em; font-weight: 900; margin: 0 0 .8rem; }
.display { font-family: var(--serif); font-weight: 600; letter-spacing: .01em; line-height: 1.08; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.3rem, 9vw, 6.5rem); margin-bottom: 1.25rem; }
h2 { font-size: clamp(2rem, 4vw, 4rem); margin-bottom: 1rem; }
h3 { font-size: 1.1rem; margin-bottom: .45rem; }
.lede { max-width: 33rem; color: var(--stone); font-size: 1.07rem; }
.muted { color: var(--stone); }
.rule-title { display: flex; align-items: center; gap: 1rem; }
.rule-title::after { content: ''; height: 1px; background: var(--brass); flex: 1; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 48px; padding: .75rem 1rem; border: 1px solid var(--ink); background: var(--ink); color: var(--cream); text-transform: uppercase; letter-spacing: .11em; font-size: .7rem; font-weight: 900; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.btn:hover { background: var(--rust); border-color: var(--rust); transform: translateY(-2px); }
.btn.secondary { background: transparent; color: var(--ink); }
.btn.secondary:hover { color: var(--cream); }
.btn.brass { background: var(--brass); border-color: var(--brass); color: var(--ink); }
.btn.small { min-height: 40px; padding: .55rem .75rem; font-size: .64rem; }
.btn:disabled, .is-disabled { opacity: .45; pointer-events: none; }
.text-link { font-weight: 900; color: var(--rust); }
.hero { position: relative; min-height: 680px; overflow: hidden; background: var(--ink); color: var(--cream); }
.hero::before { content: ''; position: absolute; width: 70vw; height: 70vw; max-width: 760px; max-height: 760px; border: 1px solid rgba(176, 141, 87, .65); transform: rotate(45deg); right: -35vw; top: -13vw; }
.hero::after { content: ''; position: absolute; width: 82vw; height: 82vw; max-width: 900px; max-height: 900px; border: 1px solid rgba(244, 235, 221, .25); transform: rotate(45deg); left: -63vw; bottom: -50vw; }
.hero-media { position: absolute; inset: 0 0 0 28%; overflow: hidden; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: rgba(24, 23, 21, .38); border-left: 1px solid rgba(176,141,87,.65); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .9; }
.hero-content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; min-height: 680px; display: flex; align-items: center; }
.hero-copy { width: min(650px, 76%); margin-left: 2%; padding: 4rem 0; }
.hero h1 { max-width: 10ch; }
.hero .lede { color: rgba(244,235,221,.78); }
.hero-badge { position: absolute; z-index: 2; left: 1rem; bottom: 1.6rem; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: .22em; font-size: .63rem; color: var(--brass); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero .btn.secondary { color: var(--cream); border-color: var(--cream); }
.deco-line { height: 12px; border-top: 1px solid var(--brass); border-bottom: 1px solid var(--brass); position: relative; }
.deco-line::before, .deco-line::after { content: ''; position: absolute; width: 8px; height: 8px; background: var(--rust); transform: rotate(45deg); top: 1px; }
.deco-line::before { left: 10%; }
.deco-line::after { right: 10%; }
.feature-band { background: var(--ink); color: var(--cream); }
.feature-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
.feature-image { position: relative; padding: 1rem 1rem 1rem 0; }
.feature-image::before { content: ''; position: absolute; inset: 0 1rem 1rem 0; border: 1px solid var(--brass); transform: translate(1rem, 1rem); }
.feature-image img { position: relative; aspect-ratio: 4 / 5; width: 100%; object-fit: cover; }
.feature-copy { padding: 1rem 0; }
.feature-copy h2 { max-width: 11ch; }
.feature-copy p { color: rgba(244,235,221,.72); }
.catalog-head { padding: 4rem 0 2rem; border-bottom: 1px solid var(--line); }
.catalog-head-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.filters { display: flex; flex-wrap: wrap; align-items: end; gap: .8rem; padding: 1rem 0; }
.filter-group { display: grid; gap: .3rem; min-width: min(100%, 190px); }
.filter-group label, .field-label { font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.field, select, textarea { width: 100%; border: 1px solid var(--ink); border-radius: 0; background: rgba(255,255,255,.28); color: var(--ink); padding: .8rem .85rem; min-height: 48px; }
textarea { min-height: 150px; resize: vertical; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.product-card { min-width: 0; }
.product-card:nth-child(2n) { margin-top: 2rem; }
.product-image { position: relative; display: block; overflow: hidden; border: 1px solid var(--ink); background: var(--paper); aspect-ratio: 4 / 5; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-stamp { position: absolute; top: .6rem; left: .6rem; background: var(--rust); color: var(--cream); padding: .25rem .45rem; text-transform: uppercase; font-size: .58rem; letter-spacing: .1em; }
.product-info { padding: .75rem .1rem 0; }
.product-category { color: var(--rust); text-transform: uppercase; font-size: .63rem; letter-spacing: .15em; font-weight: 900; }
.product-name { font-family: var(--serif); font-size: 1rem; line-height: 1.25; margin: .2rem 0; }
.product-info-row { display: flex; justify-content: space-between; align-items: center; gap: .5rem; }
.product-quick { border: 0; background: transparent; color: var(--rust); padding: .2rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.product-quick svg { width: .85rem; height: .85rem; vertical-align: middle; }
.empty-state { grid-column: 1 / -1; border: 1px dashed var(--stone); padding: 2rem; color: var(--stone); }
.editorial { position: relative; padding: 4rem 0 6rem; }
.editorial-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.editorial-image { margin-left: 15%; border: 1px solid var(--ink); padding: .7rem; position: relative; }
.editorial-image::after { content: ''; position: absolute; width: 44%; height: 44%; border: 1px solid var(--rust); left: -12%; bottom: -9%; z-index: -1; }
.editorial-image img { aspect-ratio: 3 / 4; width: 100%; object-fit: cover; }
.editorial-copy { align-self: end; }
.editorial-copy h2 { max-width: 12ch; }
.page-intro { padding: 4rem 0 2.5rem; position: relative; }
.page-intro::after { content: ''; width: 72px; height: 72px; border: 1px solid var(--brass); transform: rotate(45deg); position: absolute; right: 8%; bottom: 1.5rem; }
.page-intro h1 { max-width: 9ch; margin-bottom: .8rem; }
.page-columns { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.page-aside { border-top: 3px solid var(--rust); padding-top: 1rem; }
.page-aside ul, .legal-nav ul { padding: 0; list-style: none; margin: 0; }
.page-aside li, .legal-nav li { border-bottom: 1px solid var(--line); padding: .75rem 0; }
.page-copy { max-width: 760px; }
.page-copy h2 { font-size: clamp(1.5rem, 3vw, 2.35rem); margin-top: 2.3rem; }
.page-copy h2:first-child { margin-top: 0; }
.page-copy h3 { font-family: var(--serif); margin-top: 1.7rem; }
.page-copy p, .page-copy li { color: var(--stone); }
.page-copy ul { padding-left: 1.25rem; }
.legal-meta { border-left: 3px solid var(--brass); padding: .8rem 1rem; background: rgba(176,141,87,.08); margin: 1.5rem 0 2rem; }
.breadcrumb { padding: 1.2rem 0 0; font-size: .72rem; color: var(--stone); }
.breadcrumb a { color: var(--rust); }
.product-detail { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding: 2rem 0 5rem; }
.detail-image { border: 1px solid var(--ink); padding: .8rem; position: relative; }
.detail-image::before { content: ''; position: absolute; border: 1px solid var(--brass); inset: 1rem -1rem -1rem 1rem; z-index: -1; }
.detail-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.detail-copy h1 { font-size: clamp(2.1rem, 6vw, 4.8rem); max-width: 10ch; }
.detail-price { font-size: 1.25rem; margin: 1rem 0 1.5rem; }
.detail-description { max-width: 38rem; color: var(--stone); }
.detail-form { border-top: 1px solid var(--ink); margin-top: 2rem; padding-top: 1.5rem; display: grid; gap: 1rem; }
.option-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.option-row input { position: absolute; opacity: 0; pointer-events: none; }
.option-row label { border: 1px solid var(--ink); min-width: 48px; min-height: 44px; display: grid; place-items: center; padding: .5rem .75rem; cursor: pointer; }
.option-row input:checked + label { background: var(--ink); color: var(--cream); }
.quantity-control { display: inline-flex; align-items: center; border: 1px solid var(--ink); width: max-content; }
.quantity-control button { border: 0; background: transparent; width: 40px; height: 42px; color: var(--ink); font-size: 1.25rem; }
.quantity-control input { width: 44px; height: 42px; border: 0; text-align: center; background: transparent; }
.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding: 1rem 0 5rem; }
.cart-list { border-top: 1px solid var(--ink); }
.cart-item { display: grid; grid-template-columns: 92px 1fr; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 92px; height: 112px; object-fit: cover; border: 1px solid var(--ink); }
.cart-item h3 { font-family: var(--serif); font-size: .95rem; margin-bottom: .15rem; }
.cart-item-meta { color: var(--stone); font-size: .83rem; }
.cart-item-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: .55rem; }
.remove-btn { border: 0; background: transparent; color: var(--rust); padding: 0; font-weight: 900; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.summary { border-top: 4px solid var(--ink); padding-top: 1rem; }
.summary h2 { font-size: 1.5rem; }
.summary-line { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; color: var(--stone); }
.summary-line.total { border-top: 1px solid var(--ink); color: var(--ink); font-size: 1.15rem; font-weight: 900; margin-top: .7rem; padding-top: 1rem; }
.summary-note { font-size: .78rem; color: var(--stone); }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.form-field { display: grid; gap: .35rem; }
.form-field.full { grid-column: 1 / -1; }
.form-section { border-top: 1px solid var(--ink); padding-top: 1.25rem; margin-top: 1.25rem; }
.form-section h2 { font-size: 1.45rem; }
.checkbox-line { display: flex; align-items: flex-start; gap: .55rem; color: var(--stone); font-size: .8rem; line-height: 1.4; }
.checkbox-line input { margin-top: .25rem; accent-color: var(--rust); flex: 0 0 auto; }
.radio-list { display: grid; gap: .7rem; }
.radio-line { display: flex; align-items: flex-start; gap: .6rem; border: 1px solid var(--line); padding: .8rem; }
.radio-line input { accent-color: var(--rust); margin-top: .25rem; }
.radio-line strong { display: block; }
.radio-line span { color: var(--stone); font-size: .82rem; }
.feedback { display: none; border-left: 4px solid var(--rust); padding: .8rem 1rem; background: rgba(164,71,47,.1); margin-top: 1rem; }
.feedback.is-visible { display: block; }
.site-footer { background: var(--ink); color: var(--cream); position: relative; overflow: hidden; }
.site-footer::after { content: ''; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(176,141,87,.4); transform: rotate(45deg); right: -160px; top: 34px; }
.footer-top { display: grid; grid-template-columns: 1fr; gap: 2rem; padding: 3.5rem 0; position: relative; z-index: 1; }
.footer-brand { font-family: var(--serif); font-size: 1.6rem; }
.footer-intro { color: rgba(244,235,221,.7); max-width: 27rem; }
.footer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.footer-col h2 { font-family: var(--sans); color: var(--brass); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .65rem; }
.footer-col a { display: block; color: rgba(244,235,221,.82); font-size: .82rem; margin-bottom: .45rem; text-decoration: none; }
.footer-col a:hover { color: var(--cream); text-decoration: underline; }
.newsletter { display: grid; gap: .75rem; max-width: 420px; }
.newsletter .field { border-color: var(--cream); color: var(--cream); background: transparent; }
.newsletter .field::placeholder { color: rgba(244,235,221,.65); }
.newsletter .btn { width: max-content; background: var(--brass); border-color: var(--brass); color: var(--ink); }
.newsletter .checkbox-line { color: rgba(244,235,221,.7); }
.newsletter a { color: var(--cream); }
.footer-bottom { border-top: 1px solid rgba(244,235,221,.22); padding: 1rem 0 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; color: rgba(244,235,221,.6); font-size: .72rem; position: relative; z-index: 1; }
.footer-contact { display: grid; gap: .35rem; }
.footer-contact a { color: var(--cream); }
.notice { padding: .8rem 1rem; background: var(--rust); color: var(--cream); font-size: .8rem; }
.notice a { font-weight: 900; }
.page-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.text-center { text-align: center; }
.center-wrap { max-width: 680px; margin-inline: auto; }
@media (min-width: 720px) {
  .header-inner { min-height: 96px; }
  .nav-toggle { display: none; }
  .main-nav { display: flex; align-items: center; gap: 1.6rem; }
  .main-nav a { padding: .2rem 0; border-bottom: 1px solid transparent; }
  .main-nav a:hover { border-color: var(--rust); }
  .hero-copy { margin-left: 5%; }
  .hero-media { left: 43%; }
  .feature-grid { grid-template-columns: 1.1fr .9fr; gap: 4rem; }
  .feature-copy { padding: 2rem 0; }
  .catalog-head-grid { grid-template-columns: 1fr .7fr; align-items: end; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
  .product-card:nth-child(2n) { margin-top: 0; }
  .product-card:nth-child(3n + 2) { margin-top: 3rem; }
  .editorial-grid { grid-template-columns: .85fr 1.15fr; gap: 4rem; }
  .editorial-image { margin-left: 8%; }
  .page-columns { grid-template-columns: 230px 1fr; gap: 4rem; }
  .page-aside { position: sticky; top: 1.5rem; align-self: start; }
  .product-detail { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: start; gap: 5rem; padding-top: 3rem; }
  .detail-copy { padding-top: 2rem; }
  .cart-layout, .checkout-layout { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: start; }
  .summary { position: sticky; top: 1.5rem; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-top { grid-template-columns: .9fr 1.1fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1040px) {
  .header-inner { width: min(var(--max), calc(100% - 5rem)); }
  .container, .hero-content { width: min(var(--max), calc(100% - 5rem)); }
  .hero, .hero-content { min-height: 720px; }
  .hero-copy { margin-left: 8%; }
  .hero-badge { left: 2.5rem; }
  .section { padding: 6rem 0; }
  .catalog-head { padding-top: 6rem; }
  .product-grid { gap: 2.3rem 1.6rem; }
}


/* Galeria Art Déco: complementos de composição e estados */
body { min-width: 320px; }
main { overflow: clip; }
.main-nav a[aria-current="page"] { color: var(--rust); border-color: var(--rust); font-weight: 900; }
.price { white-space: nowrap; font-variant-numeric: tabular-nums; font-weight: 900; }
.result-count { margin: 0; color: var(--stone); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 900; }
.home-products .product-card:nth-child(n + 7) { display: none; }
.service-strip { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.service-strip > div { position: relative; border-top: 1px solid var(--ink); padding: 2.8rem 1rem 1rem 0; }
.service-strip > div:nth-child(2) { border-top-color: var(--rust); }
.service-strip > div:nth-child(3) { border-top-color: var(--brass); }
.service-strip h2 { font-size: 1.25rem; }
.service-index { position: absolute; top: .5rem; left: 0; color: var(--rust); font-family: var(--serif); font-size: .75rem; }
.compact-feature { max-width: 850px; margin-left: max(0px, 7vw); }
.compact-feature h2 { max-width: 13ch; }
.btn.secondary.light { color: var(--cream); border-color: var(--cream); }
.btn.secondary.light:hover { border-color: var(--rust); }
.summary-size { display: block; margin-top: .2rem; color: var(--stone); font-weight: 400; }
.step-frame { position: relative; border: 1px solid var(--line); border-top: 4px solid var(--ink); padding: 1.3rem; margin-bottom: 1.25rem; }
.step-frame:nth-of-type(2) { border-top-color: var(--rust); }
.step-number { display: block; color: var(--rust); font-family: var(--serif); font-size: .72rem; letter-spacing: .15em; margin-bottom: .35rem; }
fieldset.step-frame { min-width: 0; }
fieldset.step-frame legend { padding: 0 .65rem; font-size: 1.45rem; }
fieldset.step-frame legend .step-number { display: inline-block; margin-right: .6rem; }
.consent-stack { display: grid; gap: 1rem; }
.form-field small, [data-cep-feedback] { color: var(--stone); }
.contact-layout { display: grid; grid-template-columns: 1fr; gap: 3rem; }
.contact-panel { position: relative; background: var(--ink); color: var(--cream); padding: 2rem; border: 1px solid var(--brass); box-shadow: 12px 12px 0 var(--rust); }
.contact-panel::before { content: ''; position: absolute; inset: .65rem; border: 1px solid rgba(176,141,87,.48); pointer-events: none; }
.contact-panel > * { position: relative; }
.contact-panel h2 { font-size: clamp(2rem, 5vw, 3.6rem); max-width: 8ch; }
.contact-panel .muted { color: rgba(244,235,221,.72); }
.contact-panel dl { display: grid; grid-template-columns: max-content 1fr; gap: .35rem 1rem; margin: 2rem 0; }
.contact-panel dt { color: var(--brass); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-panel dd { margin: 0; }
.contact-form { border-top: 1px solid var(--ink); padding-top: 1.5rem; }
.about-intro h1 { max-width: none; }
.principles-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(244,235,221,.25); border: 1px solid rgba(244,235,221,.25); margin-top: 2rem; }
.principles-grid article { background: var(--ink); padding: 2rem 1.25rem; }
.principles-grid span { color: var(--brass); font-family: var(--serif); }
.principles-grid h3 { margin-top: 2rem; font-size: 1.45rem; }
.principles-grid p { color: rgba(244,235,221,.72); }
.company-statement { max-width: 900px; margin-left: max(1rem, calc((100% - var(--max)) / 2 + 5vw)); margin-right: auto; }
.legal-nav a { text-decoration: none; }
.legal-nav a:hover { color: var(--rust); text-decoration: underline; }
.legal-meta a { color: var(--rust); }
.footer-col form { display: grid; gap: .75rem; max-width: 420px; }
.footer-col form .field { border-color: var(--cream); color: var(--cream); background: transparent; }
.footer-col form .field::placeholder { color: rgba(244,235,221,.65); }
.footer-col form .btn { width: max-content; background: var(--brass); border-color: var(--brass); color: var(--ink); }
.footer-col form .checkbox-line { color: rgba(244,235,221,.72); }
.footer-col form .checkbox-line a { display: inline; color: var(--cream); }
.notice { position: fixed; right: 1rem; bottom: 1rem; z-index: 50; max-width: min(360px, calc(100% - 2rem)); box-shadow: 8px 8px 0 var(--ink); }
.feedback:focus { outline: 3px solid var(--rust); outline-offset: 3px; }
@media (min-width: 720px) {
  .service-strip { grid-template-columns: 1.15fr .85fr 1fr; }
  .service-strip > div:nth-child(2) { transform: translateY(2rem); }
  .contact-layout { grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); align-items: start; gap: 5rem; }
  .contact-panel { position: sticky; top: 1.5rem; }
  .principles-grid { grid-template-columns: repeat(3, 1fr); }
  .principles-grid article:nth-child(2) { transform: translateY(1.5rem); }
}
@media (max-width: 719px) {
  .brand-sub, .cart-label { display: none; }
  .hero-media { left: 18%; }
  .hero-copy { width: 92%; }
  .page-intro::after { opacity: .35; right: -1.5rem; }
  .product-grid { gap: 1.5rem .7rem; }
  .product-info-row { align-items: flex-start; flex-direction: column; }
  .product-quick { padding-left: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
