:root {
  --ink: #0b0b0a;
  --paper: #f5f2ec;
  --line: #d9d5ce;
  --serif: Italiana, Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 14px/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 90px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 3vw;
  color: #fff;
  transition: 0.35s;
}
.menu-button {
  justify-self: start;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
}
.hamburger {
  width: 24px;
  display: grid;
  gap: 5px;
}
.hamburger i {
  display: block;
  height: 1px;
  width: 100%;
  background: currentColor;
}
.site-header.scrolled,
.category-page .site-header {
  background: rgba(245, 242, 236, 0.96);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: grid;
  text-align: center;
  line-height: 1;
}
.brand strong {
  font: 32px/1 var(--serif);
  letter-spacing: 0.08em;
}
.brand small {
  font-size: 8px;
  letter-spacing: 0.42em;
  margin-top: 7px;
}
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-actions .icon-button {
  min-width: 36px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-actions svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-button {
  border: 0;
  background: none;
  color: inherit;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.bag b {
  display: inline-grid;
  place-items: center;
  margin-left: 4px;
  width: 17px;
  height: 17px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
}
.bag {
  position: relative;
}
.bag b {
  position: absolute;
  top: 1px;
  right: -6px;
  background: currentColor;
  border: 0;
  color: var(--paper);
}
.site-header:not(.scrolled) .bag b {
  background: #fff;
  color: #111;
}
.menu-account {
  margin-top: 20px;
  padding: 16px 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: none;
  color: inherit;
  text-align: left;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: .14em;
  cursor: pointer;
}
.consent-field {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}
.consent-field input {
  width: 16px !important;
  height: 16px;
  margin-top: 2px;
}
.form-privacy {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}
.form-privacy a { text-decoration: underline; }
.search-modal { width: min(680px, calc(100% - 24px)); }
.store-search-input {
  width: 100%;
  margin: 24px 0 10px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  font-size: 20px;
  outline: 0;
}
.search-results { display: grid; margin-top: 18px; }
.search-results button {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.search-results b { font-weight: 400; }
.menu-panel {
  position: fixed;
  inset: 0 auto 0 0;
  width: min(440px, 100%);
  background: var(--paper);
  color: var(--ink);
  padding: 120px 48px 48px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: translateX(-105%);
  transition: 0.45s cubic-bezier(0.7, 0, 0.2, 1);
  box-shadow: 20px 0 80px #0003;
}
.menu-panel.active {
  transform: none;
}
.menu-panel a {
  font: 34px/1.25 var(--serif);
}
.menu-close {
  position: absolute;
  top: 28px;
  right: 30px;
  border: 0;
  background: none;
  font-size: 36px;
}
.hero {
  position: relative;
  height: 100svh;
  min-height: 650px;
  background: #26221f;
  color: #fff;
  overflow: hidden;
}
.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0009 0, #0003 50%, #0001);
}
.hero-copy {
  position: absolute;
  left: 7vw;
  bottom: 13vh;
}
.hero-copy p,
.section-heading p,
.newsletter > p,
.category-intro > p,
.label {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.hero-copy h1 {
  font: clamp(60px, 8vw, 126px)/0.88 var(--serif);
  font-weight: 400;
  margin: 18px 0 40px;
  letter-spacing: -0.02em;
}
.hero-copy a {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.18em;
}
.latest {
  padding: 130px 3vw 150px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 auto 65px;
  max-width: 1500px;
}
.section-heading h2,
.category-intro h1,
.newsletter h2 {
  font: clamp(42px, 5vw, 76px)/1 var(--serif);
  margin: 12px 0 0;
  font-weight: 400;
}
.section-heading > a {
  border-bottom: 1px solid;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1500px;
  margin: auto;
}
.product-card {
  position: relative;
}
.product-open {
  border: 0;
  background: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
.product-image {
  display: block;
  aspect-ratio: 3/4;
  background: #e6e1d9;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}
.product-card:hover img {
  transform: scale(1.025);
}
.product-info {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
}
.product-info strong {
  font-weight: 400;
}
.wishlist-button {
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f5f2eceb;
  font-size: 20px;
}
.store-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 20px;
  color: #777;
}
.categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #111;
}
.categories a {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  color: #fff;
}
.categories img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
  transition: 0.8s;
}
.categories a:hover img {
  transform: scale(1.035);
  filter: brightness(0.58);
}
.categories span {
  position: absolute;
  inset: auto 0 45px;
  text-align: center;
  font: 36px/1 var(--serif);
}
.categories b {
  display: block;
  margin-top: 16px;
  font: 500 9px var(--sans);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.newsletter {
  background: #0b0b0a;
  color: #fff;
  text-align: center;
  padding: 130px 20px;
}
.newsletter h2 {
  margin: 20px 0;
}
.newsletter > span {
  color: #aaa;
}
.newsletter form {
  max-width: 520px;
  margin: 45px auto 0;
  display: flex;
  border-bottom: 1px solid #777;
}
.newsletter input {
  flex: 1;
  padding: 16px 0;
  background: transparent;
  border: 0;
  color: #fff;
  outline: 0;
}
.newsletter form button {
  background: none;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
}
#formNote {
  min-height: 24px;
  margin-top: 14px;
  color: #aaa;
}
footer {
  min-height: 200px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 40px 3vw;
  background: #0b0b0a;
  color: #fff;
  border-top: 1px solid #292929;
}
.footer-brand {
  justify-self: start;
}
.footer-brand strong {
  font-size: 24px;
}
footer nav {
  display: flex;
  gap: 28px;
  font-size: 11px;
}
footer > p {
  justify-self: end;
  color: #777;
  font-size: 11px;
}
.category-intro {
  padding: 190px 3vw 90px;
  text-align: center;
}
.category-intro span {
  display: block;
  color: #777;
  margin-top: 18px;
}
.category-page .hero,
.category-page .categories {
  display: none;
}
.category-page .latest {
  padding-top: 40px;
}
.store-dialog {
  border: 0;
  padding: 40px;
  width: min(900px, calc(100% - 24px));
  max-height: 90dvh;
  background: var(--paper);
  box-shadow: 0 30px 100px #0006;
}
.store-dialog::backdrop {
  background: #0009;
  backdrop-filter: blur(4px);
}
.dialog-close {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 0;
  background: none;
  font-size: 34px;
}
.cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  width: min(460px, 100%);
  height: 100dvh;
  max-height: none;
}
.drawer-header {
  border-bottom: 1px solid var(--line);
}
.drawer-header h2,
.store-dialog h2 {
  font: 44px/1 var(--serif);
  font-weight: 400;
}
.cart-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item img {
  height: 105px;
  object-fit: cover;
}
.dark-button,
.outline-button {
  width: 100%;
  padding: 15px 22px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
}
.dark-button {
  background: #0b0b0a;
  color: #fff;
  border: 1px solid #0b0b0a;
}
.outline-button {
  background: transparent;
  border: 1px solid #0b0b0a;
}
.full-button {
  margin-top: 24px;
}
.stack-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
.stack-form label {
  display: grid;
  gap: 7px;
  font-size: 11px;
}
.stack-form input,
.stack-form select {
  width: 100%;
  padding: 13px;
  background: #fff;
  border: 1px solid var(--line);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.text-button {
  border: 0;
  border-bottom: 1px solid;
  background: none;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
}
.product-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  max-height: 75dvh;
  overflow: auto;
}
.product-gallery img {
  min-height: 260px;
  height: 100%;
  object-fit: cover;
}
.product-copy {
  align-self: center;
}
.product-copy h2 {
  font: 48px/1 var(--serif);
  font-weight: 400;
}
.product-copy select {
  width: 100%;
  padding: 14px;
  margin: 15px 0;
}
.order-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 900px) {
  .site-header {
    height: 72px;
    padding: 0 18px;
  }
  .brand strong {
    font-size: 23px;
  }
  .brand small {
    font-size: 6px;
  }
  .header-actions {
    gap: 12px;
  }
  .header-actions .icon-button:first-child {
    display: inline-flex;
  }
  .hero {
    min-height: 560px;
  }
  .hero-copy {
    left: 24px;
    right: 24px;
    bottom: 90px;
  }
  .hero-copy h1 {
    font-size: clamp(48px, 15vw, 76px);
  }
  .latest {
    padding: 85px 14px;
  }
  .section-heading {
    align-items: start;
  }
  .section-heading > a {
    display: none;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .categories {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories span {
    font-size: 27px;
    bottom: 28px;
  }
  footer {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
  footer .footer-brand,
  footer > p {
    justify-self: center;
  }
  footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
  .product-gallery {
    max-height: 45dvh;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 460px) {
  .header-actions {
    gap: 8px;
  }
  .icon-button {
    font-size: 9px;
  }
  .product-info {
    display: grid;
    gap: 2px;
  }
  .categories {
    grid-template-columns: 1fr;
  }
  .menu-panel {
    padding-left: 30px;
  }
  .menu-panel a {
    font-size: 30px;
  }
  .newsletter {
    padding: 90px 20px;
  }
}
.social-auth {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}
.provider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #fff;
}
.provider-button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #888;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 22px 0;
}
.auth-divider:before,
.auth-divider:after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}
.create-account-button,
.reset-password-button {
  justify-self: center;
}
.reset-password-button {
  margin-top: 14px;
  color: #666;
}
.ai-chat-launcher {
  position: fixed;
  z-index: 48;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border: 1px solid #f1d8c3;
  border-radius: 50%;
  background: #6b1830;
  color: #fff;
  padding: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 40px #0004;
  cursor: pointer;
}
.ai-chat-launcher span {
  font: 13px var(--serif);
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 600;
}
.ai-chat-panel {
  position: fixed;
  z-index: 60;
  right: 24px;
  bottom: 88px;
  width: min(390px, calc(100vw - 28px));
  height: min(620px, calc(100dvh - 120px));
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 24px 90px #0006;
  grid-template-rows: auto 1fr auto auto auto;
}
.ai-chat-panel:not([hidden]) {
  display: grid;
}
.ai-chat-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}
.ai-chat-panel header p {
  margin: 0;
  font-size: 8px;
  letter-spacing: 0.24em;
}
.ai-chat-panel header h2 {
  font: 25px/1 var(--serif);
  font-weight: 400;
  margin: 7px 0 0;
}
.ai-chat-panel header button {
  border: 0;
  background: none;
  font-size: 28px;
}
.ai-chat-messages {
  padding: 20px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ai-message {
  max-width: 88%;
  padding: 12px 14px;
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 1.55;
}
.ai-message.assistant {
  align-self: flex-start;
  background: #fff;
  border: 1px solid var(--line);
}
.ai-message.user {
  align-self: flex-end;
  background: #111;
  color: #fff;
}
.ai-message.thinking {
  color: #777;
}
.ai-chat-prompts {
  display: flex;
  gap: 7px;
  padding: 0 16px 12px;
  overflow: auto;
}
.ai-chat-prompts button {
  white-space: nowrap;
  border: 1px solid var(--line);
  background: transparent;
  padding: 8px 10px;
  font-size: 9px;
}
.ai-chat-panel form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-top: 1px solid var(--line);
  background: #fff;
}
.ai-chat-panel textarea {
  resize: none;
  border: 0;
  background: transparent;
  padding: 15px;
  outline: 0;
  max-height: 100px;
}
.ai-chat-panel form button {
  border: 0;
  background: #111;
  color: #fff;
  padding: 0 17px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.ai-disclaimer {
  margin: 0;
  padding: 9px 14px;
  background: #eeeae3;
  color: #777;
  font-size: 8px;
}
.ai-chat-panel button,
.provider-button {
  cursor: pointer;
}
@media (max-width: 520px) {
  .ai-chat-launcher {
    right: 14px;
    bottom: 14px;
  }
  .ai-chat-panel {
    right: 7px;
    bottom: 76px;
    width: calc(100vw - 14px);
    height: min(650px, calc(100dvh - 88px));
  }
}
.site-footer {
  display: block;
  min-height: 0;
  padding: 0 3vw;
}
.footer-main {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 50px;
  padding: 80px 0;
}
.footer-main > div {
  display: grid;
  align-content: start;
  gap: 10px;
}
.footer-main h3 {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #777;
  margin: 0 0 10px;
}
.footer-main a {
  font-size: 12px;
  color: #ccc;
}
.footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid #292929;
  color: #777;
  font-size: 10px;
}
.footer-legal nav {
  display: flex;
  gap: 24px;
}
.policy-page {
  max-width: 900px;
  margin: auto;
  padding: 190px 24px 130px;
}
.policy-page > p {
  font-size: 10px;
  letter-spacing: 0.3em;
}
.policy-page > h1 {
  font: clamp(48px, 7vw, 84px)/1 var(--serif);
  font-weight: 400;
  margin: 20px 0 70px;
}
.policy-page section {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}
.policy-page h2 {
  font: 30px/1.2 var(--serif);
  font-weight: 400;
  margin: 0 0 14px;
}
.policy-page p {
  color: #666;
  max-width: 720px;
}
.policy-route .hero,
.policy-route .category-intro,
.policy-route .latest,
.policy-route .categories,
.policy-route .newsletter {
  display: none;
}
@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-legal {
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }
  .footer-legal nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-legal nav {
    display: grid;
    gap: 10px;
  }
}
