:root {
  --navy: #062842;
  --navy-dark: #031827;
  --navy-mid: #0d4c91;
  --blue-dark: #052548;
  --gold: #b59a43;
  --gold-dark: #8f792d;
  --gold-light: #d3b75c;
  --red: #9b0000;
  --required: #c20000;
  --paper: #f7f3ea;
  --paper-light: #fbfaf6;
  --ink: #1f1f1f;
  --muted: #5f5a52;
  --line: #d7d0c2;
  --serif: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: var(--serif);
  font-size: 13.6px;
  line-height: 1.95;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  background: var(--paper-light);
  border-bottom: 1px solid rgba(183, 154, 59, 0.16);
  box-shadow: 0 1.7px 5.1px rgba(0, 0, 0, 0.12);
}

.header-inner {
  width: min(895.9px, calc(100% - 47.6px));
  min-height: 79.9px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30.6px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  text-decoration: none;
  color: #35230d;
}

.brand-mark {
  display: grid;
  gap: 1px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-mark span:first-child {
  font-size: 15.6px;
}

.brand-mark span:last-child {
  font-size: 22.8px;
  letter-spacing: 0.3em;
  text-transform: none;
}

.brand-copy {
  display: grid;
  gap: 2px;
  font-family: var(--sans);
  font-size: 11.9px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.footer-logo strong,
.store-logo {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.14em;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 28.9px;
  font-family: var(--sans);
  font-size: 12.8px;
}

.site-nav a {
  text-decoration: none;
  color: #25313a;
  transition: color 0.18s ease;
}

.site-nav a:hover {
  color: var(--gold-dark);
}

.section-paper {
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(251, 249, 244, 0.7), rgba(251, 249, 244, 0.7)),
    url("../images/049c77f423e08a216776ca12e6f7ad4e.jpg");
  background-size: cover;
  background-position: center;
}

.hero {
  padding: 54.4px 15.3px 66.3px;
}

.hero-visual {
  position: relative;
  width: min(1040px, 84vw);
  height: clamp(377px, 36vw, 495px);
  margin: 0 auto;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0 104px 0 104px;
  box-shadow: none;
}

.hero-photo {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  border-radius: inherit;
  transform: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0) 66%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 40%);
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: 12%;
  bottom: 3.5%;
  color: #fff;
  text-shadow: 0 2.6px 15.3px rgba(0, 0, 0, 0.5);
}

.hero-copy p {
  margin: 0 0 10.2px;
  font: 700 10.6px/1.3 var(--serif);
  letter-spacing: 0.08em;
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 0.95;
  letter-spacing: 0.16em;
  border-bottom: 2.6px solid rgba(255, 255, 255, 0.9);
  width: fit-content;
}

.hero-tagline {
  margin: 20.4px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.copy-ribbon {
  position: relative;
  z-index: 4;
  margin-top: 120px;
  padding-left: 70px;
}

.copy-ribbon div {
  display: grid;
  gap: 5.1px;
}

.copy-ribbon strong {
  position: relative;
  z-index: 5;
  display: block;
  width: fit-content;
  min-width: 42px;
  padding: 5px 24px 6.5px;
  border: 1.7px solid rgba(232, 223, 198, 0.82);
  background:
    linear-gradient(90deg, rgba(4, 21, 32, 0.98), rgba(4, 31, 49, 0.96)),
    rgba(3, 24, 39, 0.96);
  color: #fff;
  font: 800 clamp(8px, 1.1vw, 15px)/1.22 var(--serif);
  letter-spacing: 0.04em;
  transform: none;
  text-shadow:
    0 1.7px 0 rgba(0, 0, 0, 0.55),
    0 0 6.8px rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 1.7px 4.3px rgba(0, 0, 0, 0.22);
}

.copy-ribbon strong + strong {
  min-width: 207px;
}

.free-badge {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 63px;
  height: 63px;
  border: 1.7px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  text-align: center;
  font: 800 20.4px/1.08 var(--serif);
  letter-spacing: 0.04em;
  filter: drop-shadow(0 1.7px 2.6px rgba(0, 0, 0, 0.3));
}

.free-badge::before {
  content: none;
}

.cta-pair {
  width: min(616px, calc(100% - 27.2px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.cta {
  position: relative;
  min-height: 82px;
  display: grid;
  place-items: center start;
  padding: 16px 58px 17px 78px;
  border: 4px solid var(--gold-light);
  outline: 2px solid rgba(255, 255, 255, 0.58);
  outline-offset: -8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: var(--sans);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.28), 0 10px 16px rgba(0, 0, 0, 0.16);
}

.cta::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 50%;
  width: 34px;
  height: 30px;
  transform: translateY(-26%);
}

.cta-line::before {
  background: url("../images/transparent_speech_bubble_true_binary_alpha.png") center / contain no-repeat;
  box-shadow: none;
}

.cta-form::before {
  background: url("../images/transparent_mail_icon_true_alpha.png") center / contain no-repeat;
}

.cta::after {
  content: "›";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}

.cta-line {
  background: linear-gradient(#76b700 0%, #56a600 45%, #258000 100%);
}

.cta-form {
  background: linear-gradient(#2b6aa6 0%, #0d4a8d 45%, #002f73 100%);
}

.cta small,
.cta strong {
  display: block;
  width: 100%;
}

.cta small {
  position: relative;
  margin-bottom: 7px;
  font-size: 8px;
  line-height: 1.25;
  font-weight: 800;
}

.cta strong {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}

.cta small::before,
.cta small::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 62px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.cta small::before {
  right: calc(50% + 54px);
}

.cta small::after {
  left: calc(50% + 54px);
}

.mission-section {
  position: relative;
  overflow: hidden;
  min-height: clamp(380px, 38.9vw, 540px);
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 21% 50%, rgba(19, 63, 88, 0.36), transparent 32%),
    linear-gradient(90deg, rgba(3, 24, 39, 0.98), rgba(5, 36, 58, 0.97)),
    url("../images/3e08b0cbfc822a1e1a0ffccf5f95e076.jpg") center / cover;
}

.mission-section::before,
.mission-section::after {
  content: "";
  position: absolute;
}

.mission-section::before {
  inset: 0 0 0 auto;
  width: 39%;
  z-index: 1;
  background:
    linear-gradient(rgba(248, 244, 235, 0.92), rgba(248, 244, 235, 0.92)),
    url("../images/049c77f423e08a216776ca12e6f7ad4e.jpg") center / cover;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}

.mission-section::after {
  top: -5%;
  bottom: -5%;
  left: 63.7%;
  z-index: 2;
  width: 12px;
  background: linear-gradient(180deg, #d8bd63, #a98f37);
  transform: skewX(-10deg);
  box-shadow: 0 0 0 1px rgba(81, 65, 22, 0.18);
}

.mission-section .mission-message::after {
  content: "";
  position: absolute;
  top: 58%;
  right: clamp(-570px, calc(-12.6vw - 350px), -500px);
  z-index: 1;
  width: clamp(294px, 25.2vw, 441px);
  height: clamp(620px, 49vw, 872px);
  transform: translateY(-50%);
  opacity: 1;
  pointer-events: none;
  background: url("../images/mission-watch-gold-cutout.png") center / contain no-repeat;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
}

.mission-message {
  position: relative;
  z-index: 4;
  width: 63.7%;
  margin: 0;
  padding: clamp(52px, 5.7vw, 96px) 0 clamp(46px, 4.8vw, 78px) clamp(86px, 8vw, 166px);
  text-align: left;
}

.mission-message > * {
  position: relative;
  z-index: 2;
}

.mission-message-kicker {
  display: inline-flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--gold-light);
  font-size: clamp(19px, 1.55vw, 28px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.mission-message-kicker::before,
.mission-message-kicker::after {
  content: "";
  width: 122px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}

.mission-message-kicker::after {
  position: relative;
  height: 12px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold)) center / 100% 1px no-repeat;
}

.mission-message-kicker::before {
  position: absolute;
  left: 50%;
  bottom: 1px;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: var(--gold-light);
  transform: translateX(-50%) rotate(45deg);
}

.mission-message h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(25.2px, 2.36vw, 41.4px);
  line-height: 1.76;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

.mission-title-mobile {
  display: none;
}

.mission-message p:last-child {
  position: relative;
  max-width: 640px;
  margin: 30px 0 0;
  font-size: clamp(15px, 1.26vw, 22px);
  line-height: 1.9;
  letter-spacing: 0.045em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.mission-message p:last-child::after {
  content: "";
  display: block;
  width: min(540px, 100%);
  height: 12px;
  margin-top: 42px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold)) center / 100% 1px no-repeat;
}

.mission-message p:last-child::before {
  content: "";
  position: absolute;
  left: min(270px, 50%);
  bottom: 1px;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: var(--gold-light);
  transform: translateX(-50%) rotate(45deg);
}

.taxi-section {
  position: relative;
  min-height: clamp(245px, 21.6vw, 305px);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  background: #4b4839;
}

.taxi-section > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 64%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
  filter: brightness(0.64) contrast(1.02) saturate(0.8);
}

.taxi-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.18) 41%, rgba(75, 72, 57, 0.82) 58%, #4b4839 100%);
}

