:root {
  --paper: #f8f5ee;
  --ink: #302c25;
  --muted: #625c50;
  --olive: #4b503c;
  --line: #cfc8bb;
  --sand: #eae4d8;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .25em; }
a:hover { text-decoration-thickness: 2px; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--olive); outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3, .brand, .footer-name { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { font-size: clamp(3.3rem, 6vw, 5.5rem); line-height: 1.06; letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.15; letter-spacing: -.035em; }
h3 { font-size: 1.5rem; line-height: 1.25; }
p + p { margin-top: 1rem; }
address { font-style: normal; }
.wrap { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -100px; padding: .75rem; background: var(--paper); z-index: 5; }
.skip-link:focus { top: 1rem; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 112px; border-bottom: 1px solid var(--line); }
.brand { text-decoration: none; font-size: 1.75rem; line-height: 1.15; letter-spacing: -.045em; }
.brand span { display: block; font: 9px/1.5 Arial, sans-serif; letter-spacing: .15em; margin-top: 8px; }
#navigation { display: flex; gap: 2.2rem; }
#navigation a { padding-block: 12px; text-decoration: none; font-size: .875rem; }
#navigation a:hover, #navigation [aria-current] { text-decoration: underline; }
.menu-toggle { display: none; border: 1px solid var(--line); background: none; padding: .6rem .85rem; }
.menu-toggle span { margin-left: .5rem; }
.eyebrow { font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 1.2rem; color: var(--muted); }
.lead { font-size: 1.15rem; line-height: 1.55; }
.home-intro { padding-block: 54px 44px; display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.home-intro h1 { font-size: clamp(4rem, 7.6vw, 7rem); }
.home-description { max-width: 325px; }
.home-description .lead { font-size: 1.05rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid var(--olive); background: var(--olive); color: var(--paper); padding: .85rem 1.25rem; text-decoration: none; font-size: .85rem; }
.button:hover { background: var(--ink); border-color: var(--ink); }
.button:disabled { opacity: .65; cursor: default; }
.home-description .button { margin-top: 1.3rem; }
.text-link { display: inline-block; font-size: .9rem; padding-block: .5rem; }
.text-link span { margin-left: .7rem; }
.photo-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1440px; margin-inline: auto; gap: 3px; }
.photo-band img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.photo-band figcaption { font-size: .7rem; color: var(--muted); padding: .8rem 1rem; text-align: center; }
.visit-strip { display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); padding-block: 1.15rem; font-size: .8rem; }
.visit-strip span { margin-inline: .6rem; }
.section { padding-block: 80px 60px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 2rem; }
.section-heading > p { max-width: 340px; font-size: .95rem; }
.goods-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.goods-card { text-decoration: none; }
.goods-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.goods-card h3 { font-size: 1.35rem; margin: 1.1rem 0 .3rem; }
.goods-card h3 span { float: right; font-family: Arial, sans-serif; font-size: 1rem; }
.goods-card:hover h3 { text-decoration: underline; text-underline-offset: .2em; }
.goods-card p { color: var(--muted); font-size: .8rem; }
.stock-note { font-size: .8rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1.3rem; margin-top: 2rem; max-width: 820px; }
.invitation { display: grid; grid-template-columns: 293px 1fr; gap: 72px; align-items: center; padding: 44px 0 80px; }
.front-photo { width: 293px; max-width: 100%; }
.front-photo img { width: 100%; }
.invitation p:not(.eyebrow) { max-width: 510px; margin-block: 1.2rem; }
.site-footer { background: var(--sand); padding-top: 50px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 2rem; padding-bottom: 42px; }
.footer-name { font-size: 2.5rem; letter-spacing: -.05em; }
.footer-grid p:not(.footer-name), .footer-grid address, .footer-grid a { font-size: .85rem; }
.footer-grid h2 { font: .7rem Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; margin: .5rem 0 1rem; }
.footer-grid a { display: block; width: fit-content; padding-block: .25rem; }
.footer-grid address { margin-bottom: .75rem; }
.footer-bottom { border-top: 1px solid #b9b0a0; display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.2rem; font-size: .7rem; }
.footer-bottom a { padding-inline: .25rem; }
.page-intro { padding-block: 64px 44px; }
.page-intro .lead { max-width: 600px; margin-top: 1.5rem; }
.category-nav { display: flex; flex-wrap: wrap; gap: .6rem 2rem; padding-bottom: 1rem; }
.category-nav a { padding-block: .5rem; font-size: .85rem; }
.category-nav + .stock-note { margin-top: 0; }
.collection { display: grid; grid-template-columns: minmax(0, 480px) minmax(0, 1fr); gap: 72px; padding-block: 72px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.collection > figure img { width: 100%; }
.collection-copy { padding-top: 1rem; }
.collection-copy .eyebrow { letter-spacing: .08em; }
.stock-list { margin-block: 1.5rem; }
.stock-list div + div { margin-top: 1.4rem; }
.stock-list dt { font-size: .95rem; font-weight: bold; margin-bottom: .4rem; }
.stock-list dd { margin: 0; font-size: .95rem; color: var(--muted); }
.detail-photo { margin-top: 1.5rem; width: 170px; }
.detail-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.closing-row { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-block: 60px; }
.closing-row p { margin-top: .8rem; max-width: 550px; }
.visit-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 90px; padding-block: 12px 64px; }
.address-card h2 { margin-block: 1.5rem 1rem; font-size: 2rem; }
.address-card p { margin-top: 1rem; max-width: 300px; }
.hours { width: 100%; border-collapse: collapse; margin-top: 1rem; }
.hours caption { text-align: left; font-size: .75rem; color: var(--muted); padding-block: .5rem; }
.hours th, .hours td { text-align: left; border-bottom: 1px solid var(--line); padding-block: .75rem; font-size: .9rem; }
.hours th { font-weight: 400; }
.hours td { text-align: right; white-space: nowrap; }
.small { color: var(--muted); font-size: .8rem; margin-top: 1rem; }
.visit-grid h3 { margin: 2rem 0 1rem; }
.inquiry-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 64px 80px; border-top: 1px solid var(--line); }
.inquiry-section h2 + p { margin-top: 1.5rem; }
.demo-note { font-size: .85rem; padding: 1rem; border-left: 2px solid var(--olive); background: var(--sand); }
form label { display: block; font-size: .85rem; margin-bottom: .45rem; }
input, textarea { width: 100%; min-width: 0; border: 1px solid #817969; background: transparent; color: var(--ink); border-radius: 0; padding: .8rem; margin-bottom: 1.25rem; }
textarea { resize: vertical; }
textarea::placeholder { color: var(--muted); }
.form-status:not(:empty) { margin-top: 1.5rem; padding: 1rem; background: var(--sand); }
.story-grid { display: grid; grid-template-columns: minmax(0, 480px) minmax(0, 1fr); align-items: center; gap: 72px; padding-block: 24px 64px; }
.story-grid h2 + p { margin-top: 1.5rem; }
.story-grid .text-link { margin-top: 1rem; }
.story-second { border-top: 1px solid var(--line); padding-top: 60px; }
.stool-photo { width: 300px; justify-self: center; }
.privacy-copy { max-width: 720px; padding-bottom: 64px; }
.privacy-copy section { padding-block: 2rem; border-top: 1px solid var(--line); }
.privacy-copy h2 { font-size: 1.8rem; margin-bottom: 1rem; }
@media (min-width: 1441px) { .photo-band { gap: 0; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 48px); }
  .home-intro { gap: 30px; }
  .home-intro h1 { font-size: 5rem; }
  .home-description { max-width: 280px; }
  .goods-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .collection, .story-grid { gap: 36px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .invitation, .visit-grid, .inquiry-section { gap: 40px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 92px; flex-wrap: wrap; gap: 0; padding-block: 18px; }
  .brand { font-size: 1.45rem; }
  .brand span { font-size: 8px; margin-top: 5px; }
  .has-menu .menu-toggle { display: block; }
  #navigation { width: 100%; flex-direction: column; gap: 0; padding-top: 16px; }
  .has-menu .menu-toggle[aria-expanded="false"] + #navigation { display: none; }
  #navigation a { border-top: 1px solid var(--line); padding: 12px 0; }
  .home-intro { display: block; padding-block: 32px 30px; }
  .home-intro h1 { font-size: clamp(3.7rem, 13vw, 5.2rem); }
  .eyebrow { font-size: .65rem; margin-bottom: 1rem; }
  .home-description { max-width: 450px; margin-top: 20px; }
  .home-description .button { margin-top: 1rem; }
  .photo-band { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 480px; }
  .photo-band figure:first-child { grid-column: 1 / -1; }
  .photo-band figcaption { font-size: .65rem; padding: .55rem .4rem; }
  .photo-band figure:not(:first-child) img { aspect-ratio: 1; }
  .visit-strip { align-items: start; flex-direction: column; gap: .3rem; }
  .visit-strip span { display: none; }
  .visit-strip p { max-width: 270px; }
  .section { padding-block: 48px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .goods-grid { gap: 30px 16px; }
  .goods-card h3 { font-size: 1.2rem; }
  .goods-card h3 span { display: none; }
  .invitation { grid-template-columns: 1fr; gap: 28px; padding: 0 0 50px; }
  .front-photo { width: min(293px, 100%); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; }
  .footer-bottom span:last-child { width: 100%; }
  .page-intro { padding-block: 40px 32px; }
  .collection, .story-grid, .visit-grid, .inquiry-section { grid-template-columns: 1fr; gap: 30px; }
  .collection { padding-block: 40px; }
  .collection > figure, .story-grid > figure { max-width: 480px; }
  .collection-copy { padding-top: 0; }
  .detail-photo { width: 150px; }
  .closing-row { align-items: start; flex-direction: column; padding-block: 40px; }
  .visit-grid { padding-bottom: 40px; }
  .inquiry-section { padding-block: 40px; }
  .story-grid { padding-bottom: 40px; }
  .story-second { padding-top: 40px; }
  .stool-photo { justify-self: start; }
}
