/*
 * WordPress / Cocoon compatibility.
 * This block is active only on a page containing the shortcode.
 */
body.nindoshu-brand-site-page {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f5f1e7;
}
body.nindoshu-brand-site-page #header-container,
body.nindoshu-brand-site-page #footer,
body.nindoshu-brand-site-page #sidebar,
body.nindoshu-brand-site-page .sidebar,
body.nindoshu-brand-site-page .breadcrumb,
body.nindoshu-brand-site-page .article-header,
body.nindoshu-brand-site-page .article-footer,
body.nindoshu-brand-site-page .sns-share,
body.nindoshu-brand-site-page .sns-follow,
body.nindoshu-brand-site-page .date-tags,
body.nindoshu-brand-site-page .author-info,
body.nindoshu-brand-site-page .pager-post-navi,
body.nindoshu-brand-site-page .under-entry-content,
body.nindoshu-brand-site-page .related-entry-heading,
body.nindoshu-brand-site-page .related-list {
  display: none !important;
}
body.nindoshu-brand-site-page #content,
body.nindoshu-brand-site-page .content,
body.nindoshu-brand-site-page .content-in,
body.nindoshu-brand-site-page main.main,
body.nindoshu-brand-site-page article.article,
body.nindoshu-brand-site-page .entry-content,
body.nindoshu-brand-site-page .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.nindoshu-brand-site-page .wrap,
body.nindoshu-brand-site-page .content-in {
  max-width: none !important;
}
.nindoshu-brand-site {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}
body.admin-bar .nindoshu-brand-site .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .nindoshu-brand-site .site-header {
    top: 46px;
  }
}

body.nindoshu-brand-site-page,
.nindoshu-brand-site {
  --navy: #111a32;
  --navy-2: #182546;
  --navy-3: #26345c;
  --ink: #1d1d1a;
  --paper: #eee9dc;
  --paper-light: #f5f1e7;
  --gold: #b69a50;
  --gold-light: #d6c17c;
  --white: #fffdf7;
  --muted: #736f65;
  --line: rgba(182, 154, 80, .38);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
  --shadow: 0 30px 70px rgba(15, 18, 26, .18);
  --container: min(1160px, calc(100vw - 48px));
}

.nindoshu-brand-site,
.nindoshu-brand-site * { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; max-width: 100%; }
body.nindoshu-brand-site-page {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: var(--serif);
  font-feature-settings: "palt";
  letter-spacing: .04em;
  line-height: 1.9;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
body.nindoshu-brand-site-page.menu-open { overflow: hidden; }
.nindoshu-brand-site img { display: block; max-width: 100%; }
.nindoshu-brand-site a { color: inherit; }
.nindoshu-brand-site button,
.nindoshu-brand-site input,
.nindoshu-brand-site textarea,
.nindoshu-brand-site select { font: inherit; }
.nindoshu-brand-site ::selection { color: var(--navy); background: var(--gold-light); }


/*
 * Reset heading decorations inherited from WordPress themes such as Cocoon.
 * Cocoon applies a light background, padding and borders to headings inside
 * .entry-content. The LP owns its heading design, so those theme decorations
 * must not be inherited inside this shortcode only.
 */
body.nindoshu-brand-site-page .entry-content .nindoshu-brand-site h1,
body.nindoshu-brand-site-page .entry-content .nindoshu-brand-site h2,
body.nindoshu-brand-site-page .entry-content .nindoshu-brand-site h3,
body.nindoshu-brand-site-page .wp-block-post-content .nindoshu-brand-site h1,
body.nindoshu-brand-site-page .wp-block-post-content .nindoshu-brand-site h2,
body.nindoshu-brand-site-page .wp-block-post-content .nindoshu-brand-site h3,
.nindoshu-brand-site h1,
.nindoshu-brand-site h2,
.nindoshu-brand-site h3 {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  color: inherit;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none;
}
body.nindoshu-brand-site-page .entry-content .nindoshu-brand-site h1::before,
body.nindoshu-brand-site-page .entry-content .nindoshu-brand-site h1::after,
body.nindoshu-brand-site-page .entry-content .nindoshu-brand-site h2::before,
body.nindoshu-brand-site-page .entry-content .nindoshu-brand-site h2::after,
body.nindoshu-brand-site-page .entry-content .nindoshu-brand-site h3::before,
body.nindoshu-brand-site-page .entry-content .nindoshu-brand-site h3::after,
.nindoshu-brand-site h1::before,
.nindoshu-brand-site h1::after,
.nindoshu-brand-site h2::before,
.nindoshu-brand-site h2::after,
.nindoshu-brand-site h3::before,
.nindoshu-brand-site h3::after {
  content: none !important;
  display: none !important;
}

.nindoshu-brand-site .skip-link {
  position: fixed;
  z-index: 9999;
  left: 16px;
  top: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: var(--white);
  color: var(--navy);
  border-radius: 4px;
}
.nindoshu-brand-site .skip-link:focus { transform: translateY(0); }

.nindoshu-brand-site .container { width: var(--container); margin-inline: auto; }
.nindoshu-brand-site .section-washi {
  position: relative;
  background-color: var(--paper-light);
  background-image:
    linear-gradient(rgba(248,245,236,.9), rgba(248,245,236,.9)),
    url("../images/washi-texture.webp");
  background-size: cover;
}
.nindoshu-brand-site .section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .28em;
}
.nindoshu-brand-site .section-heading { max-width: 760px; margin-bottom: 58px; }
.nindoshu-brand-site .section-heading h2,
.nindoshu-brand-site .story-copy h2,
.nindoshu-brand-site .castle-copy h2,
.nindoshu-brand-site .about-copy h2,
.nindoshu-brand-site .aging-copy h2,
.nindoshu-brand-site .access-copy h2 {
  margin: 0;
  font-weight: 500;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.4;
  letter-spacing: .08em;
}
.nindoshu-brand-site .section-heading > p:last-child {
  margin: 24px 0 0;
  max-width: 640px;
  color: #5c594f;
}
.nindoshu-brand-site .section-heading-light { color: var(--white); }
.nindoshu-brand-site .section-heading-light > p:last-child { color: rgba(255,255,255,.68); }

