body.column-body {
  --column-paper: #fbf8f2;
  --column-ink: #2d2924;
  --column-muted: rgba(45, 41, 36, 0.62);
  --column-brass: #ad7b47;
  --column-line: rgba(176, 131, 77, 0.28);
  --column-sage: #66705f;
  background: #171512 !important;
  color: var(--column-ink) !important;
}

body.column-body .page-shell {
  max-width: 483px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 88% 9%, rgba(102, 112, 95, 0.1), transparent 28%),
    linear-gradient(180deg, #fcfaf6 0%, var(--column-paper) 100%) !important;
  border-radius: 0 0 8px 8px !important;
}

body.column-body .site-header {
  position: absolute !important;
  inset: 0 0 auto !important;
  z-index: 20 !important;
  height: 74px !important;
  min-height: 74px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.column-body .topbar,
body.column-body .site-header::before,
body.column-body .site-header::after {
  display: none !important;
  content: none !important;
}

body.column-body .nav-wrap {
  position: relative !important;
  min-height: 74px !important;
  padding: 0 !important;
}

body.column-body .brand {
  position: absolute !important;
  left: 30px !important;
  top: 28px !important;
  z-index: 2 !important;
  font-family: "Cormorant Garamond", serif !important;
  letter-spacing: 0 !important;
}

body.column-body .brand-copy-script strong {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 0 !important;
}

body.column-body .brand-copy-script strong::before {
  content: "VEIL SUITE" !important;
  color: var(--column-brass) !important;
  font-size: 0.66rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

body.column-body .brand-copy-script small {
  display: none !important;
}

body.column-body .menu-toggle {
  position: absolute !important;
  right: 30px !important;
  top: 24px !important;
  width: 30px !important;
  height: 22px !important;
}

body.column-body .menu-toggle span {
  background: var(--column-brass) !important;
}

body.column-body .site-nav {
  top: 56px !important;
  right: 24px !important;
}

.column-main,
.article-main {
  position: relative;
  overflow: hidden;
  padding: 0 0 22px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.column-hero,
.article-hero {
  position: relative;
  min-height: 430px;
  padding: 84px 30px 0;
  overflow: hidden;
}

.column-script {
  position: absolute;
  left: -12px;
  top: 58px;
  z-index: 0;
  margin: 0;
  color: rgba(176, 131, 77, 0.1);
  font-family: "Parisienne", cursive;
  font-size: 5.2rem;
  line-height: 1;
  pointer-events: none;
}

.column-hero-copy,
.article-hero-copy {
  position: relative;
  z-index: 2;
  width: 156px;
  padding-top: 138px;
}

.column-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--column-brass);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
}

.column-kicker::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: var(--column-line);
}

.column-hero h1,
.article-hero h1 {
  margin: 0;
  color: var(--column-ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0;
}

.column-hero-copy p:not(.column-kicker),
.article-hero-copy p:not(.column-kicker) {
  margin: 18px 0 0;
  color: var(--column-muted);
  font-size: 0.68rem;
  line-height: 2.05;
}

.column-hero-photo,
.article-hero-photo {
  position: absolute;
  right: 26px;
  top: 72px;
  z-index: 1;
  width: 184px;
  height: 306px;
  margin: 0;
  overflow: hidden;
  border-radius: 120px 120px 0 0;
}

.column-hero-photo img,
.article-hero-photo img,
.article-inline-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) brightness(1.02) contrast(0.96);
}

.column-hero-photo img {
  object-position: 52% 46%;
}

.article-hero-photo img {
  object-position: 48% 52%;
}

.column-section-head {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}

