.spacia-special-shell {
  background: #f5f2ec;
  color: #2b2827;
}

.spacia-special {
  --spacia-ink: #2b2827;
  --spacia-paper: #fffdf8;
  --spacia-cream: #f5f2ec;
  --spacia-aqua: #9edcd8;
  --spacia-aqua-deep: #4faaa5;
  --spacia-aqua-pale: #e4f5f2;
  --spacia-chocolate: #55362f;
  --spacia-cocoa: #8d675b;
  --spacia-snow: #f0eee8;
  --spacia-line: rgba(57, 48, 44, 0.16);
  margin-top: 120px;
  overflow: hidden;
  background: var(--spacia-cream);
  color: var(--spacia-ink);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.spacia-special *,
.spacia-special *::before,
.spacia-special *::after {
  box-sizing: border-box;
}

.spacia-special img {
  display: block;
  width: 100%;
  max-width: none;
}

.spacia-special a {
  color: inherit;
  text-decoration: none;
}

.spacia-special :is(section, article) {
  scroll-margin-top: 120px;
}

.spacia-section-label,
.spacia-eyebrow {
  margin: 0;
  font: 800 10px/1.4 Arial, sans-serif;
  letter-spacing: 0.24em;
}

.spacia-section-label {
  color: var(--spacia-aqua-deep);
}

.spacia-feature-hero {
  min-height: 760px;
  height: calc(100svh - 120px);
  max-height: 970px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #1f2525;
  color: #fff;
}

.spacia-feature-hero-image,
.spacia-feature-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.spacia-feature-hero-image {
  object-fit: cover;
  object-position: center 49%;
  animation: spacia-hero-reveal 1.4s cubic-bezier(.22, 1, .36, 1) both;
}

.spacia-feature-hero-shade {
  background:
    linear-gradient(90deg, rgba(18, 24, 24, .88) 0%, rgba(18, 24, 24, .58) 34%, rgba(18, 24, 24, .05) 68%),
    linear-gradient(0deg, rgba(15, 20, 20, .72), transparent 52%);
}

.spacia-feature-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -5vw;
  bottom: -13vw;
  width: clamp(220px, 30vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(190, 238, 233, .32);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(190, 238, 233, .04), 0 0 0 70px rgba(190, 238, 233, .025);
}

.spacia-feature-hero-copy {
  width: min(1400px, 88%);
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-bottom: clamp(78px, 10vh, 130px);
  animation: spacia-copy-reveal 1.05s cubic-bezier(.22, 1, .36, 1) .2s both;
}

.spacia-eyebrow {
  margin-bottom: 25px;
  color: #b9ebe7;
}

.spacia-feature-hero h1,
.spacia-intro h2,
.spacia-style-heading h2,
.spacia-custom h2,
.spacia-gallery h2,
.spacia-product h2,
.spacia-final-cta h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 400;
  letter-spacing: .01em;
}

.spacia-feature-hero h1 span,
.spacia-feature-hero h1 strong {
  display: block;
}

.spacia-feature-hero h1 span {
  font-size: clamp(35px, 4.4vw, 66px);
  font-weight: 400;
  line-height: 1.35;
}

.spacia-feature-hero h1 strong {
  margin-top: 5px;
  font-size: clamp(57px, 7.6vw, 116px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.spacia-feature-hero-lead {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 2;
}

.spacia-feature-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.spacia-feature-hero-actions a {
  min-height: 56px;
  min-width: 238px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .5);
  font-size: 11px;
  font-weight: 800;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}

.spacia-feature-hero-actions a:first-child {
  min-width: 285px;
  background: #fff;
  border-color: #fff;
  color: var(--spacia-ink);
}

.spacia-feature-hero-actions a:hover {
  transform: translateY(-2px);
  background: var(--spacia-aqua-deep);
  border-color: var(--spacia-aqua-deep);
  color: #fff;
}

.spacia-feature-sidecopy {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 27px;
  margin: 0;
  color: rgba(255, 255, 255, .57);
  font: 700 8px/1 Arial, sans-serif;
  letter-spacing: .36em;
  writing-mode: vertical-rl;
}

.spacia-feature-scroll {
  position: absolute;
  z-index: 2;
  right: clamp(40px, 5vw, 88px);
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .66);
  font: 700 8px/1 Arial, sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}