.nindoshu-brand-site .site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 44px;
  color: var(--white);
  transition: background .4s ease, min-height .4s ease, box-shadow .4s ease;
}
.nindoshu-brand-site .site-header::after {
  content: "";
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 0;
  height: 1px;
  background: rgba(255,255,255,.18);
}
.nindoshu-brand-site .site-header.scrolled {
  min-height: 72px;
  background: rgba(13, 22, 45, .94);
  box-shadow: 0 10px 36px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}
.nindoshu-brand-site .brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1.2; }
.nindoshu-brand-site .brand-kicker { color: var(--gold-light); font-family: var(--sans); font-size: 8px; letter-spacing: .27em; }
.nindoshu-brand-site .brand-name { margin-top: 5px; font-size: 20px; letter-spacing: .14em; }
.nindoshu-brand-site .global-nav { display: flex; align-items: center; gap: 30px; font-family: var(--sans); font-size: 12px; letter-spacing: .09em; }
.nindoshu-brand-site .global-nav a { position: relative; text-decoration: none; }
.nindoshu-brand-site .global-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -8px;
  height: 1px; background: var(--gold-light);
  transition: right .28s ease;
}
.nindoshu-brand-site .global-nav a:hover::after,
.nindoshu-brand-site .global-nav a:focus-visible::after { right: 0; }
.nindoshu-brand-site .nav-cta { padding: 10px 18px; border: 1px solid rgba(214,193,124,.75); color: var(--gold-light); }
.nindoshu-brand-site .menu-button { display: none; }

.nindoshu-brand-site .hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.nindoshu-brand-site .hero-texture {
  position: absolute; z-index: -4; inset: 0;
  background-image: url("../images/indigo-texture.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: textureDrift 24s ease-in-out infinite alternate;
}
.nindoshu-brand-site .hero-glow {
  position: absolute; z-index: -3; inset: 0;
  background:
    radial-gradient(circle at 72% 36%, rgba(88,117,191,.32), transparent 36%),
    linear-gradient(90deg, rgba(8,16,38,.98) 0%, rgba(10,20,47,.72) 45%, rgba(8,13,28,.25) 70%, rgba(8,13,28,.54) 100%),
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.4));
}
.nindoshu-brand-site .hero::after {
  content: "";
  position: absolute; z-index: -1;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(transparent, rgba(6,10,22,.94));
}
.nindoshu-brand-site .hero-castle {
  position: absolute;
  z-index: -2;
  right: -2vw;
  bottom: -1px;
  width: min(69vw, 1120px);
  filter: drop-shadow(0 -10px 40px rgba(0,0,0,.3));
  animation: castleRise 1.8s cubic-bezier(.22,.75,.22,1) both;
}
.nindoshu-brand-site .hero-branch {
  position: absolute;
  z-index: -1;
  top: 9%;
  right: 7%;
  width: clamp(150px, 19vw, 300px);
  opacity: .72;
  transform: rotate(12deg);
  animation: branchFloat 9s ease-in-out infinite alternate;
}
.nindoshu-brand-site .hero-content { width: var(--container); margin: 78px auto 0; position: relative; z-index: 2; }
.nindoshu-brand-site .hero-eyebrow { margin: 0 0 24px; color: var(--gold-light); font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .32em; }
.nindoshu-brand-site .hero h1 { margin: 0; font-weight: 500; font-size: clamp(46px, 6.5vw, 92px); line-height: 1.3; letter-spacing: .08em; text-shadow: 0 5px 35px rgba(0,0,0,.22); }
.nindoshu-brand-site .hero h1 span { display: block; }
.nindoshu-brand-site .hero-lead { max-width: 540px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 16px; }
.nindoshu-brand-site .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.nindoshu-brand-site .button {
  min-width: 180px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  text-decoration: none;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  border: 1px solid transparent;
  transition: transform .28s ease, background .28s ease, color .28s ease, border-color .28s ease;
}
.nindoshu-brand-site .button:hover { transform: translateY(-2px); }
.nindoshu-brand-site .button-gold { color: var(--navy); background: var(--gold-light); }
.nindoshu-brand-site .button-gold:hover { background: var(--white); }
.nindoshu-brand-site .button-ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.03); }
.nindoshu-brand-site .button-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.nindoshu-brand-site .button-navy { color: var(--white); background: var(--navy); }
.nindoshu-brand-site .button-navy:hover { background: var(--navy-3); }
.nindoshu-brand-site .button-outline { color: var(--navy); border-color: var(--navy); }
.nindoshu-brand-site .button-outline:hover { color: var(--white); background: var(--navy); }
.nindoshu-brand-site .hero-vertical {
  position: absolute;
  right: 4%; top: 27%;
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 15px;
  letter-spacing: .32em;
  writing-mode: vertical-rl;
}
.nindoshu-brand-site .scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.62);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: .3em;
}
.nindoshu-brand-site .scroll-cue i { display: block; width: 1px; height: 46px; background: linear-gradient(var(--gold-light), transparent); animation: scrollLine 1.8s ease-in-out infinite; }