.column-section-head h2,
.column-reserve h2,
.article-content h2 {
  margin: 0;
  color: var(--column-ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}

.column-section-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.column-section-head-row > a,
.column-featured-link,
.column-row,
.column-reserve a,
.article-back,
.article-nav a {
  color: inherit;
  text-decoration: none;
}

.column-section-head-row > a {
  padding-bottom: 8px;
  color: var(--column-brass);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.72rem;
  border-bottom: 1px solid var(--column-line);
}

.column-featured,
.column-list-section {
  position: relative;
  margin: 0 28px;
  padding: 28px 0 30px;
  border-top: 1px solid var(--column-line);
}

.column-featured-link {
  position: relative;
  display: block;
  min-height: 180px;
  padding: 26px 28px 28px 126px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.22), rgba(251, 248, 242, 0.86)),
    url("./assets/photos/page-column-hero-v1.webp") left center / cover no-repeat;
}

.column-featured-link::after,
.column-row::after,
.article-nav a::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-left: 12px;
  vertical-align: middle;
  background: var(--column-line);
}

.column-date,
.column-row-body small,
.article-date {
  display: block;
  color: var(--column-brass);
  font-family: "Cormorant Garamond", "Hiragino Mincho ProN", serif;
  font-size: 0.66rem;
  font-style: normal;
  line-height: 1.4;
}

.column-featured-link strong {
  display: block;
  margin-top: 10px;
  color: var(--column-ink);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.75;
}

.column-featured-link small {
  display: block;
  margin-top: 10px;
  color: rgba(45, 41, 36, 0.68);
  font-size: 0.62rem;
  line-height: 1.9;
}

.column-list {
  border-top: 1px solid var(--column-line);
}

.column-row {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  min-height: 118px;
  padding: 22px 8px 22px 0;
  border-bottom: 1px solid var(--column-line);
}

.column-row-number {
  color: var(--column-brass);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.2;
}

.column-row-body strong {
  display: block;
  margin-top: 8px;
  color: var(--column-ink);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.7;
}

.column-row-body em {
  display: block;
  margin-top: 6px;
  color: var(--column-muted);
  font-size: 0.58rem;
  font-style: normal;
  line-height: 1.75;
}

.column-reserve {
  position: relative;
  margin: 4px 0 0;
  min-height: 232px;
  padding: 42px 54px 40px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.92), rgba(251, 248, 242, 0.6)),
    url("./assets/photos/column-reserve-cta-v1.webp") right center / 52% auto no-repeat;
  border-top: 1px solid rgba(176, 131, 77, 0.18);
}

.column-script-small {
  position: absolute;
  right: 16px;
  bottom: -32px;
  margin: 0;
  color: rgba(176, 131, 77, 0.12);
  font-family: "Parisienne", cursive;
  font-size: 5.4rem;
  line-height: 1;
  pointer-events: none;
}

.column-reserve > div {
  position: relative;
  z-index: 2;
  width: 248px;
}

.column-reserve p:not(.column-kicker):not(.column-script-small) {
  margin: 16px 0 20px;
  color: var(--column-muted);
  font-size: 0.62rem;
  line-height: 1.9;
}

.column-reserve a {
  display: inline-flex;
  align-items: center;
  min-width: 132px;
  height: 42px;
  justify-content: center;
  color: var(--column-brass);
  font-size: 0.68rem;
  border: 1px solid var(--column-line);
  border-radius: 999px;
  background: rgba(251, 248, 242, 0.72);
}

body.column-body .site-footer {
  background: #fbf8f2 !important;
  border-top: 1px solid var(--column-line) !important;
}

.article-hero {
  min-height: 610px;
  padding-top: 102px;
  border-bottom: 1px solid var(--column-line);
}

.article-back {
  position: absolute;
  left: 30px;
  top: 86px;
  z-index: 4;
  color: var(--column-brass);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.72rem;
  border-bottom: 1px solid var(--column-line);
}

.article-hero .column-script {
  top: 104px;
}

.article-hero-copy {
  width: min(100%, 318px);
  padding-top: 300px;
}

.article-hero-photo {
  top: 92px;
  right: 30px;
  width: 178px;
  height: 260px;
}

.article-hero-soft .article-hero-photo img {
  object-position: 58% 50%;
}

.article-hero-sage {
  background: linear-gradient(180deg, rgba(102, 112, 95, 0.08), transparent 54%);
}

