@font-face {
  font-family: "Shippori Mincho";
  src: url("../fonts/shippori-mincho-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Antique";
  src: url("../fonts/shippori-antique-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #0d0d0d;
  --berry: #be3c4c;
  --wine: #722b34;
  --paper: #f8f8f6;
  --font-heading: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-body: "Shippori Antique", "Yu Gothic", sans-serif;
  font-family: var(--font-body);
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a[aria-disabled="true"] { cursor: default; }
button:disabled { cursor: default; opacity: 1; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3, strong { font-family: var(--font-heading); font-weight: 600; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid var(--wine);
  outline-offset: 5px;
}
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 10; padding: 12px 20px; background: #fff; }
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Coordinates and dimensions follow XD artboard “Web 1920 – 2”.
   Container units scale its 1920 px composition without rasterizing text. */
.page { max-width: 1920px; margin-inline: auto; container-type: inline-size; overflow: clip; }
.section { --u: calc(100cqw / 1920); position: relative; height: calc(var(--section-height) * var(--u)); }
.placed { position: absolute; left: calc(var(--x) * var(--u)); top: calc(var(--y) * var(--u)); width: calc(var(--w) * var(--u)); height: calc(var(--h) * var(--u)); }
.copy { font-size: calc(var(--font, 24) * var(--u)); line-height: calc(var(--line, 35) * var(--u)); white-space: pre-line; overflow-wrap: anywhere; letter-spacing: .025em; font-weight: 400; }
.vertical-heading { writing-mode: vertical-rl; text-orientation: upright; white-space: normal; }
h1.copy, h2.copy, h3.copy { font-weight: 600; }
.vertical-heading > span { display: block; white-space: nowrap; }
.photo { overflow: hidden; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.brand img, .footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.decorative { pointer-events: none; }
.decorative img { width: 100%; height: 100%; object-fit: cover; }
.bamboo-frame img { width: 100%; height: 100%; }
.hero-kicker { font-family: "HanziPen TC", "Yu Mincho", "Shippori Mincho", serif; }
.hero-kicker img { width: 100%; height: auto; }
.woven-edge img { object-fit: fill; }
.woven-bottom { transform: rotate(180deg); }
/* Rows and their dividers grow together when the copy wraps. */
.craftsmanship { height: auto; padding-top: calc(299 * var(--u)); padding-bottom: calc(136 * var(--u)); }
.craft-card {
  position: relative;
  width: calc(1193 * var(--u));
  margin-left: calc(357 * var(--u));
  padding: calc(39 * var(--u)) calc(34 * var(--u)) calc(35 * var(--u));
  background: var(--wine) url("../images/textures/red-kimono-fabric.webp") center / cover;
}
.craft-card::before, .craft-card::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50 * var(--u));
  background: url("../images/textures/woven-border.webp") center / 100% 100% no-repeat;
  pointer-events: none;
}
.craft-card::before { top: calc(-36 * var(--u)); }
.craft-card::after { bottom: calc(-45 * var(--u)); transform: rotate(180deg); }
.craft-heading { margin: 0 0 calc(33 * var(--u)) calc(9 * var(--u)); color: var(--paper); }
.craft-specs {
  margin: 0;
  padding: calc(36 * var(--u)) calc(40 * var(--u)) calc(36 * var(--u)) calc(53 * var(--u));
  background: var(--paper) url("../images/textures/washi-paper.webp") center / cover;
  color: var(--wine);
}
.craft-row { display: grid; grid-template-columns: calc(180 * var(--u)) minmax(0, 1fr); gap: calc(71 * var(--u)); }
.craft-row + .craft-row { margin-top: calc(24 * var(--u)); padding-top: calc(24 * var(--u)); border-top: 1px solid var(--berry); }
.craft-label, .craft-description { min-width: 0; margin: 0; }
.strip-gold { background: #ffa700; }
.strip-green { background: #339d58; }
.strip-red { background: #9d3333; }
.store-guide { font-size: calc(21 * var(--u)); line-height: 1.7; display: grid; gap: calc(35 * var(--u)); padding: calc(32 * var(--u)); border: calc(2 * var(--u)) solid var(--berry); background: #fff; }
.store-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: calc(36 * var(--u)); scroll-margin-top: 30px; }
.store-card > img { width: 100%; height: calc(255 * var(--u)); object-fit: cover; }
.store-card h3 { font-size: calc(25 * var(--u)); margin-bottom: .8em; }
.store-card .text-link { font-size: .85em; }
.small { font-size: .82em; }
.craft-panel { background: rgb(248 248 246 / 69.89%); }
.remake-gold { background: #ddb758; }
.remake-pattern { opacity: .6611; overflow: hidden; }
.remake-pattern img { max-width: none; width: 167%; height: 178%; object-fit: cover; object-position: center; transform: translate(-20%, -22%); }
.newsletter-shade { background: #403f3f; opacity: .903756; mix-blend-mode: hard-light; }
.newsletter-content { color: var(--paper); font-weight: 400; }
.newsletter-fields { display: flex; gap: calc(20 * var(--u)); margin-top: calc(30 * var(--u)); margin-bottom: calc(10 * var(--u)); white-space: normal; }
.newsletter-fields input { width: calc(400 * var(--u)); min-width: 0; padding: calc(10 * var(--u)) calc(16 * var(--u)); border: 1px solid #fff; background: rgb(255 255 255 / 95%); color: var(--ink); border-radius: 0; font-size: calc(21 * var(--u)); }
.newsletter-fields input::placeholder { color: #565050; opacity: 1; }


.newsletter-fields input:focus-visible, .newsletter-fields button:focus-visible { outline-color: #fff; }
#newsletter-status { margin-top: .4em; font-size: .85em; line-height: 1.6; white-space: normal; }


/* References supply composition, typography and effects only.
   Colors and fabric backgrounds remain those of the original XD artboard. */

/* The named reference is #concept .vertical_link ("阿部守商店について").
   The resting pencil rules remain visible; darker rules draw over them.
   em ratios follow its label padding, separate circular arrow and 0.2/0.4 s timing. */
.text-link { display: inline-flex; align-items: center; gap: .8em; position: relative; color: inherit; text-decoration: none; line-height: 1.6; }
.arrow-circle {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  width: 1.65em;
  height: 1.65em;
  border: 1px solid var(--berry);
  border-radius: 50%;
  overflow: hidden;
  color: var(--berry);
}
.arrow-circle::before, .arrow-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  mask: url("../images/decoration/button-chevron.svg") center / contain no-repeat;
  transform: translateX(0);
  transition: transform .4s ease-in-out, opacity .2s ease-in-out .2s;
}
.arrow-circle::before {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform .4s ease-in-out, opacity .2s ease-in-out;
}
:is(a, button):is(:hover, :focus-visible) .arrow-circle::before {
  transform: translateX(0);
  opacity: 1;
  transition: transform .4s ease-in-out, opacity .2s ease-in-out .2s;
}
:is(a, button):is(:hover, :focus-visible) .arrow-circle::after {
  transform: translateX(100%);
  opacity: 0;
  transition: transform .4s ease-in-out, opacity .2s ease-in-out;
}
.reference-button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: max-content;
  max-width: 100%;
  min-height: 0;
  padding: 0 2.1875em 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
}
.reference-button .button-label {
  display: block;
  position: relative;
  padding: .125em 0 .9375em 1.25em;
  line-height: 1;
  overflow: hidden;
}
.reference-button::before, .reference-button::after,
.reference-button .button-label::before, .reference-button .button-label::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: currentColor;
  pointer-events: none;
}
.reference-button .button-label::before, .reference-button .button-label::after {
  height: 2px;
  background: #999;
  mask: url("../images/decoration/button-rule-rest.svg") left center / 100% 100% no-repeat;
}
.reference-button .button-label::before { top: -1.375em; left: .5em; transform: rotate(90deg); transform-origin: left; }
.reference-button .button-label::after { left: 0; bottom: .3125em; }
.reference-button::before, .reference-button::after {
  z-index: 1;
  height: 2px;
  background: #000;
  mask: url("../images/decoration/button-rule-active.svg") left center / 100% 100% no-repeat;
  transition: transform .2s ease-in-out;
}
.reference-button::before { top: -1.375em; left: .5em; transform: rotate(90deg) translateX(-100%); transform-origin: left; }
.reference-button::after { width: calc(100% - 2.1875em); left: 0; bottom: .3125em; transform: translateX(-100%); }
.reference-button:is(:hover, :focus-visible)::before { transform: rotate(90deg) translateX(0); }
.reference-button:is(:hover, :focus-visible)::after { transform: translateX(0); }
.reference-button .arrow-circle {
  box-sizing: content-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5625em;
  height: 1.5625em;
  font-size: inherit;
}
.button { font-size: calc(24 * var(--u)); }
.collection-button .button { background: var(--berry); color: var(--paper); }
.collection-button .button .arrow-circle { color: var(--paper); border-color: var(--paper); }
.newsletter-fields button { font-size: calc(22 * var(--u)); color: var(--paper); align-self: center; }
.newsletter-fields button .arrow-circle { color: var(--paper); border-color: var(--paper); }
.style-story .vertical-heading { line-height: calc(72 * var(--u)); letter-spacing: .16em; }
.closing {
  height: auto;
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 5%;
  padding: calc(130 * var(--u)) 0 calc(160 * var(--u));
}
.closing-photo { position: sticky; top: 40px; align-self: start; margin-top: calc(70 * var(--u)); }
.closing-photo img { height: auto; }
.closing-content { padding-right: calc(95 * var(--u)); }
.closing .vertical-heading { font-size: calc(38 * var(--u)); line-height: 1.9; letter-spacing: .14em; margin-left: calc(80 * var(--u)); }
.closing-copy { margin-top: calc(65 * var(--u)); font-size: calc(22 * var(--u)); line-height: 2; letter-spacing: .025em; }
.closing-copy > p + p { margin-top: 1.25em; }
.closing-copy > .button { margin: 1.6em 0; }
.closing-links { display: flex; gap: 1.4em; flex-wrap: wrap; margin-top: 1.1em; font-size: .85em; }
.faq { height: auto; padding: calc(125 * var(--u)) 0; background: #f5f5f4; color: #403f3f; }
.faq-inner { width: 72%; margin: auto; display: grid; grid-template-columns: 26% 1fr; gap: 5%; }
.eyebrow { color: var(--wine); font-family: var(--font-body); font-size: calc(14 * var(--u)); letter-spacing: .22em; margin-bottom: .8em; }
.faq-heading h2 { color: var(--wine); font-size: calc(36 * var(--u)); line-height: 1.6; letter-spacing: .12em; }
.faq-item { padding: calc(40 * var(--u)) calc(35 * var(--u)); border-top: 1px solid #d5d2cf; }
.faq-item:last-child { border-bottom: 1px solid #d5d2cf; }
.faq-item h3 { display: flex; align-items: baseline; gap: 1.1em; color: var(--wine); font-size: calc(24 * var(--u)); line-height: 1.8; }
.faq-mark { flex: 0 0 auto; font: 400 .8em/1 var(--font-body); color: var(--wine); }
.faq-answer { margin: calc(24 * var(--u)) 0 0 calc(47 * var(--u)); font-size: calc(19 * var(--u)); line-height: 2; }
.faq-answer .text-link { font-size: .9em; margin-top: .9em; }
.footer { height: auto; background: var(--berry); }
.footer-gallery { padding: calc(100 * var(--u)) 0; background: var(--berry); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; width: 64%; margin: 0 auto; }
.footer-tile { position: relative; display: block; aspect-ratio: 2 / 1; overflow: hidden; color: var(--paper); }
.footer-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.footer-tile::after { content: ""; position: absolute; inset: 0; background: var(--ink); opacity: .42; transition: opacity .5s ease; }
.footer-tile-label { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .55em; text-align: center; }
.footer-en { font-family: var(--font-body); font-size: calc(24 * var(--u)); letter-spacing: .3em; }
.footer-ja { font-size: calc(15 * var(--u)); letter-spacing: .18em; }
.footer-tile:is(:hover, :focus-visible) img { transform: scale(1.06); }
.footer-tile:is(:hover, :focus-visible)::after { opacity: .27; }
.footer-tile:focus-visible { outline-color: #fff; outline-offset: -5px; z-index: 2; }
.footer-bottom { position: relative; isolation: isolate; display: flex; align-items: center; gap: calc(55 * var(--u)); min-height: calc(180 * var(--u)); padding: calc(30 * var(--u)) 4%; background: #ffa700; color: var(--ink); font-size: calc(14 * var(--u)); }
.footer-bottom::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: url("../images/textures/gold-dragonfly-fabric.webp") center 44% / 100% auto; opacity: .6611; }
.footer-brand { display: block; width: calc(126 * var(--u)); flex: 0 0 auto; }
.footer-brand img { height: auto; }
.footer-contact { display: flex; gap: 2em; }
.footer-contact .text-link { padding: .55em .8em; color: var(--ink); }
.footer-contact [data-route="line"] { background: #0cc554; }
.footer-contact [data-route="phone"] { background: var(--paper); }
.footer-contact .arrow-circle, .back-top .arrow-circle { color: var(--ink); border-color: var(--ink); }
.footer-copyright { margin-left: auto; white-space: nowrap; font-size: .8em; letter-spacing: .06em; color: var(--ink); }
.back-top .arrow-circle { transform: rotate(-90deg); }
[data-reveal] { transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.3,1); }
[data-reveal].will-reveal { opacity: 0; transform: translateY(22px); }

@media (max-width: 900px) {
  .page { overflow: clip; }
  .section { height: auto; padding: 50px 24px; }
  .placed { position: relative; left: auto; top: auto; width: auto; height: auto; }
  .copy { font-size: 16px; line-height: 1.95; width: 100%; font-weight: 400 !important; }
  h1.copy { font-size: 25px; line-height: 1.65; }
  h2.copy { font-size: 26px; line-height: 1.65; margin-bottom: 24px; font-weight: 600 !important; }
  h3.copy { font-size: 22px; line-height: 1.65; margin-bottom: 20px; font-weight: 600 !important; }
  .photo { margin-block: 28px; width: 100%; }
  .photo img { height: auto; }
  .decorative { display: none; }
  .hero { height: 475px; padding: 16px 0 0; }
  .brand { width: 128px; height: 65px; margin-inline: auto; }
  .hero-photo { margin-top: 26px; height: 285px; }
  .hero-photo img { height: 100%; object-fit: cover; object-position: left center; }
  .hero .bamboo-frame { position: absolute; top: 301px; left: calc(50% - 176px); width: 352px; height: 174px; }
  .hero .hero-kicker { position: absolute; top: 342px; left: calc(50% - 142px); width: 284px; font-size: 14px; line-height: 1.5; text-align: center !important; }
  .hero .hero-title { position: absolute; top: 367px; left: calc(50% - 134px); width: 288px; font-size: 25px; line-height: 1.55; font-weight: 600 !important; }
  .introduction { display: grid; }
  .introduction .photo { margin-top: 30px; margin-bottom: 0; }
  .collection .collection-heading, .collection .collection-intro { text-align: center !important; }
  .collection .photo { max-width: 360px; margin: 42px auto 30px; }
  .collection-button { margin-top: 24px; }
  .craftsmanship { padding: 50px 24px 36px; }
  .craftsmanship > p:first-of-type { margin-bottom: 32px; }
  .craft-card { width: 100%; margin: 0; padding: 0; background: none; }
  .craft-card::before, .craft-card::after { content: none; }
  .craftsmanship .craft-heading { background: var(--wine); padding: 20px; margin: 0; font-size: 20px; color: #fff !important; }
  .craft-specs { padding: 20px; }
  .craft-row { grid-template-columns: 1fr; gap: 12px; }
  .craft-row + .craft-row { margin-top: 24px; padding-top: 24px; border-color: #d4b3b8; }
  .occasions { border-left: 9px solid #ffa700; border-right: 9px solid #9d3333; padding-inline: 20px; }
  .occasions .photo { margin: 34px 0 18px; }
  .occasions h3 { margin-bottom: 12px; }
  .try-on .fitting-copy { white-space: pre-line; }
  .store-guide { margin-top: 36px; border: 1px solid var(--berry); font-size: 15px; line-height: 1.8; padding: 18px; gap: 28px; }
  .store-card { display: block; }
  .store-card > img { height: 170px; margin-bottom: 18px; }
  .store-card h3 { font-size: 18px; }
  .store-card .text-link { font-size: 14px; }
  .our-craft { padding: 35px 24px; display: flex; flex-direction: column; background: #ebf5fa; }
  .our-craft .photo { order: 2; margin: 25px -24px -35px; width: calc(100% + 48px); }
  .our-craft h2, .our-craft p { order: 1; }
  .remake { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; background: #ddb758 url("../images/textures/gold-dragonfly-fabric.webp") right bottom / 85% auto no-repeat; margin-top: 55px; }
  .remake h2, .remake p { grid-column: 1 / -1; background: #ddb758; }
  .remake .photo { margin: 24px 0 0; }
  .remake .remake-two { margin-top: 0; }
  .remake .remake-three { margin-top: 48px; }
  .remake .photo img { aspect-ratio: 248 / 901; object-fit: cover; }
  .newsletter { padding: 50px 24px; isolation: isolate; color: #fff; background: #403f3f; }
  .newsletter-photo { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; margin: 0; }
  .newsletter-photo img { width: 100%; height: 100%; object-fit: cover; }
  .newsletter-shade { display: block; position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; background: #181514; opacity: .66; mix-blend-mode: normal; }
  .newsletter h2 { font-size: 24px; }
  .newsletter h2 .keep-together { white-space: nowrap; }
  .newsletter .copy { color: #fff !important; }
  .newsletter-fields { display: grid; gap: 12px; margin: 24px 0 12px; }
  .newsletter-fields input { width: 100%; font-size: 16px; min-height: 48px; padding: 12px 14px; }
  #newsletter-status { font-size: 14px; }
}

@media (max-width: 900px) {

  .button, .newsletter-fields button { min-height: 0; font-size: 17px; }
  .style-story { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0; padding: 50px 0 70px; }
  .style-story .photo { width: 100%; margin: 0; align-self: start; }
  .style-story .vertical-heading { grid-column: 6 / 8; grid-row: 1 / 3; justify-self: center; align-self: start; width: auto; height: auto; margin: 0; padding-top: 40px; font-size: clamp(16px, 4.6vw, 26px); line-height: 1.55; letter-spacing: .1em; }
  .style-story .collage-one { grid-column: 1 / 6; grid-row: 1; margin-top: 55px; }
  .style-story .collage-two { grid-column: 8 / 13; grid-row: 1 / 3; }
  .style-story .collage-three { grid-column: 2 / 7; grid-row: 3; margin-top: 40px; }
  .style-story .collage-four { grid-column: 8 / 12; grid-row: 3; margin-top: 80px; }
  .style-story > p { grid-column: 2 / 12; grid-row: 4; width: auto; margin-top: 36px; font-size: 16px; line-height: 1.95; }
  .closing { display: grid; grid-template-columns: 1fr; gap: 40px; padding: 75px 0; }
  .closing-photo { position: relative; top: auto; margin: 0; }
  .closing-content { padding: 0 24px; }
  .closing .vertical-heading { width: max-content; height: auto; margin: 0 auto; font-size: 28px; line-height: 1.9; letter-spacing: .1em; }
  .closing-copy { margin: 40px auto 0; max-width: 540px; font-size: 16px; line-height: 2; }
  .closing-links { gap: 1.3em; }
  .faq { padding: 60px 24px; }
  .faq-inner { width: 100%; display: block; }
  .eyebrow { font-size: 11px; }
  .faq-heading h2 { font-size: 26px; letter-spacing: .08em; margin-bottom: 30px; }
  .faq-item { padding: 28px 0; }
  .faq-item h3 { font-size: 18px; gap: .7em; }
  .faq-answer { margin: 16px 0 0 26px; font-size: 14px; line-height: 2; }
  .footer { padding: 0; margin-top: 30px; }
  .footer-gallery { padding: 40px 20px; }
  .footer-grid { width: 100%; }
  .footer-tile { aspect-ratio: 1 / 1; }
  .footer-tile-label { gap: 8px; padding: 12px; }
  .footer-en { font-size: clamp(12px, 2.7vw, 20px); letter-spacing: .14em; }
  .footer-ja { font-size: clamp(12px, 2.2vw, 14px); letter-spacing: .03em; }
  .footer-bottom { padding: 32px 24px; gap: 24px 18px; flex-wrap: wrap; font-size: 12px; }
  .footer-brand { width: 100px; margin-right: auto; }
  .footer-contact { width: 100%; gap: 1em; }
  .footer-copyright { order: 3; margin: 0; }
  .back-top { order: 4; margin-left: auto; }
}

@media (max-width: 359px) {
  .reference-button .button-label { line-height: 1.4; }
  .section { padding-inline: 18px; }
  .hero { padding-inline: 0; height: 449px; }
  .hero .bamboo-frame { top: 300px; left: 0; width: 100%; height: 149px; }
  .hero .hero-kicker { top: 329px; left: 10%; width: 80%; font-size: 12px; }
  .hero .hero-title { top: 351px; left: 13%; width: 77%; font-size: 21px; }
  h2.copy { font-size: 23px; }
  .introduction h2.copy { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal].will-reveal { opacity: 1; transform: none; }
  [data-reveal], .footer-tile img, .footer-tile::after { transition: none; }
  .footer-tile:is(:hover, :focus-visible) img { transform: none; }
  /* Keep the explicitly requested, brief button feedback; suppress page motion. */
}
