@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f8f5ee;
  --paper-deep: #eee6d8;
  --ink: #2d2824;
  --muted: #746b60;
  --maroon: #6c2936;
  --maroon-dark: #4d1e29;
  --gold: #ae8a4f;
  --gold-soft: #d8c5a0;
  --line: #ddd2c0;
  --white: #fffdf9;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; }
img, svg { display: block; }
.page-wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 20; left: 16px; top: 12px; transform: translateY(-160%); padding: 10px 14px; color: var(--white); background: var(--maroon-dark); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 7px 16px; color: #f9f2e5; background: var(--maroon-dark); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.announcement-dot { width: 3px; height: 3px; flex: 0 0 auto; border-radius: 50%; background: var(--gold-soft); }
.site-header { width: min(1280px, calc(100% - 64px)); min-height: 98px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; color: var(--gold); }
.brand-type { display: grid; gap: 1px; }
.brand-name { color: var(--maroon-dark); font-family: var(--serif); font-size: 22px; line-height: 1; }
.brand-subtitle { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 35px; }
.main-nav a { color: #51483f; font-size: 12px; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--maroon); }
.main-nav .nav-contact { padding: 11px 17px; border: 1px solid var(--gold); color: var(--maroon-dark); }

.hero { min-height: 542px; padding-block: 56px 62px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 30px; overflow: hidden; }
.hero-copy { position: relative; z-index: 1; padding-block: 20px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 21px; color: var(--maroon); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-line { width: 25px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 0; color: var(--maroon-dark); font-family: var(--serif); font-size: clamp(54px, 6.1vw, 80px); font-weight: 400; letter-spacing: -.045em; line-height: .99; }
.hero h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-intro { max-width: 390px; margin: 24px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 23px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 17px; font-size: 11px; font-weight: 700; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--maroon); }
.button-primary:hover { background: var(--maroon-dark); }
.button-text { gap: 8px; padding-inline: 0; color: var(--maroon-dark); }
.button-text svg, .button-light svg { width: 19px; height: 19px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 38px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.hero-note strong { color: var(--ink); font-weight: 600; }
.note-seal { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold-soft); border-radius: 50%; color: var(--maroon); font-family: var(--serif); font-size: 11px; }

.hero-art { position: relative; min-height: 410px; }
.hero-art-orbit { position: absolute; inset: 18px 6% 9px 9%; border: 1px solid rgba(174,138,79,.28); border-radius: 48% 52% 47% 53% / 49% 44% 56% 51%; transform: rotate(-11deg); }
.orbit-two { inset: 35px 12% 23px 3%; border-color: rgba(108,41,54,.15); transform: rotate(14deg); }
.hero-image { position: absolute; overflow: hidden; border: 8px solid var(--paper); box-shadow: 0 14px 36px rgba(70,49,30,.14); background: var(--paper-deep); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-main { width: 58%; aspect-ratio: .92; top: 26px; left: 25%; z-index: 2; border-radius: 49% 49% 5px 5px; }
.hero-image-top { width: 34%; aspect-ratio: 1; top: 77px; left: 2%; z-index: 3; border-radius: 50% 50% 5px 5px; }
.hero-image-side { width: 35%; aspect-ratio: .96; right: 1%; bottom: 28px; z-index: 4; border-radius: 5px 5px 47% 47%; }
.hero-art-caption { position: absolute; right: 3%; top: 3px; z-index: 5; color: var(--maroon); font-family: var(--serif); font-size: 13px; font-style: italic; line-height: 1.35; transform: rotate(5deg); }
.hero-art-sparkle { position: absolute; z-index: 5; color: var(--gold); }
.sparkle-one { top: 62px; right: 5%; font-size: 22px; }
.sparkle-two { bottom: 9px; left: 14%; color: var(--maroon); font-size: 20px; }

.welcome-strip { color: var(--paper); background: #806849; }
.welcome-inner { min-height: 93px; display: flex; align-items: center; gap: 22px; }
.welcome-number { align-self: stretch; display: flex; align-items: center; padding-right: 22px; border-right: 1px solid rgba(255,255,255,.32); color: #e7d7b8; font-family: var(--serif); font-size: 23px; }
.welcome-inner p { margin: 0; font-family: var(--serif); font-size: 24px; }
.welcome-inner p em { color: #e2c98f; font-weight: 400; }
.welcome-copy { margin-left: auto; color: #f1eade; font-size: 11px; }

.collections { padding-block: 91px 106px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 35px; }
.section-heading .eyebrow { margin-bottom: 13px; }
.section-heading h2 { max-width: 510px; margin: 0; color: var(--maroon-dark); font-family: var(--serif); font-size: clamp(36px, 4vw, 49px); font-weight: 400; letter-spacing: -.035em; line-height: 1.1; }
.section-intro { max-width: 300px; margin: 0 0 4px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.catalog-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.catalog-card { min-width: 0; grid-column: span 2; border: 1px solid #e8dfd1; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.catalog-card:nth-child(4) { grid-column: 2 / span 2; }
.catalog-card:nth-child(5) { grid-column: 4 / span 2; }
.catalog-card:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(65,45,29,.1); }
.catalog-card-art { position: relative; overflow: hidden; aspect-ratio: 1.42; background: #e9dfce; }
.catalog-card-art::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.35); content: ""; pointer-events: none; }
.catalog-card-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.catalog-card:hover .catalog-card-art img { transform: scale(1.035); }
.catalog-card-body { padding: 18px 20px 20px; }
.catalog-number { display: block; margin-bottom: 9px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.catalog-card h3 { margin: 0 0 7px; color: var(--maroon-dark); font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.2; }
.catalog-card-body > p { min-height: 38px; margin: 0 0 17px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.catalog-inquiry { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 12px; border-top: 1px solid #eae1d5; color: var(--maroon); font-size: 10px; font-weight: 700; text-decoration: none; }
.catalog-inquiry:hover { color: var(--maroon-dark); }
.inquiry-arrow { font-size: 15px; transition: transform .2s ease; }
.catalog-inquiry:hover .inquiry-arrow { transform: translate(2px, -2px); }
.catalog-loading, .catalog-fallback { grid-column: 1 / -1; padding: 24px; color: var(--muted); text-align: center; }

.visit-section { overflow: hidden; color: var(--paper); background: var(--maroon-dark); }
.visit-inner { min-height: 420px; display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 72px; padding-block: 69px; }
.eyebrow-light { color: #e8d6b3; }
.visit-copy h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(40px, 4.5vw, 55px); font-weight: 400; letter-spacing: -.04em; line-height: 1.08; }
.visit-copy h2 em { color: #d9bd81; }
.visit-copy > p:not(.eyebrow) { max-width: 370px; margin-bottom: 22px; color: #e4d8d3; font-size: 12px; line-height: 1.8; }
.button-light { color: var(--maroon-dark); background: var(--paper); }
.button-light:hover { background: #eadbbd; }
.visit-card { position: relative; padding: 28px 30px; color: var(--ink); background: var(--paper); box-shadow: 12px 12px 0 rgba(216,197,160,.22); }
.visit-card::before { position: absolute; inset: 7px; border: 1px solid var(--gold-soft); content: ""; pointer-events: none; }
.visit-card > * { position: relative; }
.visit-card-label { display: block; margin-bottom: 10px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.visit-card address { margin-bottom: 10px; color: #473f38; font-family: var(--serif); font-size: 17px; font-style: normal; line-height: 1.55; }
.map-link, .email-link { display: inline-block; color: var(--maroon); font-size: 11px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.visit-rule { display: block; height: 1px; margin: 22px 0; background: var(--line); }
.visit-card-hours { margin: 19px 0 6px; }
.visit-card-copy { color: var(--muted); font-size: 11px; }

.site-footer { background: #f1ece2; }
.footer-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand-footer .brand-mark { width: 37px; height: 37px; }
.brand-footer .brand-name { font-size: 18px; }
.brand-footer .brand-subtitle { font-size: 8px; }
.footer-inner > p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 15px; font-style: italic; }
.back-top { color: var(--maroon); font-size: 10px; font-weight: 700; text-decoration: none; }
.back-top:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px max(32px, calc((100vw - 1160px) / 2)); border-top: 1px solid #ded5c7; color: #80776c; font-size: 9px; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media (max-width: 900px) {
  .hero { min-height: 490px; grid-template-columns: 1fr .9fr; gap: 8px; }
  .hero-art { min-height: 340px; }
  .hero-image-main { top: 29px; }
  .hero-image-top { top: 85px; }
  .hero-art-caption { right: 0; }
  .welcome-copy { max-width: 220px; text-align: right; line-height: 1.6; }
  .catalog-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
  .catalog-card-body { padding-inline: 15px; }
  .visit-inner { gap: 40px; }
}
@media (max-width: 640px) {
  .page-wrap { width: min(100% - 36px, 460px); }
  .announcement { gap: 7px; min-height: 31px; font-size: 8px; letter-spacing: .06em; }
  .site-header { width: calc(100% - 36px); min-height: 78px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 19px; }
  .brand-subtitle { font-size: 8px; }
  .main-nav { gap: 12px; }
  .main-nav a { font-size: 10px; }
  .main-nav a:first-child { display: none; }
  .main-nav .nav-contact { padding: 9px 11px; }
  .hero { min-height: auto; padding-block: 36px 43px; grid-template-columns: 1fr; gap: 12px; }
  .hero-copy { padding: 0; }
  .eyebrow { margin-bottom: 15px; font-size: 9px; }
  .hero h1 { font-size: clamp(54px, 15vw, 71px); }
  .hero-intro { max-width: 390px; margin: 17px 0 19px; font-size: 13px; }
  .hero-actions { gap: 11px 19px; }
  .button { min-height: 43px; font-size: 10px; }
  .hero-note { margin-top: 22px; }
  .hero-art { width: 100%; min-height: min(88vw, 390px); margin-top: 7px; }
  .hero-art-orbit { inset: 5% 8% 3% 10%; }
  .hero-image-main { top: 7%; left: 26%; width: 58%; border-width: 6px; }
  .hero-image-top { top: 20%; left: 1%; width: 34%; border-width: 6px; }
  .hero-image-side { right: 1%; bottom: 6%; width: 35%; border-width: 6px; }
  .hero-art-caption { top: 1%; right: 2%; font-size: 11px; }
  .welcome-inner { min-height: 88px; gap: 13px; }
  .welcome-number { padding-right: 12px; font-size: 18px; }
  .welcome-inner p { max-width: 175px; font-size: 19px; line-height: 1.25; }
  .welcome-copy { max-width: 110px; font-size: 9px; }
  .collections { padding-block: 62px 70px; }
  .section-heading { display: block; margin-bottom: 24px; }
  .section-heading h2 { font-size: 37px; }
  .section-intro { margin-top: 13px; font-size: 11px; }
  .catalog-grid { grid-template-columns: 1fr; gap: 15px; }
  .catalog-card, .catalog-card:nth-child(4), .catalog-card:nth-child(5) { grid-column: 1; }
  .catalog-card { display: grid; grid-template-columns: 40% 1fr; }
  .catalog-card-art { min-height: 100%; aspect-ratio: auto; }
  .catalog-card-body { display: flex; flex-direction: column; justify-content: center; padding: 14px 14px 14px 16px; }
  .catalog-number { margin-bottom: 6px; }
  .catalog-card h3 { font-size: 20px; }
  .catalog-card-body > p { min-height: 0; margin-bottom: 12px; font-size: 10px; }
  .catalog-inquiry { padding-top: 10px; font-size: 9px; }
  .visit-inner { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding-block: 53px 60px; }
  .visit-copy h2 { font-size: 43px; }
  .visit-copy > p:not(.eyebrow) { font-size: 11px; }
  .visit-card { max-width: none; padding: 25px 25px; }
  .visit-card address { font-size: 16px; }
  .footer-inner { min-height: 110px; flex-wrap: wrap; gap: 12px; padding-block: 20px; }
  .footer-inner > p { order: 3; flex-basis: 100%; margin-left: 49px; font-size: 13px; }
  .back-top { margin-left: auto; }
  .footer-bottom { padding-inline: 18px; font-size: 8px; }
}
@media (max-width: 360px) {
  .announcement { font-size: 7px; }
  .main-nav { gap: 9px; }
  .main-nav a { font-size: 9px; }
  .hero h1 { font-size: 52px; }
  .catalog-card h3 { font-size: 18px; }
  .catalog-inquiry { font-size: 8px; }
}

/* A warmer, more tactile boutique presentation. */
:root {
  --maroon: #742d3a;
  --maroon-dark: #481c29;
  --gold: #ae8543;
  --gold-soft: #d8c397;
  --line: #e3d7c5;
  --white: #fffdf8;
}
body {
  position: relative;
  background:
    radial-gradient(ellipse at 7% 13%, rgba(224, 203, 163, .17), transparent 27rem),
    radial-gradient(ellipse at 94% 55%, rgba(141, 85, 76, .055), transparent 24rem),
    var(--paper);
}
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(102, 79, 52, .12) .45px, transparent .55px);
  background-size: 5px 5px;
  opacity: .12;
  content: "";
  pointer-events: none;
}
.scroll-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.scroll-progress::after {
  display: block;
  width: var(--scroll-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, #9f743b, #ead6a4, #742d3a);
  box-shadow: 0 0 12px rgba(174, 133, 67, .38);
  content: "";
}
.announcement { background: linear-gradient(100deg, #471b28, #71303a 50%, #471b28); }
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 84px;
  padding-inline: 22px;
  border: 1px solid rgba(227, 215, 197, .76);
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: rgba(250, 247, 240, .91);
  box-shadow: 0 8px 28px rgba(63, 43, 31, .055);
  backdrop-filter: blur(14px);
  transition: min-height .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { min-height: 72px; background: rgba(255, 253, 248, .96); box-shadow: 0 11px 32px rgba(63, 43, 31, .11); }
.brand-mark { transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.brand:hover .brand-mark { transform: rotate(12deg) scale(1.06); }
.brand-name { letter-spacing: -.025em; }
.main-nav a { position: relative; transition: color .2s ease, transform .2s ease; }
.main-nav a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
.main-nav a:not(.nav-contact):hover::after, .main-nav a:not(.nav-contact):focus-visible::after { transform: scaleX(1); }
.main-nav .nav-contact { border-radius: 2px; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.main-nav .nav-contact:hover { color: var(--white); background: var(--maroon); box-shadow: 0 5px 16px rgba(72, 28, 41, .2); }
.hero { position: relative; isolation: isolate; min-height: 570px; }
.hero::before {
  position: absolute;
  z-index: -1;
  top: 5%;
  right: -10%;
  width: 61%;
  height: 90%;
  border: 1px solid rgba(174, 133, 67, .15);
  border-radius: 49% 51% 43% 57% / 50% 44% 56% 50%;
  background: radial-gradient(ellipse at 55% 48%, rgba(231, 216, 184, .31), rgba(250, 247, 240, 0) 70%);
  content: "";
  transform: rotate(-8deg);
}
.hero h1 { text-shadow: 0 2px 0 rgba(255,255,255,.45); }
.hero h1 em { background: linear-gradient(120deg, #ad8545, #d0b477 55%, #986d36); background-clip: text; -webkit-text-fill-color: transparent; }
.hero-art { perspective: 900px; }
.hero-art-orbit { animation: orbit-drift 18s ease-in-out infinite alternate; }
.orbit-two { animation-duration: 23s; animation-direction: alternate-reverse; }
.hero-image { border-color: #fffaf0; box-shadow: 0 19px 45px rgba(70, 49, 30, .17), 0 0 0 1px rgba(174, 133, 67, .21); }
.hero-image-main { animation: portrait-float 6s ease-in-out infinite; }
.hero-image-top { animation: portrait-float 7s ease-in-out -1.5s infinite; }
.hero-image-side { animation: portrait-float 6.5s ease-in-out -3s infinite; }
.hero-art-sparkle { animation: sparkle 3.6s ease-in-out infinite; }
.sparkle-two { animation-delay: -1.8s; }
.hero-art-caption { padding: 10px 12px; border: 1px solid rgba(174,133,67,.23); border-radius: 50%; background: rgba(255,253,248,.74); box-shadow: 0 5px 18px rgba(65,45,29,.05); }
.button { position: relative; overflow: hidden; border-radius: 2px; }
.button-primary, .button-light { box-shadow: 0 8px 18px rgba(72, 28, 41, .14); transition: background .2s ease, color .2s ease, transform .25s ease, box-shadow .25s ease; }
.button-primary::after, .button-light::after {
  position: absolute;
  top: -50%;
  left: -70%;
  width: 42%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
  content: "";
  transform: skewX(-22deg);
  transition: left .55s ease;
}
.button-primary:hover, .button-light:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(72, 28, 41, .21); }
.button-primary:hover::after, .button-light:hover::after { left: 135%; }
.button-text { border-radius: 0; }
.note-seal { background: rgba(255,253,248,.62); box-shadow: inset 0 0 0 3px rgba(216,195,151,.18); }
.welcome-strip { background: linear-gradient(100deg, #6a4b3c, #8c7150 52%, #6a4b3c); }
.welcome-inner { position: relative; }
.welcome-inner::after { position: absolute; right: 0; bottom: 12px; left: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); content: ""; }
.collection-ribbon { overflow: hidden; border-bottom: 1px solid #e9dece; color: #72513e; background: linear-gradient(90deg, rgba(238,230,216,.68), rgba(255,253,248,.8), rgba(238,230,216,.68)); }
.collection-ribbon-track { width: max-content; min-height: 44px; display: flex; align-items: center; gap: 30px; padding-inline: 20px; animation: ribbon-scroll 36s linear infinite; }
.collection-ribbon:hover .collection-ribbon-track { animation-play-state: paused; }
.collection-ribbon-track span { font-family: var(--serif); font-size: 13px; font-style: italic; white-space: nowrap; }
.collection-ribbon-track i { color: var(--gold); font-size: 10px; font-style: normal; }
.collections { position: relative; }
.collections::before { position: absolute; top: 36px; right: 2px; color: rgba(174,133,67,.21); font-family: var(--serif); font-size: 38px; content: "✳"; }
.section-heading { margin-bottom: 29px; }
.section-heading h2 em { background: linear-gradient(110deg, #a67c3c, #c4a76b); background-clip: text; -webkit-text-fill-color: transparent; }
.catalog-tools { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.filter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { min-height: 35px; padding: 0 13px; border: 1px solid #dfd2be; border-radius: 99px; color: #61564b; background: rgba(255,253,248,.63); font: 600 10px var(--sans); letter-spacing: .015em; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.filter-chip:hover { color: var(--maroon); border-color: var(--gold); transform: translateY(-2px); }
.filter-chip.is-active { color: #fffaf0; border-color: var(--maroon); background: var(--maroon); box-shadow: 0 5px 14px rgba(72,28,41,.16); }
.catalog-search { min-width: 208px; height: 38px; display: flex; align-items: center; gap: 8px; padding-inline: 11px; border: 1px solid #dfd2be; border-radius: 99px; color: var(--gold); background: rgba(255,253,248,.72); transition: border-color .2s ease, box-shadow .2s ease; }
.catalog-search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(174,133,67,.12); }
.catalog-search svg { width: 15px; height: 15px; flex: 0 0 auto; }
.catalog-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: 11px var(--sans); }
.catalog-search input::placeholder { color: #928679; }
.catalog-result { min-height: 18px; margin: 0 0 14px 3px; color: #8d8172; font-size: 9px; letter-spacing: .045em; }
.catalog-grid { gap: 21px; }
.catalog-card { position: relative; overflow: hidden; border-color: rgba(218,204,182,.87); border-radius: 4px; background: rgba(255,253,248,.91); box-shadow: 0 4px 16px rgba(70,49,30,.025); transition: transform .32s cubic-bezier(.2,.7,.2,1), box-shadow .32s ease, border-color .32s ease; }
.catalog-card[hidden] { display: none !important; }
.catalog-card:hover { z-index: 2; border-color: rgba(174,133,67,.56); transform: translateY(-7px) rotateX(.6deg); box-shadow: 0 20px 42px rgba(65,45,29,.13); }
.catalog-card-art { aspect-ratio: 1.5; background: #ede4d4; }
.catalog-card-art::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(145deg, rgba(255,248,227,.06), transparent 55%, rgba(63,34,32,.12)); content: ""; pointer-events: none; transition: opacity .35s ease; }
.catalog-card:hover .catalog-card-art img { transform: scale(1.075); }
.catalog-card-body { position: relative; padding: 19px 21px 20px; }
.catalog-card-body::before { position: absolute; top: 0; left: 21px; width: 38px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); content: ""; }
.catalog-number { color: #9f7943; letter-spacing: .18em; }
.catalog-card h3 { transition: color .22s ease, transform .22s ease; }
.catalog-card:hover h3 { color: #8b3b43; transform: translateX(2px); }
.catalog-inquiry { padding-top: 13px; border-color: #e6dccd; transition: color .2s ease; }
.inquiry-arrow { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(174,133,67,.38); border-radius: 50%; transition: color .2s ease, background .2s ease, transform .2s ease; }
.catalog-inquiry:hover .inquiry-arrow { color: #fffaf0; background: var(--maroon); transform: translate(2px,-2px); }
.catalog-empty { grid-column: 1/-1; padding: 38px 20px; border: 1px dashed #d8c397; border-radius: 4px; color: var(--muted); text-align: center; }
.visit-section { position: relative; isolation: isolate; background: radial-gradient(ellipse at 75% 45%, rgba(133,79,67,.35), transparent 37%), linear-gradient(115deg,#451a27,#5b2632 58%,#401923); }
.visit-section::before, .visit-section::after { position: absolute; z-index: -1; width: 280px; height: 280px; border: 1px solid rgba(224,197,147,.12); border-radius: 50%; content: ""; }
.visit-section::before { top: -175px; right: -55px; box-shadow: 0 0 0 20px rgba(224,197,147,.025), 0 0 0 42px rgba(224,197,147,.025); }
.visit-section::after { bottom: -210px; left: 24%; width: 330px; height: 330px; }
.visit-card { border: 1px solid rgba(216,195,151,.46); border-radius: 3px; background: linear-gradient(140deg,#fffdf8,#f5eddf); transition: transform .3s ease, box-shadow .3s ease; }
.visit-card:hover { transform: translate(-3px,-3px); box-shadow: 15px 15px 0 rgba(216,197,160,.28), 0 20px 35px rgba(23,8,12,.14); }
.map-link, .email-link { transition: color .2s ease; }
.map-link:hover, .email-link:hover { color: #a66b28; }
.site-footer { background: linear-gradient(180deg,#f3eee4,#eee7da); }
.back-top { transition: color .2s ease, transform .2s ease; }
.back-top:hover { display: inline-block; transform: translateY(-2px); }
.floating-inquiry { position: fixed; z-index: 60; right: 24px; bottom: 22px; min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; color: white; background: #27834e; box-shadow: 0 9px 24px rgba(30,88,53,.27); font-size: 11px; font-weight: 700; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease, box-shadow .2s ease, background .2s ease; }
.floating-inquiry.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-inquiry svg { width: 19px; height: 19px; }
.floating-inquiry:hover { background: #1f7042; transform: translateY(-3px); box-shadow: 0 13px 27px rgba(30,88,53,.34); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.catalog-card.reveal { transform: translateY(22px); }
.catalog-card.reveal.is-visible { transform: translateY(0); }
.catalog-card.reveal.is-visible:hover { transform: translateY(-7px) rotateX(.6deg); }

@keyframes orbit-drift { from { transform: rotate(-11deg) scale(.98); } to { transform: rotate(-4deg) scale(1.025); } }
@keyframes portrait-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@keyframes sparkle { 0%,100% { opacity: .58; scale: .86; rotate: -8deg; } 50% { opacity: 1; scale: 1.12; rotate: 12deg; } }
@keyframes ribbon-scroll { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .site-header { padding-inline: 15px; }
  .catalog-tools { align-items: flex-start; flex-direction: column; }
  .catalog-search { width: min(100%, 330px); }
  .catalog-grid { gap: 16px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 72px; padding-inline: 0; }
  .site-header.is-scrolled { min-height: 66px; }
  .main-nav { gap: 10px; }
  .main-nav a:first-child { display: inline-flex; align-items: center; }
  .main-nav a { font-size: 9px; }
  .main-nav .nav-contact { padding: 8px 9px; }
  .hero { min-height: 0; padding-block: 38px 37px; }
  .hero::before { top: auto; right: -30%; bottom: 1%; width: 120%; height: 53%; }
  .hero-art { min-height: min(84vw, 370px); }
  .welcome-strip { overflow: hidden; }
  .welcome-inner { min-height: 83px; }
  .welcome-inner p { max-width: 160px; }
  .collection-ribbon-track { min-height: 39px; gap: 21px; }
  .collection-ribbon-track span { font-size: 12px; }
  .collections { padding-block: 57px 67px; }
  .collections::before { top: 17px; right: 0; font-size: 25px; }
  .catalog-tools { gap: 12px; }
  .filter-list { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding: 2px 1px 8px; scrollbar-width: none; }
  .filter-list::-webkit-scrollbar { display: none; }
  .filter-chip { flex: 0 0 auto; }
  .catalog-search { width: 100%; }
  .catalog-result { margin-bottom: 10px; }
  .catalog-grid { gap: 13px; }
  .catalog-card { display: flex; min-height: 0; flex-direction: column; }
  .catalog-card-art { width: 100%; min-height: 0; aspect-ratio: 1.62; }
  .catalog-card-body { padding: 15px 16px 16px; }
  .catalog-card-body::before { left: 16px; width: 27px; }
  .catalog-card h3 { font-size: clamp(17px, 5vw, 20px); }
  .catalog-card-body > p { font-size: 10px; line-height: 1.55; }
  .catalog-inquiry { font-size: 9px; }
  .visit-card:hover { transform: none; }
  .floating-inquiry { display: none; }
  .footer-inner { padding-bottom: 28px; }
}
@media (max-width: 380px) {
  .site-header { width: calc(100% - 28px); }
  .brand { gap: 7px; }
  .brand-mark { width: 33px; height: 33px; }
  .brand-name { font-size: 17px; }
  .brand-subtitle { font-size: 7px; }
  .main-nav { gap: 7px; }
  .main-nav a { font-size: 8px; }
  .main-nav .nav-contact { padding: 7px; }
  .welcome-inner { gap: 12px; }
  .welcome-inner p { max-width: none; font-size: 18px; }
  .welcome-copy { display: none; }
  .filter-chip { min-height: 32px; padding-inline: 10px; font-size: 9px; }
  .catalog-card { min-height: 0; }
  .catalog-card-body { padding-inline: 13px; }
  .catalog-card-body::before { left: 13px; }
  .catalog-card h3 { font-size: 17px; }
  .catalog-inquiry { font-size: 8px; }
  .floating-inquiry { right: 10px; bottom: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-art-orbit, .hero-image-main, .hero-image-top, .hero-image-side, .hero-art-sparkle, .collection-ribbon-track { animation: none !important; }
  .reveal, .catalog-card.reveal, .catalog-card.reveal.is-visible { opacity: 1; transform: none; transition: none; }
}

/* Fine spacing and editorial details for smaller screens. */
.main-nav a[aria-current="location"] { color: var(--maroon); }
.main-nav a[aria-current="location"]::after { transform: scaleX(1); }
.catalog-card { border-radius: 7px; }
.catalog-card-art::after { box-shadow: inset 0 0 0 10px rgba(255,250,238,.08); }
.catalog-number { display: inline-flex; align-items: center; gap: 8px; }
.catalog-number::before { width: 18px; height: 1px; background: var(--gold-soft); content: ""; }
.catalog-inquiry { min-height: 35px; }
.visit-card { border-radius: 6px; }
.email-link { max-width: 100%; overflow-wrap: anywhere; }
.collection-ribbon { -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
@media (max-width: 640px) {
  .announcement { min-height: 36px; flex-wrap: nowrap; gap: 9px; font-size: 8px; letter-spacing: .055em; white-space: nowrap; }
  .announcement span:nth-child(1), .announcement span:nth-child(2) { display: none; }
  .page-wrap { width: min(calc(100% - 40px), 460px); }
  .site-header { width: calc(100% - 40px); }
  .main-nav { gap: 11px; }
  .main-nav a { min-height: 36px; display: inline-flex; align-items: center; font-size: 9px; }
  .main-nav .nav-contact { padding: 0 10px; }
  .welcome-inner { min-height: 0; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 6px 14px; padding-block: 15px; }
  .welcome-number { grid-column: 1; grid-row: 1 / span 2; align-self: stretch; padding-right: 13px; }
  .welcome-inner p { grid-column: 2; max-width: none; font-size: 19px; line-height: 1.2; }
  .welcome-copy { grid-column: 2; max-width: none; margin: 0; font-size: 9px; text-align: left; }
  .filter-list { width: 100%; flex-wrap: wrap; gap: 7px; overflow: visible; padding: 1px 0; }
  .filter-chip { min-height: 36px; white-space: nowrap; }
  .catalog-search { min-height: 42px; }
  .catalog-card { border-radius: 8px; }
  .catalog-card-art { aspect-ratio: 1.7; }
  .catalog-card-body { padding: 16px 17px 16px; }
  .catalog-card-body::before { left: 17px; }
  .catalog-card h3 { font-size: 21px; }
  .catalog-card-body > p { font-size: 11px; }
  .catalog-inquiry { min-height: 40px; font-size: 10px; }
  .visit-card { padding: 25px 23px; }
}
@media (max-width: 380px) {
  .page-wrap { width: calc(100% - 36px); }
  .site-header { width: calc(100% - 36px); }
  .welcome-inner { grid-template-columns: auto minmax(0,1fr); gap: 6px 12px; }
  .welcome-inner p { font-size: 18px; }
  .welcome-copy { display: none; }
  .main-nav { gap: 8px; }
  .main-nav a { font-size: 8px; }
  .main-nav .nav-contact { padding-inline: 8px; }
  .catalog-card-art { aspect-ratio: 1.55; }
  .catalog-card-body { padding-inline: 14px; }
  .catalog-card-body::before { left: 14px; }
}

/* Product-led collection galleries. */
.catalog-result { margin-bottom: 3px; }
.catalog-note { margin: 0 0 25px 3px; color: #978979; font-size: 10px; line-height: 1.6; }
.catalog-grid { display: flex; flex-direction: column; gap: 0; }
.collection-group { padding: 30px 0 35px; border-top: 1px solid rgba(174,133,67,.25); }
.collection-group[hidden], .product-card[hidden] { display: none !important; }
.collection-group-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.collection-group-copy { min-width: 0; }
.collection-index { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; color: #a27c45; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.collection-index::before { width: 18px; height: 1px; background: var(--gold-soft); content: ""; }
.collection-group-copy h3 { margin: 0 0 7px; color: var(--maroon-dark); font-family: var(--serif); font-size: clamp(25px,3vw,33px); font-weight: 400; letter-spacing: -.025em; }
.collection-group-copy > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.collection-group-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 14px; }
.collection-count { color: #978979; font-size: 9px; letter-spacing: .04em; white-space: nowrap; }
.category-inquiry { min-height: 39px; display: inline-flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 12px; border: 1px solid rgba(174,133,67,.45); border-radius: 3px; color: var(--maroon); background: rgba(255,253,248,.55); font-size: 10px; font-weight: 700; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.category-inquiry:hover { color: #fffaf0; border-color: var(--maroon); background: var(--maroon); transform: translateY(-2px); }
.category-inquiry .inquiry-arrow { font-size: 13px; }
.product-gallery { min-width: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; min-width: 0; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid #e5d9c8; border-radius: 6px; background: rgba(255,253,248,.94); box-shadow: 0 6px 18px rgba(65,45,29,.035); transition: border-color .28s ease, box-shadow .28s ease, transform .32s cubic-bezier(.2,.7,.2,1); }
.product-card:hover { z-index: 2; border-color: rgba(174,133,67,.62); transform: translateY(-6px); box-shadow: 0 17px 35px rgba(65,45,29,.13); }
.product-card-art { position: relative; overflow: hidden; aspect-ratio: 1.52; background: #eee3d1; }
.product-card-art::after { position: absolute; inset: 8px; border: 1px solid rgba(255,250,238,.58); content: ""; pointer-events: none; }
.product-card-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.product-card:hover .product-card-art img { filter: saturate(1.06); transform: scale(1.045); }
.product-card-body { min-height: 174px; display: flex; flex-direction: column; align-items: flex-start; padding: 15px 17px 15px; }
.product-card-label { margin-bottom: 8px; color: #a58350; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-card h4 { margin: 0 0 7px; color: var(--maroon-dark); font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.16; }
.product-card-body > p { flex: 1; margin: 0 0 12px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.product-inquiry { width: 100%; min-height: 37px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 9px; border-top: 1px solid #ece3d7; color: var(--maroon); font-size: 9px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.product-inquiry .inquiry-arrow { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid rgba(174,133,67,.42); border-radius: 50%; color: var(--maroon); transition: color .2s ease, background .2s ease, transform .2s ease; }
.product-inquiry:hover { color: #287b4a; }
.product-inquiry:hover .inquiry-arrow { color: #fff; border-color: #287b4a; background: #287b4a; transform: translate(2px,-2px); }
.carousel-controls { display: none; }
.catalog-empty { padding: 38px 20px; border: 1px dashed #d8c397; border-radius: 5px; color: var(--muted); text-align: center; }
.reveal.product-card { transform: translateY(18px); }
.reveal.product-card.is-visible { transform: translateY(0); }
.reveal.product-card.is-visible:hover { transform: translateY(-6px); }

@media (min-width: 381px) and (max-width: 640px) {
  .site-header { min-height: 82px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-name { font-size: 21px; }
  .brand-subtitle { font-size: 8px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 10px; }
  .main-nav .nav-contact { padding-inline: 12px; }
}
@media (min-width: 421px) and (max-width: 640px) {
  .site-header { min-height: 88px; }
  .brand-mark { width: 46px; height: 46px; }
  .brand-name { font-size: 23px; }
  .brand-subtitle { font-size: 9px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 11px; }
  .main-nav .nav-contact { padding-inline: 14px; }
}
@media (max-width: 640px) {
  .catalog-note { margin-bottom: 20px; font-size: 9px; }
  .collection-group { padding: 25px 0 29px; }
  .collection-group-heading { display: block; margin-bottom: 15px; }
  .collection-group-copy h3 { font-size: 27px; }
  .collection-group-copy > p { max-width: 340px; font-size: 10px; }
  .collection-group-actions { justify-content: space-between; gap: 10px; margin-top: 12px; }
  .category-inquiry { min-height: 37px; padding-inline: 10px; font-size: 9px; }
  .product-gallery { display: flex; flex-direction: column; }
  .product-grid { display: flex; gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 3px 1px 11px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-grid::-webkit-scrollbar { display: none; }
  .product-card { flex: 0 0 min(82%, 292px); scroll-snap-align: start; }
  .product-card-art { aspect-ratio: 1.54; }
  .product-card-body { min-height: 158px; padding: 14px 15px 14px; }
  .product-card h4 { font-size: 20px; }
  .product-card-body > p { font-size: 10px; }
  .product-inquiry { min-height: 38px; font-size: 9px; }
  .carousel-controls { display: flex; justify-content: flex-end; gap: 7px; order: -1; margin: 0 0 9px; }
  .carousel-controls button { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(174,133,67,.46); border-radius: 50%; color: var(--maroon); background: rgba(255,253,248,.8); font: 15px var(--sans); cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
  .carousel-controls button:hover { color: #fff; background: var(--maroon); transform: translateY(-2px); }
}
@media (max-width: 380px) {
  .site-header { min-height: 74px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 17px; }
  .main-nav { gap: 8px; }
  .main-nav a { font-size: 8px; }
  .main-nav .nav-contact { padding-inline: 8px; }
  .collection-group-actions { align-items: flex-start; }
  .category-inquiry { max-width: 78%; }
  .product-card { flex-basis: min(86%, 270px); }
}
@media (prefers-reduced-motion: reduce) {
  .product-card, .product-card-art img, .carousel-controls button { transition-duration: .01ms !important; }
  .product-grid { scroll-behavior: auto; }
}

/* Keep the mobile masthead balanced and inset from the screen edge. */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 441px) and (max-width: 640px) {
  .site-header, .site-header.is-scrolled {
    width: calc(100% - 36px);
    min-height: 88px;
    padding-inline: 10px;
    transition: box-shadow .25s ease, background .25s ease;
  }
}
@media (min-width: 391px) and (max-width: 440px) {
  .site-header, .site-header.is-scrolled {
    width: calc(100% - 36px);
    padding-inline: 10px;
    transition: box-shadow .25s ease, background .25s ease;
  }
  .brand-mark { width: 42px; height: 42px; }
  .brand-name { font-size: 21px; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 10px; }
  .main-nav .nav-contact { padding-inline: 12px; }
}
@media (max-width: 440px) {
  .site-header {
    width: calc(100% - 36px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 11px 12px 9px;
    transition: box-shadow .25s ease, background .25s ease;
  }
  .site-header.is-scrolled { min-height: 0; padding-block: 11px 9px; }
  .brand { align-self: flex-start; }
  .main-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 6px;
    padding-top: 7px;
    border-top: 1px solid rgba(227, 215, 197, .8);
  }
  .main-nav a {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    justify-content: center;
    padding-inline: 4px;
    font-size: clamp(9px, 2.35vw, 10px);
    white-space: nowrap;
  }
  .main-nav .nav-contact { padding-inline: 4px; }
}

/* Keep anchored sections clear of the sticky header. */
:root { scroll-padding-top: 98px; }
@media (max-width: 640px) {
  :root { scroll-padding-top: 100px; }
}
@media (max-width: 440px) {
  :root { scroll-padding-top: 128px; }
}