.article-content {
  padding: 34px 42px 42px;
}

.article-date {
  margin-bottom: 22px;
}

.article-content h2 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 1.08rem;
}

.article-content h2:first-of-type {
  margin-top: 0;
}

.article-content p {
  margin: 0 0 18px;
  color: rgba(45, 41, 36, 0.72);
  font-size: 0.74rem;
  line-height: 2.05;
}

.article-content .article-source-note {
  margin-top: 30px;
  padding-top: 14px;
  color: rgba(45, 41, 36, 0.48);
  font-size: 0.52rem;
  line-height: 1.75;
  border-top: 1px solid rgba(176, 131, 77, 0.22);
}

.article-inline-photo {
  width: calc(100% + 36px);
  height: 210px;
  margin: 34px -18px 36px;
  overflow: hidden;
}

.article-inline-photo img {
  object-position: 50% 50%;
}

.article-inline-photo-wide img {
  object-position: 50% 34%;
}

.article-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--column-line);
  border-bottom: 1px solid var(--column-line);
}

.article-related,
.article-cta-panel {
  margin: 0 42px 34px;
  padding: 28px 0;
  border-top: 1px solid var(--column-line);
}

.article-related h2,
.article-cta-panel h2 {
  margin: 14px 0 18px;
  color: var(--column-ink);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.7;
}

.article-related a {
  display: block;
  padding: 16px 0;
  color: var(--column-ink);
  border-top: 1px solid rgba(176, 131, 77, 0.18);
  font-size: 0.74rem;
  line-height: 1.7;
  text-decoration: none;
}

.article-related a:last-child {
  border-bottom: 1px solid rgba(176, 131, 77, 0.18);
}

.article-cta-panel {
  margin-bottom: 0;
  text-align: center;
}

.article-cta-panel .column-kicker {
  justify-content: center;
}

.article-cta-panel a {
  display: inline-flex;
  min-width: 164px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: #fffaf2;
  border-radius: 999px;
  background: var(--column-sage);
  font-size: 0.74rem;
  text-decoration: none;
}

.article-nav a {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--column-brass);
  font-size: 0.72rem;
}

.article-nav a + a {
  border-left: 1px solid var(--column-line);
}

@media (max-width: 374px) {
  .column-hero-photo {
    right: 20px;
    width: 172px;
  }

  .article-hero-photo {
    right: 24px;
    width: 170px;
  }

  .column-hero-copy {
    width: 148px;
  }

  .article-hero-copy {
    width: min(100%, 300px);
  }

  .column-featured-link {
    padding-left: 98px;
  }

  .column-reserve {
    padding-left: 36px;
  }
}

/* Reference-style column page: closer to the saved mobile mockup. */
body.column-body .page-shell {
  max-width: 483px !important;
  background: #fbf8f2 !important;
  border-radius: 8px !important;
}

body.column-body .site-header {
  height: 82px !important;
  min-height: 82px !important;
  overflow: visible !important;
}

body.column-body .nav-wrap {
  min-height: 82px !important;
  padding: 0 !important;
}

body.column-body .brand {
  left: 25px !important;
  top: 22px !important;
  width: 130px !important;
  height: 56px !important;
  letter-spacing: 0 !important;
}

body.column-body .brand-copy-script {
  display: block !important;
  color: var(--column-brass) !important;
}