.spacia-feature-scroll span {
  width: 1px;
  height: 55px;
  background: rgba(255, 255, 255, .52);
}

.spacia-intro {
  width: min(1500px, 100%);
  min-height: 1090px;
  position: relative;
  margin: 0 auto;
  padding: clamp(110px, 11vw, 180px) clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(470px, 1.22fr);
  grid-template-rows: auto auto;
  gap: 54px clamp(60px, 9vw, 145px);
}

.spacia-intro::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -190px;
  bottom: 60px;
  border-radius: 50%;
  background: var(--spacia-aqua-pale);
  opacity: .72;
}

.spacia-intro-number {
  position: absolute;
  top: -.17em;
  right: -.02em;
  color: rgba(70, 143, 138, .065);
  font: 400 clamp(250px, 34vw, 520px)/1 Georgia, serif;
  letter-spacing: -.1em;
  pointer-events: none;
}

.spacia-intro-copy,
.spacia-intro-main,
.spacia-intro-detail {
  position: relative;
  z-index: 1;
}

.spacia-intro-copy {
  align-self: center;
}

.spacia-intro h2,
.spacia-style-heading h2,
.spacia-custom h2,
.spacia-gallery h2 {
  font-size: clamp(40px, 4.6vw, 70px);
  line-height: 1.5;
}

.spacia-intro-copy > p:not(.spacia-section-label) {
  margin: 28px 0 0;
  color: #655e5a;
  font-size: 14px;
  line-height: 2.15;
}

.spacia-intro-main {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
}

.spacia-intro-main img {
  height: 780px;
  object-fit: cover;
  object-position: 64% center;
}

.spacia-intro-detail {
  width: 73%;
  margin: 0 0 0 7%;
}

.spacia-intro-detail img {
  aspect-ratio: 4 / 5;
  max-height: 355px;
  object-fit: cover;
  object-position: center 66%;
}

.spacia-intro figcaption {
  margin-top: 12px;
  color: #6e9e9b;
  font: 700 8px/1.4 Arial, sans-serif;
  letter-spacing: .18em;
}

.spacia-style-story {
  padding: clamp(110px, 11vw, 180px) clamp(24px, 6vw, 100px);
  background: var(--spacia-paper);
}

.spacia-style-heading {
  width: min(1300px, 100%);
  margin: 0 auto clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(430px, .95fr) minmax(300px, .55fr);
  grid-template-areas: "label body" "title body";
  gap: 17px clamp(70px, 10vw, 160px);
  align-items: end;
}

.spacia-style-heading .spacia-section-label { grid-area: label; }
.spacia-style-heading h2 { grid-area: title; }
.spacia-style-heading > p:last-child {
  grid-area: body;
  margin: 0 0 12px;
  color: #665f5b;
  font-size: 13px;
  line-height: 2;
}

.spacia-style-card {
  width: min(1500px, 100%);
  min-height: 730px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(520px, 1.3fr) minmax(330px, .7fr);
  background: #eff8f6;
}

.spacia-style-card + .spacia-style-card {
  margin-top: clamp(40px, 6vw, 90px);
}

.spacia-style-card--bitter {
  grid-template-columns: minmax(330px, .7fr) minmax(520px, 1.3fr);
  background: #eee7e2;
}

.spacia-style-card--bitter .spacia-style-visual { order: 2; }
.spacia-style-card--bitter .spacia-style-copy { order: 1; }

.spacia-style-visual {
  min-height: 730px;
  position: relative;
  overflow: hidden;
}