.nindoshu-brand-site .story { padding: 150px 0 160px; overflow: hidden; }
.nindoshu-brand-site .section-ornament { position: absolute; pointer-events: none; opacity: .24; }
.nindoshu-brand-site .ornament-right { width: 230px; top: 72px; right: -34px; transform: rotate(18deg); }
.nindoshu-brand-site .story-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1fr); gap: clamp(60px, 8vw, 120px); align-items: center; }
.nindoshu-brand-site .story-visual { position: relative; padding: 0 0 100px 40px; }
.nindoshu-brand-site .photo-frame { position: relative; overflow: hidden; box-shadow: var(--shadow); }
.nindoshu-brand-site .photo-frame::before { content: ""; position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(214,193,124,.42); pointer-events: none; }
.nindoshu-brand-site .photo-frame-tall { aspect-ratio: 3/4; }
.nindoshu-brand-site .photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.nindoshu-brand-site .successor-card { position: absolute; right: -50px; bottom: 0; width: min(300px, 65%); margin: 0; padding: 12px; background: var(--paper-light); box-shadow: 0 20px 55px rgba(29,29,26,.2); }
.nindoshu-brand-site .successor-card img { aspect-ratio: 1.4; width: 100%; object-fit: cover; }
.nindoshu-brand-site .successor-card figcaption { padding: 11px 5px 2px; color: #615d54; font-size: 12px; text-align: center; }
.nindoshu-brand-site .story-copy h2 { color: var(--navy); }
.nindoshu-brand-site .story-copy .lead-copy { margin: 36px 0 20px; color: #34322e; font-size: 18px; line-height: 2.1; }
.nindoshu-brand-site .story-copy > p:not(.section-kicker):not(.lead-copy) { color: #5c5952; }
.nindoshu-brand-site .story-copy blockquote { margin: 42px 0 0; padding: 26px 0 26px 26px; border-left: 2px solid var(--gold); }
.nindoshu-brand-site .story-copy blockquote p { margin: 0 0 6px; color: var(--navy); font-size: 18px; }
.nindoshu-brand-site .story-copy blockquote cite { color: #706b60; font-style: normal; font-size: 13px; }

.nindoshu-brand-site .timeline-section { padding: 145px 0 160px; color: var(--white); background: var(--navy); overflow: hidden; }
.nindoshu-brand-site .timeline { position: relative; list-style: none; margin: 90px 0 0; padding: 0; }
.nindoshu-brand-site .timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(transparent, var(--line) 6%, var(--line) 94%, transparent); }
.nindoshu-brand-site .timeline-item { position: relative; width: 50%; min-height: 250px; display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 26px; align-items: center; padding: 32px 70px 32px 0; }
.nindoshu-brand-site .timeline-item:nth-child(even) { margin-left: 50%; grid-template-columns: minmax(0, 1fr) 120px; padding: 32px 0 32px 70px; text-align: left; }
.nindoshu-brand-site .timeline-item::after { content: ""; position: absolute; right: -6px; top: 50%; width: 11px; height: 11px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 8px rgba(214,193,124,.12); }
.nindoshu-brand-site .timeline-item:nth-child(even)::after { right: auto; left: -5px; }
.nindoshu-brand-site .timeline-year { position: absolute; top: 20px; right: 70px; color: var(--gold-light); font-size: clamp(26px, 3vw, 44px); line-height: 1; letter-spacing: .05em; }
.nindoshu-brand-site .timeline-item:nth-child(even) .timeline-year { right: auto; left: 70px; }
.nindoshu-brand-site .timeline-image { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; border: 1px solid rgba(214,193,124,.55); box-shadow: 0 12px 40px rgba(0,0,0,.25); }
.nindoshu-brand-site .timeline-image img { width: 100%; height: 100%; object-fit: cover; }
.nindoshu-brand-site .timeline-item:nth-child(even) .timeline-image { grid-column: 2; }
.nindoshu-brand-site .timeline-item:nth-child(even) .timeline-copy { grid-row: 1; grid-column: 1; }
.nindoshu-brand-site .timeline-copy h3 { margin: 24px 0 8px; font-weight: 500; font-size: 22px; letter-spacing: .08em; }
.nindoshu-brand-site .timeline-copy p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }

.nindoshu-brand-site .castle-story { position: relative; isolation: isolate; min-height: 980px; display: grid; align-items: center; padding: 140px 0; color: var(--white); overflow: hidden; }
.nindoshu-brand-site .castle-bg { position: absolute; z-index: -2; inset: -6%; background: url("../images/inuyama-castle.webp") center / cover no-repeat; filter: contrast(1.05) saturate(.75); transform: scale(1.08); }
.nindoshu-brand-site .castle-story::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(12,15,23,.96) 0%, rgba(17,20,30,.82) 48%, rgba(17,20,30,.55) 70%, rgba(17,20,30,.82) 100%); }
.nindoshu-brand-site .castle-inner { display: grid; grid-template-columns: .9fr 1.2fr; gap: 90px; align-items: center; }
.nindoshu-brand-site .castle-copy p:not(.section-kicker) { color: rgba(255,255,255,.72); }
.nindoshu-brand-site .castle-copy p:nth-of-type(2) { margin-top: 34px; }
.nindoshu-brand-site .history-portraits { display: grid; gap: 22px; }
.nindoshu-brand-site .portrait-card { display: grid; grid-template-columns: 155px 1fr; gap: 24px; align-items: center; padding: 26px; border: 1px solid rgba(214,193,124,.32); background: rgba(14,19,30,.62); backdrop-filter: blur(7px); }
.nindoshu-brand-site .portrait-image { height: 190px; display: grid; place-items: end center; overflow: hidden; background: rgba(255,255,255,.04); }
.nindoshu-brand-site .portrait-image img { max-height: 100%; object-fit: contain; filter: grayscale(1) sepia(.25); }
.nindoshu-brand-site .portrait-image.tokugawa img { width: 100%; height: 100%; object-fit: contain; }
.nindoshu-brand-site .portrait-label { margin: 0; color: var(--gold-light); font-family: var(--sans); font-size: 10px; letter-spacing: .15em; }
.nindoshu-brand-site .portrait-card h3 { margin: 4px 0 10px; font-size: 25px; font-weight: 500; }
.nindoshu-brand-site .portrait-card p:last-of-type { margin: 0; color: rgba(255,255,255,.67); font-size: 12px; }
.nindoshu-brand-site .poem { margin: 15px 0 0; color: var(--gold-light); font-size: 13px; line-height: 1.85; }