body.column-body .brand-copy-script strong {
  display: block !important;
  font-family: "Parisienne", cursive !important;
  font-size: 3.05rem !important;
  font-weight: 400 !important;
  line-height: 0.72 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.column-body .brand-copy-script strong::before {
  display: none !important;
  content: none !important;
}

body.column-body .brand-copy-script small {
  display: block !important;
  margin-top: -2px !important;
  padding-left: 46px !important;
  color: var(--column-brass) !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 0.52rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.32em !important;
  line-height: 1 !important;
}

body.column-body .header-micro {
  display: block !important;
  position: absolute !important;
  right: 47px !important;
  top: 31px !important;
  z-index: 91 !important;
  color: #6f6559 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 0.48rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}

body.column-body .header-menu-mark {
  display: block !important;
  position: absolute !important;
  right: 19px !important;
  top: 31px !important;
  z-index: 92 !important;
  width: 15px !important;
  height: 7px !important;
  border-top: 1px solid var(--column-brass) !important;
  border-bottom: 1px solid var(--column-brass) !important;
  pointer-events: none !important;
}

body.column-body .menu-toggle {
  right: 12px !important;
  top: 21px !important;
  width: 38px !important;
  height: 28px !important;
  opacity: 0 !important;
}

body.column-body .site-nav {
  top: 58px !important;
  right: 20px !important;
}

.column-main {
  background: #fbf8f2;
  padding-bottom: 0;
}

.column-hero {
  min-height: 392px;
  padding: 0;
  background: linear-gradient(180deg, #fbf8f2 0%, #fbf8f2 72%, #f8f2eb 100%);
  border-bottom: 1px solid rgba(176, 131, 77, 0.16);
}

.column-hero-label {
  display: none;
}

.column-hero .column-script {
  left: 46px;
  top: 104px;
  z-index: 1;
  color: rgba(174, 134, 80, 0.13);
  font-size: 6.1rem;
  line-height: 0.72;
  transform: rotate(-8deg);
}

.column-hero-copy {
  position: absolute;
  left: 47px;
  top: 172px;
  z-index: 5;
  width: 178px;
  padding: 0;
}

.column-hero .column-kicker {
  margin-bottom: 11px;
  font-size: 0.56rem;
}

.column-hero h1 {
  width: 190px;
  margin: 0;
  font-size: 1.13rem;
  line-height: 1.54;
  letter-spacing: 0;
}

.column-hero h1 span {
  display: block;
}

.column-hero h1::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin: 9px 0 12px;
  background: rgba(176, 131, 77, 0.5);
}

.column-hero-copy p:not(.column-kicker) {
  width: 162px;
  max-width: 162px;
  margin: 0;
  color: rgba(56, 48, 42, 0.68);
  font-size: 0.5rem;
  line-height: 1.92;
}

.column-hero-photo {
  right: 12px;
  top: 82px;
  width: 195px;
  height: 294px;
  border-radius: 174px 174px 0 0;
  background: #f8f2eb;
}

.column-hero-photo img {
  object-fit: cover;
  object-position: 49% 46%;
  filter: saturate(0.82) brightness(1.05) contrast(0.94);
}

.column-index {
  padding: 19px 46px 27px;
  background: #fbf8f2;
}

.column-index-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  color: var(--column-brass);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.58rem;
  font-weight: 500;
  line-height: 1;
}

.column-index-title::after {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(176, 131, 77, 0.38);
}

.column-index a {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 64px;
  align-items: center;
  min-height: 54px;
  padding: 8px 48px 8px 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(176, 131, 77, 0.34);
}

.column-index a:first-child {
  border-top: 1px solid rgba(176, 131, 77, 0.34);
}

.column-index a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 42px;
  height: 1px;
  transform: translateY(-50%);
  background: rgba(176, 131, 77, 0.44);
}

.column-index span {
  color: var(--column-brass);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
}

.column-index strong {
  color: #2d2924;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 0.54rem;
  font-weight: 500;
  line-height: 1.48;
}

.column-index small {
  color: rgba(56, 48, 42, 0.52);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 0.32rem;
  line-height: 1.2;
  text-align: right;
}

.column-intro {
  position: relative;
  min-height: 226px;
  padding: 0;
  overflow: hidden;
  background: #fbf8f2;
  border-top: 1px solid rgba(176, 131, 77, 0.12);
}

.column-section-label {
  position: absolute;
  left: 47px;
  top: 43px;
  z-index: 4;
}

.column-section-label span {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--column-brass);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.56rem;
  font-weight: 500;
}

.column-section-label span::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background: rgba(176, 131, 77, 0.38);
}

.column-intro-copy {
  position: absolute;
  left: 47px;
  top: 76px;
  z-index: 4;
  width: 178px;
}