.spacia-style-visual img {
  height: 100%;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.22, 1, .36, 1);
}

.spacia-style-card--aqua .spacia-style-visual img { object-position: 56% center; }
.spacia-style-card--bitter .spacia-style-visual img { object-position: 51% center; }
.spacia-style-card:hover .spacia-style-visual img { transform: scale(1.025); }

.spacia-style-visual > p {
  position: absolute;
  right: 22px;
  bottom: -37px;
  margin: 0;
  color: rgba(255, 255, 255, .56);
  font: italic 400 170px/1 Georgia, serif;
  letter-spacing: -.08em;
}

.spacia-style-copy {
  padding: clamp(58px, 7vw, 112px) clamp(38px, 6vw, 92px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spacia-style-kicker {
  margin: 0 0 23px;
  color: var(--spacia-aqua-deep);
  font: 800 9px/1.4 Arial, sans-serif;
  letter-spacing: .22em;
}

.spacia-style-card--bitter .spacia-style-kicker { color: var(--spacia-cocoa); }

.spacia-style-copy h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(37px, 4vw, 61px);
  font-weight: 400;
  line-height: 1.3;
}

.spacia-style-copy h3 span {
  font-size: .63em;
}

.spacia-style-copy > p:not(.spacia-style-kicker) {
  margin: 28px 0 0;
  color: #655e5a;
  font-size: 13px;
  line-height: 2;
}

.spacia-style-copy ul {
  margin: 35px 0 0;
  padding: 23px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  border-top: 1px solid var(--spacia-line);
  list-style: none;
}

.spacia-style-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #625b57;
  font: 800 8px/1 Arial, sans-serif;
  letter-spacing: .13em;
}

.spacia-color-dot {
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid rgba(43, 40, 39, .14);
  border-radius: 50%;
}

.spacia-color-dot--aqua { background: #a9e4df; }
.spacia-color-dot--snow { background: #f1eee7; }
.spacia-color-dot--bitter { background: #563a33; }

.spacia-feature-points {
  background: #293433;
  color: #fff;
}

.spacia-points-heading {
  padding: clamp(80px, 8vw, 125px) clamp(24px, 6vw, 100px) clamp(55px, 6vw, 90px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
}

.spacia-points-heading .spacia-section-label { color: #9edbd7; }
.spacia-points-heading h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(38px, 4.6vw, 69px);
  font-weight: 400;
}

.spacia-points-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(24px, 6vw, 100px) clamp(80px, 9vw, 140px);
}

.spacia-points-grid article {
  min-height: 400px;
  padding: 55px clamp(24px, 3vw, 46px);
  border-top: 1px solid rgba(255, 255, 255, .17);
  border-right: 1px solid rgba(255, 255, 255, .17);
}

.spacia-points-grid article:last-child { border-right: 0; }

.spacia-points-grid article > span {
  color: #9edbd7;
  font: italic 400 34px/1 Georgia, serif;
}

.spacia-points-grid article > p:first-of-type {
  margin: 44px 0 17px;
  color: #9edbd7;
  font: 800 8px/1.4 Arial, sans-serif;
  letter-spacing: .18em;
}

.spacia-points-grid h3 {
  margin: 0 0 18px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(20px, 1.7vw, 27px);
  font-weight: 500;
}

.spacia-points-grid article > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 2;
}

.spacia-custom {
  padding: clamp(110px, 11vw, 180px) clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: minmax(500px, 1.15fr) minmax(340px, .75fr);
  gap: clamp(60px, 9vw, 145px);
  align-items: center;
  background: var(--spacia-paper);
}

.spacia-custom-visual {
  min-height: 790px;
  position: relative;
}

.spacia-custom figure { margin: 0; }

.spacia-custom-main {
  width: 87%;
  height: 745px;
}

.spacia-custom-main img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spacia-custom-sub {
  width: 48%;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 11px solid var(--spacia-paper);
  box-shadow: 0 24px 65px rgba(58, 43, 39, .17);
}

.spacia-custom-sub img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.spacia-custom-copy > p:not(.spacia-section-label):not(.spacia-custom-note) {
  margin: 28px 0 0;
  color: #655e5a;
  font-size: 14px;
  line-height: 2.1;
}

.spacia-custom-specs {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--spacia-line);
  border-bottom: 1px solid var(--spacia-line);
}

.spacia-custom-specs div {
  min-height: 125px;
  padding: 24px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--spacia-line);
}