.nindoshu-brand-site .about { min-height: 900px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); color: var(--white); background: #111519; }
.nindoshu-brand-site .about-media { position: relative; min-height: 900px; overflow: hidden; background: linear-gradient(135deg, #192523, #080c0c); }
.nindoshu-brand-site .about-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #111519 100%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 50%); }
.nindoshu-brand-site .about-bottles { position: absolute; z-index: 1; left: 8%; bottom: -7%; width: 61%; height: 92%; object-fit: cover; object-position: center; filter: drop-shadow(0 26px 30px rgba(0,0,0,.45)); }
.nindoshu-brand-site .about-flower { position: absolute; top: 9%; right: 6%; width: 38%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; opacity: .72; filter: saturate(.72); }
.nindoshu-brand-site .about-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px clamp(42px, 7vw, 110px) 100px 70px; }
.nindoshu-brand-site .about-copy h2 { color: var(--white); }
.nindoshu-brand-site .gold-lead { margin: 30px 0 24px; color: var(--gold-light); font-size: 20px; }
.nindoshu-brand-site .about-copy > p:not(.section-kicker):not(.gold-lead) { margin: 0 0 16px; color: rgba(255,255,255,.67); font-size: 14px; }
.nindoshu-brand-site .taste-list { margin-top: 36px; border-top: 1px solid rgba(214,193,124,.28); }
.nindoshu-brand-site .taste-list > div { display: grid; grid-template-columns: 54px 1fr; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(214,193,124,.28); }
.nindoshu-brand-site .taste-list span { color: var(--gold); font-family: var(--sans); font-size: 11px; letter-spacing: .15em; }
.nindoshu-brand-site .taste-list p { margin: 0; color: rgba(255,255,255,.86); line-height: 1.65; }
.nindoshu-brand-site .taste-list small { color: rgba(255,255,255,.48); }

.nindoshu-brand-site .aging { position: relative; isolation: isolate; min-height: 88svh; display: grid; align-items: center; color: var(--white); overflow: hidden; }
.nindoshu-brand-site .aging-bg { position: absolute; z-index: -3; inset: -5%; background: url("../images/aging-casks.webp") 72% 48% / cover no-repeat; transform: scale(1.08); }
.nindoshu-brand-site .aging-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(11,8,8,.98) 0%, rgba(20,12,12,.86) 48%, rgba(22,12,12,.23) 80%); }
.nindoshu-brand-site .aging-vine { position: absolute; right: 10%; bottom: 8%; width: 220px; opacity: .35; transform: rotate(-12deg); }
.nindoshu-brand-site .aging-copy { width: min(610px, calc(100vw - 48px)); margin-left: max(24px, calc((100vw - 1160px)/2)); padding: 100px 0; }
.nindoshu-brand-site .aging-copy p:not(.section-kicker) { color: rgba(255,255,255,.7); }
.nindoshu-brand-site .aging-copy p:nth-of-type(2) { margin-top: 30px; }
.nindoshu-brand-site .aging-copy strong { display: block; margin-top: 46px; color: var(--gold-light); font-weight: 500; font-size: clamp(19px, 2.4vw, 28px); line-height: 1.8; }

