@charset "UTF-8";

:root {
  --paper: #f5f2e9;
  --paper-deep: #ebe6d9;
  --ink: #263e49;
  --blue: #284a59;
  --muted: #6e716b;
  --line: #d8d6c9;
  --serif: 'Cormorant Garamond', 'Noto Serif JP', serif;
  --jp-serif: 'Noto Serif JP', serif;
  --sans: 'Noto Sans JP', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.85; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
::selection { background: #d0dbe0; color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; border-radius: 0; background: none; }
button:disabled { cursor: not-allowed; }
a:focus-visible, button:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 2px solid #9c5939; outline-offset: 6px; }
p, h1, h2, h3, h4, figure { margin: 0; }
h1, h2, h3 { font-family: var(--jp-serif); font-weight: 400; text-wrap: balance; }
p { text-wrap: pretty; }
img { max-width: 100%; display: block; object-fit: cover; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -100px; left: 20px; background: var(--ink); color: white; padding: 12px 20px; z-index: 20; }
.skip-link:focus { top: 12px; }
.announcement { min-height: 36px; padding: 8px 20px; display: flex; justify-content: center; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); font-size: 0.6875rem; letter-spacing: .12em; }
.tiny-flower { font-size: 0.9375rem; line-height: 1; }
.site-header { min-height: 124px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 26px 5.4%; }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; }
.wordmark > span:first-child { font-family: var(--serif); font-size: 2.375rem; line-height: 1.05; font-weight: 500; letter-spacing: -.045em; white-space: nowrap; }
.wordmark i { font-weight: 400; }
.wordmark-sub { font-family: var(--sans); font-size: 0.5625rem; letter-spacing: .26em; padding-top: 10px; margin-right: -.26em; }
.desktop-nav { display: flex; align-items: center; gap: 42px; margin-left: auto; margin-right: 42px; font-size: 0.8125rem; letter-spacing: .07em; }
.desktop-nav a { position: relative; padding-block: 12px; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 8px; left: 0; width: 100%; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; font-family: var(--sans); font-size: 0.75rem; gap: 3px; }
.language-switch button { min-width: 40px; min-height: 44px; color: #777b76; padding: 8px; }
.language-switch button[aria-pressed='true'] { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.language-switch > span { color: #b4b5a9; }
.menu-toggle, .mobile-nav { display: none; }
.hero { display: grid; grid-template-columns: 43% 57%; padding: 12px 3.2% 0 5.4%; max-width: 1800px; margin-inline: auto; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 42px 35px 0; }
.eyebrow { font-family: var(--sans); font-size: 0.625rem; line-height: 1.65; letter-spacing: .14em; font-weight: 400; }
.hero h1 { margin-top: 38px; font-size: clamp(1.8125rem, 2.7vw, 3.0625rem); line-height: 1.8; letter-spacing: .035em; }
.hero-french { font-family: var(--serif); font-size: 1.625rem; font-style: italic; letter-spacing: -.02em; margin-top: 13px; }
.hero-description { margin-top: 34px; font-size: 0.8125rem; line-height: 2.5; letter-spacing: .065em; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; width: fit-content; min-height: 46px; padding: 9px 0 8px; border-bottom: 1px solid currentColor; font-size: 0.8125rem; letter-spacing: .06em; transition: opacity .2s ease; }
.text-link:hover { opacity: .65; }
.text-link .arrow { font-family: sans-serif; font-size: 1.3125rem; line-height: 1; transition: transform .2s ease; }
.text-link:hover .arrow { transform: translate(3px, -3px); }
.hero .text-link { margin-top: 33px; }
.hero-footnote { margin-top: 63px; display: flex; align-items: center; gap: 18px; }
.hero-footnote .rule { width: 40px; height: 1px; background: #aeb8b5; }
.hero-footnote p { font: italic 1.0625rem/1.35 var(--serif); }
.hero-figure { min-width: 0; }
.hero-image-wrap { position: relative; height: clamp(560px, 47vw, 780px); background: #cbc2b1; overflow: hidden; }
.hero-image-wrap > img { height: 100%; width: 100%; object-position: 57% center; }
.image-corner { position: absolute; bottom: 23px; right: 25px; font: italic 1.75rem var(--serif); color: #fff8e5; border: 1px solid #fff8e591; border-radius: 50%; width: 53px; height: 53px; display: grid; place-items: center; }
.hero-figure figcaption { display: flex; justify-content: space-between; gap: 18px; font-size: 0.625rem; color: var(--muted); letter-spacing: .08em; padding-top: 15px; }
.hero-figure figcaption span:first-child { font-size: 0.5625rem; letter-spacing: .14em; }
.section-pad { padding-inline: 7.2%; max-width: 1800px; margin-inline: auto; }
.intro { margin-top: 110px; padding-block: 52px 98px; border-top: 1px solid var(--line); }
.section-label { display: flex; align-items: center; gap: 14px; font-size: 0.625rem; letter-spacing: .16em; }
.section-number { font-family: var(--serif); font-style: italic; font-size: 1.25rem; letter-spacing: 0; }
.section-label .section-number::after { content: '/'; font-size: 0.875rem; margin-left: 14px; font-style: normal; color: #b2b6ae; }
.intro-main { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 41px; }
.intro h2 { font-size: clamp(1.6875rem, 2.4vw, 2.5rem); line-height: 1.9; letter-spacing: .05em; }
.intro-body { max-width: 500px; padding-top: 4px; }
.intro-body p { font-size: 0.8125rem; line-height: 2.5; letter-spacing: .045em; }
.intro-body p + p { margin-top: 17px; }
.signature { display: block; text-align: right; font: italic 2.625rem/1 var(--serif); margin-top: 19px; transform: rotate(-7deg); }
.collection { padding-top: 63px; padding-bottom: 83px; background: #eeebe2; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading h2 { margin-top: 24px; font-size: clamp(1.6875rem, 2.4vw, 2.4375rem); letter-spacing: .03em; }
.section-aside { font-size: 0.75rem; line-height: 2.2; color: var(--muted); padding-bottom: 5px; }
.collection-grid { display: grid; grid-template-columns: 1fr 1fr .77fr; align-items: start; gap: 29px; margin-top: 49px; }
.object-image-button { display: block; padding: 0; width: 100%; position: relative; overflow: hidden; background: #d1c9bb; text-align: left; }
.object-image-button img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.3,1); }
.object-image-button:hover img { transform: scale(1.035); }
.object-image-label { position: absolute; top: 16px; left: 16px; font-size: 0.5625rem; letter-spacing: .1em; padding: 5px 8px; background: #f5f2e9e8; color: var(--ink); }
.object-open { position: absolute; bottom: 13px; right: 13px; color: var(--ink); background: var(--paper); width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font: 1.1875rem sans-serif; transition: transform .2s ease; }
.object-image-button:hover .object-open { transform: rotate(45deg); }
.object-caption { margin-top: 20px; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.object-category { font-size: 0.625rem; letter-spacing: .07em; color: var(--muted); }
.object-caption h3 { font-size: 1.0625rem; margin-top: 1px; }
.object-caption h3 button { padding: 5px 0; text-align: left; min-height: 40px; }
.object-status { font-size: 0.5625rem; white-space: nowrap; color: var(--muted); }
.second-object { padding-top: 51px; }
.sourcing-card { color: var(--paper); background: var(--blue); min-height: 432px; padding: 28px; display: flex; flex-direction: column; align-items: start; margin-top: 107px; }
.sourcing-card .eyebrow { font-size: 0.5625rem; letter-spacing: .15em; }
.sourcing-mark { font: italic 4.375rem/1 var(--serif); padding-top: 25px; color: #d8decf; }
.sourcing-card h3 { font-size: 1.4375rem; line-height: 1.8; margin-top: 19px; }
.sourcing-card > p:not(.eyebrow) { font-size: 0.75rem; line-height: 2.2; margin-top: 22px; color: #e0e5dd; }
.sourcing-card .text-link { font-size: 0.6875rem; margin-top: 23px; width: 100%; gap: 10px; }
.sourcing-footer { margin-top: 34px; font-size: 0.5rem; letter-spacing: .15em; color: #c0cec9; }
.collection-note { font-size: 0.625rem; color: var(--muted); margin-top: 42px; letter-spacing: .02em; }
.interlude { position: relative; text-align: center; padding: 82px 70px 79px; border-bottom: 1px solid var(--line); }
.interlude > p { font: italic 3.6875rem/1.04 var(--serif); letter-spacing: -.035em; }
.interlude > span:not(.interlude-star) { display: block; font-size: 0.6875rem; letter-spacing: .1em; margin-top: 24px; }
.interlude-star { position: absolute; top: 45%; font-size: 1.5rem; font-weight: 400; }
.interlude-star:first-child { left: 17%; }
.interlude-star:last-child { right: 17%; }
.voyages { display: grid; grid-template-columns: .92fr 1fr; gap: 11%; padding-top: 104px; padding-bottom: 105px; }
.voyages-intro { padding-top: 26px; }
.voyages-intro h2 { font-size: clamp(1.6875rem, 2.6vw, 2.5625rem); line-height: 1.85; margin-top: 27px; letter-spacing: .02em; }
.voyages-french { font: italic 1.5625rem/1.2 var(--serif); margin-top: 18px; }
.voyages-intro > p:not(.voyages-french) { margin-top: 31px; font-size: 0.8125rem; line-height: 2.5; letter-spacing: .04em; max-width: 370px; }
.coming-soon { display: inline-block; margin-top: 29px; font-size: 0.625rem; color: var(--muted); padding-bottom: 5px; border-bottom: 1px solid var(--line); }
.travel-notebook { position: relative; padding: 28px 34px 25px; background: #eeeade; border: 1px solid #dad6c9; box-shadow: 4px 5px 0 -1px var(--paper), 4px 5px 0 0 #d8d3c5; }
.notebook-top { display: flex; justify-content: space-between; font-size: 0.5625rem; letter-spacing: .14em; padding-bottom: 22px; border-bottom: 1px solid #cecfbf; }
.destination-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; margin-top: 19px; }
.destination-switch button { padding: 11px 0 13px; text-align: left; border-bottom: 1px solid #c9cbbc; color: var(--muted); display: flex; flex-direction: column; gap: 3px; }
.destination-switch button > span:first-child { font: italic 1.625rem/1 var(--serif); }
.destination-switch button > span:last-child { font-size: 0.625rem; }
.destination-switch button[aria-pressed='true'] { border-color: var(--ink); color: var(--ink); border-bottom-width: 2px; }
.notebook-kicker { font-size: 0.5rem; letter-spacing: .16em; margin-top: 25px; color: var(--muted); }
.travel-notebook h3 { font-size: 1.25rem; line-height: 1.7; margin-top: 7px; }
.travel-stops { list-style: none; padding: 0; margin: 23px 0 8px; }
.travel-stops li { display: grid; grid-template-columns: 26px 1fr; gap: 14px; position: relative; padding-bottom: 23px; }
.travel-stops li:not(:last-child)::after { content: ''; position: absolute; top: 26px; left: 12px; bottom: 1px; border-left: 1px solid #b8bfae; }
.stop-number { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #bbc2b3; border-radius: 50%; font: 0.625rem var(--serif); margin-top: 1px; }
.travel-stops h4 { font-family: var(--jp-serif); font-size: 0.8125rem; font-weight: 500; }
.travel-stops p { font-size: 0.6875rem; line-height: 1.9; margin-top: 4px; color: #61685f; }
.travel-notebook .text-link { font-size: 0.6875rem; width: 100%; }
.notebook-note { font-size: 0.5625rem; color: var(--muted); margin-top: 14px; }
.contact-section { text-align: center; padding-top: 80px; padding-bottom: 82px; border-top: 1px solid var(--line); background: #ecebdd; }
.contact-section .eyebrow { font-size: 0.5625rem; }
.contact-section h2 { font-size: clamp(1.8125rem, 2.6vw, 2.6875rem); margin-top: 25px; line-height: 1.75; }
.contact-section > p:not(.eyebrow, .contact-note) { margin-top: 22px; font-size: 0.8125rem; line-height: 2.25; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 36px; padding: 16px 26px; background: var(--blue); color: var(--paper); font-size: 0.75rem; letter-spacing: .05em; min-height: 52px; transition: background-color .2s, transform .2s; }
.primary-button:hover { background: #173c4d; }
.primary-button:active { transform: scale(.98); }
.contact-section .primary-button { margin-top: 31px; }
.contact-note { font-size: 0.625rem; color: var(--muted); margin-top: 15px; }
.site-footer { padding: 49px 5.4% 20px; }
.footer-top { display: flex; gap: 64px; align-items: center; }
.footer-wordmark > span:first-child { font-size: 2.0625rem; }
.footer-top > p { font-size: 0.6875rem; line-height: 2; letter-spacing: .1em; }
.back-to-top { display: flex; align-items: center; gap: 22px; margin-left: auto; padding: 12px 0; font-size: 0.6875rem; }
.back-to-top > span:last-child { font-size: 1.375rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: 0.5625rem; letter-spacing: .035em; color: var(--muted); padding-top: 27px; margin-top: 38px; border-top: 1px solid var(--line); }
.footer-bottom > span:last-child { letter-spacing: .1em; font-size: 0.5rem; }
dialog { border: 0; color: var(--ink); background: var(--paper); padding: 0; max-height: calc(100dvh - 64px); max-width: calc(100vw - 48px); overscroll-behavior: contain; box-shadow: 0 25px 100px #061b2533; }
dialog::backdrop { background: #15262ba8; backdrop-filter: blur(5px); }
dialog[open] { animation: dialog-in .2s ease-out; }
.dialog-close { position: absolute; top: 13px; right: 14px; width: 44px; height: 44px; font: 1.75rem/1 var(--serif); background: var(--paper); z-index: 1; border-radius: 50%; }
.object-dialog { width: 900px; }
.object-dialog-grid { display: grid; grid-template-columns: 1fr 1fr; }
.object-dialog-grid > img { width: 100%; height: 100%; min-height: 660px; }
.object-detail-copy { padding: 65px 38px 42px; }
.object-detail-copy h2 { font-size: 1.6875rem; line-height: 1.7; margin-top: 20px; }
.detail-subtitle { font: italic 1.4375rem/1.2 var(--serif); margin-top: 10px; }
#object-description { font-size: 0.8125rem; line-height: 2.2; margin-top: 25px; }
#object-facts { border-block: 1px solid var(--line); padding-block: 12px; margin-block: 23px; }
#object-facts > div { display: grid; grid-template-columns: 78px 1fr; gap: 15px; font-size: 0.6875rem; padding-block: 6px; }
#object-facts dt { color: var(--muted); }
#object-facts dd { margin: 0; }
.detail-disclosure { font-size: 0.625rem; line-height: 1.9; color: var(--muted); margin-bottom: 24px; }
.object-detail-copy .primary-button { width: 100%; padding-inline: 16px; gap: 14px; }
.inquiry-dialog { width: 585px; }
.inquiry-content { padding: 49px 44px 44px; }
.inquiry-content h2 { font-size: 1.9375rem; margin-top: 17px; line-height: 1.6; }
.inquiry-intro { margin-top: 17px; font-size: 0.75rem; line-height: 2.1; }
#inquiry-form { margin-top: 25px; }
#inquiry-form label { display: block; font-size: 0.75rem; margin: 22px 0 8px; }
#inquiry-form select, #inquiry-form textarea { width: 100%; border: 1px solid #b6bcb2; background: #faf8f2; border-radius: 0; padding: 12px; color: var(--ink); font-size: 0.8125rem; }
#inquiry-form textarea { resize: vertical; min-height: 150px; max-height: 500px; }
#inquiry-form textarea::placeholder { color: #77796f; }
.field-note { margin-top: 6px; font-size: 0.625rem; color: var(--muted); }
#inquiry-form .primary-button { width: 100%; margin-top: 23px; }
.draft-result { margin-top: 24px; }
.draft-success { font-size: 0.75rem; padding: 12px 14px; background: #e2e8db; }
.draft-result h3 { margin-top: 22px; font-size: 1.3125rem; }
#draft-text { font-family: var(--sans); font-size: 0.75rem; line-height: 2; white-space: pre-wrap; overflow-wrap: anywhere; max-height: 300px; overflow-y: auto; background: #edeade; padding: 17px; }
.draft-actions { display: flex; gap: 25px; align-items: center; }
.draft-actions .text-link { font-size: 0.75rem; }
.noscript-note { position: fixed; bottom: 0; padding: 14px 24px; background: var(--paper-deep); color: var(--ink); border-top: 1px solid var(--line); font-size: 0.75rem; width: 100%; }
html[lang='fr'] h1, html[lang='fr'] h2, html[lang='fr'] h3 { font-family: var(--serif); }
html[lang='fr'] .hero h1 { font-size: clamp(2.75rem, 4.2vw, 4.375rem); line-height: 1.06; letter-spacing: -.04em; }
html[lang='fr'] .hero-french { font-size: 1.5rem; margin-top: 24px; }
html[lang='fr'] .hero-description { font-size: 0.9375rem; letter-spacing: 0; line-height: 1.9; }
html[lang='fr'] .desktop-nav { letter-spacing: 0; }
html[lang='fr'] .intro h2, html[lang='fr'] .voyages h2, html[lang='fr'] .contact-section h2 { font-size: clamp(2.375rem, 3.7vw, 3.625rem); line-height: 1.12; letter-spacing: -.025em; }
html[lang='fr'] .section-heading h2 { font-size: clamp(2.25rem, 3.4vw, 3.1875rem); line-height: 1.15; letter-spacing: -.03em; }
html[lang='fr'] .intro-body p, html[lang='fr'] .voyages-intro > p:not(.voyages-french), html[lang='fr'] .contact-section > p:not(.eyebrow,.contact-note) { font-size: 0.875rem; line-height: 1.95; letter-spacing: 0; }
html[lang='fr'] .object-caption h3 { font-size: 1.375rem; line-height: 1.2; }
html[lang='fr'] .sourcing-card h3 { font-size: 2.0625rem; line-height: 1.15; }
html[lang='fr'] .sourcing-card > p:not(.eyebrow) { line-height: 1.9; }
html[lang='fr'] .travel-notebook h3 { font-size: 1.75rem; line-height: 1.2; }
html[lang='fr'] .travel-stops h4 { font-family: var(--serif); font-size: 1.1875rem; line-height: 1.25; }
html[lang='fr'] .object-detail-copy h2 { font-size: 2.3125rem; line-height: 1.15; }
html[lang='fr'] .inquiry-content h2 { font-size: 2.5rem; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1600px) { .hero-copy { padding-left: 25px; }.hero-description, .intro-body p, .voyages-intro > p:not(.voyages-french) { font-size: 0.9375rem; }.sourcing-card { min-height: 530px; padding: 38px; }.sourcing-card h3 { font-size: 1.875rem; }.sourcing-card > p:not(.eyebrow) { font-size: 0.875rem; } }
@media (max-width: 1150px) {
  .site-header { padding-inline: 5%; gap: 20px; min-height: 110px; }.wordmark > span:first-child { font-size: 2rem; }.desktop-nav { gap: 24px; margin-right: 20px; font-size: 0.75rem; }.hero { grid-template-columns: 44% 56%; padding-left: 5%; }.hero-copy { padding-right: 25px; }.hero h1 { font-size: 1.8125rem; }.hero .eyebrow { font-size: 0.5rem; }.hero-image-wrap { height: 590px; }.hero-description { font-size: 0.75rem; }.hero-footnote { margin-top: 45px; }.hero-figure figcaption { font-size: 0.5625rem; }.section-pad { padding-inline: 6%; }.collection-grid { gap: 22px; grid-template-columns: 1fr 1fr .8fr; }.sourcing-card { padding: 23px 20px; margin-top: 79px; }.sourcing-card h3 { font-size: 1.3125rem; }.sourcing-card .text-link { font-size: 0.625rem; }.object-caption { flex-direction: column; align-items: start; gap: 3px; }.intro-main { gap: 45px; }.voyages { gap: 8%; }.travel-notebook { padding-inline: 25px; }.footer-top { gap: 40px; }
}
@media (max-width: 850px) {
  .announcement { font-size: 0.5625rem; letter-spacing: .04em; }.site-header { min-height: 95px; padding-block: 20px; }.desktop-nav { display: none; }.menu-toggle { display: flex; width: 42px; height: 44px; flex-direction: column; justify-content: center; gap: 7px; align-items: center; }.menu-toggle span { width: 22px; height: 1px; background: var(--ink); transition: transform .2s; }.menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-4px) rotate(-45deg); }.mobile-nav:not([hidden]) { display: flex; flex-direction: column; border-block: 1px solid var(--line); padding: 15px 6%; background: var(--paper); }.mobile-nav a, .mobile-nav button { min-height: 48px; padding: 10px 0; font-size: 0.875rem; text-align: left; }.hero { padding-inline: 5%; gap: 25px; grid-template-columns: 44% 1fr; }.hero-copy { padding-right: 0; padding-top: 20px; }.hero h1 { font-size: 1.5625rem; margin-top: 24px; }.hero-french { font-size: 1.4375rem; }.hero-description { font-size: 0.6875rem; margin-top: 25px; }.hero-image-wrap { height: 530px; }.hero-footnote { margin-top: 39px; }.hero-figure figcaption span:last-child { display: none; }.hero .text-link { font-size: 0.75rem; gap: 22px; margin-top: 24px; }.intro { margin-top: 72px; padding-bottom: 72px; }.intro-main { gap: 35px; }.intro h2 { font-size: 1.625rem; }.intro-body p { font-size: 0.75rem; }.collection-grid { grid-template-columns: 1fr 1fr; gap: 28px; }.second-object { padding-top: 46px; }.sourcing-card { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; padding: 32px; margin-top: 9px; min-height: 0; }.sourcing-card .eyebrow { grid-column: 1; }.sourcing-mark { display: none; }.sourcing-card h3 { grid-column: 1; grid-row: 2/4; font-size: 1.625rem; margin-top: 16px; }.sourcing-card > p:not(.eyebrow) { grid-column: 2; grid-row: 1/3; margin-top: 0; }.sourcing-card .text-link { grid-column: 2; margin-top: 13px; font-size: 0.6875rem; }.sourcing-footer { grid-column: 1/-1; margin-top: 22px; }.collection-note { font-size: 0.5625rem; }.interlude-star:first-child { left: 10%; }.interlude-star:last-child { right: 10%; }.voyages { gap: 6%; }.voyages-intro h2 { font-size: 1.5625rem; }.voyages-french { font-size: 1.4375rem; }.voyages-intro > p:not(.voyages-french) { font-size: 0.75rem; }.travel-notebook { padding: 23px 20px; }.travel-notebook h3 { font-size: 1.0625rem; }.travel-stops { margin-top: 24px; }.travel-stops li { gap: 10px; }.travel-stops h4 { font-size: 0.75rem; }.travel-stops p { font-size: 0.625rem; }.destination-switch { gap: 17px; }.destination-switch button > span:last-child { font-size: 0.5625rem; }.object-dialog-grid > img { min-height: 600px; }.object-detail-copy { padding: 65px 26px 30px; }.object-detail-copy h2 { font-size: 1.4375rem; }.footer-top > p { display: none; }.footer-bottom { flex-wrap: wrap; row-gap: 10px; }.footer-bottom > span:last-child { width: 100%; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 16px; }.announcement { padding: 8px 13px; gap: 10px; font-size: 0.5rem; min-height: 34px; }.tiny-flower { font-size: 0.75rem; }.site-header { min-height: 95px; padding-inline: 6%; gap: 10px; }.wordmark > span:first-child { font-size: 1.875rem; }.wordmark-sub { font-size: 0.4375rem; padding-top: 7px; }.header-actions { gap: 3px; }.language-switch { gap: 0; font-size: 0.625rem; }.language-switch button { min-width: 32px; padding-inline: 5px; }.menu-toggle { width: 35px; }.hero { display: flex; flex-direction: column; padding: 9px 6% 0; gap: 30px; }.hero-copy { padding: 24px 0 0; }.hero .eyebrow { font-size: 0.5rem; letter-spacing: .13em; }.hero h1 { font-size: clamp(1.6875rem, 6.7vw, 2.375rem); margin-top: 27px; line-height: 1.8; }.hero-french { font-size: 1.625rem; margin-top: 9px; }.hero-description { font-size: 0.75rem; line-height: 2.4; margin-top: 24px; }.hero .text-link { margin-top: 24px; font-size: 0.75rem; }.hero-footnote { display: none; }.hero-image-wrap { height: auto; aspect-ratio: 4 / 4.6; }.hero-image-wrap > img { object-position: 54% center; }.image-corner { width: 44px; height: 44px; font-size: 1.5rem; bottom: 18px; right: 18px; }.hero-figure figcaption { font-size: 0.5rem; padding-top: 12px; }.hero-figure figcaption span:first-child { font-size: 0.5rem; }.hero-figure figcaption span:last-child { display: inline; font-size: 0.5rem; letter-spacing: 0; }.section-pad { padding-inline: 7%; }.intro { margin-top: 60px; padding-top: 32px; padding-bottom: 58px; }.section-label { font-size: 0.5625rem; gap: 11px; }.section-number { font-size: 1.1875rem; }.intro-main { grid-template-columns: 1fr; gap: 24px; margin-top: 27px; }.intro h2 { font-size: 1.75rem; line-height: 1.85; }.intro-body { max-width: none; }.intro-body p { font-size: 0.75rem; line-height: 2.4; }.signature { font-size: 2.25rem; margin-top: 21px; }.collection { padding-top: 43px; padding-bottom: 47px; }.section-heading { display: block; }.section-heading h2 { font-size: 1.625rem; margin-top: 22px; }.section-aside { font-size: 0.6875rem; margin-top: 16px; }.collection-grid { gap: 31px 18px; margin-top: 30px; }.object-image-button img { aspect-ratio: 3/4.4; }.object-image-label { font-size: 0.4375rem; padding: 4px 6px; top: 9px; left: 8px; letter-spacing: .04em; }.object-open { height: 29px; width: 29px; font-size: 1rem; bottom: 8px; right: 8px; }.object-caption { margin-top: 13px; }.object-category { font-size: 0.5rem; }.object-caption h3 { font-size: 0.8125rem; margin-top: 3px; line-height: 1.7; }.object-caption h3 button { padding-block: 0; }.object-status { font-size: 0.5rem; }.second-object { padding-top: 38px; }.sourcing-card { padding: 27px 23px; gap: 0 22px; }.sourcing-card .eyebrow { font-size: 0.4375rem; }.sourcing-card h3 { font-size: 1.25rem; margin-top: 14px; line-height: 1.8; }.sourcing-card > p:not(.eyebrow) { font-size: 0.625rem; line-height: 2; }.sourcing-card .text-link { font-size: 0.5625rem; gap: 7px; margin-top: 10px; padding-bottom: 4px; }.sourcing-card .text-link .arrow { font-size: 1.125rem; }.sourcing-footer { font-size: 0.4375rem; margin-top: 20px; }.collection-note { font-size: 0.5625rem; line-height: 2; margin-top: 25px; }.interlude { padding: 60px 30px; }.interlude > p { font-size: 2.875rem; }.interlude > span:not(.interlude-star) { font-size: 0.5625rem; margin-top: 19px; letter-spacing: .04em; }.interlude-star { font-size: 1rem; top: 46%; }.interlude-star:first-child { left: 6%; }.interlude-star:last-child { right: 6%; }.voyages { grid-template-columns: 1fr; gap: 34px; padding-top: 50px; padding-bottom: 58px; }.voyages-intro { padding-top: 0; }.voyages-intro h2 { font-size: 1.75rem; margin-top: 24px; }.voyages-french { font-size: 1.5625rem; margin-top: 14px; }.voyages-intro > p:not(.voyages-french) { font-size: 0.75rem; max-width: none; margin-top: 23px; }.coming-soon { font-size: 0.5625rem; margin-top: 21px; }.travel-notebook { padding: 24px; }.notebook-top { font-size: 0.5rem; }.destination-switch { gap: 27px; }.destination-switch button > span:first-child { font-size: 1.75rem; }.destination-switch button > span:last-child { font-size: 0.625rem; }.travel-notebook h3 { font-size: 1.25rem; }.travel-stops h4 { font-size: 0.8125rem; }.travel-stops p { font-size: 0.6875rem; }.travel-notebook .text-link { font-size: 0.6875rem; }.contact-section { padding-top: 53px; padding-bottom: 51px; }.contact-section .eyebrow { font-size: 0.4375rem; letter-spacing: .08em; }.contact-section h2 { font-size: 1.9375rem; margin-top: 23px; }.contact-section > p:not(.eyebrow, .contact-note) { font-size: 0.75rem; margin-top: 21px; }.primary-button { font-size: 0.6875rem; padding-inline: 22px; }.contact-note { font-size: 0.5rem; }.site-footer { padding: 39px 7% 20px; }.footer-top { gap: 20px; flex-wrap: wrap; }.footer-wordmark > span:first-child { font-size: 1.8125rem; }.back-to-top { font-size: 0.5625rem; gap: 13px; }.footer-bottom { margin-top: 25px; padding-top: 20px; font-size: 0.5rem; gap: 10px; }.footer-bottom > span:last-child { font-size: 0.4375rem; margin-top: 4px; }dialog { max-height: calc(100dvh - 30px); max-width: calc(100vw - 24px); }.object-dialog-grid { grid-template-columns: 1fr; }.object-dialog-grid > img { min-height: 0; height: 340px; object-position: center 56%; }.object-detail-copy { padding: 30px 25px; }.object-detail-copy h2 { font-size: 1.5625rem; margin-top: 17px; }#object-description { font-size: 0.75rem; }.detail-disclosure { font-size: 0.625rem; }.inquiry-content { padding: 46px 25px 30px; }.inquiry-content h2 { font-size: 1.8125rem; }.inquiry-intro { font-size: 0.6875rem; }#inquiry-form select, #inquiry-form textarea { font-size: 1rem; }.inquiry-content .eyebrow { font-size: 0.5625rem; }.draft-actions { gap: 18px; }.draft-actions .primary-button { padding-inline: 19px; }html[lang='fr'] .hero h1 { font-size: 3.0625rem; line-height: 1.05; margin-top: 28px; }html[lang='fr'] .hero-description { font-size: 0.8125rem; }html[lang='fr'] .hero-french { font-size: 1.4375rem; margin-top: 18px; }html[lang='fr'] .intro h2, html[lang='fr'] .voyages h2 { font-size: 2.5rem; }html[lang='fr'] .section-heading h2 { font-size: 2.3125rem; }html[lang='fr'] .intro-body p, html[lang='fr'] .voyages-intro > p:not(.voyages-french), html[lang='fr'] .contact-section > p:not(.eyebrow,.contact-note) { font-size: 0.8125rem; }html[lang='fr'] .object-caption h3 { font-size: 1.25rem; }html[lang='fr'] .sourcing-card h3 { font-size: 1.625rem; }html[lang='fr'] .sourcing-card .text-link { letter-spacing: 0; }html[lang='fr'] .contact-section h2 { font-size: 2.6875rem; }
}
@media (max-width: 370px) { .wordmark > span:first-child { font-size: 1.625rem; }.header-actions { gap: 0; }.site-header { padding-inline: 5%; }.sourcing-card { display: flex; gap: 0; }.sourcing-card > p:not(.eyebrow) { margin-top: 16px; }.sourcing-card .text-link { width: auto; gap: 24px; }.footer-top { display: block; }.back-to-top { margin-top: 17px; width: fit-content; margin-left: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

/* Keep the small editorial typography comfortable to read in both languages. */
.announcement { font-size: 0.75rem; }
.desktop-nav { font-size: 0.875rem; }
.hero-description, .intro-body p, .voyages-intro > p:not(.voyages-french), .contact-section > p:not(.eyebrow, .contact-note), #object-description { font-size: 0.9375rem; }
.eyebrow, .hero .eyebrow, .section-label, .sourcing-card .eyebrow { font-size: 0.6875rem; }
.text-link, .hero .text-link, .sourcing-card .text-link, .travel-notebook .text-link, .primary-button { font-size: 0.875rem; }
.section-aside, .sourcing-card > p:not(.eyebrow), .inquiry-intro, #inquiry-form label, .travel-stops p { font-size: 0.875rem; }
.object-category, .object-status, .collection-note, .coming-soon, .contact-note, .notebook-note, .field-note, .detail-disclosure, #object-facts > div, .object-image-label, .notebook-top, .notebook-kicker, .destination-switch button > span:last-child { font-size: 0.75rem; }
.object-caption h3 { font-size: 1.125rem; }
.object-image-button img { aspect-ratio: 4 / 5; }
.sourcing-card { min-height: 485px; }
.travel-stops h4 { font-size: 0.9375rem; }
.hero-figure figcaption, .hero-figure figcaption span:first-child, .hero-figure figcaption span:last-child { font-size: 0.6875rem; }
.interlude > span:not(.interlude-star), .back-to-top, .footer-top > p, .footer-bottom, .footer-bottom > span:last-child { font-size: 0.75rem; }
.sourcing-footer { font-size: 0.625rem; }
.primary-button:active { transform: scale(.96); }
.site-header { flex-wrap: wrap; }
.wordmark { max-width: 100%; min-width: 0; }
.wordmark > span:first-child { white-space: normal; }
.header-actions { flex-shrink: 0; margin-left: auto; }
.desktop-nav { flex-wrap: wrap; }
.voyages > * { min-width: 0; }
.destination-switch { display: flex; flex-wrap: wrap; }
.destination-switch button { flex: 1 1 100px; }
.signature { transform: none; }
.sourcing-card h3 { max-width: 100%; overflow-wrap: anywhere; hyphens: auto; }
h1, h2, h3 { overflow-wrap: anywhere; hyphens: auto; }
.intro-main > *, .collection-grid > * { min-width: 0; }
html[lang='fr'] .intro-body p, html[lang='fr'] .voyages-intro > p:not(.voyages-french), html[lang='fr'] .contact-section > p:not(.eyebrow,.contact-note) { font-size: 0.9375rem; }
@media (max-width: 1150px) { .object-status { white-space: normal; }.sourcing-card .text-link { font-size: 0.75rem; }.hero-figure figcaption span:last-child { display: none; } }
@media (max-width: 850px) { .sourcing-card { min-height: 0; }.sourcing-card .text-link { font-size: 0.875rem; }.collection-note { line-height: 1.9; }.voyages { grid-template-columns: 1fr; gap: 40px; }.voyages-intro > p:not(.voyages-french) { max-width: 600px; }.travel-notebook { max-width: 650px; width: 100%; }.travel-notebook h3 { font-size: 1.5rem; }.footer-bottom > span:last-child { font-size: 0.625rem; } }
@media (max-width: 600px) {
  .announcement { font-size: 0.625rem; text-align: center; letter-spacing: .02em; }.hero .eyebrow { font-size: 0.5625rem; }.eyebrow, .section-label { font-size: 0.6875rem; }.hero-description, .intro-body p, .voyages-intro > p:not(.voyages-french), .contact-section > p:not(.eyebrow, .contact-note) { font-size: 0.875rem; }.hero .text-link { font-size: 0.875rem; }.hero-image-wrap { aspect-ratio: 4/4.3; }.hero-figure figcaption span:first-child { font-size: 0.625rem; }.section-aside { font-size: 0.8125rem; }.object-image-label { font-size: 0.5625rem; }.object-category, .object-status { font-size: 0.6875rem; }.object-caption h3 { font-size: 1rem; line-height: 1.8; }.collection-grid { column-gap: 17px; }.sourcing-card { display: flex; padding: 30px; }.sourcing-card .eyebrow { font-size: 0.6875rem; }.sourcing-card h3 { font-size: 1.6875rem; margin-top: 22px; }.sourcing-card > p:not(.eyebrow) { font-size: 0.875rem; margin-top: 20px; }.sourcing-card .text-link { font-size: 0.875rem; margin-top: 24px; }.sourcing-footer { font-size: 0.625rem; margin-top: 27px; }.collection-note { font-size: 0.6875rem; }.interlude > span:not(.interlude-star) { font-size: 0.6875rem; letter-spacing: 0; }.coming-soon { font-size: 0.6875rem; }.travel-notebook { padding: 25px; }.notebook-top { font-size: 0.625rem; }.notebook-kicker { font-size: 0.625rem; }.destination-switch button > span:last-child { font-size: 0.6875rem; }.travel-notebook h3 { font-size: 1.3125rem; }.travel-stops h4 { font-size: 0.875rem; }.travel-stops p { font-size: 0.8125rem; }.notebook-note { font-size: 0.6875rem; }.contact-section .eyebrow { font-size: 0.5625rem; }.contact-note { font-size: 0.6875rem; }.back-to-top { font-size: 0.6875rem; }.footer-bottom { font-size: 0.6875rem; }.footer-bottom > span:last-child { font-size: 0.5625rem; }.object-detail-copy h2 { font-size: 1.625rem; }#object-description, .inquiry-intro { font-size: 0.875rem; }.detail-disclosure, .field-note, #object-facts > div { font-size: 0.75rem; }.inquiry-content .eyebrow { font-size: 0.6875rem; }.draft-success, #draft-text { font-size: 0.8125rem; }html[lang='fr'] .hero-description, html[lang='fr'] .intro-body p, html[lang='fr'] .voyages-intro > p:not(.voyages-french), html[lang='fr'] .contact-section > p:not(.eyebrow,.contact-note) { font-size: 0.875rem; }html[lang='fr'] .sourcing-card h3 { font-size: 2.25rem; }
}