.column-intro-copy h2 {
  margin: 0 0 12px;
  color: #221f1b;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.76;
  letter-spacing: 0;
}

.column-intro-copy p {
  width: 138px;
  margin: 0;
  color: rgba(56, 48, 42, 0.66);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 0.43rem;
  line-height: 1.82;
}

.column-intro-photo {
  position: absolute;
  right: 0;
  top: 48px;
  width: 204px;
  height: 150px;
  margin: 0;
  overflow: hidden;
}

.column-intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
  filter: saturate(0.82) brightness(1.04) contrast(0.95);
}

.column-feature-band {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 196px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(86, 98, 83, 0.76), rgba(86, 98, 83, 0.88)),
    url("./assets/photos/page-column-hero-v1.webp") left center / cover no-repeat;
}

.column-feature-band-copy {
  position: relative;
  z-index: 2;
  width: 250px;
  color: #f7f2eb;
}

.column-feature-band .column-kicker {
  justify-content: center;
  margin: 0 0 8px;
  color: rgba(247, 242, 235, 0.84);
  font-size: 0.52rem;
}

.column-feature-band .column-kicker::after {
  width: 0;
}

.column-feature-band h2 {
  margin: 0;
  color: #fffaf2;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.column-feature-band p {
  margin: 10px 0 11px;
  color: rgba(255, 250, 242, 0.82);
  font-size: 0.42rem;
  line-height: 1.7;
}

.column-feature-band a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fffaf2;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 0.46rem;
  text-decoration: none;
}

.column-feature-band a::after {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(255, 250, 242, 0.55);
}

.column-list-section {
  margin: 0;
  padding: 38px 46px 34px;
  background: #fbf8f2;
  border-top: 0;
}

.column-section-head {
  margin-bottom: 18px;
}

.column-section-head h2 {
  font-size: 1rem;
  line-height: 1.68;
}

.column-section-head-row > a {
  color: var(--column-brass);
  font-size: 0.58rem;
}

.column-list {
  border-top: 1px solid rgba(176, 131, 77, 0.34);
}

.column-row {
  grid-template-columns: 38px minmax(0, 1fr) 48px;
  gap: 12px;
  min-height: 78px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(176, 131, 77, 0.3);
}

.column-row::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin: 0;
  justify-self: end;
  align-self: center;
  background: rgba(176, 131, 77, 0.45);
}

.column-row-number {
  font-size: 0.92rem;
}

.column-row-body small {
  font-size: 0.4rem;
}

.column-row-body strong {
  margin-top: 5px;
  font-size: 0.62rem;
  line-height: 1.55;
}

.column-row-body em {
  margin-top: 4px;
  font-size: 0.34rem;
  line-height: 1.45;
}

.column-reserve {
  min-height: 174px;
  margin: 0;
  padding: 32px 47px;
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.94), rgba(251, 248, 242, 0.74)),
    url("./assets/photos/column-reserve-cta-v1.webp") right bottom / 70% auto no-repeat;
}

.column-reserve > div {
  width: 220px;
}

.column-reserve h2 {
  font-size: 0.94rem;
  line-height: 1.62;
}

.column-reserve p:not(.column-kicker):not(.column-script-small) {
  font-size: 0.42rem;
  line-height: 1.75;
}

@media (max-width: 420px) {
  body.column-body .page-shell {
    border-radius: 0 !important;
  }

  .column-hero-photo {
    right: 8px;
    width: 186px;
  }

  .column-index {
    padding-left: 46px;
    padding-right: 36px;
  }

  .column-intro-photo {
    width: 188px;
  }

  .column-list-section {
    padding-left: 46px;
    padding-right: 36px;
  }
}

@media (max-width: 374px) {
  body.column-body .brand {
    left: 20px !important;
  }

  .column-hero-copy,
  .column-intro-copy,
  .column-section-label {
    left: 38px;
  }

  .column-hero-photo {
    width: 174px;
    right: 4px;
  }

  .column-index,
  .column-list-section {
    padding-left: 38px;
    padding-right: 26px;
  }

  .column-intro-photo {
    width: 174px;
  }
}