.taxi-panel {
  position: relative;
  z-index: 1;
  width: min(376px, calc(100% - 40.8px));
  min-height: 176px;
  margin-left: auto;
  margin-right: max(17vw, 150px);
  padding: 31px 42px 28px 56px;
  color: #fff;
  background: rgba(108, 88, 20, 0.94);
  clip-path: polygon(7% 9%, 100% 0, 96% 91%, 0 100%);
  box-shadow: none;
}

.taxi-panel::before {
  content: "";
  position: absolute;
  inset: -19px -13px -10px 27px;
  z-index: -1;
  background: rgba(169, 137, 0, 0.88);
  clip-path: polygon(2% 0, 100% 10%, 94% 100%, 0 84%);
}

.taxi-panel h2 {
  width: fit-content;
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.86);
  font-size: 19.4px;
  line-height: 1.7;
  letter-spacing: 0.09em;
}

.taxi-panel h2::after {
  content: "🚕";
  margin-left: 8px;
  font-family: var(--sans);
  font-size: 18px;
  letter-spacing: 0;
}

.taxi-panel p {
  margin: 0;
  font-size: 11.2px;
  line-height: 1.9;
  letter-spacing: 0.08em;
}

.results-section {
  position: relative;
  overflow: hidden;
  padding: 61px 15.3px 78px;
  background: #062638;
  color: #fff;
}

.results-watch {
  position: absolute;
  top: 39px;
  bottom: 0;
  width: 520px;
  opacity: 0.18;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.left-watch {
  left: -125px;
  background-image: url("../images/a81c70ece9b528392dcd117740c2287e.png");
}

.right-watch {
  right: -134px;
  background-image: url("./watch-right-cutout.png");
}

.results-heading {
  position: relative;
  z-index: 1;
  width: min(604px, 100%);
  min-height: 117px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.results-heading p,
.results-heading h2 {
  margin: 0;
  color: var(--gold-light);
  text-align: center;
  letter-spacing: 0.1em;
}

.results-heading p {
  font-size: 31px;
  line-height: 1.1;
}

.results-heading h2 {
  font-size: 25px;
}

.results-date {
  display: block;
  margin-top: 10.2px;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
  font-size: 11.2px;
  letter-spacing: 0.08em;
}

.results-badge {
  position: relative;
  z-index: 0;
  display: grid;
  justify-items: center;
  gap: 0px;
  min-height: 76px;
  padding: 10px 47px 6px;
  text-align: center;
  --laurel-inset: -22px -56px;
}

.results-badge::before {
  content: "";
  position: absolute;
  inset: var(--laurel-inset);
  z-index: -1;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0;
  background: url("../images/laurel_wide_transparent.png") center / contain no-repeat;
  pointer-events: none;
}

.results-badge::after {
  display: none !important;
}

.results-badge > span,
.results-badge strong,
.results-badge em {
  position: relative;
  z-index: 1;
}

.results-badge small,
.results-badge em {
  font-style: normal;
  font-size: 8px;
}

.results-badge strong {
  font-family: Georgia, serif;
  font-size: 27.2px;
  line-height: 1;
  white-space: nowrap;
}

.results-badge span {
  font-size: 8.5px;
}

@media (min-width: 1024px) {
  .results-badge > span,
  .results-badge strong {
    transform: translateY(-8px);
  }
}

.results-board {
  position: relative;
  z-index: 1;
  width: min(844px, 100%);
  margin: 0 auto;
  padding: 24px 22px 40px;
  background: #f8f5eb;
  color: var(--ink);
  box-shadow: none;
}

.board-title {
  width: fit-content;
  margin: 0 auto 27px;
  padding-bottom: 4px;
  border-bottom: 1px solid #5b4722;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px 14px;
}

.results-grid article,
.market-grid article {
  display: grid;
  align-content: start;
  background: transparent;
  text-align: center;
}

.results-grid img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  background: #fff;
  object-fit: contain;
  padding: 12px;
  margin: 0 auto;
}

.results-grid h3 {
  min-height: 32px;
  margin: 10px 8px 8px;
  font-size: 15px;
  line-height: 1.26;
  letter-spacing: 0.01em;
  text-align: center;
}

.results-grid p {
  width: calc(100% - 16px);
  margin: 0 auto 10px;
  color: #696969;
  text-align: left;
  font-family: var(--sans);
  font-size: 9.6px;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: normal;
}

.results-grid small {
  width: 100%;
  margin: 0 0 10px;
  padding: 9px 4px;
  background: var(--gold);
  color: #fff;
  font-size: 9.4px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-align: center;
}

.results-grid strong {
  margin-top: auto;
  color: var(--gold-dark);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(160, 126, 0, 0.22);
  font: 500 22px/1.1 Georgia, serif;
  text-align: center;
}

.results-grid strong span {
  font-size: 12px;
}

.section-title {
  position: relative;
  z-index: 1;
  width: min(833px, calc(100% - 27.2px));
  margin: 0 auto 57.8px;
  text-align: center;
}

.section-title p {
  margin: 0 0 6.8px;
  color: var(--gold-dark);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(33.6px, 5.2vw, 57.6px);
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-size: 24px;
}

.section-title::after {
  content: "";
  display: block;
  width: 136px;
  height: 1.7px;
  margin: 18.7px auto 0;
  background: var(--gold);
}

.title-light p,
.title-light h2 {
  color: #fff;
  text-shadow: 0 1.7px 10.2px rgba(0, 0, 0, 0.35);
}

.market-section {
  padding: 66px 15.3px 80px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.2)),
    #111 url("../images/3e08b0cbfc822a1e1a0ffccf5f95e076.jpg") center / cover;
  color: #fff;
}

.market-section .section-title {
  width: min(604px, 100%);
  margin-bottom: 39px;
}

