:root {
  --sxq-paper: #f1ede2;
  --sxq-paper-deep: #e6dfd0;
  --sxq-ink: #17362d;
  --sxq-ink-soft: #476158;
  --sxq-clay: #9b5c3f;
  --sxq-line: rgba(23, 54, 45, .18);
  --sxq-serif: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
  --sxq-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--sxq-ink); background: var(--sxq-paper); font-family: var(--sxq-sans); }
body::before { content: ""; position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .17; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
.sxq-skip { position: fixed; top: .75rem; left: .75rem; z-index: 30; padding: .7rem 1rem; background: var(--sxq-paper); transform: translateY(-180%); }
.sxq-skip:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--sxq-clay); outline-offset: 4px; }

.sxq-header { position: fixed; inset: 0 0 auto; z-index: 15; color: #fff; transition: color .25s ease, background .25s ease, border-color .25s ease; border-bottom: 1px solid rgba(255,255,255,.22); }
.sxq-header.is-scrolled, body:not(.home) .sxq-header { color: var(--sxq-ink); background: rgba(241,237,226,.94); border-color: var(--sxq-line); backdrop-filter: blur(14px); }
.sxq-header__inner { max-width: 1440px; margin: auto; min-height: 5.5rem; padding: 0 clamp(1.2rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.sxq-brand { display: flex; align-items: center; gap: .8rem; }
.sxq-brand__mark { display: grid; place-items: center; width: 2.55rem; aspect-ratio: 1; border: 1px solid currentColor; font-family: var(--sxq-serif); font-size: .73rem; letter-spacing: .08em; }
.sxq-brand strong { display: block; font-family: var(--sxq-serif); font-size: 1.25rem; letter-spacing: .18em; }
.sxq-brand small { display: block; margin-top: .18rem; opacity: .72; font-size: .66rem; letter-spacing: .22em; }
.sxq-nav { display: flex; align-items: center; gap: clamp(1rem, 2.1vw, 2.2rem); font-size: .84rem; }
.sxq-nav a { position: relative; padding: .4rem 0; }
.sxq-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .25s ease; }
.sxq-nav a:hover::after { right: 0; }
.sxq-nav__cart { border: 1px solid currentColor; padding: .7rem 1rem !important; }
.sxq-nav__cart::after { display: none; }
.sxq-menu-button { display: none; border: 0; background: transparent; color: inherit; padding: .6rem; }
.sxq-menu-button span { display: block; width: 1.5rem; height: 1px; margin: .28rem 0; background: currentColor; }
.sxq-menu-button b { position: absolute; clip: rect(0 0 0 0); }

.sxq-main { overflow: clip; }
.sxq-hero { position: relative; min-height: min(900px, 100dvh); color: #fff; background: #193b30; display: grid; align-items: end; }
.sxq-hero__image { position: absolute; inset: 0; background-size: cover; background-position: center; filter: saturate(.72) contrast(1.04); }
.sxq-hero__image::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 30%, transparent 0 18%, rgba(9,31,25,.22) 52%, rgba(9,31,25,.77) 100%), linear-gradient(90deg, rgba(12,37,29,.72), rgba(12,37,29,.08)); }
.sxq-hero__content { position: relative; z-index: 2; width: min(51rem, calc(100% - 2.4rem)); margin: 0 auto 9vh clamp(1.2rem, 9vw, 9rem); }
.sxq-kicker { margin: 0 0 1.4rem; font-size: .72rem; letter-spacing: .34em; text-transform: uppercase; }
.sxq-hero h1 { max-width: 8ch; margin: 0; font: 500 clamp(4rem, 9vw, 9rem)/.94 var(--sxq-serif); letter-spacing: -.07em; text-wrap: balance; }
.sxq-hero__body { max-width: 34rem; margin: 2rem 0 0; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.9; text-wrap: pretty; }
.sxq-actions { display: flex; align-items: center; gap: 1.7rem; margin-top: 2.3rem; }
.sxq-button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.3rem; padding: 0 1.55rem; background: var(--sxq-clay); color: #fff; font-size: .86rem; transition: transform .2s ease, background .2s ease; }
.sxq-button:hover { color: #fff; background: #82482f; transform: translateY(-2px); }
.sxq-button:active { transform: translateY(1px) scale(.99); }
.sxq-button--paper { margin-top: 3rem; color: var(--sxq-ink); background: var(--sxq-paper); }
.sxq-button--paper:hover { color: var(--sxq-ink); background: #fff; }
.sxq-text-link { display: inline-flex; align-items: center; gap: .55rem; padding: .35rem 0; border-bottom: 1px solid currentColor; font-size: .88rem; }
.sxq-text-link span { transition: transform .2s ease; }
.sxq-text-link:hover span { transform: translate(3px,-3px); }
.sxq-hero__seal { position: absolute; z-index: 2; right: clamp(1.5rem, 5vw, 5rem); bottom: 7vh; margin: 0; width: 4.8rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: var(--sxq-serif); line-height: 1.1; text-align: center; }

.sxq-section { padding: clamp(6rem, 11vw, 11rem) clamp(1.2rem, 5vw, 5rem) clamp(7rem, 13vw, 13rem); }
.sxq-section__header { max-width: 1360px; margin: 0 auto clamp(3rem, 6vw, 6rem); display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(16rem, .65fr); gap: 3rem; align-items: end; }
.sxq-section__header > div { display: grid; grid-template-columns: 2.8rem 1fr; gap: 1rem; align-items: start; }
.sxq-section__header span { padding-top: .85rem; color: var(--sxq-clay); font-size: .73rem; font-variant-numeric: tabular-nums; }
.sxq-section h2 { max-width: 15ch; margin: 0; font: 500 clamp(2.6rem, 5.4vw, 5.3rem)/1.03 var(--sxq-serif); letter-spacing: -.055em; text-wrap: balance; }
.sxq-section__header > p { max-width: 30rem; margin: 0 0 .5rem; color: var(--sxq-ink-soft); line-height: 1.85; }
.sxq-collection-grid { max-width: 1360px; margin: auto; display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-template-rows: 19rem 21rem; gap: 1rem; }
.sxq-collection { position: relative; min-height: 18rem; overflow: hidden; background: var(--sxq-paper-deep); }
.sxq-collection--1 { grid-row: 1 / 3; }
.sxq-collection--4 { grid-column: 2 / 4; }
.sxq-collection img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.sxq-collection::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(10,31,25,.78)); }
.sxq-collection > span { position: absolute; z-index: 2; inset: auto 1.4rem 1.3rem; color: #fff; }
.sxq-collection b { display: block; font: 500 clamp(1.6rem, 2.8vw, 2.7rem)/1.1 var(--sxq-serif); }
.sxq-collection small { display: block; margin-top: .45rem; opacity: .77; }
.sxq-collection:hover img { transform: scale(1.035); filter: saturate(.92); }

.sxq-products { color: var(--sxq-paper); background: var(--sxq-ink); }
.sxq-section__header--light > p { color: rgba(241,237,226,.7); }
.sxq-section__header--light span { color: #d49a73; }
.sxq-product-grid { max-width: 1360px; margin: auto; display: grid; grid-template-columns: repeat(12, 1fr); gap: 4rem 1rem; }
.sxq-product { grid-column: span 4; }
.sxq-product:nth-child(2), .sxq-product:nth-child(5) { transform: translateY(3rem); }
.sxq-product__image { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #e6dfd0; }
.sxq-product__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.sxq-product:hover .sxq-product__image img { transform: scale(1.035); }
.sxq-product > div { padding: 1.25rem .2rem 0; }
.sxq-product p { min-height: 1rem; margin: 0 0 .55rem; color: rgba(241,237,226,.55); font-size: .7rem; letter-spacing: .08em; }
.sxq-product h3 { margin: 0; font: 500 clamp(1.25rem, 2vw, 1.75rem)/1.3 var(--sxq-serif); }
.sxq-price { display: block; margin-top: .8rem; color: #d9b08d; font-variant-numeric: tabular-nums; }

.sxq-journal__grid { max-width: 1360px; margin: auto; border-top: 1px solid var(--sxq-line); }
.sxq-story { display: grid; grid-template-columns: minmax(16rem, .65fr) 1fr; gap: clamp(2rem, 6vw, 6rem); padding: 2rem 0; border-bottom: 1px solid var(--sxq-line); align-items: center; }
.sxq-story__image { aspect-ratio: 16 / 9; overflow: hidden; }
.sxq-story__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .5s ease, filter .3s ease; }
.sxq-story:hover img { transform: scale(1.025); filter: saturate(.9); }
.sxq-story time { color: var(--sxq-clay); font-size: .72rem; letter-spacing: .1em; }
.sxq-story h3 { margin: .55rem 0 .8rem; font: 500 clamp(1.7rem, 3.4vw, 3.2rem)/1.1 var(--sxq-serif); letter-spacing: -.035em; }
.sxq-story p { max-width: 55ch; margin: 0 0 1.3rem; color: var(--sxq-ink-soft); line-height: 1.8; }

.sxq-footer { color: var(--sxq-paper); background: #102a23; padding: 5rem clamp(1.2rem, 5vw, 5rem) 3rem; }
.sxq-footer__inner { max-width: 1360px; margin: auto; display: grid; grid-template-columns: 1.3fr .7fr; gap: 5rem; }
.sxq-footer__brand { margin: 0 0 1rem !important; font: 500 clamp(2rem, 4vw, 4rem)/1 var(--sxq-serif); letter-spacing: .12em; }
.sxq-footer p { max-width: 34rem; color: rgba(241,237,226,.68); line-height: 1.8; }
.sxq-footer nav { display: grid; align-content: start; gap: 1rem; }
.sxq-footer nav a { width: fit-content; border-bottom: 1px solid transparent; }
.sxq-footer nav a:hover { border-color: currentColor; }
.sxq-footer__meta { grid-column: 1 / -1; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(241,237,226,.16); font-size: .75rem; }
.sxq-not-found { min-height: 75dvh; display: grid; place-content: center; justify-items: start; padding: 9rem 1.2rem; }
.sxq-not-found h1 { margin: 0; font: 500 clamp(2.8rem, 7vw, 6.5rem)/1 var(--sxq-serif); }

body:not(.home) .sxq-main { min-height: 72dvh; padding-top: 7rem; }
body:not(.home) .site-content, body:not(.home) .ast-container { max-width: 1280px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--sxq-serif); font-size: 1.25rem; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0; background: var(--sxq-ink); }

[data-reveal] { opacity: 0; transform: translateY(2rem); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .sxq-header__inner { min-height: 4.8rem; }
  .sxq-menu-button { display: block; }
  .sxq-nav { position: absolute; inset: 100% 0 auto; display: none; padding: 1.2rem; color: var(--sxq-ink); background: var(--sxq-paper); border-top: 1px solid var(--sxq-line); box-shadow: 0 1.5rem 3rem rgba(23,54,45,.12); }
  .sxq-nav.is-open { display: grid; }
  .sxq-nav__cart { margin-top: .5rem; text-align: center; }
  .sxq-hero { min-height: 830px; }
  .sxq-hero__content { margin: 0 1.2rem 8rem; }
  .sxq-hero__seal { bottom: 2rem; }
  .sxq-section__header { grid-template-columns: 1fr; gap: 1.5rem; }
  .sxq-collection-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 24rem 18rem 18rem; }
  .sxq-collection--1 { grid-column: 1 / -1; grid-row: auto; }
  .sxq-collection--4 { grid-column: 1 / -1; }
  .sxq-product { grid-column: span 6; }
  .sxq-product:nth-child(2), .sxq-product:nth-child(5) { transform: none; }
}

@media (max-width: 600px) {
  .sxq-brand strong { font-size: 1.05rem; }
  .sxq-hero h1 { font-size: clamp(3.6rem, 19vw, 5.5rem); }
  .sxq-hero__body { max-width: 25rem; }
  .sxq-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .sxq-section { padding-inline: 1.2rem; }
  .sxq-section__header > div { grid-template-columns: 2rem 1fr; }
  .sxq-collection-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .sxq-collection, .sxq-collection--1, .sxq-collection--4 { grid-column: auto; min-height: 19rem; }
  .sxq-product-grid { gap: 2.6rem .7rem; }
  .sxq-product { grid-column: span 6; }
  .sxq-product__image { aspect-ratio: 3 / 4; }
  .sxq-product h3 { font-size: 1.08rem; }
  .sxq-story { grid-template-columns: 1fr; gap: 1.3rem; }
  .sxq-story h3 { font-size: 2rem; }
  .sxq-footer__inner { grid-template-columns: 1fr; gap: 3rem; }
}

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