/* Column v4: match the supplied article-list reference. */
body.column-body {
  background: #171512 !important;
}

body.column-body .page-shell {
  max-width: 500px !important;
  background: #fbf8f2 !important;
  border-radius: 8px 8px 0 0 !important;
}

body.column-body .site-header {
  height: 96px !important;
  min-height: 96px !important;
}

body.column-body .brand {
  left: 29px !important;
  top: 25px !important;
  width: 132px !important;
}

body.column-body .brand-copy-script strong {
  font-size: 3.08rem !important;
  line-height: 0.68 !important;
}

body.column-body .brand-copy-script small {
  margin-top: -1px !important;
  padding-left: 47px !important;
  font-size: 0.48rem !important;
  letter-spacing: 0.34em !important;
}

body.column-body .header-micro {
  display: none !important;
}

body.column-body .header-menu-mark {
  right: 22px !important;
  top: 31px !important;
  width: 20px !important;
  height: 12px !important;
}

.column-magazine {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  background: #fbf8f2;
}

.column-mag-hero {
  position: relative;
  min-height: 407px;
  overflow: hidden;
  background: linear-gradient(90deg, #fbf8f2 0%, #fbf8f2 52%, #f3ece4 100%);
  border-bottom: 1px solid rgba(176, 131, 77, 0.16);
}

.column-mag-script {
  position: absolute;
  left: 32px;
  top: 114px;
  z-index: 1;
  margin: 0;
  color: rgba(176, 131, 77, 0.07);
  font-family: "Parisienne", cursive;
  font-size: 6.4rem;
  line-height: 0.8;
  pointer-events: none;
  transform: rotate(-8deg);
}

.column-mag-copy {
  position: absolute;
  left: 30px;
  top: 208px;
  z-index: 3;
  width: 220px;
}

.column-mag-copy h1 {
  margin: 0;
  color: #34302a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2.45rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.column-mag-subtitle {
  margin: 15px 0 0;
  color: #34302a;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.column-mag-rule {
  display: block;
  width: 66px;
  height: 1px;
  margin: 15px 0 14px;
  background: rgba(176, 131, 77, 0.58);
}

.column-mag-lead {
  margin: 0;
  color: rgba(52, 48, 42, 0.68);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 0.64rem;
  line-height: 1.8;
}

.column-mag-photo {
  position: absolute;
  right: 0;
  top: 96px;
  z-index: 2;
  width: 284px;
  height: 311px;
  margin: 0;
  overflow: hidden;
}

.column-mag-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 54%;
  filter: saturate(0.86) brightness(1.04) contrast(0.94);
}

.column-latest {
  padding: 30px 31px 0;
  background:
    radial-gradient(circle at 80% 12%, rgba(176, 131, 77, 0.06), transparent 28%),
    #fbf8f2;
}

.column-latest h2 {
  margin: 0;
  color: #2e2924;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.column-filter {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 22px 0 24px;
  color: #3f3932;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 0.62rem;
  white-space: nowrap;
}

.column-filter a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 24px;
  color: inherit;
  text-decoration: none;
}

.column-filter a + a {
  margin-left: 10px;
  padding-left: 12px;
}

.column-filter a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 1px;
  height: 10px;
  background: rgba(176, 131, 77, 0.45);
}

.column-filter .is-active {
  min-width: 76px;
  color: #fffaf2;
  background: #7f8878;
  border-radius: 999px;
}

.column-post {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 24px;
  padding: 19px 0 22px;
  border-bottom: 1px solid rgba(176, 131, 77, 0.22);
}

.column-post-featured {
  padding-top: 0;
}

.column-post-photo {
  display: block;
  width: 100%;
  height: 132px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.column-post-featured .column-post-photo {
  height: 200px;
}

.column-post-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.86) brightness(1.03) contrast(0.94);
}

