:root {
  --ink: #173d32;
  --cream: #f4efe3;
  --paper: #fbf8f0;
  --coral: #d65b43;
  --sage: #9caf8d;
  --sky: #bfd8d7;
  --gold: #d4a84e;
  --white: #fff;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.8;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  background: var(--ink);
}
.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__shade {
  background:
    linear-gradient(
      90deg,
      rgba(11, 40, 31, 0.79) 0%,
      rgba(11, 40, 31, 0.3) 52%,
      rgba(11, 40, 31, 0.08) 100%
    ),
    linear-gradient(0deg, rgba(8, 30, 23, 0.55), transparent 50%);
}
.topbar {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(22px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
.brand span {
  font-size: 11px;
  letter-spacing: 0.18em;
}
.brand b {
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.13em;
}
.hero__copy {
  position: relative;
  z-index: 2;
  width: min(1200px, 100%);
  padding: 0 clamp(22px, 8vw, 120px) clamp(80px, 12vh, 130px);
}
.eyebrow,
.section-kicker {
  font-weight: 700;
  letter-spacing: 0.22em;
  font-size: 11px;
}
.hero h1 {
  font: 900 clamp(58px, 11vw, 142px) / 0.95 var(--serif);
  letter-spacing: -0.06em;
  margin: 14px 0 30px;
}
.hero h1 em {
  font-style: normal;
  color: #f1cc73;
}
.date {
  font-weight: 700;
  letter-spacing: 0.14em;
}
.lead {
  font-family: var(--serif);
  font-size: clamp(16px, 2vw, 23px);
  line-height: 1.8;
}
.nowrap {
  white-space: nowrap;
}
.scroll {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 25px;
  font-size: 9px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
.scroll i {
  display: inline-block;
  height: 45px;
  width: 1px;
  background: white;
  margin-top: 10px;
}
.section {
  padding: 110px max(22px, calc((100% - 1100px) / 2));
}
.section-kicker {
  color: var(--coral);
  margin: 0 0 12px;
}
.section-kicker.light {
  color: #f1cc73;
}
.section h2 {
  font: 700 clamp(36px, 6vw, 72px) / 1.28 var(--serif);
  letter-spacing: -0.04em;
  margin: 0;
}
.section h2 span {
  color: var(--coral);
}
.intro {
  text-align: center;
}
.intro__text {
  max-width: 690px;
  margin: 36px auto 62px;
  font-size: 16px;
}
.plan {
  background: var(--ink);
  color: white;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
}
.section-heading > p {
  max-width: 380px;
}
.plan-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 60px;
}
.plan-card {
  position: relative;
  padding: 44px;
  min-height: 430px;
  color: var(--ink);
  overflow: hidden;
}
.plan-card--sun {
  background: #eacb79;
}
.plan-card--town {
  background: var(--sky);
}
.label {
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 700;
}
.plan-card h3 {
  font: 700 33px var(--serif);
  margin: 8px 0 30px;
}
.plan-card ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan-card li {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(23, 61, 50, 0.22);
  font-weight: 600;
}
.plan-card li span {
  font-size: 10px;
  color: var(--coral);
}
.spot {
  position: relative;
}
.spot-lead {
  max-width: 650px;
  margin: 32px 0 44px;
  font-size: 17px;
}
.route {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  background: white;
  border: 1px solid #d9d3c5;
  padding: 30px;
  gap: 16px;
}
.route div {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.route i {
  font-style: normal;
  color: var(--coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.route b {
  font: 700 19px var(--serif);
}
.route small {
  font-size: 11px;
}
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0;
}
.facts div {
  text-align: center;
  padding: 18px;
  border-right: 1px solid #d9d3c5;
}
.facts div:last-child {
  border: 0;
}
.facts span {
  display: block;
  font-size: 11px;
}
.facts strong {
  font: 700 29px var(--serif);
}
.care,
.parking {
  background: var(--cream);
  border-left: 5px solid var(--coral);
  padding: 24px 28px;
  margin-top: 34px;
}
.care b,
.parking b {
  font: 700 19px var(--serif);
}
.care p,
.parking p {
  margin: 5px 0 0;
}
.campus {
  background: #254d42;
  color: white;
}
.campus h2 span {
  color: #f1cc73;
}
.campus-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-top: 48px;
}
.campus-copy > p {
  font-size: 16px;
}
.coffee {
  background: white;
  color: var(--ink);
  padding: 30px;
  margin-top: 30px;
}
.coffee span {
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--coral);
  font-weight: 700;
}
.coffee h3 {
  font: 700 27px var(--serif);
  margin: 4px 0;
}
.coffee p {
  margin: 0;
}
.coffee strong {
  font-size: 23px;
}
.campus-stops {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: item;
}
.campus-stops li {
  padding: 22px 0 22px 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
}
.campus-stops li:before {
  counter-increment: item;
  content: "0" counter(item);
  position: absolute;
  left: 0;
  top: 24px;
  color: #f1cc73;
  font-size: 11px;
}
.campus-stops b,
.campus-stops span {
  display: block;
}
.campus-stops b {
  font: 700 20px var(--serif);
}
.campus-stops span {
  font-size: 12px;
  opacity: 0.78;
}
.parking {
  background: rgba(255, 255, 255, 0.08);
  border-color: #f1cc73;
}
.life {
  text-align: center;
}
.life > p:not(.section-kicker) {
  max-width: 720px;
  margin: 34px auto;
}
.links {
  background: #132f28;
  color: white;
}
.links > p:not(.section-kicker) {
  max-width: 600px;
}
.link-grid {
  margin-top: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.link-grid a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  padding: 22px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: 0.2s;
}
.link-grid a:hover {
  background: rgba(255, 255, 255, 0.06);
  padding-left: 12px;
}
.link-grid span {
  font-size: 10px;
  color: #f1cc73;
}
.link-grid i {
  font-style: normal;
}
footer {
  background: #0b241d;
  color: white;
  text-align: center;
  padding: 65px 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
footer p {
  font-size: 9px;
  letter-spacing: 0.25em;
  margin: 0;
}
footer b {
  font: 700 30px var(--serif);
}
footer a {
  font-size: 11px;
  margin-top: 20px;
  text-decoration: underline;
}
@media (max-width: 720px) {
  .topbar {
    padding: 17px 20px;
  }
  .brand span {
    display: none;
  }
  .hero__shade {
    background: linear-gradient(
      0deg,
      rgba(8, 30, 23, 0.83),
      rgba(8, 30, 23, 0.1) 75%
    );
  }
  .hero__copy {
    padding-bottom: 75px;
  }
  .hero h1 {
    font-size: 66px;
  }
  .hero .lead {
    font-size: 15px;
  }
  .scroll {
    display: none;
  }
  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .section h2 {
    font-size: 38px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 22px;
  }
  .plan-cards {
    grid-template-columns: 1fr;
  }
  .plan-card {
    padding: 30px;
    min-height: 0;
  }
  .route {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .route > span {
    transform: rotate(90deg);
  }
  .facts strong {
    font-size: 22px;
  }
  .campus-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .care,
  .parking {
    padding: 20px;
  }
  .link-grid a {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .link-grid a {
    transition: none;
  }
}
.choices {
  background: #eee7d8;
}
.choices-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.choices-heading > p {
  max-width: 420px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
.chips i {
  font-style: normal;
  font-size: 9px;
  background: #e4e6d9;
  padding: 3px 7px;
}
.closed-note {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #dddbd4;
  padding: 18px 22px;
  margin-top: 16px;
}
.closed-note b {
  white-space: nowrap;
  color: #8c3f31;
}
.closed-note p {
  font-size: 12px;
  margin: 0;
}
footer small {
  margin-top: 24px;
  font-size: 9px;
  opacity: 0.62;
}
footer small a {
  font-size: inherit;
  margin: 0;
}
@media (max-width: 720px) {
  .choices-heading {
    display: block;
  }
  .choices-heading > p {
    margin-top: 20px;
  }
  .closed-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
.food {
  background: #b94f3d;
  color: white;
}
.food-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.food-heading h2 span {
  color: #f4d58b;
}
.food-heading > p {
  max-width: 420px;
}
.quick-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  background: rgba(251, 248, 240, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #d9d3c5;
}
.quick-nav a {
  padding: 13px 22px;
  font-size: 12px;
  font-weight: 700;
  border-right: 1px solid #e2dccf;
}
.decide {
  background: var(--ink);
  color: white;
}
.decide h2 {
  font-size: clamp(35px, 5vw, 62px);
}
.decide-lead {
  max-width: 650px;
  font-size: 17px;
}
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 38px;
}
.scenario-grid a {
  display: flex;
  flex-direction: column;
  background: white;
  color: var(--ink);
  padding: 26px;
  border-left: 5px solid var(--gold);
  transition: 0.2s;
}
.scenario-grid a:hover {
  transform: translateY(-2px);
}
.scenario-grid b {
  font-size: 11px;
  color: var(--coral);
}
.scenario-grid strong {
  font: 700 25px var(--serif);
  margin-top: 3px;
}
.scenario-grid span {
  font-size: 13px;
}
.morning-check {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
}
.morning-check b {
  font: 700 18px var(--serif);
  margin-right: auto;
}
.morning-check span {
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 4px 10px;
  border-radius: 99px;
}
.morning-check a {
  font-size: 11px;
  text-decoration: underline;
}
.area-list,
.food-list {
  margin-top: 40px;
  border-top: 1px solid #cfc7b9;
}
.area-list details,
.food-list details {
  border-bottom: 1px solid #cfc7b9;
}
.area-list summary,
.food-list summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: 45px 1fr auto auto;
  align-items: center;
  padding: 23px 8px;
}
.area-list summary::-webkit-details-marker,
.food-list summary::-webkit-details-marker {
  display: none;
}
.area-list summary:after,
.food-list summary:after {
  content: "＋";
  font-size: 23px;
  margin-left: 24px;
}
.area-list details[open] summary:after,
.food-list details[open] summary:after {
  content: "−";
}
.area-list summary span {
  font-size: 10px;
  color: var(--coral);
}
.area-list summary b,
.food-list summary b {
  font: 700 21px var(--serif);
}
.area-list summary small,
.food-list summary small {
  font-size: 12px;
  color: #6e786f;
  margin-right: 12px;
}
.area-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 0 24px 45px;
}
.area-body article {
  background: var(--paper);
  padding: 25px;
}
.area-body h3 {
  font: 700 21px var(--serif);
  margin: 0 0 8px;
}
.area-body p {
  font-size: 14px;
}
.area-body a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}
.food-list {
  border-color: rgba(255, 255, 255, 0.35);
}
.food-list details {
  border-color: rgba(255, 255, 255, 0.35);
}
.food-list summary {
  grid-template-columns: 1fr auto;
  color: white;
}
.food-list summary small {
  color: rgba(255, 255, 255, 0.72);
}
.food-list details > div {
  background: var(--paper);
  color: var(--ink);
  padding: 25px 30px;
  margin-bottom: 12px;
}
.food-list h3 {
  font: 700 23px var(--serif);
  margin: 0;
}
.food-list p {
  font-size: 14px;
  margin: 8px 0;
}
.food-list span {
  display: block;
  font-size: 12px;
  color: #6e786f;
}
.food-list a {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}
.campus-copy > p,
.care p,
.parking p {
  font-size: 15px;
}
.chips i {
  font-size: 11px;
}
footer small {
  font-size: 11px;
}
@media (max-width: 720px) {
  .quick-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .quick-nav a {
    white-space: nowrap;
    padding: 11px 16px;
  }
  .intro {
    padding-bottom: 65px;
  }
  .scenario-grid {
    grid-template-columns: 1fr;
  }
  .scenario-grid a {
    padding: 20px;
  }
  .morning-check {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .morning-check b,
  .morning-check a {
    width: 100%;
  }
  .area-list summary {
    grid-template-columns: 32px 1fr auto;
    padding: 18px 2px;
  }
  .area-list summary small,
  .food-list summary small {
    display: none;
  }
  .area-list summary:after,
  .food-list summary:after {
    margin-left: 10px;
  }
  .area-body {
    grid-template-columns: 1fr;
    padding: 0 0 18px;
  }
  .area-body article {
    padding: 20px;
  }
  .food-heading {
    display: block;
  }
  .food-heading > p {
    margin-top: 20px;
  }
  .food-list summary {
    padding: 19px 2px;
  }
  .section h2 {
    font-size: 36px;
  }
  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

/* Accessibility and final responsive refinements */
h1,
h2,
h3,
.lead {
  text-wrap: balance;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #f1cc73;
  outline-offset: 3px;
}
.brand {
  padding: 6px 10px;
  background: rgba(8, 30, 23, 0.62);
  border-radius: 2px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
}
.brand b {
  white-space: nowrap;
}
.topbar {
  border-bottom: 0;
}
.morning-check a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
}
.morning-check .check-item {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 7px 0;
  border: 0;
}
.morning-check .check-item::before {
  content: "✓";
  margin-right: 7px;
  color: #f1cc73;
  font-weight: 700;
}
.area-list summary,
.food-list summary {
  grid-template-columns: 1fr auto auto;
}
.area-list summary small {
  color: #535d53;
}
.food-list summary small {
  color: rgba(255, 255, 255, 0.88);
}
.area-body a,
.food-list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
}
.food-list details > div + div {
  margin-top: -2px;
  border-top: 1px solid #ddd5c7;
}
.link-grid a {
  grid-template-columns: 1fr auto;
  min-height: 60px;
}
.section-kicker {
  color: #b94432;
}
.section-kicker.light {
  color: #f1cc73;
}
@media (max-width: 720px) {
  .topbar {
    padding: 14px 16px;
    background: linear-gradient(
      180deg,
      rgba(8, 30, 23, 0.84),
      rgba(8, 30, 23, 0.42)
    );
  }
  .brand {
    padding: 5px 8px;
    background: rgba(8, 30, 23, 0.76);
  }
  .brand b {
    font-size: 16px;
  }
  .hero__shade {
    background: linear-gradient(
      180deg,
      rgba(8, 30, 23, 0.7) 0%,
      rgba(8, 30, 23, 0.22) 30%,
      rgba(8, 30, 23, 0.2) 55%,
      rgba(8, 30, 23, 0.92) 100%
    );
  }
  .hero__copy {
    padding: 0 20px 72px;
  }
  .hero h1 {
    font-size: clamp(48px, 17vw, 66px);
    letter-spacing: -0.045em;
    line-height: 1;
  }
  .hero .lead {
    font-size: 14px;
    line-height: 1.75;
  }
  .section h2 {
    font-size: clamp(31px, 9.4vw, 36px);
    line-height: 1.34;
    letter-spacing: -0.035em;
  }
  .morning-check {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .morning-check b,
  .morning-check .check-item {
    grid-column: 1 / -1;
    width: auto;
  }
  .morning-check a {
    width: auto;
    text-align: center;
  }
  .area-list summary {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 340px) {
  .quick-nav a {
    padding-inline: 13px;
  }
  .hero .lead {
    font-size: 13px;
  }
}
