:root {
  --paper: #f6f5f0;
  --ink: #262b24;
  --muted: #64665e;
  --line: #d8d9d0;
  --orange: #f15b2a;
  --dark: #27352b;
  --heading: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}
button,
input,
select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #96501e;
  outline-offset: 5px;
}
::selection {
  background: #f15b2a;
  color: #fff;
}
.wrap {
  max-width: 1328px;
  margin-inline: auto;
  padding-inline: 48px;
}
.nav {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  font: 600 32px var(--heading);
  letter-spacing: -1.6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand svg {
  width: 33px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.brand-dot {
  font: 400 12px var(--body);
  align-self: flex-start;
  margin-top: 6px;
  letter-spacing: 0;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 14px;
  font-weight: 500;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 18px 23px;
  border: 1px solid transparent;
  background: var(--orange);
  color: #20261e;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 3px;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #df4c1d;
  transform: translateY(-2px);
}
.button:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}
.button span {
  font-size: 23px;
  line-height: 1;
}
.button.small {
  padding: 12px 19px;
  gap: 27px;
}
.hero {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 44px;
  padding-top: 65px;
  padding-bottom: 65px;
  align-items: center;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 1.6px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 28px;
}
.status-dot {
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 500;
}
h1 {
  font-size: clamp(54px, 5.9vw, 80px);
  line-height: 1.04;
  letter-spacing: -5px;
  margin-bottom: 28px;
}
h1 > span {
  color: #d84b20;
}
h2 {
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: -2px;
  margin-bottom: 25px;
}
h3 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.hero-description {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: -0.4px;
  margin-bottom: 15px;
}
.hero-detail {
  max-width: 395px;
  color: var(--muted);
  margin-bottom: 29px;
}
.micro {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  margin: 13px 0 0;
}
.hero-art {
  height: 580px;
  position: relative;
  background: #e8e8df;
  overflow: hidden;
}
.hero-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-meta {
  position: absolute;
  top: 23px;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  z-index: 1;
}
.art-coordinate {
  position: absolute;
  bottom: 22px;
  left: 25px;
  font-family: monospace;
  font-size: 11px;
  color: #fff;
}
.shipping-label {
  position: absolute;
  bottom: 58px;
  right: 25px;
  background: var(--paper);
  padding: 20px;
  width: 240px;
  transform: rotate(-5deg);
  box-shadow: 0 8px 24px #00000016;
}
.label-kicker {
  font-size: 9px;
  letter-spacing: 1.3px;
}
.shipping-label > div:not(.label-bottom) {
  display: flex;
  justify-content: space-between;
  font: 500 25px/1.15 var(--heading);
  letter-spacing: -1px;
  margin: 13px 0 20px;
}
.shipping-label .label-arrow {
  font-size: 48px;
}
.label-bottom {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 8px;
  letter-spacing: 0.5px;
}
.barcode {
  height: 28px;
  width: 87px;
  background: repeating-linear-gradient(
    90deg,
    #262b24 0 2px,
    transparent 2px 4px,
    #262b24 4px 5px,
    transparent 5px 8px,
    #262b24 8px 12px,
    transparent 12px 14px
  );
}
.channels {
  display: flex;
  align-items: center;
  gap: 45px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 28px;
  padding-bottom: 28px;
}
.channels p {
  font-size: 10px;
  letter-spacing: 1.1px;
  max-width: 115px;
  margin: 0;
  color: var(--muted);
}
.channels > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex: 1;
}
.channels > div > span {
  font: 500 22px var(--heading);
  letter-spacing: -0.8px;
}
.channels i {
  font-style: normal;
  color: #999;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-heading {
  margin-bottom: 48px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.steps article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.step-number {
  display: flex;
  justify-content: space-between;
  font: 400 14px monospace;
  color: var(--muted);
  margin-bottom: 45px;
}
.step-number span {
  color: var(--ink);
  font-size: 22px;
}
.steps h3 {
  margin-bottom: 15px;
}
.steps p {
  color: var(--muted);
  max-width: 310px;
  margin-bottom: 0;
}
.pricing {
  background: var(--dark);
  color: var(--paper);
}
.pricing-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 75px;
}
.pricing .eyebrow {
  color: #c3ccb7;
}
.section-description {
  font-size: 19px;
  color: #c3ccb7;
  margin-bottom: 35px;
}
.text-link {
  display: inline-flex;
  gap: 24px;
  border-bottom: 1px solid #b0b6a7;
  padding-bottom: 9px;
}
.pricing .micro {
  color: #b9c3b1;
  margin-top: 30px;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #52604f;
  padding: 19px 0;
}
.price-row:first-child {
  padding-top: 0;
}
.price-row > div:last-child {
  text-align: right;
  flex-shrink: 0;
}
.price-row small {
  display: block;
  color: #b9c3b1;
  font-size: 12px;
  margin-top: 4px;
}
.price-row strong {
  font: 500 25px var(--heading);
  letter-spacing: -1px;
}
.price-row.featured strong {
  font-size: 52px;
  color: #ff8d61;
}
.courier-cost {
  font-size: 14px;
}
.calculator-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.calculator-heading h2 {
  margin-bottom: 0;
}
.calculator-heading > p {
  color: var(--muted);
  margin-right: 70px;
}
.calculator {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
}
.quote-inputs,
.quote-result {
  padding: 37px 40px;
}
.quote-inputs {
  background: #fffefa;
}
.panel-label {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 35px;
}
.panel-label span {
  color: var(--muted);
}
label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 22px 0 9px;
}
input:not([type="checkbox"]),
select {
  border: 1px solid #c9ccc1;
  background: #fffefa;
  border-radius: 2px;
  padding: 13px 15px;
  width: 100%;
  min-height: 49px;
  color: var(--ink);
}
.input-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.with-unit {
  position: relative;
}
.with-unit input {
  padding-right: 65px;
}
.with-unit > span {
  position: absolute;
  right: 20px;
  top: 13px;
  color: var(--muted);
}
.field-help {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 12px;
}
.quote-inputs .button {
  width: 100%;
  margin-top: 15px;
}
.quote-inputs .micro {
  text-align: center;
}
.quote-result {
  background: #e9ece2;
  display: flex;
  flex-direction: column;
}
.result-symbol {
  font: 400 80px/1 var(--heading);
  color: #9da68e;
  display: block;
  margin: 45px 0 30px;
}
#quote-empty h3 {
  font-size: 32px;
}
#quote-empty p {
  color: var(--muted);
  max-width: 320px;
}
.total > span:first-child {
  font: 500 clamp(42px, 4.3vw, 62px) var(--heading);
  letter-spacing: -3px;
  display: block;
}
.total > span:last-child {
  font-size: 14px;
  color: var(--muted);
}
.breakdown {
  margin: 25px 0 20px;
  font-size: 14px;
}
.breakdown > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid #cbd0c0;
}
.breakdown dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.quote-exclusions {
  font-size: 12px;
  color: var(--muted);
}
.channel-note {
  font-size: 13px;
  font-weight: 500;
}
.quote-result .button {
  width: 100%;
  background: var(--dark);
  color: var(--paper);
}
.quote-result .button:hover {
  background: #394d3e;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  font-weight: 500;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 23px;
  line-height: 1;
}
details[open] summary > span {
  transform: rotate(45deg);
}
details p {
  max-width: 550px;
  color: var(--muted);
  padding-right: 30px;
  line-height: 1.65;
}
.closing {
  position: relative;
  background: #e5e9dc;
  padding-top: 58px;
  padding-bottom: 58px;
  overflow: hidden;
}
.closing h2 {
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -3px;
}
.closing-arrow {
  position: absolute;
  right: 90px;
  top: -50px;
  font-family: var(--heading);
  font-size: 330px;
  font-weight: 400;
  line-height: 1.3;
  color: #8a9b77;
  pointer-events: none;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 12px;
}
footer .brand {
  font-size: 25px;
}
footer p {
  margin: 0;
}
footer > span {
  color: var(--muted);
}
dialog {
  border: 0;
  background: var(--paper);
  color: var(--ink);
  border-radius: 5px;
  max-width: 520px;
  width: calc(100% - 32px);
  padding: 45px;
  max-height: calc(100dvh - 40px);
  overflow: auto;
}
dialog::backdrop {
  background: #17221899;
  backdrop-filter: blur(5px);
}
body:has(dialog[open]) {
  overflow: hidden;
}
.close {
  position: absolute;
  right: 13px;
  top: 8px;
  border: 0;
  background: none;
  font-size: 32px;
  width: 40px;
  height: 40px;
}
dialog h2 {
  font-size: 38px;
}
dialog .eyebrow {
  font-size: 10px;
}
dialog > div > p:not(.eyebrow) {
  color: var(--muted);
}
dialog .button {
  width: 100%;
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.consent input {
  margin-top: 4px;
  accent-color: var(--dark);
}
#form-status {
  font-size: 14px;
  color: #9d3214;
  margin-top: 16px;
}
.honeypot {
  position: absolute;
  left: -10000px;
}
.skip {
  position: fixed;
  top: 10px;
  left: 10px;
  background: white;
  padding: 15px;
  transform: translateY(-150%);
  z-index: 10;
}
.skip:focus {
  transform: none;
}
[hidden] {
  display: none !important;
}
.noscript {
  padding: 20px;
  text-align: center;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .hero-art {
    height: 610px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    padding-inline: 30px;
  }
  h1 {
    font-size: 62px;
    letter-spacing: -3.8px;
  }
  .hero {
    gap: 25px;
  }
  .hero-art {
    height: 540px;
  }
  .art-meta {
    font-size: 8px;
    left: 18px;
    right: 18px;
  }
  .channels {
    gap: 25px;
  }
  .channels > div > span {
    font-size: 18px;
  }
  .pricing-layout {
    gap: 40px;
  }
  .quote-inputs,
  .quote-result {
    padding: 30px 25px;
  }
  footer {
    flex-wrap: wrap;
  }
  .closing-arrow {
    right: 40px;
    font-size: 280px;
    top: -10px;
  }
}
@media (max-width: 720px) {
  .wrap {
    padding-inline: 22px;
  }
  .nav {
    height: 84px;
  }
  .brand {
    font-size: 28px;
  }
  .brand svg {
    width: 28px;
  }
  .nav nav {
    gap: 0;
  }
  .nav nav > a:not(.button) {
    display: none;
  }
  .button.small {
    padding: 10px 15px;
    gap: 15px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
    padding-bottom: 36px;
    gap: 32px;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 24px;
  }
  h1 {
    font-size: clamp(49px, 10.7vw, 76px);
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 22px;
  }
  .hero-detail {
    max-width: 430px;
  }
  .hero-art {
    height: 390px;
  }
  .hero-art img {
    object-position: center 55%;
  }
  .art-meta {
    font-size: 9px;
  }
  .shipping-label {
    width: 215px;
    bottom: 35px;
    right: 25px;
  }
  .channels {
    display: block;
    padding-block: 24px;
  }
  .channels p {
    max-width: none;
    margin-bottom: 20px;
  }
  .channels > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .channels > div > span {
    font-size: 19px;
  }
  .section {
    padding-block: 64px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 22px;
  }
  h2 {
    font-size: 35px;
    letter-spacing: -1.6px;
  }
  .section-heading {
    margin-bottom: 32px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .step-number {
    margin-bottom: 22px;
  }
  .steps p {
    max-width: none;
  }
  .pricing-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .price-row {
    padding-block: 18px;
  }
  .calculator-heading {
    display: block;
  }
  .calculator-heading > p {
    margin: 22px 0 0;
  }
  .calculator {
    grid-template-columns: 1fr;
  }
  .quote-inputs,
  .quote-result {
    padding: 28px 22px;
  }
  .quote-result {
    min-height: 350px;
  }
  .input-pair {
    gap: 15px;
  }
  .input-pair label {
    font-size: 13px;
  }
  .result-symbol {
    margin: 15px 0 20px;
  }
  .total > span:first-child {
    font-size: 52px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .closing {
    margin-inline: 12px;
    padding-block: 40px;
  }
  .closing h2 {
    font-size: 50px;
    position: relative;
    z-index: 1;
  }
  .closing .eyebrow {
    position: relative;
    z-index: 1;
  }
  .closing-arrow {
    font-size: 190px;
    right: -15px;
    top: 15px;
    opacity: 0.55;
  }
  .closing .button {
    position: relative;
    z-index: 1;
  }
  .closing .eyebrow {
    font-size: 9px;
  }
  footer {
    align-items: flex-start;
    gap: 20px;
    padding-block: 35px;
  }
  footer p {
    width: 60%;
    text-align: right;
  }
  footer > a:not(.brand) {
    font-size: 11px;
  }
  dialog {
    padding: 37px 24px;
  }
  dialog h2 {
    font-size: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
.volume-choice {
  border: 0;
  padding: 0;
  margin: 26px 0 0;
  min-width: 0;
}
.volume-choice legend {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.volume-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.volume-tabs label {
  margin: 0;
  position: relative;
  flex: 1;
  min-width: 105px;
  cursor: pointer;
}
.volume-tabs input {
  position: absolute;
  opacity: 0;
  width: 1px !important;
  min-height: 0 !important;
}
.volume-tabs span {
  display: block;
  padding: 12px 8px;
  text-align: center;
  border: 1px solid var(--line);
  font-size: 12px;
  border-radius: 3px;
}
.volume-tabs input:checked + span {
  background: var(--dark);
  color: var(--paper);
  border-color: var(--dark);
}
.volume-tabs input:focus-visible + span {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}
.box-measures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 12px;
}
.box-measures label {
  font-size: 12px;
}
.order-shortcuts {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 12px;
  color: var(--muted);
}
.order-shortcuts button {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: transparent;
  padding: 5px 12px;
  color: var(--ink);
}
.order-shortcuts button:hover {
  border-color: var(--ink);
}
.per-order {
  font-size: 16px;
  font-weight: 600;
  margin-top: 18px;
}
.reservation-quote {
  padding: 15px;
  background: #e5e9dc;
  font-size: 14px;
  color: var(--ink) !important;
}
.mobile-quote {
  display: none;
}
#cotizar .section-heading {
  margin-bottom: 30px;
}
body:has(#cotizar:target) .mobile-quote,
body:has(dialog[open]) .mobile-quote {
  display: none;
}
@media (max-width: 720px) {
  .mobile-quote {
    display: flex;
    position: fixed;
    bottom: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 16px;
    right: 16px;
    z-index: 5;
    box-shadow: 0 4px 20px #0002;
    padding: 14px 20px;
  }
  footer {
    padding-bottom: 100px;
  }
  .volume-tabs span {
    font-size: 12px;
  }
  .quote-inputs,
  .quote-result {
    padding-inline: 18px;
  }
}

body:has(#cotizar:focus-within) .mobile-quote {
  display: none;
}
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon,
.empty-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.step-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
}
.empty-icon {
  width: 48px;
  height: 48px;
  color: #89927b;
  margin: 40px 0 22px;
}
.quote-result .panel-label {
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.quote-result .total > span:first-child {
  font-size: 56px;
  letter-spacing: -2px;
}
.quote-result #quote-context {
  margin: 0;
}
.quote-result .per-order {
  font-size: 16px;
  font-weight: 500;
  color: var(--muted);
  margin: 6px 0 20px;
}
.breakdown {
  margin: 0 0 18px;
}
.breakdown > div {
  align-items: center;
  padding: 14px 0;
}
.breakdown dt {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  column-gap: 10px;
}
.breakdown dt small {
  grid-column: 2;
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.breakdown dd {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.estimate-details {
  border: 0;
  margin-bottom: 22px;
}
.estimate-details summary {
  font-size: 13px;
  padding: 8px 0;
}
.estimate-details p {
  padding-right: 0;
  margin-bottom: 8px;
}
.quote-exclusions {
  color: var(--ink);
  font-size: 14px;
  padding: 12px;
  background: #ffffff80;
  border-left: 2px solid var(--orange);
}
.cost-options {
  margin-top: 20px;
  border-block: 1px solid var(--line);
}
.cost-options summary {
  font-size: 13px;
  padding: 15px 0;
}
.cost-options[open] {
  padding-bottom: 20px;
}
.cost-options .field-help {
  padding: 0;
  margin-bottom: 0;
}
.cost-options .input-pair label {
  font-size: 12px;
}
.calculator {
  align-items: start;
}
.quote-result {
  align-self: stretch;
}
.hero-description {
  max-width: 400px;
}
.hero-copy > .button {
  margin-top: 8px;
}
.quote-result #quote-empty h3 {
  font-size: 27px;
}
.quote-result #quote-empty p {
  font-size: 16px;
}
.closing h2 {
  font-size: 54px;
}
@media (max-width: 720px) {
  .quote-result .total > span:first-child {
    font-size: 48px;
  }
  .breakdown dt {
    column-gap: 7px;
    font-size: 14px;
  }
  .breakdown dd {
    font-size: 15px;
  }
  .closing h2 {
    font-size: 40px;
  }
}
