:root {
  color-scheme: light;
  --ink: #2b1915;
  --muted: #78645f;
  --cream: #fffaf2;
  --paper: #fffdf9;
  --coral: #e8513d;
  --coral-dark: #b92f23;
  --apricot: #ffb56b;
  --butter: #ffe2a5;
  --aqua: #dff3ef;
  --blue: #315f72;
  --line: #eadbd2;
  --green: #167653;
  --orange: #b96813;
  --red: #a72e2a;
  --shadow: 0 25px 65px rgba(91, 52, 38, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1380px, calc(100% - 48px)); margin-inline: auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 12px max(24px, calc((100vw - 1380px) / 2));
  border-bottom: 1px solid rgba(234, 219, 210, .88);
  background: rgba(255, 253, 249, .9);
  backdrop-filter: blur(20px);
}
.brand img { width: 230px; height: 56px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; justify-content: center; gap: 34px; }
.desktop-nav a { position: relative; padding: 10px 0; font-size: 13px; font-weight: 850; letter-spacing: .035em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--coral); transition: right .22s ease; }
.desktop-nav a:hover::after { right: 0; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.language-select { min-height: 44px; display: flex; align-items: center; gap: 6px; padding: 0 11px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.language-select select { border: 0; outline: 0; color: var(--ink); background: transparent; font-weight: 850; }
.order-button,
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 0; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.order-button,
.button.primary { color: #fff; background: var(--coral); box-shadow: 0 13px 28px rgba(232, 81, 61, .22); }
.button.secondary { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.order-button:hover,
.button:hover { transform: translateY(-2px); }

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(530px, 1.12fr);
  align-items: center;
  gap: clamp(45px, 6vw, 90px);
  padding-block: clamp(75px, 8vw, 120px);
}
.eyebrow { display: inline-block; color: var(--coral-dark); font-size: 11px; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 {
  max-width: 760px;
  margin: 17px 0 21px;
  font: 700 clamp(54px, 5.7vw, 86px)/.98 var(--serif);
  letter-spacing: -.06em;
}
.hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #66514b; font-size: 13px; font-weight: 780; }
.proof-row > span { display: flex; align-items: center; gap: 7px; }
.proof-row b { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 12px; }
.hero-stage {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 36px 110px 36px 36px;
  background: linear-gradient(140deg, var(--butter), #fff0d3 42%, var(--aqua));
  box-shadow: 18px 18px 0 var(--ink);
}
.hero-stage::after { content: "USA EDIT"; position: absolute; right: -38px; top: 46%; transform: rotate(90deg); color: rgba(43,25,21,.22); font: 900 12px/1 var(--sans); letter-spacing: .25em; }
.stage-blob { position: absolute; border-radius: 50%; opacity: .75; }
.blob-one { width: 330px; height: 330px; right: -75px; top: -95px; background: rgba(232,81,61,.28); }
.blob-two { width: 280px; height: 280px; left: -85px; bottom: -100px; background: rgba(49,95,114,.2); }
.product-float { position: absolute; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: 10px 10px 0 rgba(43,25,21,.92); }
.product-float img { width: 100%; height: 100%; object-fit: contain; padding: 17px; mix-blend-mode: multiply; }
.float-a { width: 235px; height: 300px; left: 36px; top: 105px; transform: rotate(-6deg); }
.float-b { width: 210px; height: 270px; left: 250px; top: 36px; transform: rotate(4deg); }
.float-c { width: 235px; height: 245px; right: 36px; bottom: 39px; transform: rotate(5deg); }
.float-d { width: 178px; height: 178px; left: 250px; bottom: 26px; transform: rotate(-3deg); }
.hero-badge { position: absolute; z-index: 6; padding: 12px 16px; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); background: #fff; box-shadow: 5px 5px 0 var(--ink); font-weight: 950; }
.hero-badge.available { right: 30px; top: 35px; color: var(--green); }
.hero-badge.usa { left: 33px; bottom: 32px; background: var(--apricot); }

.brand-strip { overflow: hidden; padding: 25px 0; border-block: 2px solid var(--ink); color: var(--ink); background: var(--butter); }
.brand-strip .shell { display: flex; justify-content: space-between; align-items: center; gap: 35px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.brand-strip .shell::-webkit-scrollbar { display: none; }
.brand-strip span { font-family: var(--serif); font-size: 19px; font-weight: 700; }

.products-section { padding-block: clamp(95px, 10vw, 145px); }
.section-head { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 80px; margin-bottom: 38px; }
.section-head h2,
.why-copy h2,
.contact-card h2 { margin: 11px 0 14px; font: 700 clamp(42px, 4.8vw, 70px)/1 var(--serif); letter-spacing: -.052em; }
.section-head p,
.why-copy p,
.contact-card p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.filter { min-height: 44px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; color: #66514b; background: #fff; font-weight: 850; }
.filter.active { border-color: var(--ink); color: #fff; background: var(--ink); box-shadow: 5px 5px 0 var(--apricot); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 30px rgba(91,52,38,.07); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:nth-child(4n + 2) { transform: translateY(22px); }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card:nth-child(4n + 2):hover { transform: translateY(14px); }
.product-media { position: relative; width: 100%; aspect-ratio: 1 / 1.06; display: grid; place-items: center; overflow: hidden; border: 0; background: var(--card-bg, #f6ede8); }
.product-media::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(43,25,21,.08); border-radius: 16px; pointer-events: none; }
.product-media img { width: 82%; height: 82%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 18px 18px rgba(55,34,30,.13)); transition: transform .35s ease; }
.product-card:hover .product-media img { transform: scale(1.035) rotate(-1deg); }
.status { display: inline-flex; align-items: center; justify-content: center; padding: 8px 11px; border-radius: 999px; font-size: 10px; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
.product-media .status { position: absolute; top: 15px; left: 15px; z-index: 3; border: 1px solid currentColor; background: rgba(255,255,255,.92); }
.status.available { color: var(--green); }
.status.coming { color: var(--orange); }
.status.soldout { color: var(--red); }
.product-copy { min-height: 250px; display: flex; flex-direction: column; gap: 9px; padding: 21px; }
.product-copy small { color: var(--coral-dark); font-size: 10px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.product-copy h3 { margin: 0; font: 700 23px/1.15 var(--serif); letter-spacing: -.025em; }
.product-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding-top: 12px; }
.product-actions button { min-height: 43px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: #fff; font-weight: 850; }
.product-actions .add-inquiry { color: #fff; background: var(--coral); border-color: var(--coral); }

.why-section { padding: clamp(100px, 11vw, 165px) 0; background: var(--aqua); border-block: 2px solid var(--ink); }
.why-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(60px, 9vw, 130px); }
.why-copy { position: sticky; top: 120px; }
.benefit-grid { display: grid; gap: 14px; }
.benefit-grid article { min-height: 180px; display: grid; grid-template-columns: 70px 1fr; gap: 0 22px; padding: 28px; border: 2px solid var(--ink); border-radius: 18px; background: var(--paper); box-shadow: 8px 8px 0 var(--ink); }
.benefit-grid article:nth-child(2) { margin-left: 42px; background: var(--butter); }
.benefit-grid article:nth-child(3) { margin-left: 84px; background: #fbe2db; }
.benefit-grid article > span { grid-row: 1 / 3; color: var(--coral); font: 700 42px/1 var(--serif); }
.benefit-grid h3 { margin: 3px 0 8px; font: 700 26px/1.15 var(--serif); }
.benefit-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.contact-section { padding-block: clamp(95px, 10vw, 145px); }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: clamp(38px, 6vw, 78px); border-radius: 34px; color: #fff; background: var(--coral); box-shadow: var(--shadow); }
.contact-card::before { content: "✦"; position: absolute; right: 4%; top: -28%; color: rgba(255,226,165,.35); font-size: 300px; line-height: 1; }
.contact-card > * { position: relative; z-index: 1; }
.eyebrow.light { color: var(--butter); }
.contact-card p { color: rgba(255,255,255,.8); }
.contact-actions { display: grid; gap: 10px; min-width: 240px; }
.contact-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 2px solid #fff; border-radius: 999px; font-weight: 900; }
.contact-button.inquiry { color: var(--ink); background: var(--butter); border-color: var(--butter); }
.contact-button.tiktok { color: #fff; background: transparent; }

footer { padding: 35px 0; border-top: 1px solid var(--line); background: var(--cream); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-inner img { width: 190px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-inner small { color: var(--muted); }
.footer-inner small a { color: var(--coral-dark); font-weight: 850; }

.floating-inquiry { position: fixed; right: 22px; bottom: 22px; z-index: 38; min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 0 17px; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); background: var(--butter); box-shadow: 6px 6px 0 var(--ink); font-weight: 900; }
.floating-inquiry b { min-width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--coral); }
.floating-inquiry.has-items { animation: cartPulse 1.8s ease-in-out infinite; }
@keyframes cartPulse { 50% { transform: translateY(-4px); } }

/* Dialogs */
dialog { padding: 0; border: 0; color: var(--ink); background: #fff; box-shadow: 0 38px 110px rgba(49,25,18,.32); }
dialog::backdrop { background: rgba(43,25,21,.58); backdrop-filter: blur(7px); }
.product-dialog { width: min(920px, calc(100% - 28px)); max-height: 92vh; overflow: auto; border-radius: 28px; }
.close-dialog { position: absolute; top: 16px; right: 16px; z-index: 4; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--butter); font-size: 25px; }
.product-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; }
.dialog-media { min-height: 560px; display: grid; place-items: center; background: var(--aqua); }
.dialog-media img { width: 80%; height: 80%; object-fit: contain; mix-blend-mode: multiply; }
.dialog-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(40px, 6vw, 70px); }
.dialog-copy > small { margin-top: 20px; color: var(--coral-dark); font-size: 11px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.dialog-copy h2 { margin: 10px 0 15px; font: 700 clamp(35px, 4vw, 52px)/1.04 var(--serif); letter-spacing: -.045em; }
.dialog-copy p { color: var(--muted); line-height: 1.7; }
.button.full { width: 100%; margin-top: auto; }
.inquiry-dialog { width: min(680px, calc(100% - 20px)); max-height: 94vh; overflow: auto; border-radius: 27px; }
.inquiry-panel { padding: clamp(24px, 5vw, 42px); }
.inquiry-header { display: flex; justify-content: space-between; gap: 25px; padding-right: 35px; }
.inquiry-header h2 { margin: 9px 0 8px; font: 700 clamp(33px, 4vw, 48px)/1 var(--serif); }
.inquiry-header p { margin: 0; color: var(--muted); line-height: 1.55; }
.inquiry-close { top: 17px; right: 17px; }
.inquiry-empty { margin-top: 24px; padding: 35px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); text-align: center; background: var(--cream); }
.inquiry-items { display: grid; gap: 11px; margin-top: 22px; }
.inquiry-item { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; }
.inquiry-item img { width: 74px; height: 74px; object-fit: contain; border-radius: 12px; background: #f5ece7; }
.inquiry-item-copy small { color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.inquiry-item-copy h3 { margin: 4px 0; font: 700 17px/1.2 var(--serif); }
.inquiry-item-copy button { padding: 0; border: 0; color: var(--red); background: transparent; font-size: 12px; font-weight: 800; }
.quantity-control { display: flex; align-items: center; gap: 7px; }
.quantity-control button { width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.inquiry-note { display: grid; gap: 8px; margin-top: 20px; color: var(--muted); font-size: 13px; font-weight: 800; }
.inquiry-note textarea { resize: vertical; padding: 13px; border: 1px solid var(--line); border-radius: 14px; outline: 0; color: var(--ink); background: #fff; }
.send-heading { display: grid; gap: 3px; margin: 21px 0 12px; }
.send-heading span { color: var(--muted); font-size: 12px; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.channel-grid button { min-height: 44px; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); background: var(--butter); font-weight: 900; }
.channel-grid button:disabled { opacity: .45; cursor: not-allowed; }
.clear-inquiry { width: 100%; min-height: 42px; margin-top: 9px; border: 0; color: var(--muted); background: transparent; font-weight: 800; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 90; max-width: calc(100% - 30px); padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--ink); font-weight: 850; opacity: 0; transform: translate(-50%, 18px); transition: .22s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1080px) {
  .topbar { grid-template-columns: auto auto; }
  .desktop-nav { display: none; }
  .top-actions { justify-self: end; }
  .hero { grid-template-columns: 1fr; }
  .hero-stage { min-height: 600px; }
  .section-head { grid-template-columns: 1fr; gap: 8px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card:nth-child(4n + 2) { transform: none; }
  .product-card:hover,
  .product-card:nth-child(4n + 2):hover { transform: translateY(-6px); }
  .why-grid { grid-template-columns: 1fr; }
  .why-copy { position: static; }
  .benefit-grid article:nth-child(2),
  .benefit-grid article:nth-child(3) { margin-left: 0; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-actions { min-width: 0; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1380px); }
  .topbar { min-height: 70px; padding: 9px 15px; }
  .brand img { width: 172px; height: 48px; }
  .language-select { width: 61px; padding-inline: 6px; }
  .language-select > span { display: none; }
  .order-button { width: 44px; padding: 0; font-size: 0; }
  .order-button::before { content: "✦"; font-size: 17px; }
  .hero { min-height: 0; padding-block: 62px 90px; }
  .hero h1 { font-size: clamp(50px, 15.5vw, 70px); }
  .hero-actions { flex-direction: column; }
  .hero-stage { min-height: 460px; border-radius: 28px 75px 28px 28px; box-shadow: 10px 10px 0 var(--ink); }
  .float-a { width: 168px; height: 218px; left: 19px; top: 92px; }
  .float-b { width: 145px; height: 190px; left: 156px; top: 35px; }
  .float-c { width: 160px; height: 165px; right: 20px; bottom: 40px; }
  .float-d { width: 120px; height: 120px; left: 145px; bottom: 22px; }
  .hero-badge { padding: 9px 12px; font-size: 11px; box-shadow: 4px 4px 0 var(--ink); }
  .hero-badge.available { right: 17px; top: 25px; }
  .hero-badge.usa { left: 18px; bottom: 22px; }
  .products-section { padding-block: 88px; }
  .section-head h2,
  .why-copy h2,
  .contact-card h2 { font-size: 43px; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; gap: 15px; }
  .product-copy { min-height: 0; }
  .why-section { padding-block: 88px; }
  .benefit-grid article { grid-template-columns: 50px 1fr; padding: 23px; box-shadow: 6px 6px 0 var(--ink); }
  .benefit-grid article > span { font-size: 32px; }
  .contact-section { padding-block: 88px; }
  .contact-card { padding: 32px 24px; }
  .footer-inner { grid-template-columns: 1fr; }
  .floating-inquiry { right: 15px; bottom: 15px; }
  .floating-inquiry > span:nth-child(2) { display: none; }
  .product-dialog[open] { grid-template-columns: 1fr; }
  .dialog-media { min-height: 330px; }
  .dialog-copy { padding: 30px 24px; }
  .button.full { margin-top: 25px; }
  .inquiry-panel { padding: 25px 18px; }
  .inquiry-item { grid-template-columns: 62px minmax(0, 1fr); }
  .inquiry-item img { width: 62px; height: 62px; }
  .quantity-control { grid-column: 2; }
  .channel-grid { grid-template-columns: 1fr; }
}