.nindoshu-brand-site .enjoy { padding: 150px 0 165px; overflow: hidden; }
.nindoshu-brand-site .flower-illustration { position: absolute; right: -20px; top: 50px; width: min(380px, 34vw); opacity: .58; }
.nindoshu-brand-site .drink-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.nindoshu-brand-site .drink-card { position: relative; padding: 0 0 26px; border-bottom: 1px solid var(--line); }
.nindoshu-brand-site .drink-photo { height: 310px; overflow: hidden; background: #ddd5c5; }
.nindoshu-brand-site .drink-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.nindoshu-brand-site .drink-card:hover .drink-photo img { transform: scale(1.045); }
.nindoshu-brand-site .drink-number { display: block; margin-top: 20px; color: var(--gold); font-family: var(--sans); font-size: 10px; letter-spacing: .22em; }
.nindoshu-brand-site .drink-card h3 { margin: 5px 0 8px; color: var(--navy); font-weight: 500; font-size: 24px; }
.nindoshu-brand-site .drink-card p { margin: 0; color: #69655c; font-size: 12px; line-height: 1.8; }

.nindoshu-brand-site .places { padding: 150px 0 165px; color: var(--white); background: var(--navy-2); }
.nindoshu-brand-site .place-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.nindoshu-brand-site .place-card { position: relative; min-height: 520px; overflow: hidden; background: #0e1528; box-shadow: 0 22px 60px rgba(0,0,0,.2); }
.nindoshu-brand-site .place-card > img:first-child { width: 100%; height: 300px; object-fit: cover; transition: transform .7s ease; }
.nindoshu-brand-site .place-card:hover > img:first-child { transform: scale(1.04); }
.nindoshu-brand-site .place-card-copy { padding: 26px; }
.nindoshu-brand-site .place-type { margin: 0; color: var(--gold-light); font-family: var(--sans); font-size: 9px; letter-spacing: .22em; }
.nindoshu-brand-site .place-card h3 { margin: 8px 0 14px; font-weight: 500; font-size: 22px; }
.nindoshu-brand-site .place-card p:last-child { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.8; }
.nindoshu-brand-site .place-card-wide { grid-column: 1 / -1; min-height: 430px; display: grid; grid-template-columns: 1.45fr .85fr; }
.nindoshu-brand-site .place-card-wide > img:first-child { height: 100%; min-height: 430px; }
.nindoshu-brand-site .place-card-wide .place-card-copy { align-self: center; padding: 50px; }
.nindoshu-brand-site .place-card-wide .dish-inset { position: absolute; right: 28%; bottom: 24px; width: 190px; height: 120px; object-fit: cover; border: 6px solid var(--navy-2); box-shadow: 0 12px 35px rgba(0,0,0,.28); }

.nindoshu-brand-site .family { padding: 150px 0 165px; }
.nindoshu-brand-site .family-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.nindoshu-brand-site .family-card { background: rgba(255,255,255,.48); box-shadow: var(--shadow); }
.nindoshu-brand-site .family-photo { height: 380px; overflow: hidden; }
.nindoshu-brand-site .family-photo > img:first-child { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.nindoshu-brand-site .family-card:hover .family-photo > img:first-child { transform: scale(1.035); }
.nindoshu-brand-site .family-photo-collage { position: relative; }
.nindoshu-brand-site .family-photo-collage > img:last-child { position: absolute; right: 20px; bottom: 20px; width: 42%; height: 35%; object-fit: cover; border: 6px solid var(--paper-light); box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.nindoshu-brand-site .family-copy { padding: 34px 36px 38px; }
.nindoshu-brand-site .family-copy h3 { margin: 7px 0 14px; color: var(--navy); font-weight: 500; font-size: 28px; }
.nindoshu-brand-site .family-copy p:not(.place-type) { color: #67635b; font-size: 13px; }
.nindoshu-brand-site .family-copy small { color: #8b8579; font-family: var(--sans); font-size: 10px; }

.nindoshu-brand-site .access { padding: 150px 0; background: #eee9dc; background-image: linear-gradient(rgba(246,242,232,.88), rgba(246,242,232,.88)), url("../images/washi-texture.webp"); background-size: cover; }
.nindoshu-brand-site .access-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: center; }
.nindoshu-brand-site .access-copy h2 { color: var(--navy); font-size: clamp(34px, 4.3vw, 58px); line-height: 1.35; }
.nindoshu-brand-site .access-copy h3 { margin: 32px 0 8px; color: var(--navy); font-weight: 500; font-size: 23px; }
.nindoshu-brand-site .access-copy address { color: #625e56; font-style: normal; }
.nindoshu-brand-site .info-list { margin: 30px 0 0; border-top: 1px solid rgba(29,29,26,.18); }
.nindoshu-brand-site .info-list > div { display: grid; grid-template-columns: 100px 1fr; padding: 12px 0; border-bottom: 1px solid rgba(29,29,26,.18); }
.nindoshu-brand-site .info-list dt { color: var(--gold); font-family: var(--sans); font-size: 11px; font-weight: 700; }
.nindoshu-brand-site .info-list dd { margin: 0; color: #4f4c46; font-size: 13px; }
.nindoshu-brand-site .info-list a { text-decoration: none; }
.nindoshu-brand-site .access-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.nindoshu-brand-site .access-visual { display: grid; gap: 28px; }
.nindoshu-brand-site .map-frame { padding: 16px; background: rgba(255,255,255,.65); border: 1px solid rgba(182,154,80,.3); box-shadow: var(--shadow); }
.nindoshu-brand-site .map-frame img { width: 100%; }
.nindoshu-brand-site .social-qr { display: flex; justify-content: flex-end; gap: 22px; }
.nindoshu-brand-site .social-qr figure { margin: 0; text-align: center; }
.nindoshu-brand-site .social-qr-link {
  display: inline-block;
  border-radius: 4px;
  line-height: 0;
  transition: transform .2s ease, box-shadow .2s ease;
}
.nindoshu-brand-site .social-qr-link:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(17,26,50,.16); }
.nindoshu-brand-site .social-qr-link:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.nindoshu-brand-site .social-qr img { width: 88px; height: 88px; object-fit: contain; background: #fff; }
.nindoshu-brand-site .social-qr figcaption { margin-top: 4px; color: #666258; font-family: var(--sans); font-size: 10px; }

.nindoshu-brand-site .closing { position: relative; isolation: isolate; min-height: 650px; display: grid; place-items: center; overflow: hidden; color: var(--white); background: var(--navy); text-align: center; }
.nindoshu-brand-site .closing::before { content: ""; position: absolute; z-index: -3; inset: 0; background: url("../images/indigo-texture.webp") center / cover; opacity: .84; }
.nindoshu-brand-site .closing::after { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(rgba(10,19,43,.6), rgba(7,11,23,.92)); }
.nindoshu-brand-site .closing > img { position: absolute; z-index: -1; bottom: -1px; width: min(980px, 92vw); opacity: .55; filter: saturate(.72); }
.nindoshu-brand-site .closing-copy { padding: 100px 24px 180px; }
.nindoshu-brand-site .closing-copy > p { margin: 0; color: var(--gold-light); font-size: 18px; letter-spacing: .35em; }
.nindoshu-brand-site .closing-copy h2 { margin: 24px 0 28px; font-weight: 500; font-size: clamp(27px, 4vw, 48px); line-height: 1.6; letter-spacing: .09em; }
.nindoshu-brand-site .closing-copy span { color: rgba(255,255,255,.68); font-size: 13px; }

.nindoshu-brand-site .site-footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; padding: 54px 48px; color: rgba(255,255,255,.58); background: #080d1a; font-family: var(--sans); font-size: 10px; }
.nindoshu-brand-site .footer-brand { display: flex; flex-direction: column; font-family: var(--serif); }
.nindoshu-brand-site .footer-brand span { color: var(--gold); font-size: 11px; }
.nindoshu-brand-site .footer-brand strong { margin-top: 5px; color: var(--white); font-size: 24px; font-weight: 500; letter-spacing: .18em; }
.nindoshu-brand-site .site-footer p { margin: 0; }
.nindoshu-brand-site .copyright { grid-column: 2; }
.nindoshu-brand-site .back-to-top { position: fixed; z-index: 800; right: 22px; bottom: 22px; width: 46px; height: 46px; border: 1px solid rgba(214,193,124,.55); color: var(--gold-light); background: rgba(13,22,45,.88); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .3s ease; cursor: pointer; }
.nindoshu-brand-site .back-to-top.visible { opacity: 1; visibility: visible; transform: none; }

.nindoshu-brand-site .reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2,.65,.3,1), transform .9s cubic-bezier(.2,.65,.3,1); }
.nindoshu-brand-site .reveal.is-visible { opacity: 1; transform: none; }

@keyframes textureDrift { from { transform: scale(1.08) translate3d(-1%,0,0); } to { transform: scale(1.13) translate3d(1.2%,-1%,0); } }
@keyframes castleRise { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes branchFloat { from { transform: rotate(12deg) translateY(0); } to { transform: rotate(16deg) translateY(12px); } }
@keyframes scrollLine { 0%,100% { opacity: .25; transform: scaleY(.4); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

@media (max-width: 1080px) {
  body.nindoshu-brand-site-page,
.nindoshu-brand-site { --container: min(920px, calc(100vw - 40px)); }
  .nindoshu-brand-site .global-nav { gap: 18px; }
  .nindoshu-brand-site .hero-castle { width: 80vw; right: -15vw; }
  .nindoshu-brand-site .story-grid,
.nindoshu-brand-site .castle-inner,
.nindoshu-brand-site .access-grid { gap: 54px; }
  .nindoshu-brand-site .drink-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 24px; }
  .nindoshu-brand-site .place-card-wide .dish-inset { right: 31%; }
}

@media (max-width: 860px) {
  .nindoshu-brand-site .site-header { min-height: 72px; padding: 14px 20px; }
  .nindoshu-brand-site .site-header::after { left: 20px; right: 20px; }
  .nindoshu-brand-site .menu-button {
    position: relative; z-index: 1100;
    width: 48px; height: 44px;
    display: grid; align-content: center; gap: 5px;
    padding: 0; border: 0; color: var(--white); background: transparent; cursor: pointer;
  }
  .nindoshu-brand-site .menu-button span:not(.menu-label) { justify-self: end; width: 28px; height: 1px; background: currentColor; transition: .3s ease; }
  .nindoshu-brand-site .menu-label { position: absolute; right: 35px; top: 14px; font-family: var(--sans); font-size: 8px; letter-spacing: .16em; }
  .nindoshu-brand-site .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nindoshu-brand-site .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nindoshu-brand-site .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nindoshu-brand-site .global-nav {
    position: fixed; z-index: 1050; inset: 0;
    display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 28px;
    padding: 90px 24px;
    background: rgba(10,18,39,.98);
    opacity: 0; visibility: hidden; transform: translateY(-20px);
    transition: .35s ease;
    font-family: var(--serif); font-size: 20px;
  }
  .nindoshu-brand-site .global-nav.open { opacity: 1; visibility: visible; transform: none; }
  .nindoshu-brand-site .nav-cta { margin-top: 12px; padding: 13px 36px; }

  .nindoshu-brand-site .hero { min-height: 920px; align-items: start; }
  .nindoshu-brand-site .hero-content { margin-top: 180px; }
  .nindoshu-brand-site .hero h1 { font-size: clamp(45px, 10vw, 72px); }
  .nindoshu-brand-site .hero-castle { width: 118vw; max-width: none; right: -34vw; }
  .nindoshu-brand-site .hero-vertical { display: none; }
  .nindoshu-brand-site .hero-branch { top: 13%; right: -8%; }

  .nindoshu-brand-site .story { padding: 115px 0 125px; }
  .nindoshu-brand-site .story-grid { grid-template-columns: 1fr; gap: 90px; }
  .nindoshu-brand-site .story-visual { max-width: 620px; margin: auto; }
  .nindoshu-brand-site .successor-card { right: -15px; }

  .nindoshu-brand-site .timeline-section { padding: 115px 0 125px; }
  .nindoshu-brand-site .timeline::before { left: 18px; }
  .nindoshu-brand-site .timeline-item,
.nindoshu-brand-site .timeline-item:nth-child(even) { width: 100%; margin-left: 0; grid-template-columns: 100px 1fr; padding: 32px 0 52px 58px; text-align: left; }
  .nindoshu-brand-site .timeline-item::after,
.nindoshu-brand-site .timeline-item:nth-child(even)::after { left: 13px; right: auto; top: 50%; }
  .nindoshu-brand-site .timeline-item:nth-child(even) .timeline-image { grid-column: 1; }
  .nindoshu-brand-site .timeline-item:nth-child(even) .timeline-copy { grid-column: 2; }
  .nindoshu-brand-site .timeline-year,
.nindoshu-brand-site .timeline-item:nth-child(even) .timeline-year { position: static; grid-column: 1 / -1; color: var(--gold-light); }
  .nindoshu-brand-site .timeline-image { width: 100px; height: 100px; }
  .nindoshu-brand-site .timeline-copy h3 { margin-top: 0; }

  .nindoshu-brand-site .castle-story { min-height: auto; padding: 120px 0; }
  .nindoshu-brand-site .castle-inner { grid-template-columns: 1fr; }
  .nindoshu-brand-site .history-portraits { max-width: 720px; }

  .nindoshu-brand-site .about { grid-template-columns: 1fr; }
  .nindoshu-brand-site .about-media { min-height: 700px; }
  .nindoshu-brand-site .about-media::after { background: linear-gradient(0deg, #111519 0%, transparent 34%); }
  .nindoshu-brand-site .about-copy { padding: 40px 8vw 110px; width: 100%; }
  .nindoshu-brand-site .about-copy > * { width: 100%; }

  .nindoshu-brand-site .aging { min-height: 830px; }
  .nindoshu-brand-site .aging-bg { background-position: 62% center; }
  .nindoshu-brand-site .aging-overlay { background: linear-gradient(90deg, rgba(11,8,8,.96), rgba(17,10,10,.6)); }

  .nindoshu-brand-site .enjoy,
.nindoshu-brand-site .places,
.nindoshu-brand-site .family,
.nindoshu-brand-site .access { padding: 115px 0 125px; }
  .nindoshu-brand-site .place-grid { grid-template-columns: 1fr 1fr; }
  .nindoshu-brand-site .place-card-wide { grid-column: 1 / -1; }
  .nindoshu-brand-site .family-grid,
.nindoshu-brand-site .access-grid { grid-template-columns: 1fr; }
  .nindoshu-brand-site .social-qr { justify-content: flex-start; }
  .nindoshu-brand-site .site-footer { grid-template-columns: 1fr; }
  .nindoshu-brand-site .copyright { grid-column: 1; }
}

@media (max-width: 620px) {
  body.nindoshu-brand-site-page,
.nindoshu-brand-site { --container: calc(100vw - 34px); }
  body.nindoshu-brand-site-page { line-height: 1.85; }
  .nindoshu-brand-site .brand-name { font-size: 17px; }
  .nindoshu-brand-site .hero { min-height: 860px; }
  .nindoshu-brand-site .hero-content { margin-top: 150px; }
  .nindoshu-brand-site .hero h1 { font-size: 42px; line-height: 1.38; }
  .nindoshu-brand-site .hero-lead { font-size: 14px; }
  .nindoshu-brand-site .hero-actions { flex-direction: column; align-items: flex-start; }
  .nindoshu-brand-site .hero-actions .button { width: 210px; }
  .nindoshu-brand-site .hero-castle { width: 148vw; right: -54vw; opacity: .9; }
  .nindoshu-brand-site .hero-branch { width: 150px; opacity: .55; }
  .nindoshu-brand-site .scroll-cue { left: auto; right: 24px; }

  .nindoshu-brand-site .section-heading h2,
.nindoshu-brand-site .story-copy h2,
.nindoshu-brand-site .castle-copy h2,
.nindoshu-brand-site .about-copy h2,
.nindoshu-brand-site .aging-copy h2,
.nindoshu-brand-site .access-copy h2 { font-size: 34px; }
  .nindoshu-brand-site .section-heading { margin-bottom: 42px; }
  .nindoshu-brand-site .story-visual { padding-left: 0; padding-bottom: 76px; }
  .nindoshu-brand-site .photo-frame-tall { aspect-ratio: 4/5; }
  .nindoshu-brand-site .successor-card { width: 70%; right: -5px; }
  .nindoshu-brand-site .story-copy .lead-copy { font-size: 16px; }

  .nindoshu-brand-site .timeline { margin-top: 50px; }
  .nindoshu-brand-site .timeline-item,
.nindoshu-brand-site .timeline-item:nth-child(even) { grid-template-columns: 76px 1fr; padding-left: 50px; }
  .nindoshu-brand-site .timeline-image { width: 76px; height: 76px; }
  .nindoshu-brand-site .timeline-copy h3 { font-size: 18px; }

  .nindoshu-brand-site .portrait-card { grid-template-columns: 100px 1fr; padding: 18px; gap: 16px; }
  .nindoshu-brand-site .portrait-image { height: 150px; }
  .nindoshu-brand-site .portrait-card h3 { font-size: 21px; }
  .nindoshu-brand-site .portrait-card p:last-of-type { font-size: 11px; }
  .nindoshu-brand-site .poem { font-size: 11px; }

  .nindoshu-brand-site .about-media { min-height: 580px; }
  .nindoshu-brand-site .about-bottles { left: -6%; width: 83%; }
  .nindoshu-brand-site .about-flower { top: 6%; right: 3%; width: 45%; }
  .nindoshu-brand-site .about-copy { padding: 28px 17px 95px; }
  .nindoshu-brand-site .gold-lead { font-size: 18px; }

  .nindoshu-brand-site .aging-copy { width: calc(100vw - 34px); margin-left: 17px; }
  .nindoshu-brand-site .aging-copy strong { font-size: 19px; }
  .nindoshu-brand-site .aging-vine { width: 150px; right: -12px; }

  .nindoshu-brand-site .flower-illustration { width: 220px; right: -62px; top: 82px; opacity: .34; }
  .nindoshu-brand-site .drink-grid { grid-template-columns: 1fr; }
  .nindoshu-brand-site .drink-photo { height: 330px; }

  .nindoshu-brand-site .place-grid { grid-template-columns: 1fr; }
  .nindoshu-brand-site .place-card { min-height: auto; }
  .nindoshu-brand-site .place-card-wide { display: block; min-height: auto; }
  .nindoshu-brand-site .place-card-wide > img:first-child { height: 300px; min-height: 0; }
  .nindoshu-brand-site .place-card-wide .place-card-copy { padding: 28px; }
  .nindoshu-brand-site .place-card-wide .dish-inset { position: static; width: calc(100% - 56px); height: 160px; margin: 0 28px 28px; border-color: var(--navy); }

  .nindoshu-brand-site .family-photo { height: 300px; }
  .nindoshu-brand-site .family-copy { padding: 28px; }
  .nindoshu-brand-site .family-copy h3 { font-size: 24px; }
  .nindoshu-brand-site .access-actions { flex-direction: column; }
  .nindoshu-brand-site .access-actions .button { width: 100%; }
  .nindoshu-brand-site .info-list > div { grid-template-columns: 82px 1fr; }
  .nindoshu-brand-site .map-frame { padding: 9px; }
  .nindoshu-brand-site .social-qr img { width: 76px; height: 76px; }

  .nindoshu-brand-site .closing { min-height: 580px; }
  .nindoshu-brand-site .closing-copy { padding-bottom: 160px; }
  .nindoshu-brand-site .closing-copy > p { font-size: 15px; }
  .nindoshu-brand-site .site-footer { padding: 46px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nindoshu-brand-site,
.nindoshu-brand-site *,
.nindoshu-brand-site *::before,
.nindoshu-brand-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .nindoshu-brand-site .reveal { opacity: 1; transform: none; }
}

@media print {
  .nindoshu-brand-site .site-header { position: absolute; }
  .nindoshu-brand-site .reveal { opacity: 1 !important; transform: none !important; }
  .nindoshu-brand-site .back-to-top { display: none !important; }
}