.market-section .section-title h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.market-section .section-title::after {
  display: none;
}

.market-board {
  width: min(604px, 100%);
  margin: 0 auto;
  padding: 36px 67px 43px;
  border: 0;
  background: #f8f5eb;
  box-shadow: none;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 18px;
}

.market-grid article {
  color: var(--ink);
  padding: 0;
  background: transparent;
}

.market-grid img {
  width: 100%;
  height: 145px;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 9px;
  background: #fff;
}

.market-grid small {
  width: fit-content;
  min-width: 92px;
  margin: 10px auto 10px;
  padding: 3px 15px;
  border: 1px solid #bfb7a4;
  border-radius: 849.2px;
  color: #555;
  font: 500 8.8px/1.2 var(--sans);
  letter-spacing: 0.06em;
}

.market-grid h3 {
  min-height: 38px;
  margin: 0 0 12px;
  font-size: 11.4px;
  line-height: 1.42;
  letter-spacing: 0.03em;
}

.market-grid strong {
  display: grid;
  place-items: center;
  min-height: 26px;
  margin: 0;
  background: #174765;
  color: #fff;
  font: 400 12px/1.1 "Times New Roman", Georgia, serif;
  letter-spacing: 0.04em;
}

.market-ctas {
  width: min(616px, calc(100% - 27.2px));
  margin-top: 34px;
  gap: 34px;
}

.market-ctas .cta {
  min-height: 82px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.access-section {
  position: relative;
  padding: 78px 15.3px 90px;
  background:
    linear-gradient(rgba(9, 74, 89, 0.76), rgba(0, 45, 56, 0.84)),
    url("../images/2c9b44454dbc535885b13a4a66a7f8ec.png") center / cover;
}

.access-section .section-title {
  width: min(604px, 100%);
  margin-bottom: 38px;
}

.access-section .section-title h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.access-section .section-title::after {
  width: 80px;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.72);
}

.access-card {
  width: min(604px, 100%);
  margin: 0 auto 26px;
  padding: 52px 64px 30px 88px;
  border-top: 4px solid var(--gold);
  background: #f8f5eb;
  box-shadow: none;
}

.access-main {
  display: grid;
  grid-template-columns: 214px 1fr;
  gap: 48px;
  align-items: start;
}

.building-photo {
  width: 100%;
  height: 272px;
  object-fit: cover;
}

.access-text {
  min-width: 0;
}

.store-kicker {
  margin: 0 0 8px;
  font-size: 7.5px;
  letter-spacing: 0.08em;
}

.store-logo {
  display: block;
  margin-bottom: 22px;
  font-size: 19px;
  line-height: 1;
}

.access-text dl {
  transform: none;
}

.access-text dd {
  margin: 0;
}

.access-text dt {
  margin-top: 14px;
  font-weight: 800;
  font-size: 7.5px;
}

.access-text dd {
  font-size: 7.5px;
  line-height: 1.85;
}

.access-text > a {
  display: inline-block;
  margin: -10px 0 0;
  color: var(--navy);
  font-weight: 800;
}

.map-image {
  width: min(218px, 100%);
  height: 116px;
  object-fit: cover;
  border: 0;
}

.map-image-link {
  display: block;
  width: min(218px, 100%);
  margin-top: 14px;
}

.access-text > .map-image-link {
  margin-top: 14px;
  font-weight: 400;
}

.map-image-link .map-image {
  display: block;
  width: 100%;
}

.access-cta-card {
  position: relative;
  width: min(604px, 100%);
  min-height: 132px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 92px 1fr;
  gap: 0;
  align-items: center;
  padding: 12px 34px 2px 28px;
  overflow: hidden;
  background:
    linear-gradient(rgba(251, 249, 244, 0.7), rgba(251, 249, 244, 0.7)),
    url("../images/049c77f423e08a216776ca12e6f7ad4e.jpg") center / cover;
  box-shadow: none;
}

.access-cta-copy h3 {
  margin: 0 0 9px;
  font-size: 28px;
  line-height: 1.12;
  white-space: nowrap;
}

.access-cta-copy h3 .emphasis {
  color: var(--ink);
  font-size: 1.15em;
}

.access-cta-copy h3 .normal {
  color: var(--gold-dark);
  font-size: 0.85em;
}

.access-cta-copy p {
  margin: 0 0 10px;
  max-width: 420px;
  font-size: 7.5px;
  line-height: 1.7;
  white-space: nowrap;
}

.access-flow {
  display: flex;
  align-items: center;
  width: 209px;
  height: 21px;
  background: #fff;
  color: #b08f2f;
  font-size: 7px;
}

.access-flow span {
  position: relative;
  flex: 1;
  display: grid;
  place-items: center;
}

.access-flow span + span::before {
  content: "";
  position: absolute;
  left: -7px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #d7caa6;
  border-right: 1px solid #d7caa6;
  transform: rotate(45deg);
}

.access-cta-card img {
  align-self: end;
  justify-self: start;
  width: 220px;
  max-width: none;
  height: 162px;
  object-fit: cover;
  object-position: center 0%;
  transform: translate(-102px, 12px);
  transform-origin: center top;
}

@media (min-width: 1024px) {
  .access-cta-card {
    min-height: 160px;
  }

  .access-cta-card img {
    position: absolute;
    left: 278px;
    bottom: 0;
  }

  .access-line-box {
    grid-column: 3;
    transform: translateY(8px);
  }
}

.access-line-box {
  position: relative;
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: end;
  min-height: 74px;
  width: 231px;
  height: 74px;
  margin-bottom: 0;
  transform: none;
  padding: 12px 31px 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  outline: 1px solid rgba(255, 255, 255, 0.22);
  outline-offset: -6px;
  background: var(--gold-dark);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.access-line-box::before {
  content: none;
}

.access-line-box::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.access-line-box small,
.access-line-box strong {
  display: block;
}

.access-line-box small {
  font-size: 7px;
  line-height: 1.35;
}

.access-line-box strong {
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.22;
}

.access-line-box em {
  font-style: normal;
  font-size: 8px;
}

.access-line-note {
  position: absolute;
  right: 34px;
  bottom: 16px;
  margin: 0;
  color: #3a3322;
  font-size: 6px;
  letter-spacing: 0.03em;
}

.taxi-fare-note {
  width: min(838.1px, 100%);
  margin: 23.8px auto 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 23.8px;
  align-items: center;
  padding: 23.8px 30.6px;
  background: rgba(251, 248, 238, 0.96);
  border-left: 5.1px solid var(--gold);
  box-shadow: 0 11.9px 28.9px rgba(0, 0, 0, 0.18);
}

.taxi-fare-note h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}

.taxi-fare-note h3 span {
  color: var(--gold-dark);
}

.taxi-fare-note p {
  margin: 0;
  font-size: 12.8px;
  line-height: 1.9;
}

.marble-cta {
  padding: 64.6px 15.3px 71.4px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)),
    #111 url("../images/3e08b0cbfc822a1e1a0ffccf5f95e076.jpg") center / cover;
}

.marble-cta .cta-pair {
  margin-top: 0;
}

.compare-section {
  padding: 69.7px 15.3px 0;
  background: #fff;
}

.compare-section .section-title h2 {
  font-size: clamp(21.2px, 4vw, 23.2px);
  font-weight: 700;
}

.compare-table {
  width: min(820px, 100%);
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(5, 50, 76, 0.16);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  filter: drop-shadow(0 15.3px 23.8px rgba(0, 0, 0, 0.12));
}

