:root { color-scheme: light; --paper: #f7f3ed; --ink: #47261e; --muted: #7b6b60; --line: #d9ccc0; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "PingFang TC", "Microsoft JhengHei", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #b26d48; outline-offset: 7px; }
.page { max-width: 1512px; margin: auto; padding: 0 6.5%; }
.skip-link { position: absolute; left: 20px; top: -80px; padding: 14px; background: var(--paper); z-index: 2; }
.skip-link:focus { top: 10px; }
.masthead { min-height: 126px; display: flex; justify-content: space-between; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); }
.masthead img { display: block; max-width: 100%; object-fit: contain; }
nav { display: flex; gap: 42px; font-size: 13px; }
nav a { padding: 12px 0; }
nav span { display: block; margin-top: 5px; font-size: 9px; letter-spacing: .13em; color: var(--muted); }
.intro { padding: 66px 0 62px; display: grid; grid-template-columns: 1fr 280px; gap: 24px 80px; }
.eyebrow { margin: 0; font-size: 10px; letter-spacing: .2em; font-weight: 500; }
.intro .eyebrow { grid-column: 1 / -1; }
h1 { margin: 0; font-family: "Songti TC", "Noto Serif TC", "Times New Roman", serif; font-weight: 400; font-size: clamp(48px, 5.6vw, 82px); line-height: 1.23; letter-spacing: .035em; }
h1 em { font-style: normal; color: #96694f; }
.intro-note { align-self: end; padding-bottom: 6px; font-size: 14px; line-height: 1.9; color: var(--muted); }
.intro-note p { margin: 18px 0 0; }
.intro-note p[lang] { font-family: Georgia, serif; font-size: 17px; font-style: italic; }
.rule { display: block; width: 46px; border-top: 1px solid var(--muted); }
.collections { display: grid; grid-template-columns: 1fr 1fr; }
.collection { display: flex; flex-direction: column; min-width: 0; min-height: 350px; padding: 30px 36px; transition: background-color .25s; }
.jewelry { background: #e9ddd0; }
.bags { background: #4c332b; color: #fbf2e8; }
.jewelry:hover { background: #e1d0bf; }
.bags:hover { background: #624235; }
.collection-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .12em; }
.collection-top span:last-child { font-family: Georgia, serif; font-size: 15px; letter-spacing: .18em; }
.collection h2 { margin: 27px 0 8px; font-family: "Baskerville", "Times New Roman", serif; font-weight: 400; font-size: clamp(60px, 7vw, 102px); line-height: 1.05; letter-spacing: -.055em; }
.full-stop { color: #ae7954; }
.collection > p { font-size: 13px; letter-spacing: .04em; margin: 12px 0 34px; }
.collection-link { margin-top: auto; padding-top: 19px; border-top: 1px solid currentColor; display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.collection-link small { font-size: 9px; letter-spacing: .14em; padding-left: 12px; }
.arrow { font-size: 27px; transition: transform .25s; }
.collection:hover .arrow { transform: translate(3px, -3px); }
.company { padding: 76px 0 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px 64px; }
.company h2 { font-family: "Songti TC", serif; font-size: 24px; font-weight: 400; margin: 18px 0 26px; }
.legal-name { font-size: 15px; line-height: 1.7; margin: 0 0 9px; }
.english-name { max-width: 360px; font-size: 10px; line-height: 1.8; letter-spacing: .08em; margin: 0; }
.company-details { margin: 0; }
.company-details > div { border-bottom: 1px solid var(--line); padding: 0 0 20px; margin-bottom: 20px; }
.company-details dt { font-size: 12px; line-height: 1.65; color: var(--muted); }
.company-details dt span { display: block; font-size: 10px; }
.company-details dd { margin: 10px 0 0; font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; }
.company-details dd small { display: block; margin-top: 6px; font-size: 11px; color: var(--muted); }
.company-details .address { font-size: 12px; }
.registration-note { grid-column: 1 / -1; max-width: 850px; margin: 0; font-size: 11px; line-height: 1.9; color: var(--muted); }
footer { border-top: 1px solid var(--line); padding: 25px 0 32px; display: flex; justify-content: space-between; gap: 24px; font-size: 9px; letter-spacing: .035em; line-height: 1.7; }
footer a { white-space: nowrap; }
footer a span { margin-left: 18px; }
@media (max-width: 700px) {
  .page { padding: 0 6%; }
  .masthead { min-height: 98px; gap: 14px; }
  .masthead img { width: 140px; height: auto; }
  nav { gap: 17px; font-size: 12px; }
  nav span { font-size: 8px; }
  .intro { padding: 45px 0 36px; grid-template-columns: 1fr; gap: 24px; }
  .intro-note { display: flex; gap: 24px; font-size: 12px; }
  .intro-note .rule { display: none; }
  .intro-note p { margin: 0; }
  .intro-note p[lang] { font-size: 14px; }
  .collections { grid-template-columns: 1fr; }
  .collection { min-height: 294px; padding: 26px; }
  .collection h2 { font-size: 76px; }
  .company { grid-template-columns: 1fr; gap: 28px; padding-top: 48px; }
  footer { flex-direction: column; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