.spacia-custom-specs div:last-child { border-right: 0; }

.spacia-custom-specs strong {
  color: var(--spacia-chocolate);
  font: 400 clamp(18px, 2vw, 30px)/1.1 Georgia, serif;
}

.spacia-custom-specs span {
  margin-top: 10px;
  color: #7a716c;
  font-size: 9px;
}

.spacia-custom-note {
  margin: 18px 0 0;
  color: #8b827c;
  font-size: 9px;
}

.spacia-gallery {
  padding: clamp(110px, 11vw, 180px) clamp(24px, 6vw, 100px);
  background: #738b88;
  color: #fff;
}

.spacia-gallery .spacia-section-label { color: #c5efeb; }

.spacia-gallery-heading {
  width: min(1380px, 100%);
  margin: 0 auto clamp(60px, 7vw, 100px);
  display: grid;
  grid-template-columns: minmax(390px, .9fr) minmax(300px, .56fr);
  gap: clamp(60px, 10vw, 165px);
  align-items: end;
}

.spacia-gallery-heading > p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 2;
}

.spacia-gallery-grid {
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 92px;
  gap: 14px;
}

.spacia-gallery-item {
  min-width: 0;
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #586e6b;
}

.spacia-gallery-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(0deg, rgba(21, 30, 29, .58), transparent);
}

.spacia-gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .35s ease;
}

.spacia-gallery-item:hover img {
  transform: scale(1.035);
  filter: brightness(.88);
}

.spacia-gallery-item figcaption {
  position: absolute;
  z-index: 1;
  left: 17px;
  bottom: 15px;
  color: rgba(255, 255, 255, .9);
  font: 800 8px/1 Arial, sans-serif;
  letter-spacing: .18em;
}

.spacia-gallery-item--wide { grid-column: 1 / 8; grid-row: span 6; }
.spacia-gallery-item--portrait { grid-column: 8 / 13; grid-row: span 7; }
.spacia-gallery-item--landscape { grid-column: 1 / 8; grid-row: span 5; }
.spacia-gallery-item--rear { grid-column: 8 / 13; grid-row: span 4; }
.spacia-gallery-item--detail { grid-column: 1 / 6; grid-row: span 4; }
.spacia-gallery-item--lifestyle { grid-column: 6 / 13; grid-row: span 5; }

.spacia-product {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) minmax(380px, .85fr);
  background: var(--spacia-cream);
}

.spacia-product-visual {
  min-height: 780px;
  position: relative;
  overflow: hidden;
}