.column-post-copy {
  min-width: 0;
  color: #332e28;
}

.column-post-featured-label {
  margin: 0 0 9px;
  color: var(--column-brass);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
}

.column-post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
}

.column-post-number {
  color: var(--column-brass);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

.column-post-line {
  width: 24px;
  height: 1px;
  background: rgba(176, 131, 77, 0.55);
}

.column-post-date {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 9px;
  color: #403a32;
  font-family: "Cormorant Garamond", "Hiragino Mincho ProN", serif;
  font-size: 0.64rem;
  line-height: 1;
}

.column-post-date span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 7px;
  color: #fffaf2;
  background: #7f8878;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 0.48rem;
  line-height: 1;
}

.column-post h3 {
  margin: 0;
  color: #332e28;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}

.column-post h3 a {
  color: inherit;
  text-decoration: none;
}

.column-post-copy > p:not(.column-post-featured-label):not(.column-post-date) {
  margin: 8px 0 12px;
  color: rgba(52, 48, 42, 0.68);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 0.47rem;
  line-height: 1.72;
}

.column-post-link {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  color: var(--column-brass);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 0.62rem;
  text-decoration: none;
}

.column-post-link::after {
  content: "";
  width: 27px;
  height: 1px;
  background: rgba(176, 131, 77, 0.58);
}

.column-bottom-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 68px;
  padding: 10px 25px 11px;
  background: #fbf8f2;
  border-top: 1px solid rgba(176, 131, 77, 0.2);
}

.column-bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--column-brass);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.72rem;
  text-decoration: none;
}

.column-bottom-icon {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  color: var(--column-brass);
}

.column-bottom-icon-home::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 12px;
  height: 10px;
  border: 1px solid currentColor;
  border-top: 0;
}

.column-bottom-icon-home::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: rotate(45deg);
}

.column-bottom-icon-menu {
  border: 1px solid currentColor;
}

.column-bottom-icon-menu::before,
.column-bottom-icon-menu::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 9px;
  height: 1px;
  background: currentColor;
}

.column-bottom-icon-menu::before {
  top: 7px;
  box-shadow: 0 4px 0 currentColor;
}

.column-bottom-icon-menu::after {
  top: 3px;
  width: 5px;
}

.column-bottom-icon-reserve {
  border: 1px solid currentColor;
}

.column-bottom-icon-reserve::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.column-bottom-icon-reserve::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -3px;
  width: 9px;
  height: 6px;
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

@media (max-width: 420px) {
  .column-mag-hero {
    min-height: 388px;
  }

  .column-mag-copy {
    left: 27px;
    top: 196px;
    width: 164px;
  }

  .column-mag-copy h1 {
    font-size: 2.08rem;
  }

  .column-mag-subtitle {
    font-size: 0.96rem;
  }

  .column-mag-lead {
    font-size: 0.54rem;
  }

  .column-mag-script {
    left: 24px;
    top: 116px;
    font-size: 5.4rem;
  }

  .column-mag-photo {
    top: 96px;
    width: 208px;
    height: 292px;
  }

  .column-latest {
    padding-left: 27px;
    padding-right: 27px;
  }

  .column-post {
    grid-template-columns: 138px minmax(0, 1fr);
    gap: 15px;
  }

  .column-post-featured .column-post-photo {
    height: 176px;
  }

  .column-filter {
    font-size: 0.5rem;
  }

  .column-filter a {
    min-width: auto;
    padding-inline: 4px;
  }

  .column-filter .is-active {
    min-width: 58px;
  }

  .column-filter a + a {
    margin-left: 5px;
    padding-left: 8px;
  }

  .column-post h3 {
    font-size: 0.7rem;
  }

  .column-post-copy > p:not(.column-post-featured-label):not(.column-post-date) {
    font-size: 0.4rem;
  }
}

/* Final containment pass for article decorative script. */
@media (max-width: 430px) {
  .article-hero .column-script {
    left: 0 !important;
    max-width: 330px !important;
    overflow: hidden !important;
  }
}