.compare-table th,
.compare-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(5, 50, 76, 0.12);
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.compare-table thead th {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.compare-table tbody th {
  width: 22%;
  background: #f4efe2;
  color: var(--navy);
  font-size: 15.2px;
  font-weight: 600;
}

.compare-table tbody td {
  width: 39%;
  font-size: 15.2px;
  font-weight: 600;
}

.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.compare-table tbody td:first-child {
  background: #f2f2f2;
  color: #3f3f3f;
}

.compare-table tbody td:last-child {
  background: #eef7fb;
  color: var(--navy);
}

.compare-other {
  background: #666;
}

.compare-topic {
  background: #8f7b3a;
}

.compare-ours {
  background: #064d72;
}

.compare-mark {
  display: inline;
  width: auto;
  height: auto;
  margin-left: 6px;
  color: #b31919;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.compare-no {
  background: transparent;
}

.compare-yes {
  background: transparent;
  color: #b31919;
}

.compare-text {
  display: inline-block;
  min-width: 0;
  max-width: none;
  vertical-align: middle;
}

.compare-arrow {
  width: 0;
  height: 0;
  margin: 23px auto 0;
  border-left: 40.8px solid transparent;
  border-right: 40.8px solid transparent;
  border-top: 24.7px solid var(--gold-light);
}

.staff-note {
  width: min(680px, 100%);
  margin: -3.4px auto 0;
  display: grid;
  grid-template-columns: 246.5px 1fr;
  gap: 31.5px;
  align-items: center;
}

.staff-note-media {
  position: relative;
  display: block;
  width: 246.5px;
  height: 248px;
  overflow: hidden;
}

.staff-note img {
  position: absolute;
  top: -2px;
  left: -63px;
  width: 493px;
  max-width: none;
  height: auto;
  transform: scaleX(-1);
  transform-origin: center;
}

.staff-note p {
  margin: 0;
  padding-bottom: 11.9px;
  border-bottom: 2.6px solid var(--gold);
  font-size: 15.6px;
  font-weight: 700;
  line-height: 1.75;
}

.commitment-section {
  padding: 125px 15.3px 170px;
  background: #f8f6ee;
}

.commitment-section .section-title {
  margin-bottom: 82px;
}

.commitment-section .section-title h2 {
  display: inline;
  color: #2c1d08;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-color: var(--gold-dark);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 6px;
}

.commitment-section .section-title::after {
  display: none;
}

.commitment-grid {
  width: min(916px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.commitment-grid article {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(6, 40, 66, 0.18);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.16);
}

.commitment-number {
  display: block;
  margin-bottom: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  font: italic 12px/1 Georgia, serif;
}

.commitment-grid h3 {
  width: 100%;
  height: 102px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 8px 15px 11px;
  border-top: 4px solid #315d75;
  border-bottom: 4px solid #315d75;
  background: #08263b;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.commitment-image {
  display: block;
  width: 100%;
  height: 137px;
  overflow: hidden;
}

.commitment-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  transform-origin: center;
}

.commitment-grid article:nth-child(1) .commitment-image img {
  object-position: 52% 50%;
  transform: scale(1.05);
}

.commitment-grid article:nth-child(2) .commitment-image img {
  object-position: 51% 50%;
  transform: scale(1.04);
}

.commitment-grid article:nth-child(3) .commitment-image img {
  object-position: 59% 49%;
  transform: scale(1.02);
}

.commitment-grid p {
  flex: 1;
  margin: 0;
  padding: 24px 22px 34px;
  color: #2c1d08;
  font-size: 14px;
  line-height: 1.75;
}

.voices-section {
  padding: 72px 15.3px 95px;
  background: #f8f6ee;
}

.voices-section .section-title {
  margin-bottom: 42px;
}

.voices-section .section-title h2 {
  color: #2c1d08;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.voices-section .section-title::after {
  width: 116px;
  height: 1.5px;
  margin-top: 8px;
  background: var(--gold-dark);
}

.voice-list {
  width: min(558px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.voice-list article {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 124px;
  padding: 22px 42px 22px 19px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
}

.voice-list article::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 49px;
  background: #f8f6ee;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #c9d9e0 0 21%, transparent 22%),
    radial-gradient(circle at 50% 78%, #c9d9e0 0 38%, transparent 39%),
    #eef4f6;
}

.voice-list strong {
  display: block;
  margin-bottom: 4px;
  color: #e5a321;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.voice-list p {
  margin: 0;
  color: #2c1d08;
  font-size: 10.5px;
  line-height: 1.85;
}

.manager-section {
  padding: 86px 15.3px 104px;
  background: #fff;
  background-image: none;
}

.manager-section .section-title {
  margin-bottom: 34px;
}

.manager-section .section-title h2 {
  color: #2c1d08;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.manager-section .section-title::after {
  width: 72px;
  height: 1.5px;
  margin-top: 8px;
  background: var(--gold-dark);
}

.manager-card {
  width: min(600px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0;
  align-items: center;
}

.manager-photo {
  position: relative;
  z-index: 2;
  display: block;
  transform: translateX(16px);
  width: 160px;
  height: 160px;
  overflow: hidden;
  border: 1.2px solid var(--gold);
  border-radius: 50%;
  background: #fff;
}

.manager-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -20% 38%;
  transform: translateX(-12px) scale(1.16);
  transform-origin: center;
}

.manager-card div {
  min-height: 160px;
  margin-left: -50px;
  display: grid;
  align-content: center;
  padding: 32px 42px 32px 70px;
  border-radius: 0 80px 80px 0;
  background: var(--gold-dark);
  color: #fff;
}

.manager-card h3 {
  margin: 0 0 17px;
  font-size: 35.2px;
  line-height: 1.2;
}

.manager-card p {
  margin: 0;
  color: #fff;
  font: 500 10px/2.35 var(--sans);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.contact-section {
  position: relative;
  isolation: isolate;
  padding: 54px 15.3px 132px;
  background: #fff;
}

.contact-title {
  margin-bottom: 56px;
}

.contact-title::before {
  content: "CONTACT";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 50%;
  top: -54px;
  transform: translateX(-50%);
  color: rgba(3, 24, 39, 0.055);
  font-family: Georgia, serif;
  font-size: clamp(56px, 8vw, 82px);
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.contact-title h2 {
  color: #2c1d08;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.contact-title::after {
  display: none;
}

.contact-title small {
  display: block;
  margin-top: 11px;
  font-size: 9.5px;
}

form {
  position: relative;
  z-index: 2;
  width: min(368px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.contact-section form label,
.contact-section form input,
.contact-section form select,
.contact-section form textarea,
.contact-section form button {
  position: relative;
  z-index: 3;
}

label {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: start;
  font-family: var(--sans);
  color: var(--ink);
}

.field-stack {
  display: grid;
}

label > span {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  padding-top: 9px;
  font-size: 9.5px;
}

label em {
  color: var(--required);
  font-style: normal;
  font-size: 8.5px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 28px;
  border: 1px solid #cfcfcf;
  border-radius: 1px;
  background: #fff;
  padding: 0 12px;
  color: var(--ink);
  font: 10px/1.5 var(--sans);
}

input:focus,
select:focus,
textarea:focus {
  outline: 1.7px solid rgba(181, 154, 67, 0.38);
  border-color: var(--gold);
}

textarea {
  min-height: 76px;
  padding-top: 8px;
  resize: vertical;
}

.field-stack small,
label small {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 7.8px;
}

.agree {
  grid-template-columns: 16px auto;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.agree input {
  width: 16px;
  min-height: 16px;
}

.agree span {
  padding: 0;
}

.agree a {
  color: var(--ink);
  text-decoration: underline;
}

button {
  width: min(148px, 80%);
  min-height: 25px;
  margin: 4px auto 0;
  border: 0;
  border-radius: 849.2px;
  background: linear-gradient(var(--navy), var(--blue-dark));
  color: #fff;
  font: 700 9.2px/1 var(--sans);
  cursor: pointer;
  box-shadow: none;
}

.footer {
  padding: 50px 15.3px 36px;
  background: linear-gradient(135deg, var(--navy-dark), #061f34);
  color: #fff;
}

.footer-inner {
  width: min(540px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 54px;
  align-items: flex-start;
}

.footer-logo {
  display: grid;
  gap: 5.1px;
}

.footer-logo span {
  font-size: 6.5px;
  letter-spacing: 0.12em;
}

.footer-logo strong {
  font-size: 24px;
  line-height: 1;
}

address {
  margin: 0;
  font-style: normal;
  font-size: 7px;
  line-height: 1.9;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .mission-section .mission-message::after {
    right: -330px;
  }
}

.footer > small {
  display: block;
  width: min(540px, 100%);
  margin: 56px auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.76);
  font-size: 6px;
}

.page-top {
  position: fixed;
  right: 22.1px;
  bottom: 22.1px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 56.1px;
  height: 56.1px;
  border-radius: 6.8px;
  background: rgba(104, 104, 104, 0.88);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font: 800 8.8px/1.25 var(--sans);
  box-shadow: 0 6.8px 17px rgba(0, 0, 0, 0.22);
}

.sub-page {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(3, 24, 39, 0.78), rgba(3, 24, 39, 0.78)),
    url("../images/3e08b0cbfc822a1e1a0ffccf5f95e076.jpg") center / cover fixed;
}

.thanks-page,
.policy-page {
  width: 100vw;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 35.7px 15.3px;
}

.thanks-card,
.policy-card {
  width: min(612px, calc(100vw - 61.2px));
  padding: clamp(23.8px, 5vw, 45.9px);
  background: #fff;
  box-shadow: 0 15.3px 44.2px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.thanks-card {
  text-align: center;
}

.thanks-card p {
  overflow-wrap: anywhere;
}

.thanks-card p a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.sub-label {
  margin: 0 0 8.5px;
  color: var(--gold);
  font-weight: 800;
  font-size: 9.6px;
}

.thanks-card h1,
.policy-card h1 {
  margin: 0 0 13.6px;
  font-size: clamp(22.4px, 5vw, 35.2px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.thanks-actions {
  width: min(442px, 100%);
  margin: 23.8px auto 17px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13.6px;
}

.sub-cta {
  min-height: 45.9px;
  display: grid;
  place-items: center;
  padding: 8.5px 15.3px;
  border: 1.7px solid var(--gold-light);
  color: #fff;
  text-decoration: none;
  font: 900 12px/1.35 var(--sans);
}

.sub-cta-line {
  background: linear-gradient(#79bd39, #2f7b1f);
}

.sub-cta-tel {
  background: linear-gradient(var(--navy-mid), var(--blue-dark));
}

.back-link {
  color: var(--navy);
  font-weight: 800;
}

.policy-card h2 {
  margin: 23.8px 0 6.8px;
  padding-top: 15.3px;
  border-top: 1px solid var(--line);
  font-size: 16px;
}

.policy-card p {
  color: var(--muted);
}

.policy-note {
  font-size: 9.6px;
}

@media (max-width: 1023px) {
  .header-inner {
    min-height: 66.3px;
  }

  .site-nav {
    gap: 15.3px;
    font-size: 10.4px;
  }

  .hero-visual {
    width: min(708.1px, 94vw);
    height: 340px;
    border-radius: 0 70px 0 70px;
  }

  .copy-ribbon strong {
    min-width: 0;
    font-size: clamp(12px, 2vw, 15px);
  }

  .mission-message {
    width: 100%;
    padding: 56px 46% 52px 44px;
  }

  .mission-section .mission-message::after {
    right: -18px;
    width: 286px;
    height: 676px;
    opacity: 0.92;
  }

  .mission-title-desktop {
    display: none;
  }

  .mission-title-mobile {
    display: block;
  }

  .mission-message h2 {
    font-size: clamp(19.8px, 3.06vw, 27px);
    line-height: 1.6;
  }

  .results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px 13.6px;
  }

  .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-note,
  .manager-card {
    grid-template-columns: 1fr;
  }

  .access-main {
    grid-template-columns: minmax(0, 1.18fr) minmax(250px, 0.82fr);
    gap: 28px;
    align-items: stretch;
  }

  .access-cta-card,
  .staff-note,
  .manager-card {
    grid-template-columns: 1fr;
  }

  .building-photo {
    width: 100%;
    height: 100%;
    min-height: 360px;
    max-height: 520px;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    background: #f8f5eb;
    margin: 0;
  }

  .access-card {
    width: min(100%, 720px);
    padding: 20px 22px 24px;
  }

  .access-text {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    justify-content: center;
  }

  .store-kicker {
    font-size: 9.5px;
  }

  .store-logo {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .access-text dt,
  .access-text dd {
    font-size: 10px;
  }

  .map-image-link {
    width: 100%;
    margin-top: 26px;
  }

  .map-image {
    width: 100%;
    height: 156px;
  }

  .access-cta-card {
    width: min(94%, 640px);
    justify-items: center;
    padding: 30px 28px 34px;
    text-align: center;
  }

  .access-cta-copy h3,
  .access-cta-copy p {
    white-space: normal;
  }

  .access-line-box {
    width: min(100%, 300px);
    height: auto;
    margin-bottom: 0;
  }

  .access-cta-card img {
    justify-self: center;
    width: min(260px, 74%);
    height: 275px;
    transform: none;
  }

  .staff-note-media,
  .manager-photo {
    justify-self: center;
  }

  .staff-note {
    justify-items: center;
  }

  .staff-note p {
    width: fit-content;
    max-width: 100%;
    text-align: left;
  }

  .manager-card {
    width: min(560px, 100%);
    grid-template-columns: 150px 1fr;
    justify-items: stretch;
  }

  .manager-photo {
    transform: translateX(24px);
    width: 142px;
    height: 142px;
  }

  .manager-card div {
    width: auto;
    max-width: none;
    min-height: 144px;
    margin-top: 0;
    margin-left: -13px;
    justify-items: stretch;
    border-radius: 0 72px 72px 0;
    padding: 24px 42px 24px 82px;
  }

  .manager-card p {
    width: auto;
    max-width: 100%;
    text-align: left;
    font-size: 9.4px;
    line-height: 2.05;
  }

  .commitment-section {
    padding-top: 36px !important;
    margin-top: 0;
  }

  .commitment-section .section-title {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* Place the white shop name below the subject's face in the hero image. */
  .hero-copy > p,
  .hero-copy > h1 {
    transform: translateY(48px);
  }

  .staff-note {
    grid-template-columns: 246.5px minmax(0, 1fr);
    gap: 31.5px;
    justify-items: stretch;
  }

  .staff-note-media {
    justify-self: start;
  }

  .staff-note p {
    width: auto;
    max-width: none;
  }

  .results-section {
    padding: 48px 18px 66px;
  }

  .results-watch {
    top: 0;
    bottom: 0;
    width: 440px;
    opacity: 0.2;
  }

  .left-watch {
    left: -176px;
    width: 452px;
  }

  .right-watch {
    right: -168px;
    width: 438px;
  }

  .results-heading {
    width: min(720px, 100%);
    aspect-ratio: 768 / 484;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 94px;
    justify-items: center;
    align-content: start;
  }

  .results-heading p {
    font-size: 56px;
    line-height: 1.02;
    letter-spacing: 0.06em;
  }

  .results-heading h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .results-badge {
    width: min(420px, 100%);
    min-height: 142px;
    padding: 24px 92px 16px;
    gap: 2px;
    --laurel-inset: -20px -56px;
  }

  .results-badge small,
  .results-badge em {
    font-size: 11px;
    line-height: 1.25;
  }

  .results-badge strong {
    font-size: 44.2px;
  }

  .results-badge span {
    font-size: 11.9px;
  }

  .results-badge > span,
  .results-badge strong,
  .results-badge em {
    transform: translateY(-14px);
  }

  .results-date {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .header-inner {
    width: calc(100% - 44px);
    min-height: 86px;
  }

  .brand-logo {
    gap: 26px;
  }

  .brand-mark span:first-child {
    font-size: 26px;
  }

  .brand-mark span:last-child {
    font-size: 39px;
  }

  .brand-copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .site-nav {
    display: none;
  }

  .hero {
    padding: 38px 0 88px;
  }

  .hero-visual {
    width: min(480px, calc(100% - 44px));
    margin-left: auto;
    margin-right: auto;
    height: min(702px, 107vw);
    border-radius: 0 118px 0 118px;
  }

  .hero-photo {
    object-position: 58% center;
  }

  .hero-copy {
    left: 18px;
    right: 22px;
    bottom: 22px;
  }

  .hero-copy p {
    font-size: 12px;
  }

  .hero-copy h1 {
    font-size: 39px;
    letter-spacing: 0.12em;
  }

  .hero-tagline {
    display: none;
  }

  .copy-ribbon {
    margin-top: 34px;
    width: min(100%, 500px);
    padding-left: 0;
    padding-right: 5.1px;
    display: grid;
    gap: 10px;
  }

  .copy-ribbon strong {
    transform: none;
    min-width: 0;
    width: fit-content;
    max-width: calc(100vw - 32px);
    padding: 4.3px 10.2px 5.1px;
    border-width: 1px;
    font-size: 23px;
    line-height: 1.24;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .copy-ribbon strong + strong {
    min-width: 0;
    margin-left: 0;
  }

  .free-badge {
    position: relative;
    left: auto;
    bottom: auto;
    width: 62px;
    height: 62px;
    font-size: 18px;
  }

  .cta-pair,
  .market-ctas {
    width: calc(100% - 8px);
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
  }

  .cta,
  .market-ctas .cta {
    min-height: 74px;
    overflow: hidden;
    padding: 13px 48px 14px 68px;
    border-width: 4px;
    outline-width: 2px;
    outline-offset: -8px;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.28), 0 15px 20px rgba(0, 0, 0, 0.16);
  }

  .cta::before,
  .market-ctas .cta::before {
    left: 30px;
    width: 28px;
    height: 25px;
    transform: translateY(-26%);
  }

  .cta::after,
  .market-ctas .cta::after {
    right: 26px;
    font-size: 22px;
  }

  .cta small,
  .market-ctas .cta small {
    margin-bottom: 7px;
    font-size: 8px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .cta::after,
  .market-ctas .cta::after {
    right: 26px;
  }

  .cta strong,
  .market-ctas .cta strong {
    font-size: 15px;
    line-height: 1.15;
    white-space: nowrap;
    max-width: none;
  }

  .cta small::before,
  .cta small::after,
  .market-ctas .cta small::before,
  .market-ctas .cta small::after {
    width: 96px;
  }

  .cta small::before,
  .market-ctas .cta small::before {
    right: calc(50% + 85px);
  }

  .cta small::after,
  .market-ctas .cta small::after {
    left: calc(50% + 85px);
  }

  .mission-section {
    display: block;
  }

  .mission-section::before {
    inset: 0 0 0 auto;
    width: 46%;
    opacity: 1;
    background: #fbf8ee;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  }

  .mission-section::after {
    top: -5%;
    bottom: -5%;
    left: 59.5%;
    width: 7px;
  }

  .mission-message {
    width: 88%;
    padding: 42px 36% 38px 22px;
  }

  .mission-section .mission-message::after {
    right: -12px;
    width: 210px;
    height: 510px;
    opacity: 0.9;
  }

  .mission-message-kicker {
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .mission-message-kicker::after {
    width: 70px;
  }

  .mission-title-desktop {
    display: none;
  }

  .mission-title-mobile {
    display: block;
  }

  .mission-message h2 {
    font-size: clamp(13.6px, 4vw, 17.6px);
    line-height: 1.65;
  }

  .mission-message p:last-child {
    margin-top: 16px;
    font-size: 9.2px;
    line-height: 1.85;
  }

  .mission-message p:last-child::after {
    width: 180px;
    margin-top: 20px;
  }

  .mission-message p:last-child::before {
    left: 90px;
  }

  .taxi-section {
    min-height: 450px;
    align-items: start;
    padding: 74px 0 60px;
    background: #1a1911;
  }

  .taxi-section > img {
    top: auto;
    left: 0;
    z-index: 0;
    width: min(124%, 500px);
    height: auto;
    bottom: 0;
    object-fit: contain;
    object-position: 34% center;
    filter: brightness(0.7) contrast(0.95) saturate(0.75);
  }

  .taxi-section::after {
    z-index: 0;
    background: rgba(26, 25, 17, 0.48);
  }

  .taxi-panel {
    width: min(492px, calc(100% - 96px));
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    background: transparent;
    clip-path: none;
  }

  .taxi-panel::before {
    inset: -14px -18px auto 8px;
    height: 194px;
    background: rgba(143, 121, 45, 0.92);
    clip-path: polygon(2% 7%, 100% 0, 97% 100%, 0 91%);
  }

  .taxi-panel h2 {
    position: relative;
    z-index: 1;
    width: fit-content;
    margin: 0 auto 110px;
    padding: 26px 0 8px;
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: 0.08em;
  }

  .taxi-panel p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .results-section,
  .market-section,
  .access-section,
  .compare-section,
  .commitment-section,
  .voices-section,
  .manager-section,
  .contact-section {
    padding: 74px 22px 78px;
  }

  .compare-section {
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }

  .results-heading {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: 1250px;
    margin-bottom: 0;
    align-content: start;
    padding-top: 190px;
  }

  .results-heading p {
    font-size: 58px;
  }

  .results-heading h2 {
    font-size: 44px;
  }

  .results-board,
  .market-board,
  .access-card {
    padding: 28px 26px 44px;
  }

  .results-board {
    width: min(608px, 100%);
    padding-inline: 24px;
  }

  .board-title {
    margin-bottom: 38px;
    font-size: 34px;
  }

  .market-section .section-title {
    margin-bottom: 28px;
  }

  .market-board {
    width: min(604px, 100%);
    padding: 26px 22px 32px;
  }

  .results-grid,
  .market-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 28px;
  }

  .results-grid img {
    height: 242px;
    padding: 10px;
  }

  .results-grid h3 {
    min-height: 52px;
    margin: 12px 4px 10px;
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
    white-space: nowrap;
  }

  .results-grid p {
    margin: 0 4px 14px;
    font-size: 16px;
    line-height: 1.55;
  }

  .results-grid small {
    width: 100%;
    margin-bottom: 14px;
    padding: 8px 4px;
    font-size: 15px;
  }

  .market-grid img {
    height: 132px;
  }

  .results-grid strong,
  .market-grid strong {
    font-size: 6.8px;
  }

  .results-grid h3,
  .market-grid h3 {
    font-size: 10.4px;
  }

  .results-grid h3 {
    min-height: 52px;
    margin: 12px 4px 10px;
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
    white-space: nowrap;
  }

  .results-grid p {
    margin: 0 4px 14px;
    font-size: 17px;
    line-height: 1.55;
  }

  .results-grid img {
    height: 263px;
  }

  .market-grid strong {
    min-height: 30px;
    margin-inline: 3;
  }

  .section-title {
    width: 100%;
    margin-bottom: 35.7px;
  }

  .section-title p {
    font-size: 12.8px;
  }

  .section-title h2,
  .compare-section .section-title h2 {
    font-size: 20.4px;
  }

  .access-main {
    grid-template-columns: minmax(0, 1.08fr) minmax(248px, 0.92fr);
    gap: 24px;
    align-items: stretch;
  }

  .access-card {
    width: min(760px, calc(100% - 32px));
    padding: 22px 24px 24px;
  }

  .building-photo {
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center top;
  }

  .store-logo {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .access-text {
    display: flex;
    min-height: 430px;
    flex-direction: column;
    justify-content: center;
  }

  .access-text dt,
  .access-text dd {
    font-size: 10px;
  }

  .map-image-link {
    width: 100%;
    margin-top: 24px;
  }

  .map-image {
    width: 100%;
    height: 150px;
  }

  .access-cta-card {
    width: min(352px, 100%);
    display: block;
    min-height: 0;
    padding: 25px 16px 18px;
    text-align: left;
  }

  .map-image-link {
    width: 100%;
  }

  .access-cta-copy {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .access-cta-copy h3 {
    max-width: 246px;
    margin: 0 0 14px;
    font-size: 29px;
    line-height: 1.1;
    font-family: "A-OTF 筑紫明朝 Pr6N", "A-OTF 筑紫明朝 ProN", "A1明朝", "A1 Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
    font-weight: 400;
    white-space: normal;
  }

  .access-cta-copy p {
    max-width: 160px;
    margin: 0 0 17px;
    font-size: 8.2px;
    line-height: 1.42;
    white-space: normal;
  }

  .access-flow {
    width: 100%;
    max-width: none;
    height: 32px;
    margin: 0;
    font-size: 9px;
  }

  .access-cta-card img {
    position: absolute;
    top: 22px;
    right: 16px;
    width: 132px;
    height: 153px;
    transform: none;
    object-fit: cover;
    object-position: center top;
  }

  .access-line-box {
    width: 100%;
    min-height: 88px;
    height: 88px;
    margin: 12px auto 0;
    padding: 16px 38px 14px 30px;
    transform: none;
  }

  .access-line-box::after {
    right: 16px;
    font-size: 28px;
  }

  .access-line-box small {
    font-size: 9px;
  }

  .access-line-box strong {
    font-size: 25px;
  }

  .access-line-note {
    position: static;
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.45;
    text-align: left;
  }

  .taxi-fare-note {
    grid-template-columns: 1fr;
    width: min(98%, 459px);
    padding: 20.4px;
  }

  .taxi-fare-note h3 {
    font-size: 19.2px;
  }

  .taxi-fare-note p {
    font-size: 11.2px;
  }

  .compare-table {
    width: min(100%, 391px);
  }

  .compare-table th,
  .compare-table td {
    padding: 11px 8px;
  }

  .compare-table thead th {
    font-size: 12.8px;
  }

  .compare-table tbody th,
  .compare-table tbody td {
    font-size: 10.8px;
  }

  .compare-mark {
    width: auto;
    height: auto;
    margin-left: 3px;
    font-size: 12px;
  }

  .compare-text {
    max-width: none;
  }

  .compare-table tbody th {
    width: 20%;
  }

  .staff-note {
    width: min(100%, 360px);
    grid-template-columns: 128px 1fr;
    gap: 12px;
    align-items: center;
    justify-items: stretch;
    text-align: left;
  }

  .staff-note-media {
    width: 128px;
    height: 154px;
    justify-self: start;
  }

  .staff-note img {
    top: -1px;
    left: -61px;
    width: 310px;
  }

  .staff-note p {
    width: auto;
    padding-bottom: 8.5px;
    font-size: 10.8px;
    line-height: 1.75;
  }

  .commitment-grid {
    grid-template-columns: 1fr;
    width: min(98%, 374px);
    gap: 28.9px;
  }

  .commitment-grid h3 {
    min-height: 54.4px;
    font-size: 11.2px;
  }

  .commitment-section .section-title h2 {
    font-size: clamp(16px, 4.8vw, 20px);
    line-height: 1.45;
  }

  .voice-list {
    width: min(98%, 459px);
    gap: 23.8px;
  }

  .voice-list article {
    grid-template-columns: 54px 1fr;
    gap: 13.6px;
    padding: 23.8px 20.4px 25.5px 17px;
  }

  .avatar {
    width: 49.3px;
    height: 49.3px;
  }

  .voice-list strong {
    font-size: 14px;
  }

  .voice-list p {
    font-size: 11px;
    line-height: 1.85;
  }

  .manager-card {
    position: relative;
    width: min(92%, 560px);
    display: block;
    padding: 280px 18px 32px;
    background: var(--gold-dark);
    border: 1px solid rgba(89, 77, 34, 0.75);
    text-align: left;
  }

  .manager-photo {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 230px;
    height: 230px;
    border: 1.2px solid var(--gold);
  }

  .manager-card div {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .manager-card p {
    width: min(100%, 340px);
    margin: 0 auto;
    color: #fff;
    font-size: 13.2px;
    line-height: 2.05;
    white-space: normal;
  }

  .contact-title::before {
    top: -49px;
    font-size: 56px;
  }

  form {
    width: min(94%, 442px);
    gap: 12.8px;
  }

  label {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  label > span {
    justify-content: flex-start;
    padding-top: 0;
  }

  input,
  select,
  textarea {
    min-height: 44px;
    padding: 0 11.9px;
    font-size: 13px;
  }

  textarea {
    min-height: 112px;
    padding-top: 10.2px;
  }

  .agree {
    grid-template-columns: 18.7px auto;
  }

  .agree input {
    width: 18.7px;
    min-height: 18.7px;
  }

  button {
    min-height: 47.6px;
    font-size: 13.6px;
  }

  .footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 23.8px;
    justify-items: center;
    text-align: center;
  }

  .footer-logo,
  address {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    text-align: center;
    overflow-wrap: anywhere;
    transform: none;
    margin-inline: auto;
  }

  .footer-logo strong {
    font-size: 24px;
  }

  address {
    font-size: 9.6px;
  }

  .page-top {
    width: 47.6px;
    height: 47.6px;
    right: 11.9px;
    bottom: 11.9px;
  }

  .thanks-card h1,
  .policy-card h1 {
    font-size: 19.2px;
    line-height: 1.45;
  }

  .thanks-card,
  .policy-card {
    width: min(238px, calc(100vw - 68px));
    padding: 22.1px 17px;
  }

  .thanks-actions {
    grid-template-columns: 1fr;
  }

  .sub-cta {
    min-height: 44.2px;
    font-size: 11.2px;
  }

  .thanks-card p {
    font-size: 10.4px;
    line-height: 1.8;
  }
}

@media (max-width: 430px) {
  .hero-visual {
    height: min(702px, 108vw);
  }

  .hero-copy {
    left: 14px;
    right: 8px;
  }

  .hero-copy h1 {
    font-size: 33px;
  }

  .copy-ribbon {
    width: calc(100% - 8px);
  }

  .copy-ribbon strong {
    font-size: 18px;
    max-width: calc(100vw - 56px);
  }

  .results-section {
    padding: 0 7px 0;
  }

  .results-watch {
    top: 16px;
    bottom: auto;
    width: 160px;
    height: 221px;
    opacity: 0.28;
    background-position: top center;
  }

  .left-watch {
    left: -64px;
    width: 178px;
  }

  .right-watch {
    right: -68px;
    width: 152px;
  }

  .results-heading {
    min-height: 242px;
    padding-top: 50px;
    gap: 10px;
    align-content: start;
  }

  .results-heading p {
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: 0.08em;
  }

  .results-heading h2 {
    font-size: 18px;
    letter-spacing: 0.06em;
  }

  .results-badge {
    width: 145px;
    margin: 0 auto;
    min-height: 82px;
    padding: 10px 28px 5px;
    --laurel-inset: -12px -34px;
  }

  .results-badge small,
  .results-badge em {
    font-size: 6.4px;
    line-height: 1.3;
  }

  .results-badge strong {
    font-size: 25.5px;
  }

  .results-badge span {
    font-size: 6.8px;
  }

  .results-badge > span,
  .results-badge strong,
  .results-badge em {
    transform: translate(-12px, -8px);
  }

  .results-board {
    width: 100%;
    padding: 10px 9px 32px;
  }

  .board-title {
    margin-bottom: 15px;
    padding-bottom: 3px;
    font-size: 13.5px;
    letter-spacing: 0.06em;
  }

  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 13px;
  }

  .results-grid img {
    height: 86px;
    padding: 4px 5px 1px;
  }

  .results-grid h3 {
    min-height: 14px;
    margin: 4px 2px 4px;
    font-size: 6.8px;
    line-height: 1.25;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
  }

  .results-grid p {
    margin: 0 2px 3px;
    font-size: 5.3px;
    line-height: 1.45;
    white-space: nowrap;
  }

  .results-grid small {
    width: 100%;
    margin-bottom: 4px;
    padding: 2px 1px;
    font-size: 5.1px;
    line-height: 1.1;
  }

  .results-grid strong {
    padding-bottom: 4px;
    font-size: 14.2px;
  }

  .results-grid strong span {
    font-size: 6px;
  }

  .compare-table {
    width: 100%;
    transform: scale(0.96);
    transform-origin: center top;
    margin-bottom: -20.4px;
  }
}

@media (min-width: 431px) and (max-width: 600px) {
  .results-section {
    padding: 0 14px 0;
  }

  .results-watch {
    top: 20px;
    bottom: auto;
    width: 260px;
    height: 340px;
    opacity: 0.27;
  }

  .left-watch {
    left: -96px;
    width: 286px;
  }

  .right-watch {
    right: -104px;
    width: 248px;
  }

  .results-heading {
    min-height: 360px;
    padding-top: 82px;
    gap: 18px;
    align-content: start;
  }

  .results-heading p {
    font-size: 38px;
    line-height: 1.08;
  }

  .results-heading h2 {
    font-size: 29px;
  }

  .results-badge {
    width: 240px;
    margin: 0 auto;
    min-height: 116px;
    padding: 18px 52px 9px;
    --laurel-inset: -18px -48px;
  }

  .results-badge strong {
    font-size: 38.25px;
  }

  .results-badge small,
  .results-badge em {
    font-size: 9px;
  }

  .results-badge span {
    font-size: 10.2px;
  }

  .results-badge > span,
  .results-badge strong,
  .results-badge em {
    transform: translate(-18px, -10px);
  }

  .results-board {
    width: 100%;
    padding: 20px 18px 44px;
  }

  .board-title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
  }

  .results-grid img {
    height: 150px;
    padding: 7px;
  }

  .results-grid h3 {
    min-height: 28px;
    margin: 7px 3px 6px;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
  }

  .results-grid p {
    margin: 0 3px 7px;
    font-size: 8.6px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .results-grid small {
    width: 100%;
    margin-bottom: 8px;
    padding: 4px 2px;
    font-size: 8.2px;
  }

  .results-grid strong {
    padding-bottom: 7px;
    font-size: 23px;
  }

  .results-grid strong span {
    font-size: 9px;
  }

  .market-ctas {
    width: calc(100% - 8px);
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
  }

  .market-ctas .cta {
    min-height: 74px;
    overflow: hidden;
    padding: 13px 42px 14px 76px;
    border-width: 4px;
    outline-width: 2px;
    outline-offset: -8px;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.28), 0 15px 20px rgba(0, 0, 0, 0.16);
  }
}

/* Keep the LINE CTA and its reception note centered on tablet widths. */
@media (min-width: 768px) and (max-width: 1023px) {
  .access-cta-card .access-line-box {
    grid-column: 1 / -1;
    justify-self: center;
    margin-inline: auto;
  }

  .access-cta-card .access-line-note {
    grid-column: 1 / -1;
    position: static;
    width: fit-content;
    margin: 4px auto 0;
    text-align: center;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .header-inner {
    width: calc(100% - 48px);
    min-height: 66px;
  }

  .brand-logo {
    gap: 17px;
  }

  .brand-mark span:first-child {
    font-size: 15.6px;
  }

  .brand-mark span:last-child {
    font-size: 22.8px;
  }

  .brand-copy {
    font-size: 11.9px;
    line-height: 1.45;
  }

  .hero {
    padding: 40px 15px 58px;
  }

  .hero-visual {
    width: min(708px, 94vw);
    height: clamp(340px, 58vw, 470px);
    margin: 0 auto;
    border-radius: 0 70px 0 70px;
  }

  .hero-photo {
    object-position: 56% center;
  }

  .hero-copy {
    left: 8%;
    right: 6%;
    bottom: 6%;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 7vw, 44px);
  }

  .copy-ribbon {
    margin-top: clamp(52px, 8vw, 72px);
    width: min(100%, 420px);
    padding-left: 68px;
  }

  .copy-ribbon strong {
    font-size: clamp(13px, 2.6vw, 18px);
    max-width: calc(100vw - 120px);
  }

  .free-badge {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 58px;
    height: 58px;
    font-size: 17px;
  }

  .cta-pair {
    width: min(616px, calc(100% - 48px));
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 42px;
  }

  .cta {
    min-height: 74px;
    padding: 13px 48px 14px 68px;
    border-width: 4px;
    outline-width: 2px;
    outline-offset: -8px;
  }

  .cta::before {
    left: 30px;
    width: 28px;
    height: 25px;
    transform: translateY(-26%);
  }

  .cta::after {
    right: 26px;
    font-size: 24px;
  }

  .cta small {
    margin-bottom: 7px;
    font-size: 8px;
  }

  .cta strong {
    font-size: 15px;
  }

  /* Keep the results header compact on wide mobile screens. */
  .results-section {
    padding: 0 14px 0;
  }

  .results-watch {
    top: 18px;
    bottom: auto;
    width: 300px;
    height: 380px;
    opacity: 0.25;
  }

  .left-watch {
    left: -112px;
  }

  .right-watch {
    right: -116px;
  }

  .results-heading {
    min-height: 400px;
    padding-top: 76px;
    gap: 18px;
  }
}