.spacia-product-visual img {
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.spacia-product-visual > span {
  position: absolute;
  left: 25px;
  bottom: 20px;
  color: rgba(255, 255, 255, .76);
  font: 800 9px/1 Arial, sans-serif;
  letter-spacing: .3em;
}

.spacia-product-copy {
  padding: clamp(70px, 8vw, 130px) clamp(42px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spacia-product h2 {
  font-size: clamp(56px, 6.2vw, 94px);
  line-height: 1.13;
}

.spacia-product h2 small {
  display: block;
  margin-bottom: 10px;
  color: var(--spacia-aqua-deep);
  font: italic 400 .27em/1 Georgia, serif;
  letter-spacing: .05em;
}

.spacia-product-type {
  margin: 28px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--spacia-line);
  border-bottom: 1px solid var(--spacia-line);
  color: var(--spacia-chocolate);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.8;
}

.spacia-product-copy > p:not(.spacia-section-label):not(.spacia-product-type) {
  margin: 26px 0 0;
  color: #69615c;
  font-size: 13px;
  line-height: 2;
}

.spacia-product-copy > a {
  min-height: 72px;
  margin-top: 38px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: var(--spacia-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  transition: transform .25s ease, background-color .25s ease;
}

.spacia-product-copy > a small {
  display: block;
  margin-bottom: 5px;
  color: #9edbd7;
  font: 800 7px/1 Arial, sans-serif;
  letter-spacing: .18em;
}

.spacia-product-copy > a > span:last-child { font-size: 18px; }

.spacia-product-copy > a:hover {
  transform: translateY(-2px);
  background: var(--spacia-aqua-deep);
}

.spacia-fitment {
  padding: 30px clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 42px;
  align-items: start;
  background: #ebe6df;
  border-top: 1px solid var(--spacia-line);
}

.spacia-fitment strong {
  color: var(--spacia-chocolate);
  font-size: 11px;
}

.spacia-fitment p {
  margin: 0;
  color: #726965;
  font-size: 10px;
  line-height: 1.9;
}

.spacia-final-cta {
  min-height: min(86vh, 880px);
  position: relative;
  padding: clamp(80px, 9vw, 140px) clamp(24px, 8vw, 140px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  background: #252827;
  color: #fff;
}

.spacia-final-cta > img,
.spacia-final-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.spacia-final-cta > img {
  object-fit: cover;
  object-position: center;
}

.spacia-final-shade {
  background: linear-gradient(90deg, rgba(24, 29, 28, .08) 25%, rgba(24, 29, 28, .92) 75%);
}

.spacia-final-copy {
  width: min(560px, 46vw);
  position: relative;
  z-index: 1;
}

.spacia-final-copy > p {
  margin: 0 0 24px;
  color: #b9ebe7;
  font: 800 9px/1.4 Arial, sans-serif;
  letter-spacing: .22em;
}

.spacia-final-cta h2 {
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.42;
}

.spacia-final-copy > div {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 10px;
}

.spacia-final-copy a {
  min-height: 58px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .45);
  font-size: 10px;
  font-weight: 800;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.spacia-final-copy a:first-child {
  background: #fff;
  border-color: #fff;
  color: var(--spacia-ink);
}

.spacia-final-copy a:hover {
  background: var(--spacia-aqua-deep);
  border-color: var(--spacia-aqua-deep);
  color: #fff;
}

.spacia-special-footer {
  min-height: 160px;
  padding: 35px clamp(24px, 6vw, 100px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  background: #252827;
  color: #fff;
}

.spacia-special-footer a {
  font-size: 10px;
  font-weight: 800;
}

.spacia-special-footer a:last-child { justify-self: end; }
.spacia-special-footer p {
  margin: 0;
  color: #9cb3b0;
  font: 800 8px/1 Arial, sans-serif;
  letter-spacing: .2em;
}

.spacia-mobile-product { display: none; }

.spacia-special :is(a, button):focus-visible {
  outline: 3px solid #7fcfc9;
  outline-offset: 4px;
}

@keyframes spacia-hero-reveal {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes spacia-copy-reveal {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
  .spacia-intro { grid-template-columns: .8fr 1.2fr; gap: 46px; }
  .spacia-intro-main img { height: 690px; }
  .spacia-style-card { grid-template-columns: minmax(440px, 1.1fr) minmax(320px, .9fr); }
  .spacia-style-card--bitter { grid-template-columns: minmax(320px, .9fr) minmax(440px, 1.1fr); }
  .spacia-style-visual { min-height: 650px; }
  .spacia-points-grid article { padding-inline: 25px; }
  .spacia-custom { grid-template-columns: 1fr .82fr; gap: 65px; }
  .spacia-custom-visual { min-height: 680px; }
  .spacia-custom-main { height: 650px; }
  .spacia-gallery-grid { grid-auto-rows: 72px; }
  .spacia-product { grid-template-columns: 1.05fr .95fr; }
}

@media (max-width: 760px) {
  .spacia-special-shell { padding-bottom: 72px; }
  .spacia-special { margin-top: 70px; }
  .spacia-special :is(section, article) { scroll-margin-top: 70px; }

  .spacia-feature-hero {
    min-height: 720px;
    height: calc(100svh - 70px);
    max-height: 850px;
  }
  .spacia-feature-hero-image { object-position: 60% center; }
  .spacia-feature-hero-shade {
    background: linear-gradient(0deg, rgba(20, 27, 27, .96) 0, rgba(20, 27, 27, .7) 39%, rgba(20, 27, 27, .08) 77%);
  }
  .spacia-feature-hero::after { display: none; }
  .spacia-feature-hero-copy { width: 100%; padding: 0 21px 48px; }
  .spacia-eyebrow { margin-bottom: 18px; font-size: 8px; }
  .spacia-feature-hero h1 span { font-size: 28px; }
  .spacia-feature-hero h1 strong { font-size: clamp(46px, 14.5vw, 64px); line-height: 1.14; }
  .spacia-feature-hero-lead { margin-top: 22px; font-size: 11px; line-height: 1.9; }
  .spacia-feature-hero-actions { margin-top: 25px; gap: 8px; }
  .spacia-feature-hero-actions a { min-width: 0; min-height: 50px; padding: 0 14px; gap: 15px; font-size: 9px; }
  .spacia-feature-hero-actions a:first-child { min-width: 0; flex: 1.2; }
  .spacia-feature-hero-actions a:last-child { flex: .8; justify-content: center; }
  .spacia-feature-sidecopy, .spacia-feature-scroll { display: none; }

  .spacia-intro {
    min-height: 0;
    padding: 92px 20px;
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .spacia-intro::before { width: 270px; height: 270px; left: -120px; bottom: 75px; }
  .spacia-intro-number { top: 26px; right: -15px; font-size: 175px; }
  .spacia-intro-main { order: -1; margin: 0 0 0 34px; }
  .spacia-intro-main img { height: auto; aspect-ratio: 4 / 5; object-position: 63% center; }
  .spacia-intro-detail { width: 76%; margin: 0; }
  .spacia-intro-detail img { max-height: none; }
  .spacia-intro h2, .spacia-style-heading h2, .spacia-custom h2, .spacia-gallery h2 { font-size: 35px; }
  .spacia-intro-copy > p:not(.spacia-section-label) { font-size: 12px; line-height: 2; }
  .spacia-section-label { font-size: 8px; }

  .spacia-style-story { padding: 92px 20px; }
  .spacia-style-heading { display: block; margin-bottom: 45px; }
  .spacia-style-heading > p:last-child { margin-top: 25px; font-size: 12px; line-height: 1.9; }
  .spacia-style-card,
  .spacia-style-card--bitter { min-height: 0; display: flex; flex-direction: column; }
  .spacia-style-card--bitter .spacia-style-visual { order: 0; }
  .spacia-style-card--bitter .spacia-style-copy { order: 1; }
  .spacia-style-visual { min-height: 0; height: 410px; }
  .spacia-style-visual > p { right: 12px; bottom: -22px; font-size: 105px; }
  .spacia-style-copy { padding: 42px 23px 46px; }
  .spacia-style-copy h3 { font-size: 36px; }
  .spacia-style-copy > p:not(.spacia-style-kicker) { font-size: 11px; line-height: 1.95; }
  .spacia-style-copy ul { gap: 13px; }

  .spacia-points-heading { padding: 75px 20px 42px; display: block; }
  .spacia-points-heading h2 { margin-top: 17px; font-size: 34px; }
  .spacia-points-grid { display: block; padding: 0 20px 75px; }
  .spacia-points-grid article { min-height: 0; padding: 48px 3px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
  .spacia-points-grid article:last-child { border-bottom: 0; }
  .spacia-points-grid article > p:first-of-type { margin-top: 27px; }
  .spacia-points-grid h3 { font-size: 22px; }

  .spacia-custom { padding: 92px 20px; display: flex; flex-direction: column; gap: 66px; }
  .spacia-custom-visual { width: 100%; min-height: 540px; }
  .spacia-custom-main { width: 90%; height: 520px; }
  .spacia-custom-sub { width: 54%; right: -7px; border-width: 7px; }
  .spacia-custom-copy > p:not(.spacia-section-label):not(.spacia-custom-note) { font-size: 12px; line-height: 2; }
  .spacia-custom-specs { margin-top: 32px; }
  .spacia-custom-specs div { min-height: 100px; padding: 17px 8px; }
  .spacia-custom-specs strong { font-size: 17px; }
  .spacia-custom-specs span { font-size: 7px; }

  .spacia-gallery { padding: 92px 20px; }
  .spacia-gallery-heading { display: block; margin-bottom: 45px; }
  .spacia-gallery-heading > p { margin-top: 25px; font-size: 12px; line-height: 1.9; }
  .spacia-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 145px; gap: 8px; }
  .spacia-gallery-item { grid-column: auto !important; grid-row: span 2 !important; }
  .spacia-gallery-item--wide, .spacia-gallery-item--landscape, .spacia-gallery-item--lifestyle { grid-column: span 2 !important; }
  .spacia-gallery-item figcaption { left: 10px; bottom: 10px; font-size: 7px; }

  .spacia-product { min-height: 0; display: block; }
  .spacia-product-visual { min-height: 0; height: 450px; }
  .spacia-product-copy { padding: 72px 20px 82px; }
  .spacia-product h2 { font-size: 58px; }
  .spacia-product-copy > p:not(.spacia-section-label):not(.spacia-product-type) { font-size: 12px; line-height: 1.95; }
  .spacia-product-copy > a { min-height: 66px; }

  .spacia-fitment { padding: 26px 20px; display: block; }
  .spacia-fitment p { margin-top: 10px; }

  .spacia-final-cta { min-height: 720px; padding: 60px 21px; align-items: flex-end; }
  .spacia-final-cta > img { object-position: 44% center; }
  .spacia-final-shade { background: linear-gradient(0deg, rgba(24, 29, 28, .96), rgba(24, 29, 28, .1) 73%); }
  .spacia-final-copy { width: 100%; }
  .spacia-final-cta h2 { font-size: 38px; }
  .spacia-final-copy > div { grid-template-columns: 1fr; }

  .spacia-special-footer { min-height: 175px; padding: 35px 20px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; }
  .spacia-special-footer p { display: none; }
  .spacia-special-footer a:last-child { align-self: flex-end; }

  .spacia-mobile-product {
    min-height: 72px;
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 9px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #293433;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }
  .spacia-mobile-product span { font-size: 12px; font-weight: 800; }
  .spacia-mobile-product small { display: block; margin-bottom: 4px; color: #9edbd7; font: 800 7px/1 Arial, sans-serif; letter-spacing: .18em; }
  .spacia-mobile-product b { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; font-size: 12px; }
}

@media (max-width: 390px) {
  .spacia-feature-hero-actions { flex-direction: column; }
  .spacia-feature-hero-actions a { width: 100%; justify-content: space-between !important; }
  .spacia-style-visual { height: 370px; }
  .spacia-custom-visual { min-height: 490px; }
  .spacia-custom-main { height: 470px; }
  .spacia-gallery-grid { grid-auto-rows: 125px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .spacia-feature-hero-image,
  .spacia-feature-hero-copy { animation: none; }
  .spacia-special *,
  .spacia-special *::before,
  .spacia-special *::after { transition-duration: .01ms !important; }
}
