/* =====================================
Rio Architect
共通スタイル + 一般的なトップページ構成
===================================== */

:root{
    --navy:#27446b;
    --navy-dark:#1c3350;
    --navy-soft:#5e7a9e;
    --orange:#f0954a;
    --orange-dark:#cf7526;
    --brown:#7b5f4d;
    --white:#ffffff;
    --black:#111111;
    --text:#40474a;
    --muted:#8a8073;
    --base:#fbf5ea;
    --base-dark:#f3eada;
    --line:rgba(39,68,107,.16);
}

/* 2026-08 site structure: latest content, news, visit CTA and subpages */
.rio-home-v2 .rio-latest-blog,
.rio-home-v2 .rio-home-news {
  padding-block: clamp(84px, 9vw, 132px);
}

.rio-home-v2 .rio-latest-blog {
  background: var(--rio-cream);
}

.rio-home-v2 .rio-home-news {
  background: var(--rio-cream-light);
}

.rio-home-v2 .rio-content-card-grid {
  margin-top: clamp(38px, 5vw, 66px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}

.rio-home-v2 .rio-content-card {
  min-width: 0;
  overflow: hidden;
  color: var(--rio-navy);
  border-radius: 30px 14px 30px 14px;
  background: var(--rio-white);
  box-shadow: 0 18px 44px rgba(28, 51, 80, 0.08);
}

.rio-home-v2 .rio-content-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #efe7da;
}

.rio-home-v2 .rio-content-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rio-home-v2 .rio-content-card-media > span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 11px;
  color: var(--rio-white);
  border-radius: 999px;
  background: rgba(28, 51, 80, 0.84);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.rio-home-v2 .rio-content-card-body {
  min-height: 180px;
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rio-home-v2 .rio-content-card-body small {
  color: var(--rio-orange-dark);
  font-size: 0.7rem;
  font-weight: 700;
}

.rio-home-v2 .rio-content-card-body strong {
  font-size: 1.08rem;
  line-height: 1.65;
}

.rio-home-v2 .rio-content-card-body > span {
  color: var(--rio-muted);
  font-size: 0.82rem;
}

.rio-home-v2 .rio-section-link-row {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rio-home-v2 .rio-section-link-row > p {
  color: var(--rio-muted);
  font-size: 0.76rem;
}

.rio-home-v2 .rio-news-list {
  margin-top: clamp(34px, 4vw, 52px);
  border-top: 1px solid var(--rio-line);
}

.rio-home-v2 .rio-news-row {
  padding: 22px 12px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  color: var(--rio-navy);
  border-bottom: 1px solid var(--rio-line);
}

.rio-home-v2 .rio-news-row > span:first-child {
  color: var(--rio-orange-dark);
  font-size: 0.76rem;
  font-weight: 700;
}

.rio-home-v2 .rio-news-row strong {
  font-size: 0.9rem;
  line-height: 1.7;
}

.rio-home-v2 .rio-visit-cta {
  padding-block: clamp(76px, 8vw, 116px);
  color: var(--rio-ink);
  background: var(--rio-cream);
}

.rio-home-v2 .rio-visit-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: center;
}

.rio-home-v2 .rio-visit-cta h2 {
  margin-top: 10px;
  color: var(--rio-navy);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.35;
}

.rio-home-v2 .rio-visit-cta .rio-eyebrow-light {
  color: var(--rio-orange-dark);
}

.rio-home-v2 .rio-visit-cta-description {
  max-width: 680px;
  margin-top: 20px;
  color: var(--rio-ink);
  line-height: 2;
}

.rio-home-v2 .rio-visit-phone {
  margin-top: 24px;
  display: grid;
  justify-items: start;
  gap: 4px;
}

.rio-home-v2 .rio-visit-phone p {
  color: var(--rio-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.rio-home-v2 .rio-visit-phone a {
  min-height: 44px;
  padding: 3px 2px;
  display: inline-flex;
  align-items: center;
  color: var(--rio-navy);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: var(--rio-orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
}

.rio-home-v2 .rio-visit-phone a:focus-visible {
  outline-color: var(--rio-orange-dark);
}

.rio-home-v2 .rio-visit-cta .rio-primary-link {
  color: var(--rio-white);
  background: var(--rio-navy);
}

.rio-home-v2 .rio-access {
  padding-block: clamp(72px, 7vw, 104px);
  color: var(--rio-navy);
  background: var(--rio-cream-light);
}

.rio-home-v2 .rio-access-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: start;
}

.rio-home-v2 .rio-access h2 {
  margin-top: 10px;
  color: var(--rio-navy);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.rio-home-v2 .rio-access-details {
  padding-top: 18px;
  border-top: 1px solid var(--rio-line);
  font-style: normal;
}

.rio-home-v2 .rio-access-details p {
  margin: 0;
  line-height: 1.9;
}

.rio-home-v2 .rio-access-address {
  color: var(--rio-navy);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 500;
}

.rio-home-v2 .rio-access-address span {
  color: var(--rio-orange-dark);
  font-weight: 700;
}

.rio-home-v2 .rio-access-address + p {
  margin-top: 14px;
  color: var(--rio-muted);
  font-size: 0.84rem;
}

.rio-home-v2 .rio-primary-link {
  min-width: 230px;
  min-height: 58px;
  padding: 15px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--rio-navy);
  border-radius: 999px;
  background: var(--rio-white);
  font-size: 0.84rem;
  font-weight: 700;
}

.rio-home-v2.rio-subpage {
  color: var(--rio-navy);
  background: #fffdf9;
}

.rio-home-v2 .rio-subpage-main {
  min-height: 60vh;
}

.rio-home-v2 .rio-subpage-hero {
  position: relative;
  padding-block: clamp(92px, 10vw, 148px) clamp(74px, 8vw, 116px);
  overflow: hidden;
  background: linear-gradient(135deg, #fbf7ef 0%, #fffdf9 68%);
}

.rio-home-v2 .rio-subpage-hero::after {
  content: "";
  position: absolute;
  top: -140px;
  right: -100px;
  width: 390px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(240, 149, 74, 0.12);
}

.rio-home-v2 .rio-subpage-hero .rio-shell {
  position: relative;
  z-index: 1;
}

.rio-home-v2 .rio-subpage-hero h1 {
  max-width: 900px;
  margin-top: 14px;
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  line-height: 1.3;
  letter-spacing: 0.035em;
}

.rio-home-v2 .rio-subpage-lead {
  max-width: 760px;
  margin-top: 28px;
  color: var(--rio-muted);
  font-size: clamp(0.94rem, 1.2vw, 1.08rem);
  line-height: 2.1;
}

.rio-home-v2 .rio-preparing-badge {
  width: fit-content;
  margin-top: 30px;
  padding: 8px 15px;
  color: #7a3b0a;
  border-radius: 999px;
  background: rgba(240, 149, 74, 0.17);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.rio-home-v2 .rio-subpage-section {
  padding-block: clamp(76px, 9vw, 128px);
}

.rio-home-v2 .rio-subpage-section-heading {
  max-width: 760px;
}

.rio-home-v2 .rio-subpage-section-heading h2 {
  margin-top: 10px;
  font-size: clamp(1.9rem, 3.5vw, 3.1rem);
  line-height: 1.45;
}

.rio-home-v2 .rio-subpage-section-heading p:last-child {
  margin-top: 18px;
  color: var(--rio-muted);
  line-height: 2;
}

.rio-home-v2 .rio-subpage-grid {
  margin-top: clamp(36px, 5vw, 64px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rio-home-v2 .rio-subpage-grid.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rio-home-v2 .rio-subpage-card {
  min-height: 220px;
  padding: clamp(26px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(28, 51, 80, 0.1);
  border-radius: 30px 14px 30px 14px;
  background: var(--rio-white);
  box-shadow: 0 16px 38px rgba(28, 51, 80, 0.06);
}

.rio-home-v2 .rio-subpage-card > span:first-child {
  color: var(--rio-orange-dark);
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.rio-home-v2 .rio-subpage-card h2,
.rio-home-v2 .rio-subpage-card h3 {
  margin-top: 16px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.rio-home-v2 .rio-subpage-card p {
  margin-top: 16px;
  color: var(--rio-muted);
  font-size: 0.86rem;
  line-height: 1.9;
}

.rio-home-v2 .rio-subpage-card small {
  margin-top: auto;
  padding-top: 22px;
  color: var(--rio-orange-dark);
  font-weight: 700;
}

.rio-home-v2 .rio-page-note {
  margin-top: 32px;
  color: var(--rio-muted);
  font-size: 0.76rem;
  line-height: 1.8;
}

@media (hover: hover) {
  .rio-home-v2 .rio-content-card:hover {
    transform: translateY(-3px);
  }

  .rio-home-v2 .rio-news-row:hover strong,
  .rio-home-v2 .rio-primary-link:hover {
    color: var(--rio-orange-dark);
  }

  .rio-home-v2 .rio-visit-cta .rio-primary-link:hover {
    color: var(--rio-white);
    background: var(--rio-navy-soft);
  }
}

@media (max-width: 820px) {
  .rio-home-v2 .rio-visit-cta {
    padding-block: 72px;
  }

  .rio-home-v2 .rio-content-card-grid,
  .rio-home-v2 .rio-subpage-grid,
  .rio-home-v2 .rio-subpage-grid.is-two {
    grid-template-columns: 1fr;
  }

  .rio-home-v2 .rio-content-card {
    display: grid;
    grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1.2fr);
  }

  .rio-home-v2 .rio-content-card-media {
    aspect-ratio: auto;
    min-height: 230px;
  }

  .rio-home-v2 .rio-section-heading-row,
  .rio-home-v2 .rio-visit-cta-inner,
  .rio-home-v2 .rio-access-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rio-home-v2 .rio-section-link-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .rio-home-v2 .rio-news-row {
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
  }

  .rio-home-v2 .rio-news-row strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .rio-home-v2 .rio-primary-link {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .rio-home-v2 .rio-visit-cta {
    padding-block: 64px;
  }

  .rio-home-v2 .rio-latest-blog,
  .rio-home-v2 .rio-home-news,
  .rio-home-v2 .rio-subpage-section {
    padding-block: 72px;
  }

  .rio-home-v2 .rio-content-card {
    display: block;
  }

  .rio-home-v2 .rio-content-card-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .rio-home-v2 .rio-content-card-body {
    min-height: 160px;
    padding: 22px;
  }

  .rio-home-v2 .rio-news-row {
    padding-inline: 0;
  }

  .rio-home-v2 .rio-subpage-card {
    min-height: 190px;
  }
}

/* =====================================
RESET
===================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:
        "Yu Gothic",
        "Hiragino Sans",
        "Meiryo",
        sans-serif;
    color:var(--text);
    background:var(--base);
    line-height:1.8;
}

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

a{
    color:inherit;
    text-decoration:none;
}

ul,
ol{
    list-style:none;
}

/* =====================================
HEADER
===================================== */

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:rgba(28,51,80,.97);
    box-shadow:0 2px 14px rgba(0,0,0,.14);
}

.header-inner{
    max-width:1400px;
    min-height:80px;
    margin:0 auto;
    padding:0 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:32px;
}

.logo{
    line-height:1;
    flex-shrink:0;
}

.logo a{
    font-family:"Kalam", cursive;
    color:var(--base);
    font-size:2.15rem;
    font-weight:400;
    letter-spacing:.04em;
    transition:.25s;
}

.logo a:hover{
    color:var(--orange-dark);
}

.nav ul{
    display:flex;
    align-items:center;
    gap:26px;
}

.nav a{
    color:var(--base);
    font-size:.84rem;
    font-weight:600;
    letter-spacing:.08em;
    transition:.25s;
}

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

.nav .nav-contact{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 17px;
    border:1px solid rgba(251,245,234,.55);
}

.nav .nav-contact:hover{
    border-color:var(--orange);
}

/* =====================================
HOME COMMON
===================================== */

.home-container{
    width:min(1180px,88%);
    margin:0 auto;
}

.home-kicker{
    color:var(--orange-dark);
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.22em;
    margin-bottom:18px;
}

.home-section-heading{
    max-width:760px;
    margin-bottom:48px;
}

.home-section-heading h2,
.home-news-header h2{
    color:var(--navy);
    font-size:clamp(1.85rem,3.2vw,3rem);
    font-weight:400;
    line-height:1.55;
    letter-spacing:.06em;
}

.home-section-heading > p:last-child{
    margin-top:18px;
    color:var(--muted);
}

.home-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    padding:14px 27px;
    border:1px solid var(--navy);
    background:var(--navy-dark);
    color:var(--base);
    font-size:.9rem;
    font-weight:600;
    letter-spacing:.06em;
    transition:.25s;
}

.home-button:hover{
    background:var(--orange);
    border-color:var(--orange);
    color:#fff;
}

.home-button-dark{
    background:var(--navy-dark);
    border-color:var(--navy);
}

.home-button-outline{
    background:transparent;
    color:var(--navy);
}

.home-button-light{
    background:var(--orange);
    border-color:var(--orange);
    color:#fff;
}

.home-button-light:hover{
    background:var(--base);
    border-color:var(--base);
    color:var(--navy);
}

.home-button-ghost{
    background:transparent;
    border-color:rgba(251,245,234,.7);
    color:var(--base);
}

.home-button-ghost:hover{
    background:var(--base);
    border-color:var(--base);
    color:var(--navy);
}

.home-text-link{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-top:30px;
    color:var(--navy);
    font-size:.92rem;
    font-weight:600;
    letter-spacing:.04em;
    border-bottom:1px solid var(--navy);
    padding-bottom:4px;
    transition:.25s;
}

.home-text-link::after{
    content:"→";
}

.home-text-link:hover{
    color:var(--orange-dark);
    border-color:var(--orange);
}

/* =====================================
HOME HERO
===================================== */

.home-hero{
    position:relative;
    height:min(860px,100vh);
    min-height:650px;
    overflow:hidden;
    background:var(--navy-dark);
}

.home-hero > img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.home-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(28,51,80,.66) 0%,rgba(28,51,80,.34) 52%,rgba(28,51,80,.18) 100%);
}

.home-hero-copy{
    position:absolute;
    z-index:2;
    left:max(6%,calc((100% - 1180px)/2));
    top:52%;
    transform:translateY(-50%);
    width:min(720px,84%);
    color:#fff;
}

.home-hero-label{
    color:var(--orange-dark);
    font-size:.84rem;
    font-weight:700;
    letter-spacing:.3em;
    margin-bottom:22px;
}

.home-hero-copy h2{
    font-size:clamp(2.6rem,5vw,5.3rem);
    font-weight:300;
    line-height:1.35;
    letter-spacing:.1em;
}

.home-hero-description{
    margin-top:28px;
    font-size:clamp(1rem,1.5vw,1.18rem);
    line-height:2;
    letter-spacing:.04em;
}

.home-scroll{
    position:absolute;
    z-index:2;
    left:40px;
    bottom:34px;
    color:rgba(255,255,255,.82);
    font-size:.7rem;
    letter-spacing:.22em;
    writing-mode:vertical-rl;
}

/* =====================================
HOME INTRO
===================================== */

.home-intro{
    padding:125px 0;
    background:var(--base);
}

.home-intro-inner{
    max-width:920px;
    text-align:center;
}

.home-intro h2{
    color:var(--navy);
    font-size:clamp(2rem,4vw,3.7rem);
    font-weight:400;
    line-height:1.6;
    letter-spacing:.07em;
}

.home-intro-text{
    margin-top:34px;
    font-size:1rem;
    line-height:2.25;
}

/* =====================================
HOME VALUES
===================================== */

.home-values{
    padding:110px 0 125px;
    background:#fff;
}

.home-value-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

.home-value-card{
    padding:44px 36px 42px;
    border-right:1px solid var(--line);
}

.home-value-card:last-child{
    border-right:0;
}

.home-value-number{
    color:var(--orange-dark);
    font-family:"Kalam", cursive;
    font-size:2rem;
}

.home-value-card h3{
    margin-top:17px;
    color:var(--navy);
    font-size:1.42rem;
    font-weight:500;
    letter-spacing:.05em;
}

.home-value-card p{
    margin-top:18px;
    color:var(--muted);
    font-size:.95rem;
    line-height:2;
}

.home-value-card a{
    display:inline-block;
    margin-top:27px;
    color:var(--navy);
    font-size:.86rem;
    font-weight:600;
    border-bottom:1px solid var(--navy);
}

.home-value-card a:hover{
    color:var(--orange-dark);
    border-color:var(--orange);
}

/* =====================================
HOME FEATURED WORK
===================================== */

.home-feature{
    padding:125px 0;
    background:var(--base-dark);
}

.home-feature-inner{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);
    gap:70px;
    align-items:center;
}

.home-feature-image img{
    height:620px;
    object-fit:cover;
}

.home-feature-text h2,
.home-performance-text h2,
.home-design-text h2,
.home-about-text h2{
    color:var(--navy);
    font-size:clamp(1.85rem,3.2vw,3.1rem);
    font-weight:400;
    line-height:1.55;
    letter-spacing:.06em;
}

.home-feature-text > p:not(.home-kicker),
.home-performance-text > p:not(.home-kicker),
.home-design-text > p:not(.home-kicker),
.home-about-text > p:not(.home-kicker){
    margin-top:25px;
    line-height:2.12;
}

.home-feature-data{
    margin:32px 0 38px;
    border-top:1px solid var(--line);
}

.home-feature-data div{
    display:grid;
    grid-template-columns:130px 1fr;
    gap:20px;
    padding:13px 0;
    border-bottom:1px solid var(--line);
}

.home-feature-data dt{
    color:var(--orange-dark);
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.15em;
}

.home-feature-data dd{
    color:var(--navy);
    font-size:.92rem;
}

/* =====================================
HOME PERFORMANCE
===================================== */

.home-performance{
    padding:125px 0;
    background:var(--navy-dark);
    color:var(--base);
}

.home-performance-inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);
    gap:76px;
    align-items:center;
}

.home-performance-text h2{
    color:var(--base);
}

.home-performance-text > p:not(.home-kicker){
    color:rgba(251,245,234,.86);
}

.home-performance-list{
    margin:36px 0 40px;
    border-top:1px solid rgba(251,245,234,.25);
}

.home-performance-list div{
    padding:15px 0;
    border-bottom:1px solid rgba(251,245,234,.25);
}

.home-performance-list span{
    display:block;
    color:var(--orange-dark);
    font-size:.7rem;
    font-weight:700;
    letter-spacing:.15em;
}

.home-performance-list strong{
    display:block;
    margin-top:4px;
    color:var(--base);
    font-size:1rem;
    font-weight:500;
}

.home-performance .home-button{
    background:var(--orange);
    border-color:var(--orange);
    color:#fff;
}

.home-performance .home-button:hover{
    background:var(--base);
    border-color:var(--base);
    color:var(--navy);
}

.home-performance-image img{
    height:640px;
    object-fit:cover;
}

/* =====================================
HOME COST
===================================== */

.home-cost{
    padding:120px 0 125px;
    background:var(--base-dark);
}

.home-cost-heading{
    max-width:850px;
}

.home-cost-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.home-cost-card{
    padding:38px 34px 40px;
    background:rgba(255,255,255,.72);
    border-top:3px solid var(--orange);
}

.home-cost-card > span{
    color:var(--orange-dark);
    font-family:"Kalam", cursive;
    font-size:1.9rem;
    line-height:1;
}

.home-cost-card h3{
    margin-top:18px;
    color:var(--navy);
    font-size:1.35rem;
    font-weight:500;
    letter-spacing:.04em;
}

.home-cost-card p{
    margin-top:17px;
    color:var(--muted);
    font-size:.94rem;
    line-height:2;
}

.home-cost-message{
    margin-top:42px;
    padding:24px 30px;
    border-left:3px solid var(--orange);
    background:var(--navy-dark);
    color:var(--base);
    font-size:1.04rem;
    line-height:2;
}

/* =====================================
HOME DESIGN
===================================== */

.home-design{
    padding:125px 0;
    background:#fff;
}

.home-design-inner{
    display:grid;
    grid-template-columns:minmax(380px,.95fr) minmax(0,1.05fr);
    gap:76px;
    align-items:center;
}

.home-design-image img{
    height:540px;
    object-fit:cover;
}

/* =====================================
HOME ABOUT
===================================== */

.home-about{
    padding:125px 0;
    background:var(--base);
}

.home-about-inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(380px,.85fr);
    gap:76px;
    align-items:center;
}

.home-about-image img{
    height:520px;
    object-fit:cover;
}

.home-about-text .home-button{
    margin-top:36px;
}

/* =====================================
HOME FLOW
===================================== */

.home-flow{
    padding:120px 0 130px;
    background:#fff;
}

.home-flow-list{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

.home-flow-list li{
    position:relative;
    padding:38px 27px 40px;
    border-right:1px solid var(--line);
}

.home-flow-list li:last-child{
    border-right:0;
}

.home-flow-list span{
    color:var(--orange-dark);
    font-family:"Kalam", cursive;
    font-size:2rem;
}

.home-flow-list h3{
    margin-top:12px;
    color:var(--navy);
    font-size:1.18rem;
    font-weight:500;
}

.home-flow-list p{
    margin-top:15px;
    color:var(--muted);
    font-size:.9rem;
    line-height:1.9;
}

.home-flow-button-wrap{
    margin-top:48px;
    text-align:center;
}

/* =====================================
HOME NEWS
===================================== */

.home-news{
    padding:115px 0 125px;
    background:var(--base-dark);
}

.home-news-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:30px;
    margin-bottom:42px;
}

.home-news-header .home-text-link{
    margin-top:0;
    flex-shrink:0;
}

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

.home-news-list article{
    border-bottom:1px solid var(--line);
}

.home-news-list a{
    display:grid;
    grid-template-columns:125px 100px 1fr;
    gap:24px;
    align-items:center;
    padding:23px 8px;
    transition:.25s;
}

.home-news-list a:hover{
    background:rgba(255,255,255,.48);
    padding-left:18px;
}

.home-news-list time{
    color:var(--muted);
    font-size:.82rem;
}

.home-news-list span{
    color:var(--orange-dark);
    font-size:.76rem;
    font-weight:700;
}

.home-news-list h3{
    color:var(--navy);
    font-size:1rem;
    font-weight:500;
}

/* =====================================
HOME CONTACT
===================================== */

.home-contact{
    padding:125px 6% 135px;
    background:var(--navy-dark);
    color:var(--base);
    text-align:center;
}

.home-contact-inner{
    max-width:880px;
    margin:0 auto;
}

.home-contact h2{
    font-size:clamp(1.9rem,3.5vw,3.4rem);
    font-weight:400;
    line-height:1.6;
    letter-spacing:.06em;
}

.home-contact p:not(.home-kicker){
    margin-top:25px;
    color:rgba(251,245,234,.84);
    line-height:2.1;
}

.home-contact-buttons{
    display:flex;
    justify-content:center;
    gap:16px;
    margin-top:42px;
    flex-wrap:wrap;
}

/* =====================================
FOOTER
===================================== */

.footer{
    background:#233e61;
    color:var(--base);
    padding:88px 5% 34px;
}

.footer-inner{
    max-width:1400px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.4fr 1fr;
    gap:60px;
    align-items:start;
}

.footer-brand h2{
    font-family:"Kalam", cursive;
    font-size:2.4rem;
    font-weight:400;
    letter-spacing:.04em;
    line-height:1;
}

.footer-tagline{
    margin-top:18px;
    font-size:1.05rem;
    letter-spacing:.12em;
}

.footer-description{
    margin-top:24px;
    max-width:520px;
    color:rgba(251,245,234,.78);
    font-size:.96rem;
    line-height:2;
}

.footer-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:32px;
    padding:14px 28px;
    border:1px solid var(--orange);
    background:var(--orange);
    color:#fff;
    font-size:.92rem;
    font-weight:600;
    letter-spacing:.06em;
    transition:.25s;
}

.footer-button:hover{
    background:transparent;
    color:var(--orange-dark);
}

.footer-nav ul{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px 34px;
}

.footer-nav a{
    color:var(--base);
    font-size:.86rem;
    font-weight:600;
    letter-spacing:.1em;
    transition:.25s;
}

.footer-nav a:hover{
    color:var(--orange-dark);
}

.copyright{
    max-width:1400px;
    margin:58px auto 0;
    padding-top:28px;
    border-top:1px solid rgba(251,245,234,.2);
    color:rgba(251,245,234,.55);
    font-size:.76rem;
    letter-spacing:.08em;
}

/* =====================================
HOME RESPONSIVE
===================================== */

@media(max-width:1080px){

    .header-inner{
        padding:0 24px;
    }

    .nav ul{
        gap:16px;
    }

    .nav a{
        font-size:.76rem;
    }

    .home-feature-inner,
    .home-performance-inner,
    .home-design-inner,
    .home-about-inner{
        gap:46px;
    }

    .home-cost-grid{
        gap:14px;
    }

    .home-cost-card{
        padding:34px 26px 36px;
    }

    .home-feature-image img,
    .home-performance-image img{
        height:520px;
    }

    .home-design-image img,
    .home-about-image img{
        height:460px;
    }

}

@media(max-width:860px){

    .header{
        position:absolute;
    }

    .header-inner{
        min-height:auto;
        padding:17px 22px;
        flex-direction:column;
        gap:14px;
    }

    .nav ul{
        justify-content:center;
        flex-wrap:wrap;
        gap:10px 18px;
    }

    .nav .nav-contact{
        padding:0;
        border:0;
    }

    .home-hero{
        min-height:700px;
    }

    .home-hero-copy{
        left:7%;
        top:55%;
    }

    .home-value-grid,
    .home-cost-grid{
        grid-template-columns:1fr;
    }

    .home-value-card{
        border-right:0;
        border-bottom:1px solid var(--line);
    }

    .home-value-card:last-child{
        border-bottom:0;
    }

    .home-feature-inner,
    .home-performance-inner,
    .home-design-inner,
    .home-about-inner{
        grid-template-columns:1fr;
    }

    .home-feature-image,
    .home-performance-image,
    .home-design-image,
    .home-about-image{
        order:initial;
    }

    .home-feature-image img,
    .home-performance-image img,
    .home-design-image img,
    .home-about-image img{
        height:470px;
    }

    .home-flow-list{
        grid-template-columns:repeat(2,1fr);
    }

    .home-flow-list li:nth-child(2){
        border-right:0;
    }

    .home-flow-list li:nth-child(-n+2){
        border-bottom:1px solid var(--line);
    }

    .footer-inner{
        grid-template-columns:1fr;
        gap:44px;
    }

}

@media(max-width:640px){

    .logo a{
        font-size:1.85rem;
    }

    .nav a{
        font-size:.72rem;
    }

    .home-container{
        width:86%;
    }

    .home-hero{
        height:100svh;
        min-height:620px;
    }

    .home-hero-overlay{
        background:linear-gradient(rgba(28,51,80,.35),rgba(28,51,80,.67));
    }

    .home-hero-copy{
        left:7%;
        top:58%;
        width:86%;
    }

    .home-hero-copy h2{
        font-size:2.25rem;
        line-height:1.55;
    }

    .home-hero-description{
        font-size:.95rem;
    }

    .home-scroll{
        display:none;
    }

    .home-intro,
    .home-values,
    .home-feature,
    .home-performance,
    .home-cost,
    .home-design,
    .home-about,
    .home-flow,
    .home-news,
    .home-contact{
        padding-top:78px;
        padding-bottom:84px;
    }

    .home-intro-inner{
        text-align:left;
    }

    .home-intro h2{
        font-size:1.82rem;
    }

    .home-intro-text{
        line-height:2.05;
    }

    .home-value-card{
        padding:34px 4px;
    }

    .home-cost-card{
        padding:30px 24px 32px;
    }

    .home-cost-message{
        margin-top:28px;
        padding:22px 20px;
        font-size:.96rem;
    }

    .home-feature-image img,
    .home-performance-image img,
    .home-design-image img,
    .home-about-image img{
        height:310px;
    }

    .home-feature-data div{
        grid-template-columns:100px 1fr;
    }

    .home-button{
        width:100%;
        min-width:0;
    }

    .home-flow-list{
        grid-template-columns:1fr;
    }

    .home-flow-list li,
    .home-flow-list li:nth-child(2){
        border-right:0;
        border-bottom:1px solid var(--line);
    }

    .home-flow-list li:last-child{
        border-bottom:0;
    }

    .home-news-header{
        align-items:flex-start;
        flex-direction:column;
    }

    .home-news-list a{
        grid-template-columns:1fr;
        gap:5px;
        padding:22px 4px;
    }

    .home-news-list a:hover{
        padding-left:4px;
    }

    .home-contact{
        text-align:left;
    }

    .home-contact-buttons{
        flex-direction:column;
    }

    .footer{
        padding:70px 7% 30px;
    }

    .footer-nav ul{
        grid-template-columns:1fr;
        gap:12px;
    }

    .footer-button{
        width:100%;
    }

    .copyright{
        text-align:center;
    }

}

/* =====================================
CONCEPT PAGE
===================================== */

.page-hero{
    position:relative;
    height:68vh;
    min-height:520px;
    overflow:hidden;
}

.page-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.page-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(
        rgba(28,51,80,.38),
        rgba(28,51,80,.68)
    );
}

.page-hero-copy{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:2;
    width:90%;
    color:#fff;
    text-align:center;
}

.page-hero-copy p{
    color:var(--orange-dark);
    font-size:.95rem;
    font-weight:700;
    letter-spacing:.35em;
    margin-bottom:22px;
}

.page-hero-copy h1{
    font-size:clamp(2.4rem,5vw,5.2rem);
    font-weight:300;
    letter-spacing:.14em;
}

.concept-lead{
    padding:120px 6% 90px;
    background:var(--base);
}

.concept-lead-inner{
    max-width:920px;
    margin:0 auto;
    text-align:center;
}

.concept-kicker{
    color:var(--orange-dark);
    font-size:.86rem;
    font-weight:700;
    letter-spacing:.22em;
    margin-bottom:24px;
}

.concept-lead h2{
    color:var(--navy);
    font-size:clamp(2rem,4vw,3.8rem);
    font-weight:400;
    line-height:1.55;
    letter-spacing:.08em;
    margin-bottom:34px;
}

.concept-lead p{
    margin-top:18px;
    font-size:1rem;
    line-height:2.2;
}

.concept-main{
    background:var(--base);
}

.concept-section{
    max-width:1180px;
    margin:0 auto;
    padding:100px 6%;
    display:grid;
    grid-template-columns:140px 1fr;
    gap:60px;
    border-top:1px solid rgba(28,51,80,.16);
}

.concept-section-number{
    color:var(--orange-dark);
    font-family:"Kalam", cursive;
    font-size:3.2rem;
    font-weight:400;
    line-height:1;
}

.concept-section-body{
    max-width:840px;
}

.concept-section-body h2{
    color:var(--navy);
    font-size:clamp(1.7rem,3vw,2.75rem);
    font-weight:400;
    line-height:1.65;
    letter-spacing:.08em;
    margin-bottom:34px;
}

.concept-section-body p{
    margin-top:18px;
    font-size:1rem;
    line-height:2.15;
}

.concept-section-feature{
    background:transparent;
    max-width:1180px;
    border-top:1px solid rgba(28,51,80,.16);
    margin-top:0;
    clip-path:none;
}

.spec-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin:42px 0 36px;
}

.spec-item{
    background:rgba(28,51,80,.96);
    color:var(--base);
    padding:28px;
}

.spec-item span{
    display:block;
    color:var(--orange-dark);
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.18em;
    margin-bottom:12px;
}

.spec-item strong{
    display:block;
    font-size:1.15rem;
    line-height:1.6;
}

.spec-item p{
    margin-top:10px;
    color:rgba(251,245,234,.82);
    font-size:.9rem;
    line-height:1.9;
}

.concept-message{
    padding:120px 6%;
    background:var(--navy-dark);
    color:var(--base);
}

.concept-message-inner{
    max-width:920px;
    margin:0 auto;
}

.concept-message h2{
    color:var(--base);
    font-size:clamp(2rem,4vw,3.8rem);
    font-weight:400;
    line-height:1.55;
    letter-spacing:.08em;
    margin-bottom:38px;
}

.concept-message h2 .orange-full-underline{
    position:relative;
    display:inline-block;
    padding:0 .08em .08em .02em;
    z-index:1;
}

.concept-message h2 .orange-full-underline::after{
    content:"";
    position:absolute;
    left:.30em;
    bottom:.10em;
    width:100%;
    height:.11em;
    background:rgba(239,141,50,.95);
    border-radius:999px;
    z-index:-1;
}







.concept-message p{
    margin-top:18px;
    font-size:1rem;
    line-height:2.2;
    color:rgba(251,245,234,.88);
}

.concept-section-last{
    border-bottom:1px solid rgba(28,51,80,.16);
}

.concept-cta{
    padding:120px 6% 140px;
    background:var(--base-dark);
}

.concept-cta-inner{
    max-width:920px;
    margin:0 auto;
    text-align:center;
}

.concept-cta h2{
    color:var(--navy);
    font-size:clamp(2rem,4vw,3.4rem);
    font-weight:400;
    line-height:1.65;
    letter-spacing:.08em;
    margin-bottom:34px;
}

.concept-cta p{
    margin-top:18px;
    font-size:1rem;
    line-height:2.15;
}

.concept-cta-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:42px;
    padding:15px 34px;
    border:1px solid #ffffff;
    background:var(--orange);
    color:#ffffff;
    font-size:.95rem;
    font-weight:600;
    letter-spacing:.08em;
    transition:.3s;
}

.concept-cta-button:hover{
    background:var(--navy-dark);
    border-color:var(--navy);
    color:var(--base);
}

@media(max-width:1024px){

    .concept-section{
        grid-template-columns:100px 1fr;
        gap:36px;
    }

    .spec-list{
        grid-template-columns:1fr;
    }

}

@media(max-width:640px){

    .page-hero{
        height:62vh;
        min-height:420px;
    }

    .page-hero-copy p{
        font-size:.8rem;
        letter-spacing:.26em;
    }

    .page-hero-copy h1{
        font-size:2.2rem;
        line-height:1.6;
    }

    .concept-lead{
        padding:80px 7% 60px;
    }

    .concept-lead h2{
        font-size:1.85rem;
        text-align:left;
    }

    .concept-lead-inner{
        text-align:left;
    }

    .concept-section{
        padding:72px 7%;
        grid-template-columns:1fr;
        gap:20px;
    }

    .concept-section-number{
        font-size:2.4rem;
    }

    .concept-section-body h2{
        font-size:1.55rem;
    }

    .concept-section-body p{
        font-size:.96rem;
    }

    .concept-section-feature{
        clip-path:none;
        margin-top:0;
    }

    .spec-list{
        margin:32px 0 28px;
    }

    .spec-item{
        padding:24px;
    }

    .concept-message{
        padding:84px 7%;
    }

    .concept-message h2{
        font-size:1.85rem;
    }

    .concept-cta{
        padding:84px 7% 96px;
    }

    .concept-cta-inner{
        text-align:left;
    }

    .concept-cta h2{
        font-size:1.75rem;
    }

    .concept-cta-button{
        width:100%;
        padding:14px 20px;
    }

}


/* =====================================
PERFORMANCE PAGE
===================================== */

.performance-page{
    background:var(--base);
}

.performance-lead{
    padding:115px 6% 80px;
    background:var(--base);
}

.performance-lead-inner{
    max-width:960px;
    margin:0 auto;
    text-align:center;
}

.performance-lead h2{
    color:var(--navy);
    font-size:clamp(2rem,4vw,3.65rem);
    font-weight:400;
    line-height:1.55;
    letter-spacing:.08em;
    margin-bottom:32px;
}

.performance-lead p{
    font-size:1rem;
    line-height:2.15;
}

.performance-main{
    background:var(--base);
}

.performance-intro{
    padding:100px 6%;
    background:var(--base-dark);
}

.performance-intro-inner{
    max-width:940px;
    margin:0 auto;
}

.performance-intro h2,
.performance-standard h2,
.performance-detail-text h2,
.performance-air-text h2,
.performance-simple-text h2,
.performance-region-text h2,
.performance-passive-text h2,
.performance-cta h2{
    color:var(--navy);
    font-size:clamp(1.8rem,3.4vw,3.1rem);
    font-weight:400;
    line-height:1.65;
    letter-spacing:.08em;
}

.performance-intro p,
.performance-detail-text p,
.performance-air-text p,
.performance-simple-text p,
.performance-region-text p,
.performance-passive-text p,
.performance-cta p{
    margin-top:18px;
    font-size:1rem;
    line-height:2.12;
}


.performance-inline-quote{
    color:rgba(64,71,74,.72);
    font-size:.98rem;
    line-height:2.05;
    letter-spacing:.04em;
}

.performance-note{
    margin-top:34px;
    padding:4px 0 4px 24px;
    border-left:3px solid var(--orange);
}

.performance-note p{
    margin-top:0;
    color:var(--navy);
    font-weight:500;
}

.performance-quote{
    margin:40px 0 34px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
}

.performance-quote span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:90px;
    padding:18px;
    background:rgba(28,51,80,.96);
    color:var(--base);
    text-align:center;
    font-size:.95rem;
    letter-spacing:.08em;
}

.performance-standard{
    padding:110px 6%;
    background:var(--base);
}

.performance-standard-inner{
    max-width:1180px;
    margin:0 auto;
}

.performance-standard h2{
    text-align:center;
}

.performance-standard .concept-kicker{
    text-align:center;
}

.performance-standard-lead{
    max-width:800px;
    margin:26px auto 0;
    text-align:center;
    line-height:2.1;
}

.performance-spec-grid{
    margin-top:52px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.performance-spec-card{
    background:var(--navy-dark);
    color:var(--base);
    padding:34px;
    min-height:250px;
    display:flex;
    flex-direction:column;
}

.performance-spec-card span{
    color:var(--orange-dark);
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.2em;
    margin-bottom:14px;
}

.performance-spec-card strong{
    display:block;
    font-size:1.4rem;
    line-height:1.55;
    letter-spacing:.05em;
}

.performance-spec-card p{
    margin-top:18px;
    color:rgba(251,245,234,.84);
    font-size:.94rem;
    line-height:2;
}

.performance-detail{
    max-width:1280px;
    margin:0 auto;
    padding:110px 6%;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
    gap:64px;
    align-items:center;
    border-top:1px solid rgba(28,51,80,.14);
}

.performance-detail.reverse{
    grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);
}

.performance-detail.reverse .performance-detail-text{
    order:2;
}

.performance-detail.reverse .performance-detail-image{
    order:1;
}

.performance-number{
    color:var(--orange-dark);
    font-family:"Kalam", cursive;
    font-size:2.8rem !important;
    line-height:1 !important;
    margin-top:0 !important;
}

.performance-detail-text h3,
.performance-air-text h3,
.performance-simple-text h3,
.performance-region-text h3,
.performance-passive-text h3{
    color:var(--navy);
    margin-top:22px;
    margin-bottom:30px;
    font-size:clamp(1.35rem,2.25vw,2rem);
    font-weight:400;
    line-height:1.7;
    letter-spacing:.06em;
}

.performance-detail-image{
    overflow:hidden;
    clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);
}

.performance-detail-image img{
    height:560px;
    object-fit:cover;
}

.performance-air{
    padding:120px 6%;
    background:var(--base-dark);
}

.performance-air-inner{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);
    gap:64px;
    align-items:center;
}

.performance-air-image{
    overflow:hidden;
    clip-path:polygon(0 0,95% 0,100% 92%,5% 100%);
}

.performance-air-image img{
    height:620px;
    object-fit:cover;
}

.performance-simple{
    padding:105px 6%;
    background:var(--base);
    border-top:1px solid rgba(28,51,80,.14);
}

.performance-simple-inner{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
    gap:58px;
    align-items:center;
}

.performance-simple-image{
    overflow:hidden;
    clip-path:polygon(8% 0,100% 8%,92% 100%,0 92%);
}

.performance-simple-image img{
    height:480px;
    object-fit:cover;
}

.performance-region{
    background:var(--navy-dark);
    color:var(--base);
}

.performance-region-image img{
    height:440px;
    object-fit:cover;
}

.performance-region-text{
    max-width:980px;
    margin:0 auto;
    padding:105px 6% 115px;
}

.performance-region-text h2,
.performance-region-text h3{
    color:var(--base);
}

.performance-region-text p{
    color:rgba(251,245,234,.88);
}

.performance-passive{
    padding:120px 6%;
    background:var(--base);
}

.performance-passive-inner{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
    gap:64px;
    align-items:center;
}

.performance-passive-image{
    overflow:hidden;
    clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);
}

.performance-passive-image img{
    height:560px;
    object-fit:cover;
}

.performance-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:36px;
    padding:14px 30px;
    background:var(--orange);
    border:1px solid #ffffff;
    color:#ffffff;
    font-size:.95rem;
    font-weight:600;
    letter-spacing:.08em;
    transition:.3s;
}

.performance-button:hover{
    background:var(--navy-dark);
    border-color:var(--navy);
    color:var(--base);
}

.performance-cta{
    padding:115px 6% 130px;
    background:var(--base-dark);
}

.performance-cta-inner{
    max-width:920px;
    margin:0 auto;
    text-align:center;
}

.performance-cta-buttons{
    margin-top:42px;
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

.performance-cta-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    padding:14px 26px;
    font-size:.95rem;
    font-weight:600;
    letter-spacing:.08em;
    transition:.3s;
}

.performance-cta-button.primary{
    background:var(--orange);
    border:1px solid #ffffff;
    color:#ffffff;
}

.performance-cta-button.secondary{
    background:transparent;
    border:1px solid var(--navy);
    color:var(--navy);
}

.performance-cta-button.primary:hover{
    background:var(--navy-dark);
    border-color:var(--navy);
    color:var(--base);
}

.performance-cta-button.secondary:hover{
    background:var(--navy-dark);
    border-color:var(--navy);
    color:var(--base);
}

/* PERFORMANCE RESPONSIVE */

@media(max-width:1024px){

    .performance-detail,
    .performance-detail.reverse,
    .performance-air-inner,
    .performance-simple-inner,
    .performance-passive-inner{
        grid-template-columns:1fr;
        gap:42px;
    }

    .performance-detail.reverse .performance-detail-text,
    .performance-detail.reverse .performance-detail-image{
        order:initial;
    }

    .performance-detail-image img,
    .performance-air-image img,
    .performance-simple-image img,
    .performance-passive-image img{
        height:430px;
    }

}

@media(max-width:640px){

    .performance-lead{
        padding:80px 7% 58px;
    }

    .performance-lead-inner,
    .performance-standard .concept-kicker,
    .performance-standard h2,
    .performance-standard-lead,
    .performance-cta-inner{
        text-align:left;
    }

    .performance-lead h2{
        font-size:1.78rem;
    }

    .performance-intro,
    .performance-standard,
    .performance-detail,
    .performance-air,
    .performance-simple,
    .performance-passive,
    .performance-cta{
        padding:76px 7%;
    }

    .performance-quote{
        grid-template-columns:1fr;
    }

    .performance-spec-grid{
        grid-template-columns:1fr;
    }

    .performance-spec-card{
        padding:26px;
        min-height:auto;
    }

    .performance-detail-image,
    .performance-air-image,
    .performance-simple-image,
    .performance-passive-image{
        clip-path:none;
    }

    .performance-detail-image img,
    .performance-air-image img,
    .performance-simple-image img,
    .performance-passive-image img{
        height:300px;
    }

    .performance-region-image img{
        height:300px;
    }

    .performance-region-text{
        padding:78px 7% 84px;
    }

    .performance-cta-buttons{
        flex-direction:column;
    }

    .performance-cta-button{
        width:100%;
    }

}

/* =====================================
POWERPOINT BRAND ACCENT HIERARCHY
===================================== */

.header .logo a:hover,
.header .nav a:hover,
.home-hero-label,
.home-performance .home-kicker,
.home-performance-list span,
.home-contact .home-kicker,
.footer-button:hover,
.footer-nav a:hover,
.page-hero-copy p,
.spec-item span,
.performance-spec-card span{
    color:var(--orange);
}

/* =====================================
RIO ARCHITECT TOP PAGE 2026
All page-specific rules are scoped to .rio-home
===================================== */

.rio-home{
    --rio-ink:#1c3350;
    --rio-ink-soft:#38536f;
    --rio-paper:#fbf5ea;
    --rio-paper-deep:#f3eada;
    --rio-accent-text:#97501a;
    overflow-x:hidden;
    color:var(--text);
    background:var(--rio-paper);
    font-family:
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Meiryo",
        sans-serif;
    line-height:1.9;
}

.rio-home main{
    display:block;
}

.rio-home h1,
.rio-home h2,
.rio-home h3,
.rio-home p{
    margin:0;
}

.rio-home h1,
.rio-home h2,
.rio-home h3{
    text-wrap:balance;
}

.rio-home img{
    width:100%;
    height:auto;
}

.rio-home a{
    text-underline-offset:.25em;
}

.rio-home a:focus-visible{
    outline:3px solid var(--orange);
    outline-offset:4px;
}

.rio-home .rio-skip-link{
    position:fixed;
    top:12px;
    left:12px;
    z-index:1100;
    padding:10px 16px;
    color:var(--white);
    background:var(--navy-dark);
    transform:translateY(-160%);
}

.rio-home .rio-skip-link:focus{
    transform:translateY(0);
}

.rio-home .rio-shell{
    width:min(1180px,calc(100% - 80px));
    margin-inline:auto;
}

.rio-home .rio-section{
    padding:clamp(88px,10vw,144px) 0;
    scroll-margin-top:108px;
}

.rio-home .rio-eyebrow{
    margin-bottom:20px;
    color:var(--rio-accent-text);
    font-size:.75rem;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.24em;
}

.rio-home .rio-eyebrow-light{
    color:#ffc187;
}

.rio-home .rio-section-number{
    margin-bottom:14px;
    color:rgba(39,68,107,.34);
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(2.4rem,5vw,4.6rem);
    font-style:italic;
    line-height:1;
}

.rio-home .rio-section h2,
.rio-home .rio-contact h2{
    color:var(--rio-ink);
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;
    font-size:clamp(2rem,4vw,3.7rem);
    font-weight:500;
    line-height:1.5;
    letter-spacing:.06em;
}

.rio-home .rio-lead{
    margin-top:30px;
    color:var(--rio-ink);
    font-size:clamp(1.05rem,1.7vw,1.3rem);
    font-weight:600;
    line-height:2;
    letter-spacing:.05em;
}

/* Header */

.rio-home .rio-header{
    position:absolute;
    inset:0 0 auto;
    z-index:20;
    border-bottom:1px solid rgba(255,255,255,.26);
    color:var(--white);
    background:#1c3350;
}

.rio-home .rio-header-inner{
    width:min(1380px,calc(100% - 64px));
    min-height:96px;
    margin-inline:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:clamp(24px,3vw,40px);
}

.rio-home .rio-logo{
    flex:0 0 auto;
    line-height:1;
}

.rio-home .rio-header .rio-logo a{
    display:block;
}

.rio-home .rio-header .rio-logo img{
    width:clamp(200px,18vw,250px);
    height:auto;
    aspect-ratio:25 / 6;
}

.rio-home .rio-logo a,
.rio-home .rio-logo-footer{
    display:inline-flex;
    align-items:baseline;
    gap:10px;
}

.rio-home .rio-logo-main{
    font-family:Georgia,"Times New Roman",serif;
    font-size:2rem;
    font-style:italic;
    letter-spacing:.03em;
}

.rio-home .rio-logo-sub{
    font-size:.75rem;
    font-weight:700;
    letter-spacing:.22em;
    text-transform:uppercase;
}

.rio-home .rio-nav ul{
    display:flex;
    align-items:center;
    gap:clamp(16px,2.2vw,34px);
    flex-wrap:nowrap;
}

.rio-home .rio-nav a{
    display:block;
    padding:10px 0;
    color:var(--white);
    font-size:.78rem;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.1em;
    white-space:nowrap;
}

.rio-home .rio-nav a:hover{
    text-decoration:underline;
    text-decoration-thickness:1px;
}

.rio-home .rio-nav .rio-nav-cta{
    padding:11px 19px;
    border:1px solid var(--orange);
    color:var(--navy-dark);
    background:var(--orange);
}

.rio-home .rio-nav .rio-nav-cta:hover{
    color:var(--navy-dark);
    background:var(--white);
    border-color:var(--white);
    text-decoration:none;
}

.rio-home .rio-nav a:focus-visible,
.rio-home .rio-header .rio-logo a:focus-visible{
    outline:2px solid var(--white);
    outline-offset:4px;
}

/* Hero */

.rio-home .rio-hero{
    position:relative;
    min-height:760px;
    height:100svh;
    overflow:hidden;
    isolation:isolate;
    color:var(--white);
    background:var(--navy-dark);
}

.rio-home .rio-hero-image{
    position:absolute;
    inset:0;
    z-index:-3;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 52%;
}

.rio-home .rio-hero-shade{
    position:absolute;
    inset:0;
    z-index:-2;
    background:
        linear-gradient(90deg,rgba(11,29,49,.88) 0%,rgba(16,38,62,.68) 42%,rgba(12,28,45,.2) 75%),
        linear-gradient(0deg,rgba(8,23,39,.58),transparent 52%);
}

.rio-home .rio-hero-content{
    width:min(1180px,calc(100% - 80px));
    height:100%;
    min-height:760px;
    margin-inline:auto;
    padding-top:clamp(190px,25vh,260px);
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.rio-home .rio-hero h1{
    max-width:820px;
    color:var(--white);
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;
    font-size:clamp(3rem,7vw,6.6rem);
    font-weight:500;
    line-height:1.28;
    letter-spacing:.1em;
    text-shadow:0 3px 28px rgba(0,0,0,.36);
}

.rio-home .rio-hero-lead{
    margin-top:30px;
    padding-left:22px;
    border-left:2px solid var(--orange);
    color:rgba(255,255,255,.94);
    font-size:clamp(.98rem,1.35vw,1.15rem);
    line-height:2;
    letter-spacing:.08em;
}

.rio-home .rio-hero-link{
    margin-top:40px;
    display:inline-flex;
    align-items:center;
    gap:24px;
    padding:13px 4px;
    border-bottom:1px solid rgba(255,255,255,.7);
    color:var(--white);
    font-size:.9rem;
    font-weight:700;
    letter-spacing:.08em;
}

.rio-home .rio-hero-link::after{
    content:"";
    width:42px;
    height:1px;
    background:var(--orange);
    transition:width .25s ease;
}

.rio-home .rio-hero-link:hover::after{
    width:64px;
}

.rio-home .rio-hero-note{
    position:absolute;
    right:24px;
    bottom:38px;
    color:rgba(255,255,255,.72);
    font-size:.65rem;
    letter-spacing:.28em;
    writing-mode:vertical-rl;
}

/* Life */

.rio-home .rio-life{
    position:relative;
    background:
        linear-gradient(90deg,transparent 0 67%,rgba(240,149,74,.08) 67% 100%),
        var(--rio-paper);
}

.rio-home .rio-split{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
    gap:clamp(54px,8vw,110px);
    align-items:center;
}

.rio-home .rio-copy > p:not(.rio-section-number):not(.rio-eyebrow):not(.rio-lead){
    margin-top:24px;
}

.rio-home .rio-life-list{
    margin-top:38px;
    border-top:1px solid var(--line);
}

.rio-home .rio-life-list li{
    padding:15px 0;
    display:grid;
    grid-template-columns:64px 1fr;
    gap:18px;
    border-bottom:1px solid var(--line);
    font-size:.94rem;
}

.rio-home .rio-life-list span{
    color:var(--rio-accent-text);
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-weight:700;
    letter-spacing:.16em;
}

.rio-home .rio-photo{
    position:relative;
    margin:0;
}

.rio-home .rio-photo::before{
    content:"";
    position:absolute;
    z-index:-1;
    top:-24px;
    right:-24px;
    width:58%;
    height:72%;
    border:1px solid rgba(39,68,107,.25);
}

.rio-home .rio-photo img{
    aspect-ratio:4 / 5;
    object-fit:cover;
    object-position:center;
}

.rio-home .rio-photo figcaption,
.rio-home .rio-evidence-visual figcaption{
    margin-top:13px;
    color:var(--muted);
    font-size:.72rem;
    letter-spacing:.12em;
}

/* Philosophy */

.rio-home .rio-philosophy{
    padding:0;
    color:rgba(255,255,255,.82);
    background:var(--navy-dark);
}

.rio-home .rio-philosophy-grid{
    width:100%;
    max-width:1500px;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
    align-items:stretch;
}

.rio-home .rio-philosophy-image{
    min-height:700px;
    overflow:hidden;
}

.rio-home .rio-philosophy-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.rio-home .rio-philosophy-copy{
    padding:clamp(86px,9vw,138px) clamp(48px,7vw,110px);
    align-self:center;
}

.rio-home .rio-philosophy .rio-section-number{
    color:rgba(255,255,255,.25);
}

.rio-home .rio-philosophy h2{
    color:var(--white);
}

.rio-home .rio-statement{
    margin:34px 0;
    padding:24px 0 24px 28px;
    border-left:3px solid var(--orange);
    color:var(--white);
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:clamp(1.35rem,2.2vw,2rem);
    line-height:1.85;
    letter-spacing:.08em;
}

.rio-home .rio-philosophy-copy > p:not(.rio-section-number):not(.rio-eyebrow):not(.rio-statement){
    margin-top:20px;
}

/* Feature cards */

.rio-home .rio-features{
    background:var(--rio-paper-deep);
}

.rio-home .rio-heading{
    margin-bottom:58px;
    display:grid;
    grid-template-columns:220px minmax(0,720px);
    gap:clamp(34px,7vw,100px);
}

.rio-home .rio-heading > div:last-child > p{
    max-width:680px;
    margin-top:24px;
}

.rio-home .rio-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-top:1px solid rgba(39,68,107,.26);
    border-bottom:1px solid rgba(39,68,107,.26);
}

.rio-home .rio-feature-card{
    position:relative;
    min-height:370px;
    padding:42px 36px;
}

.rio-home .rio-feature-card + .rio-feature-card{
    border-left:1px solid rgba(39,68,107,.26);
}

.rio-home .rio-card-number{
    margin-bottom:64px;
    color:var(--rio-accent-text);
    font-family:Georgia,"Times New Roman",serif;
    font-size:.9rem;
    font-style:italic;
    letter-spacing:.16em;
}

.rio-home .rio-feature-card h3{
    color:var(--rio-ink);
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:clamp(1.25rem,2vw,1.65rem);
    font-weight:600;
    line-height:1.6;
    letter-spacing:.05em;
}

.rio-home .rio-feature-card h3::after{
    content:"";
    display:block;
    width:34px;
    height:2px;
    margin:22px 0;
    background:var(--orange);
}

.rio-home .rio-feature-card p:last-child{
    font-size:.94rem;
}

/* Performance and evidence */

.rio-home .rio-evidence{
    background:var(--rio-paper);
}

.rio-home .rio-evidence-top{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
    gap:clamp(54px,8vw,110px);
    align-items:center;
}

.rio-home .rio-evidence-copy > p:not(.rio-section-number):not(.rio-eyebrow):not(.rio-lead){
    margin-top:24px;
}

.rio-home .rio-evidence-visual{
    margin:0;
    padding:20px;
    background:var(--white);
    box-shadow:0 24px 70px rgba(28,51,80,.11);
}

.rio-home .rio-evidence-visual img{
    aspect-ratio:3 / 2;
    object-fit:cover;
}

.rio-home .rio-evidence-flow{
    margin-top:74px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    counter-reset:evidence;
}

.rio-home .rio-evidence-flow li{
    position:relative;
    padding:32px 34px 34px;
    border-top:3px solid var(--navy);
    background:var(--white);
}

.rio-home .rio-evidence-flow li + li{
    border-left:1px solid var(--line);
}

.rio-home .rio-evidence-flow span{
    display:block;
    margin-bottom:14px;
    color:var(--rio-accent-text);
    font-size:.73rem;
    font-weight:700;
    letter-spacing:.18em;
}

.rio-home .rio-evidence-flow strong{
    display:block;
    color:var(--rio-ink);
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:1.15rem;
    line-height:1.65;
}

.rio-home .rio-evidence-flow p{
    margin-top:12px;
    font-size:.9rem;
    line-height:1.85;
}

.rio-home .rio-evidence-note{
    margin-top:24px;
    padding-left:18px;
    border-left:2px solid var(--orange);
    color:#665f57;
    font-size:.82rem;
    line-height:1.8;
}

/* Process */

.rio-home .rio-process{
    color:rgba(255,255,255,.84);
    background:
        radial-gradient(circle at 85% 12%,rgba(240,149,74,.12),transparent 28%),
        var(--navy-dark);
}

.rio-home .rio-process .rio-section-number{
    color:rgba(255,255,255,.24);
}

.rio-home .rio-process h2{
    color:var(--white);
}

.rio-home .rio-heading-compact{
    margin-bottom:54px;
}

.rio-home .rio-process-list{
    border-top:1px solid rgba(255,255,255,.22);
}

.rio-home .rio-process-list li{
    min-height:122px;
    padding:26px 0;
    display:grid;
    grid-template-columns:120px 1fr;
    align-items:center;
    border-bottom:1px solid rgba(255,255,255,.22);
}

.rio-home .rio-process-list > li > span{
    color:#ffc187;
    font-family:Georgia,"Times New Roman",serif;
    font-size:1rem;
    font-style:italic;
    letter-spacing:.14em;
}

.rio-home .rio-process-list li > div{
    display:grid;
    grid-template-columns:minmax(130px,.35fr) minmax(0,1fr);
    gap:34px;
    align-items:center;
}

.rio-home .rio-process-list h3{
    color:var(--white);
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:1.4rem;
    font-weight:500;
    letter-spacing:.12em;
}

.rio-home .rio-process-list p{
    color:rgba(255,255,255,.74);
    font-size:.93rem;
}

.rio-home .rio-process-note{
    margin-top:24px;
    color:rgba(255,255,255,.62);
    font-size:.8rem;
}

/* Contact */

.rio-home .rio-contact{
    padding:clamp(88px,10vw,138px) 0;
    scroll-margin-top:108px;
    color:var(--rio-ink);
    background:var(--orange);
}

.rio-home .rio-contact-inner{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
    gap:clamp(56px,9vw,130px);
    align-items:start;
}

.rio-home .rio-contact .rio-eyebrow{
    color:#563116;
}

.rio-home .rio-contact h2{
    max-width:700px;
}

.rio-home .rio-contact-copy > p{
    font-weight:600;
}

.rio-home .rio-contact-status{
    margin-top:32px;
    padding:26px 28px;
    border:1px solid rgba(28,51,80,.36);
    background:rgba(255,255,255,.27);
}

.rio-home .rio-contact-status span,
.rio-home .rio-contact-status strong,
.rio-home .rio-contact-status small{
    display:block;
}

.rio-home .rio-contact-status span{
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.16em;
}

.rio-home .rio-contact-status strong{
    margin-top:8px;
    color:var(--navy-dark);
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:1.3rem;
    letter-spacing:.06em;
}

.rio-home .rio-contact-status small{
    margin-top:10px;
    color:#55483d;
    font-size:.75rem;
    line-height:1.7;
}

/* Footer */

.rio-home .rio-footer{
    padding:70px 0 28px;
    color:rgba(255,255,255,.8);
    background:#122942;
}

.rio-home .rio-footer-top{
    padding-bottom:60px;
    display:grid;
    grid-template-columns:1fr 1.25fr;
    gap:70px;
}

.rio-home .rio-logo-footer{
    color:var(--white);
}

.rio-home .rio-footer-tagline{
    margin-top:20px;
    color:rgba(255,255,255,.72);
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    letter-spacing:.12em;
}

.rio-home .rio-footer-nav ul{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px 26px;
}

.rio-home .rio-footer-nav a{
    display:block;
    padding:9px 0;
    color:rgba(255,255,255,.8);
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.08em;
}

.rio-home .rio-footer-nav a:hover{
    color:var(--white);
    text-decoration:underline;
}

.rio-home .rio-footer-bottom{
    padding-top:24px;
    display:flex;
    justify-content:space-between;
    gap:20px;
    border-top:1px solid rgba(255,255,255,.16);
    color:rgba(255,255,255,.52);
    font-size:.68rem;
    letter-spacing:.18em;
}

/* Responsive */

@media(max-width:960px){

    .rio-home .rio-header-inner{
        width:min(100% - 48px,1180px);
        min-height:88px;
        gap:24px;
    }

    .rio-home .rio-header .rio-logo img{
        width:clamp(190px,22vw,220px);
    }

    .rio-home .rio-nav ul{
        gap:16px;
    }

    .rio-home .rio-nav li:nth-child(3),
    .rio-home .rio-nav li:nth-child(4){
        display:none;
    }

    .rio-home .rio-split,
    .rio-home .rio-evidence-top{
        grid-template-columns:1fr;
    }

    .rio-home .rio-copy,
    .rio-home .rio-evidence-copy{
        max-width:720px;
    }

    .rio-home .rio-photo{
        width:min(760px,92%);
        margin-left:auto;
    }

    .rio-home .rio-photo img{
        aspect-ratio:16 / 10;
    }

    .rio-home .rio-philosophy-grid{
        grid-template-columns:1fr;
    }

    .rio-home .rio-philosophy-image{
        min-height:480px;
    }

    .rio-home .rio-philosophy-copy{
        max-width:760px;
    }

    .rio-home .rio-heading{
        grid-template-columns:150px minmax(0,1fr);
    }

    .rio-home .rio-feature-grid{
        grid-template-columns:1fr;
    }

    .rio-home .rio-feature-card{
        min-height:auto;
        display:grid;
        grid-template-columns:90px minmax(180px,.65fr) 1fr;
        gap:24px;
        align-items:start;
    }

    .rio-home .rio-feature-card + .rio-feature-card{
        border-left:0;
        border-top:1px solid rgba(39,68,107,.26);
    }

    .rio-home .rio-card-number{
        margin-bottom:0;
    }

    .rio-home .rio-feature-card h3::after{
        margin-bottom:0;
    }

    .rio-home .rio-evidence-visual{
        max-width:760px;
        margin-left:auto;
    }

    .rio-home .rio-evidence-flow{
        grid-template-columns:1fr;
    }

    .rio-home .rio-evidence-flow li + li{
        border-left:0;
        border-top:1px solid var(--line);
    }

    .rio-home .rio-contact-inner{
        grid-template-columns:1fr;
    }
}

@media(max-width:680px){

    .rio-home .rio-shell,
    .rio-home .rio-hero-content{
        width:calc(100% - 40px);
    }

    .rio-home .rio-section{
        padding:76px 0;
    }

    .rio-home .rio-section h2,
    .rio-home .rio-contact h2{
        font-size:clamp(1.85rem,8vw,2.5rem);
        line-height:1.55;
    }

    .rio-home .rio-header{
        padding:15px 0 0;
    }

    .rio-home .rio-header-inner{
        width:100%;
        min-height:0;
        display:block;
    }

    .rio-home .rio-logo{
        padding:0 20px 14px;
    }

    .rio-home .rio-header .rio-logo img{
        width:min(220px,72vw);
    }

    .rio-home .rio-nav{
        overflow-x:auto;
        scrollbar-width:none;
        border-top:1px solid rgba(255,255,255,.22);
    }

    .rio-home .rio-nav::-webkit-scrollbar{
        display:none;
    }

    .rio-home .rio-nav ul{
        width:max-content;
        min-width:100%;
        padding:7px 20px;
        justify-content:flex-start;
    }

    .rio-home .rio-nav li:nth-child(3),
    .rio-home .rio-nav li:nth-child(4){
        display:list-item;
    }

    .rio-home .rio-nav a{
        min-height:42px;
        display:flex;
        align-items:center;
    }

    .rio-home .rio-nav .rio-nav-cta{
        padding:8px 14px;
    }

    .rio-home .rio-hero{
        min-height:720px;
        height:100svh;
    }

    .rio-home .rio-hero-shade{
        background:
            linear-gradient(0deg,rgba(8,23,39,.83) 0%,rgba(12,30,49,.42) 76%,rgba(9,23,38,.64) 100%);
    }

    .rio-home .rio-hero-content{
        min-height:720px;
        padding-top:230px;
        justify-content:flex-start;
    }

    .rio-home .rio-hero h1{
        font-size:clamp(2.45rem,12vw,3.6rem);
        line-height:1.45;
        letter-spacing:.07em;
    }

    .rio-home .rio-hero-lead{
        margin-top:24px;
        padding-left:16px;
        line-height:1.9;
    }

    .rio-home .rio-hero-link{
        margin-top:28px;
    }

    .rio-home .rio-hero-note{
        display:none;
    }

    .rio-home .rio-life{
        background:var(--rio-paper);
    }

    .rio-home .rio-photo{
        width:calc(100% - 12px);
    }

    .rio-home .rio-photo::before{
        top:-12px;
        right:-12px;
    }

    .rio-home .rio-photo img{
        aspect-ratio:4 / 3;
    }

    .rio-home .rio-life-list li{
        grid-template-columns:48px 1fr;
        gap:12px;
    }

    .rio-home .rio-philosophy-image{
        min-height:320px;
    }

    .rio-home .rio-philosophy-copy{
        padding:74px 20px 80px;
    }

    .rio-home .rio-heading{
        grid-template-columns:1fr;
        gap:12px;
    }

    .rio-home .rio-heading .rio-section-number{
        margin-bottom:12px;
    }

    .rio-home .rio-feature-card{
        padding:34px 4px;
        grid-template-columns:52px 1fr;
        gap:18px;
    }

    .rio-home .rio-feature-card p:last-child{
        grid-column:2;
    }

    .rio-home .rio-evidence-visual{
        padding:10px;
    }

    .rio-home .rio-evidence-flow{
        margin-top:48px;
    }

    .rio-home .rio-evidence-flow li{
        padding:28px 24px;
    }

    .rio-home .rio-process-list li{
        grid-template-columns:54px 1fr;
        align-items:start;
    }

    .rio-home .rio-process-list li > div{
        grid-template-columns:1fr;
        gap:8px;
    }

    .rio-home .rio-contact{
        padding:76px 0;
    }

    .rio-home .rio-contact-status{
        padding:22px 20px;
    }

    .rio-home .rio-footer{
        padding-top:58px;
    }

    .rio-home .rio-footer-top{
        grid-template-columns:1fr;
        gap:42px;
    }

    .rio-home .rio-logo-footer{
        padding:0;
    }

    .rio-home .rio-footer-nav ul{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .rio-home .rio-footer-bottom{
        display:block;
    }

    .rio-home .rio-footer-bottom p + p{
        margin-top:8px;
    }
}

@media(prefers-reduced-motion:reduce){

    .rio-home{
        scroll-behavior:auto;
    }

    .rio-home *,
    .rio-home *::before,
    .rio-home *::after{
        scroll-behavior:auto !important;
        transition-duration:.01ms !important;
    }
}

/* =====================================
Rio Architect front page v2
===================================== */

/* Rio Architect front page v2 — scoped to the approved body class. */
.rio-home-v2 {
  --rio-navy: #1c3350;
  --rio-navy-soft: #294b6d;
  --rio-orange: #f0954a;
  --rio-orange-dark: #9b4612;
  --rio-cream: #f4ecdf;
  --rio-cream-light: #fbf7f0;
  --rio-white: #ffffff;
  --rio-ink: #263540;
  --rio-muted: #5e6870;
  --rio-line: rgba(28, 51, 80, 0.18);
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  color: var(--rio-ink);
  background: var(--rio-cream-light);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.rio-home-v2 *,
.rio-home-v2 *::before,
.rio-home-v2 *::after {
  box-sizing: border-box;
}

.rio-home-v2 h1,
.rio-home-v2 h2,
.rio-home-v2 h3,
.rio-home-v2 p,
.rio-home-v2 figure,
.rio-home-v2 ul,
.rio-home-v2 ol {
  margin: 0;
}

.rio-home-v2 ul,
.rio-home-v2 ol {
  padding: 0;
  list-style: none;
}

.rio-home-v2 img {
  display: block;
  max-width: 100%;
}

.rio-home-v2 a {
  color: inherit;
  text-decoration: none;
}

.rio-home-v2 a:focus-visible,
.rio-home-v2 summary:focus-visible {
  outline: 3px solid var(--rio-orange-dark);
  outline-offset: 4px;
  border-radius: 4px;
}

.rio-home-v2 .rio-shell {
  width: min(1240px, calc(100% - 80px));
  margin-inline: auto;
}

.rio-home-v2 .rio-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 9px 15px;
  color: var(--rio-white);
  background: var(--rio-navy);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.rio-home-v2 .rio-skip-link:focus {
  transform: translateY(0);
}

.rio-home-v2 .rio-eyebrow,
.rio-home-v2 .rio-card-label {
  color: var(--rio-orange-dark);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.rio-home-v2 .rio-eyebrow-light {
  color: #ffc18a;
}

.rio-home-v2 .rio-section {
  padding: clamp(84px, 9vw, 140px) 0;
  scroll-margin-top: 90px;
}

.rio-home-v2 .rio-section-heading {
  max-width: 760px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.rio-home-v2 .rio-section-heading h2,
.rio-home-v2 .rio-about h2,
.rio-home-v2 .rio-contact h2,
.rio-home-v2 .rio-story h2 {
  margin-top: 10px;
  color: var(--rio-navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.035em;
}

.rio-home-v2 .rio-section-heading > p:last-child,
.rio-home-v2 .rio-section-heading-row > p {
  margin-top: 18px;
  color: var(--rio-muted);
}

.rio-home-v2 .rio-section-heading-row {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 0.72fr);
  gap: 56px;
  align-items: end;
  justify-content: space-between;
}

/* Header */
.rio-home-v2 .rio-site-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--rio-line);
  background: var(--rio-cream);
}

.rio-home-v2 .rio-header-inner {
  width: min(1360px, calc(100% - 64px));
  min-height: 92px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.rio-home-v2 .rio-brand {
  flex: 0 1 250px;
}

.rio-home-v2 .rio-brand img {
  width: clamp(184px, 18vw, 250px);
  height: auto;
}

.rio-home-v2 .rio-desktop-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
}

.rio-home-v2 .rio-desktop-nav a {
  position: relative;
  display: block;
  padding: 13px 0 10px;
  color: var(--rio-navy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.rio-home-v2 .rio-desktop-nav a:not(.rio-nav-contact)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--rio-orange-dark);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.rio-home-v2 .rio-desktop-nav .rio-nav-contact {
  padding: 9px 16px;
  border: 1px solid var(--rio-navy);
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease;
}

.rio-home-v2 .rio-mobile-nav {
  display: none;
}

/* First view */
.rio-home-v2 .rio-hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #fffdf9;
}

.rio-home-v2 .rio-hero-stage {
  --rio-photo-gap: clamp(6px, 0.7cqw, 10px);
  --rio-hero-copy-top: clamp(32px, 3.6cqw, 64px);
  --rio-hero-copy-left: max(24px, calc(50cqw - 670px));
  --rio-hero-copy-width: min(46cqw, 650px);
  --rio-hero-copy-padding: clamp(12px, 1.4cqw, 24px);
  --rio-hero-title-size: clamp(2.15rem, 3.7cqw, 4.1rem);
  --rio-hero-lead-size: clamp(0.94rem, 1.2cqw, 1.02rem);
  --rio-hero-illustration-margin: clamp(12px, 1.2cqw, 20px);
  position: relative;
  width: 100%;
  display: grid;
}

.rio-home-v2 .rio-hero > .rio-shell {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

@media (min-width: 1921px) {
  .rio-home-v2 .rio-hero {
    background: var(--rio-cream-light);
  }

  .rio-home-v2 .rio-hero > .rio-shell {
    background: #fffdf9;
  }
}

.rio-home-v2 .rio-hero::before,
.rio-home-v2 .rio-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.rio-home-v2 .rio-hero::before {
  display: none;
}

.rio-home-v2 .rio-hero::after {
  display: none;
}

.rio-home-v2 .rio-hero-grid {
  position: relative;
  z-index: 1;
  display: block;
  container: rio-hero-canvas / inline-size;
}

.rio-home-v2 .rio-hero-stage::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 62%;
  background:
    radial-gradient(circle at 24% 20%, rgba(240, 149, 74, 0.12), transparent 28%),
    #fbf7ef;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
  display: none;
  pointer-events: none;
}

.rio-home-v2 .rio-hero-cream-shape {
  position: absolute;
  z-index: 2;
  inset: 0 auto auto -1px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  display: block;
  pointer-events: none;
}

.rio-home-v2 .rio-hero-bottom-right-shape {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}

.rio-home-v2 .rio-hero-copy {
  position: relative;
  grid-area: 1 / 1;
  z-index: 3;
  align-self: start;
  justify-self: start;
  width: var(--rio-hero-copy-width);
  margin-top: var(--rio-hero-copy-top);
  margin-left: var(--rio-hero-copy-left);
  padding-right: var(--rio-hero-copy-padding);
  transform: none;
  animation: rio-v2-fade-up 700ms ease-out both;
}

.rio-home-v2 .rio-hero h1 {
  color: var(--rio-navy);
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: var(--rio-hero-title-size);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.035em;
}

.rio-home-v2 .rio-hero h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.rio-home-v2 .rio-hero h1 .rio-hero-title-second {
  margin-left: 0.75em;
}

.rio-home-v2 .rio-hero-lead {
  position: relative;
  max-width: 540px;
  margin-top: 18px;
  padding-left: 0;
  color: var(--rio-muted);
  font-size: var(--rio-hero-lead-size);
  line-height: 1.9;
}

.rio-home-v2 .rio-hero-lead > span {
  display: block;
  white-space: nowrap;
}

.rio-home-v2 .rio-text-link {
  width: fit-content;
  margin-top: 28px;
  padding: 8px 0 6px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--rio-navy);
  color: var(--rio-navy);
  font-size: 0.84rem;
  font-weight: 700;
}

.rio-home-v2 .rio-text-link span {
  transition: transform 180ms ease;
}

.rio-home-v2 .rio-collage {
  position: relative;
  grid-area: 1 / 1;
  z-index: 1;
  width: 100%;
  min-height: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  isolation: isolate;
  animation: rio-v2-fade-in 900ms 100ms ease-out both;
}

.rio-home-v2 .rio-collage::before {
  display: none;
}

.rio-home-v2 .rio-collage::after {
  content: "";
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: -28px;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--rio-orange);
  box-shadow: 0 0 0 7px rgba(240, 149, 74, 0.11);
  pointer-events: none;
}

.rio-home-v2 .rio-hero-mobile-curve,
.rio-home-v2 .rio-hero-tablet-mask,
.rio-home-v2 .rio-photo-tile-mobile-only,
.rio-home-v2 .rio-photo-tile-compact-only,
.rio-home-v2 .rio-photo-tile-tablet-empty {
  display: none;
}

.rio-home-v2 .rio-photo-tile-tablet-empty {
  background: #fbf7ef;
}

.rio-home-v2 .rio-photo-row {
  --rio-half-tile-offset: calc(8.333333333cqw - clamp(2.5px, 0.291666667cqw, 4.166666667px));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  gap: var(--rio-photo-gap);
}

.rio-home-v2 .rio-photo-row + .rio-photo-row {
  margin-top: var(--rio-photo-gap);
}

.rio-home-v2 .rio-photo-row-offset {
  /* Half of one six-column tile, expanded to calc addition/subtraction for legacy compatibility. */
  transform: translateX(var(--rio-half-tile-offset));
}

.rio-home-v2 .rio-photo-row-second {
  --rio-photo-tile-width: calc(16.666666667cqw - clamp(5px, 0.583333333cqw, 8.333333333px));
  grid-template-columns: repeat(7, var(--rio-photo-tile-width));
  width: max-content;
  transform: translateX(calc(var(--rio-half-tile-offset) - var(--rio-photo-tile-width) - var(--rio-photo-gap)));
}

.rio-home-v2 .rio-photo-tile {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #dfd7cb;
  box-shadow: none;
}

.rio-home-v2 .rio-photo-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rio-home-v2 .rio-crop-01 img, .rio-home-v2 .rio-crop-11 img { object-position: 50% 38%; }
.rio-home-v2 .rio-crop-02 img, .rio-home-v2 .rio-crop-09 img { object-position: 22% 50%; }
.rio-home-v2 .rio-crop-03 img, .rio-home-v2 .rio-crop-13 img { object-position: 76% 50%; }
.rio-home-v2 .rio-crop-04 img, .rio-home-v2 .rio-crop-12 img { object-position: 38% 50%; }
.rio-home-v2 .rio-crop-05 img, .rio-home-v2 .rio-crop-14 img { object-position: 68% 50%; }
.rio-home-v2 .rio-crop-06 img, .rio-home-v2 .rio-crop-10 img { object-position: 28% 50%; }
.rio-home-v2 .rio-crop-07 img { object-position: 50% 50%; }
.rio-home-v2 .rio-crop-08 img { object-position: 82% 50%; }
.rio-home-v2 .rio-crop-15 img { object-position: 50% 72%; }
.rio-home-v2 .rio-crop-16 img { object-position: 28% 50%; }
.rio-home-v2 .rio-crop-17 img { object-position: 22% 50%; }
.rio-home-v2 .rio-crop-18 img { object-position: 28% 50%; }

.rio-home-v2 .rio-scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 30px;
  color: var(--rio-navy-soft);
  font-family: Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.rio-home-v2 .rio-scroll-cue::after {
  content: "";
  width: 1px;
  height: 46px;
  margin: 11px auto 0;
  display: block;
  background: var(--rio-orange-dark);
}

/* Approach */
.rio-home-v2 .rio-approach,
.rio-home-v2 .rio-works {
  background: var(--rio-white);
}

.rio-home-v2 .rio-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--rio-line);
}

.rio-home-v2 .rio-approach-grid article {
  min-height: 320px;
  padding: 40px clamp(24px, 3vw, 40px);
}

.rio-home-v2 .rio-approach-grid article + article {
  border-left: 1px solid var(--rio-line);
}

.rio-home-v2 .rio-approach-grid h3 {
  margin-top: 48px;
  color: var(--rio-navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.55;
}

.rio-home-v2 .rio-approach-grid h3::after {
  content: "";
  width: 36px;
  height: 3px;
  margin: 18px 0;
  display: block;
  background: var(--rio-orange);
}

.rio-home-v2 .rio-approach-grid article > p:last-child {
  color: var(--rio-muted);
  font-size: 0.94rem;
}

/* Story */
.rio-home-v2 .rio-story {
  padding: 58px 0;
  color: rgba(255, 255, 255, 0.8);
  background: var(--rio-navy);
}

.rio-home-v2 .rio-story-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.rio-home-v2 .rio-story h2 {
  color: var(--rio-white);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
}

.rio-home-v2 .rio-story h2 + p {
  margin-top: 9px;
}

.rio-home-v2 .rio-story-status {
  flex: 0 1 270px;
  padding-left: 18px;
  border-left: 2px solid var(--rio-orange);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

/* Event */
.rio-home-v2 .rio-event-section {
  background: var(--rio-cream);
}

.rio-home-v2 .rio-event-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(360px, 0.9fr);
  gap: clamp(52px, 9vw, 126px);
  align-items: center;
}

.rio-home-v2 .rio-event-photo {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 36px 100px 36px 100px;
}

.rio-home-v2 .rio-event-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rio-home-v2 .rio-event-photo > span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 9px 17px;
  color: var(--rio-white);
  background: var(--rio-orange-dark);
  font-family: Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.rio-home-v2 .rio-event-copy h2 {
  margin-top: 10px;
  color: var(--rio-navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 500;
  line-height: 1.4;
}

.rio-home-v2 .rio-event-status {
  margin: 15px 0 22px;
  color: var(--rio-orange-dark);
  font-size: 1.05rem;
  font-weight: 700;
}

.rio-home-v2 .rio-event-copy > p:not(.rio-eyebrow):not(.rio-event-status) {
  max-width: 570px;
  color: var(--rio-muted);
}

.rio-home-v2 .rio-preparing-note {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--rio-line);
  font-size: 0.8rem;
  font-weight: 700;
}

/* Learn */
.rio-home-v2 .rio-learn {
  background: var(--rio-cream-light);
}

.rio-home-v2 .rio-learn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rio-home-v2 .rio-learn-card {
  position: relative;
  min-height: 275px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--rio-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
}

.rio-home-v2 .rio-learn-card > span {
  color: var(--rio-orange-dark);
  font-family: Georgia, serif;
  font-size: 0.78rem;
  font-style: italic;
}

.rio-home-v2 .rio-learn-card h3 {
  margin-top: 34px;
  color: var(--rio-navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.45rem;
  font-weight: 600;
}

.rio-home-v2 .rio-learn-card p {
  margin-top: 11px;
  color: var(--rio-muted);
  font-size: 0.9rem;
}

.rio-home-v2 .rio-learn-card small {
  margin-top: auto;
  padding-top: 20px;
  color: #6a737a;
  font-size: 0.72rem;
  font-weight: 700;
}

.rio-home-v2 .rio-learn-card-link {
  border-color: rgba(155, 70, 18, 0.5);
  background: var(--rio-white);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.rio-home-v2 .rio-learn-card-link small {
  color: var(--rio-orange-dark);
}

/* Works */
.rio-home-v2 .rio-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 34px);
}

.rio-home-v2 .rio-works-grid figure > div {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 100px 28px 78px 28px;
  background: #e6dfd4;
}

.rio-home-v2 .rio-works-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.rio-home-v2 .rio-works-grid figcaption {
  padding: 18px 7px 0;
}

.rio-home-v2 .rio-works-grid figcaption span,
.rio-home-v2 .rio-works-grid figcaption strong {
  display: block;
}

.rio-home-v2 .rio-works-grid figcaption span {
  color: var(--rio-orange-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.rio-home-v2 .rio-works-grid figcaption strong {
  margin-top: 7px;
  color: var(--rio-navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.06rem;
}

.rio-home-v2 .rio-sample-note {
  margin-top: 34px;
  padding-left: 15px;
  border-left: 2px solid var(--rio-orange-dark);
  color: var(--rio-muted);
  font-size: 0.78rem;
}

/* Process */
.rio-home-v2 .rio-process {
  color: rgba(255, 255, 255, 0.8);
  background: var(--rio-navy);
}

.rio-home-v2 .rio-process .rio-section-heading h2 {
  color: var(--rio-white);
}

.rio-home-v2 .rio-process .rio-section-heading-row > p {
  color: rgba(255, 255, 255, 0.72);
}

.rio-home-v2 .rio-process-list {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.rio-home-v2 .rio-process-list li {
  min-height: 116px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.rio-home-v2 .rio-process-list > li > span {
  color: #ffc18a;
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-style: italic;
}

.rio-home-v2 .rio-process-list li > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.3fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.rio-home-v2 .rio-process-list h3 {
  color: var(--rio-white);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.rio-home-v2 .rio-process-list p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.91rem;
}

/* About and contact */
.rio-home-v2 .rio-about {
  background: var(--rio-cream-light);
}

.rio-home-v2 .rio-about-grid,
.rio-home-v2 .rio-contact-inner {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(400px, 0.8fr);
  gap: clamp(52px, 9vw, 126px);
  align-items: start;
}

.rio-home-v2 .rio-about-copy {
  color: var(--rio-muted);
}

.rio-home-v2 .rio-about-copy p + p {
  margin-top: 20px;
}

.rio-home-v2 .rio-contact {
  padding: clamp(78px, 9vw, 122px) 0;
  scroll-margin-top: 90px;
  background: var(--rio-orange);
}

.rio-home-v2 .rio-contact .rio-eyebrow {
  color: #64310f;
}

.rio-home-v2 .rio-contact-copy > p {
  color: var(--rio-navy);
  font-weight: 600;
}

.rio-home-v2 .rio-contact-status {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(28, 51, 80, 0.36);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.3);
}

.rio-home-v2 .rio-contact-status span,
.rio-home-v2 .rio-contact-status strong,
.rio-home-v2 .rio-contact-status small {
  display: block;
}

.rio-home-v2 .rio-contact-status span {
  color: #60300f;
  font-family: Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.rio-home-v2 .rio-contact-status strong {
  margin-top: 7px;
  color: var(--rio-navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.18rem;
}

.rio-home-v2 .rio-contact-status small {
  margin-top: 7px;
  color: #4c4037;
  font-size: 0.75rem;
}

/* Footer */
.rio-home-v2 .rio-site-footer {
  padding: 64px 0 26px;
  color: var(--rio-navy);
  background: var(--rio-cream);
}

.rio-home-v2 .rio-footer-main {
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 66px;
}

.rio-home-v2 .rio-footer-brand img {
  width: 230px;
  height: auto;
}

.rio-home-v2 .rio-footer-brand p {
  margin-top: 16px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.88rem;
}

.rio-home-v2 .rio-footer-phone {
  margin-top: 18px;
  display: grid;
  justify-items: start;
  gap: 2px;
  color: var(--rio-muted);
  font-size: 0.72rem;
  line-height: 1.7;
}

.rio-home-v2 .rio-footer-phone a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--rio-navy);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--rio-orange);
  text-underline-offset: 0.2em;
}

.rio-home-v2 .rio-site-footer nav ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px 24px;
}

.rio-home-v2 .rio-site-footer nav a {
  display: block;
  padding: 7px 0;
  font-size: 0.76rem;
  font-weight: 700;
}

.rio-home-v2 .rio-footer-bottom {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--rio-line);
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.rio-home-v2 .rio-footer-bottom a {
  display: inline-flex;
  gap: 9px;
}

@media (hover: hover) {
  .rio-home-v2 .rio-desktop-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .rio-home-v2 .rio-desktop-nav .rio-nav-contact:hover {
    color: var(--rio-white);
    background: var(--rio-navy);
  }

  .rio-home-v2 .rio-text-link:hover span {
    transform: translateX(4px);
  }

  .rio-home-v2 .rio-works-grid figure:hover img {
    transform: scale(1.025);
  }

  .rio-home-v2 .rio-learn-card-link:hover {
    transform: translateY(-4px);
    border-color: var(--rio-orange-dark);
    box-shadow: 0 16px 34px rgba(28, 51, 80, 0.1);
  }

  .rio-home-v2 .rio-site-footer a:hover {
    text-decoration: underline;
  }
}

@keyframes rio-v2-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rio-v2-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes rio-v2-photo-swap {
  0%, 38%, 100% { opacity: 0; }
  50%, 88% { opacity: 1; }
}

@media (max-width: 1080px) {
  .rio-home-v2 .rio-desktop-nav li:nth-child(5),
  .rio-home-v2 .rio-desktop-nav li:nth-child(6) {
    display: none;
  }
}

@media (max-width: 820px) {
  .rio-home-v2 .rio-shell {
    width: min(100% - 48px, 720px);
  }

  .rio-home-v2 .rio-header-inner {
    width: calc(100% - 48px);
    min-height: 80px;
  }

  .rio-home-v2 .rio-desktop-nav {
    display: none;
  }

  .rio-home-v2 .rio-mobile-nav {
    position: relative;
    display: block;
  }

  .rio-home-v2 .rio-mobile-nav summary {
    width: 54px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--rio-navy);
    border-radius: 999px;
    color: var(--rio-navy);
    list-style: none;
    cursor: pointer;
  }

  .rio-home-v2 .rio-mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .rio-home-v2 .rio-mobile-nav summary span {
    font-family: Arial, sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .rio-home-v2 .rio-mobile-nav[open] summary {
    color: var(--rio-white);
    background: var(--rio-navy);
  }

  .rio-home-v2 .rio-mobile-nav nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(300px, calc(100vw - 48px));
    padding: 13px 20px;
    border: 1px solid var(--rio-line);
    border-radius: 18px;
    background: var(--rio-cream-light);
    box-shadow: 0 18px 42px rgba(28, 51, 80, 0.16);
  }

  .rio-home-v2 .rio-mobile-nav li + li {
    border-top: 1px solid var(--rio-line);
  }

  .rio-home-v2 .rio-mobile-nav a {
    display: block;
    padding: 10px 2px;
    color: var(--rio-navy);
    font-size: 0.82rem;
    font-weight: 700;
  }

  .rio-home-v2 .rio-section-heading-row,
  .rio-home-v2 .rio-event-grid,
  .rio-home-v2 .rio-about-grid,
  .rio-home-v2 .rio-contact-inner {
    grid-template-columns: 1fr;
  }

  .rio-home-v2 .rio-section-heading-row {
    gap: 8px;
    align-items: start;
  }

  .rio-home-v2 .rio-approach-grid {
    grid-template-columns: 1fr;
  }

  .rio-home-v2 .rio-approach-grid article {
    min-height: 0;
    display: grid;
    grid-template-columns: 68px minmax(190px, 0.6fr) 1fr;
    gap: 22px;
    align-items: start;
  }

  .rio-home-v2 .rio-approach-grid article + article {
    border-top: 1px solid var(--rio-line);
    border-left: 0;
  }

  .rio-home-v2 .rio-approach-grid h3 {
    margin-top: 0;
  }

  .rio-home-v2 .rio-story-inner {
    display: grid;
  }

  .rio-home-v2 .rio-story-status {
    max-width: 320px;
  }

  .rio-home-v2 .rio-event-photo {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .rio-home-v2 .rio-learn-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rio-home-v2 .rio-works-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rio-home-v2 .rio-works-grid figure {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(180px, 0.45fr);
    gap: 24px;
    align-items: center;
  }

  .rio-home-v2 .rio-works-grid figcaption {
    padding: 0;
  }

  .rio-home-v2 .rio-footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 520px) {
  .rio-home-v2 {
    font-size: 15px;
  }

  .rio-home-v2 .rio-shell,
  .rio-home-v2 .rio-header-inner {
    width: calc(100% - 32px);
  }

  .rio-home-v2 .rio-section {
    padding: 72px 0;
  }

  .rio-home-v2 .rio-header-inner {
    min-height: 72px;
    gap: 14px;
  }

  .rio-home-v2 .rio-brand {
    min-width: 0;
  }

  .rio-home-v2 .rio-brand img {
    width: min(186px, 62vw);
  }

  .rio-home-v2 .rio-mobile-nav nav {
    width: calc(100vw - 32px);
  }

  .rio-home-v2 .rio-collage-item {
    border-radius: 9px;
    box-shadow: none;
  }

  .rio-home-v2 .rio-collage-frame-one {
    transform: none;
  }

  .rio-home-v2 .rio-collage-frame-two {
    transform: none;
  }

  .rio-home-v2 .rio-collage-frame-three {
    transform: none;
  }

  .rio-home-v2 .rio-collage-frame-four {
    transform: none;
  }

  .rio-home-v2 .rio-section-heading h2,
  .rio-home-v2 .rio-about h2,
  .rio-home-v2 .rio-contact h2,
  .rio-home-v2 .rio-story h2 {
    font-size: clamp(1.82rem, 9vw, 2.6rem);
  }

  .rio-home-v2 .rio-approach-grid article {
    padding: 30px 4px;
    grid-template-columns: 42px 1fr;
    gap: 15px;
  }

  .rio-home-v2 .rio-approach-grid article > p:last-child {
    grid-column: 2;
  }

  .rio-home-v2 .rio-event-photo {
    aspect-ratio: 4 / 3;
    border-radius: 28px 70px 28px 70px;
  }

  .rio-home-v2 .rio-learn-grid {
    grid-template-columns: 1fr;
  }

  .rio-home-v2 .rio-learn-card {
    min-height: 232px;
  }

  .rio-home-v2 .rio-works-grid figure {
    display: block;
  }

  .rio-home-v2 .rio-works-grid figcaption {
    padding: 17px 6px 0;
  }

  .rio-home-v2 .rio-works-grid figure > div {
    border-radius: 74px 24px 58px 24px;
  }

  .rio-home-v2 .rio-process-list li {
    grid-template-columns: 46px 1fr;
    align-items: start;
  }

  .rio-home-v2 .rio-process-list li > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .rio-home-v2 .rio-contact-status {
    padding: 19px;
  }

  .rio-home-v2 .rio-site-footer nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rio-home-v2 .rio-footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rio-home-v2 .rio-collage-item img:nth-child(2) {
    display: none;
  }

  .rio-home-v2 *,
  .rio-home-v2 *::before,
  .rio-home-v2 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* TEMP: Zen Maru Gothic full-page typeface preview. */
.rio-home-v2,
.rio-home-v2 *,
.rio-home-v2 *::before,
.rio-home-v2 *::after {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.rio-home-v2 .rio-hero h1 .rio-hero-title-second {
  position: relative;
}

.rio-home-v2 .rio-hero h1 .rio-hero-title-second::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: -0.11em;
  width: 70%;
  height: 10px;
  border-top: 3px solid var(--rio-orange);
  border-radius: 50%;
  opacity: 0.82;
  transform: rotate(-1.5deg);
  pointer-events: none;
}

.rio-home-v2 .rio-hero-illustration {
  width: min(100%, clamp(210px, 19cqw, 292px));
  height: auto;
  margin-top: var(--rio-hero-illustration-margin);
  margin-left: -32px;
  display: block;
  opacity: 0.96;
  pointer-events: none;
  user-select: none;
}

/* Approved home narrative — scoped to the Rio Architect front page only. */
.rio-home-v2 .rio-home-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(112px, 13vw, 190px);
  scroll-margin-top: 90px;
  background:
    radial-gradient(circle at 8% 12%, rgba(240, 149, 74, 0.15) 0 7%, transparent 7.2%),
    radial-gradient(circle at 92% 43%, rgba(28, 51, 80, 0.08) 0 6%, transparent 6.2%),
    var(--rio-cream-light);
}

.rio-home-v2 .rio-home-story::before,
.rio-home-v2 .rio-home-story::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 2px solid rgba(240, 149, 74, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.rio-home-v2 .rio-home-story::before {
  top: 7%;
  right: -120px;
  width: 290px;
  height: 290px;
}

.rio-home-v2 .rio-home-story::after {
  top: 48%;
  left: -90px;
  width: 190px;
  height: 190px;
}

.rio-home-v2 .rio-home-story-opening {
  max-width: 1120px;
  margin-inline: auto;
  text-align: center;
}

.rio-home-v2 .rio-home-story-opening h2 {
  color: var(--rio-navy);
  font-size: clamp(3.1rem, 5.3vw, 4.6rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.035em;
}

.rio-home-v2 .rio-home-story-opening h2 span {
  display: block;
}

.rio-home-v2 .rio-home-story-opening h2::after {
  content: "";
  width: clamp(110px, 15vw, 190px);
  height: 12px;
  margin: 38px auto 0;
  display: block;
  border-top: 4px solid var(--rio-orange);
  border-radius: 50%;
  transform: rotate(-1.5deg);
}

.rio-home-v2 .rio-home-story-dialogue {
  margin-top: clamp(76px, 9vw, 126px);
}

.rio-home-v2 .rio-home-story-answer {
  color: var(--rio-orange-dark);
  font-size: clamp(1.3rem, 2.25vw, 2rem);
  font-weight: 700;
  line-height: 1.7;
}

.rio-home-v2 .rio-home-story-question {
  margin-top: clamp(58px, 7vw, 96px);
  color: var(--rio-navy);
  font-size: clamp(1.65rem, 3.35vw, 3rem);
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0.03em;
}

.rio-home-v2 .rio-home-story-life {
  position: relative;
  max-width: 980px;
  margin: clamp(110px, 13vw, 190px) auto 0;
  display: flow-root;
}

.rio-home-v2 .rio-home-story-life::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  border-left: 2px dashed rgba(240, 149, 74, 0.55);
  transform: translateX(-1px);
}

.rio-home-v2 .rio-home-story-life li {
  position: relative;
  width: calc(50% - 58px);
  min-height: 150px;
  margin-bottom: clamp(54px, 7vw, 88px);
  padding: 34px clamp(28px, 3vw, 42px);
  display: flex;
  align-items: center;
  border: 1px solid rgba(28, 51, 80, 0.1);
  border-radius: 44px 18px 44px 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(28, 51, 80, 0.08);
}

.rio-home-v2 .rio-home-story-life li:nth-child(even) {
  margin-left: auto;
  border-radius: 18px 44px 18px 44px;
  background: rgba(244, 236, 223, 0.92);
}

.rio-home-v2 .rio-home-story-life li:last-child {
  margin-bottom: 0;
}

.rio-home-v2 .rio-home-story-life li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -69px;
  width: 22px;
  height: 22px;
  border: 6px solid var(--rio-cream-light);
  border-radius: 50%;
  background: var(--rio-orange);
  box-shadow: 0 0 0 2px rgba(155, 70, 18, 0.16);
  transform: translateY(-50%);
}

.rio-home-v2 .rio-home-story-life li:nth-child(even)::before {
  right: auto;
  left: -69px;
}

.rio-home-v2 .rio-home-story-life strong {
  color: var(--rio-navy);
  font-size: clamp(1.05rem, 1.75vw, 1.38rem);
  font-weight: 700;
  line-height: 1.9;
}

.rio-home-v2 .rio-home-story-turn {
  max-width: 900px;
  margin: clamp(140px, 16vw, 230px) auto;
  text-align: center;
}

.rio-home-v2 .rio-home-story-turn h3 {
  color: var(--rio-navy);
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.035em;
}

.rio-home-v2 .rio-home-story-turn h3 span {
  display: block;
  color: var(--rio-orange-dark);
}

.rio-home-v2 .rio-home-story-choice {
  max-width: 720px;
  margin: clamp(70px, 8vw, 112px) auto 0;
  color: var(--rio-ink);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  font-weight: 500;
  line-height: 2.15;
}

.rio-home-v2 .rio-home-story-choice p + p {
  margin-top: 28px;
}

.rio-home-v2 .rio-home-story-future {
  position: relative;
  overflow: hidden;
  padding: clamp(108px, 12vw, 170px) 0 clamp(98px, 11vw, 150px);
  color: var(--rio-white);
  border-radius: min(8vw, 120px) min(8vw, 120px) 0 0;
  background: var(--rio-navy);
}

.rio-home-v2 .rio-home-story-future::before,
.rio-home-v2 .rio-home-story-future::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.rio-home-v2 .rio-home-story-future::before {
  top: -90px;
  right: 8%;
  width: 230px;
  height: 230px;
  border: 42px solid rgba(240, 149, 74, 0.9);
}

.rio-home-v2 .rio-home-story-future::after {
  bottom: -140px;
  left: 6%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.rio-home-v2 .rio-home-story-future-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.rio-home-v2 .rio-home-story-beginning {
  color: #ffc18a;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.7;
}

.rio-home-v2 .rio-home-story-future h3 {
  margin-top: clamp(42px, 5vw, 68px);
  color: var(--rio-white);
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.rio-home-v2 .rio-home-story-future-copy {
  max-width: 690px;
  margin: 34px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.45vw, 1.16rem);
  line-height: 2;
}

.rio-home-v2 .rio-home-story-status {
  width: fit-content;
  margin: clamp(58px, 7vw, 88px) auto 0;
  padding: 14px 26px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: var(--rio-navy);
  background: var(--rio-cream);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (max-width: 820px) {
  .rio-home-v2 .rio-home-story {
    padding-top: 110px;
  }

  .rio-home-v2 .rio-home-story-opening h2 {
    font-size: clamp(2.4rem, 6.2vw, 3.1rem);
  }

  .rio-home-v2 .rio-home-story-life::before {
    left: 24px;
  }

  .rio-home-v2 .rio-home-story-life li,
  .rio-home-v2 .rio-home-story-life li:nth-child(even) {
    width: auto;
    min-height: 0;
    margin-right: 0;
    margin-left: 68px;
    border-radius: 34px 16px 34px 16px;
  }

  .rio-home-v2 .rio-home-story-life li::before,
  .rio-home-v2 .rio-home-story-life li:nth-child(even)::before {
    right: auto;
    left: -55px;
  }

  .rio-home-v2 .rio-home-story-turn {
    margin-block: 150px;
  }

  .rio-home-v2 .rio-home-story-future::before {
    right: -74px;
  }
}

@media (max-width: 520px) {
  .rio-home-v2 .rio-home-story {
    padding-top: 86px;
  }

  .rio-home-v2 .rio-home-story::before {
    right: -105px;
    width: 210px;
    height: 210px;
  }

  .rio-home-v2 .rio-home-story-opening h2 {
    font-size: clamp(1.42rem, 6.45vw, 1.72rem);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .rio-home-v2 .rio-home-story-opening h2::after {
    margin-top: 26px;
    border-top-width: 3px;
  }

  .rio-home-v2 .rio-home-story-dialogue {
    margin-top: 62px;
  }

  .rio-home-v2 .rio-home-story-answer {
    font-size: 1.12rem;
  }

  .rio-home-v2 .rio-home-story-question {
    margin-top: 48px;
    font-size: 1.5rem;
  }

  .rio-home-v2 .rio-home-story-life {
    margin-top: 96px;
  }

  .rio-home-v2 .rio-home-story-life::before {
    left: 13px;
  }

  .rio-home-v2 .rio-home-story-life li,
  .rio-home-v2 .rio-home-story-life li:nth-child(even) {
    margin-bottom: 46px;
    margin-left: 42px;
    padding: 26px 24px;
  }

  .rio-home-v2 .rio-home-story-life li::before,
  .rio-home-v2 .rio-home-story-life li:nth-child(even)::before {
    left: -39px;
    width: 18px;
    height: 18px;
    border-width: 5px;
  }

  .rio-home-v2 .rio-home-story-life strong {
    font-size: 1rem;
    line-height: 1.85;
  }

  .rio-home-v2 .rio-home-story-turn {
    margin-block: 118px;
  }

  .rio-home-v2 .rio-home-story-turn h3 {
    font-size: 1.82rem;
  }

  .rio-home-v2 .rio-home-story-choice {
    margin-top: 58px;
    line-height: 2;
  }

  .rio-home-v2 .rio-home-story-choice p + p {
    margin-top: 22px;
  }

  .rio-home-v2 .rio-home-story-future {
    padding-block: 94px 88px;
    border-radius: 42px 42px 0 0;
  }

  .rio-home-v2 .rio-home-story-future::before {
    top: -66px;
    right: -78px;
    width: 170px;
    height: 170px;
    border-width: 30px;
  }

  .rio-home-v2 .rio-home-story-future h3 {
    margin-top: 36px;
    font-size: 2.4rem;
    letter-spacing: 0.045em;
  }

  .rio-home-v2 .rio-home-story-future-copy {
    margin-top: 26px;
  }

  .rio-home-v2 .rio-home-story-status {
    max-width: 100%;
    margin-top: 54px;
    padding: 12px 20px;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
  }
}

/* Storybook narrative prototype — image slots are intentionally visible. */
.rio-home-v2 .rio-storybook {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(92px, 10vw, 150px);
  background:
    radial-gradient(circle at 92% 7%, rgba(240, 149, 74, 0.13) 0 5%, transparent 5.2%),
    radial-gradient(circle at 6% 38%, rgba(28, 51, 80, 0.06) 0 4.5%, transparent 4.7%),
    var(--rio-cream-light);
}

.rio-home-v2 .rio-storybook-opening {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(54px, 8vw, 120px);
  min-height: min(760px, 78vh);
  padding-bottom: clamp(100px, 12vw, 170px);
}

.rio-home-v2 .rio-storybook-opening.is-reverse .rio-storybook-opening-copy {
  order: 2;
}

.rio-home-v2 .rio-storybook-opening.is-reverse {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.05fr);
}

.rio-home-v2 .rio-storybook-opening.is-reverse .rio-image-placeholder {
  order: 1;
  justify-self: end;
  border-radius: 58% 42% 54% 46% / 44% 53% 47% 56%;
}

.rio-home-v2 .rio-storybook-opening.is-reverse .rio-image-placeholder::before {
  right: 12%;
  left: auto;
}

.rio-home-v2 .rio-storybook-opening.is-reverse .rio-image-placeholder::after {
  right: auto;
  left: 9%;
}

.rio-home-v2 .rio-storybook-opening h2 {
  color: var(--rio-navy);
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.rio-home-v2 .rio-storybook-opening h2 span {
  display: block;
  white-space: nowrap;
}

.rio-home-v2 .rio-storybook-opening h2::after {
  content: "";
  width: clamp(100px, 12vw, 165px);
  height: 11px;
  margin-top: 28px;
  display: block;
  border-top: 3px solid var(--rio-orange);
  border-radius: 50%;
  transform: rotate(-1.5deg);
}

.rio-home-v2 .rio-storybook-answer {
  margin-top: clamp(52px, 6vw, 82px);
  color: var(--rio-orange-dark);
  font-size: clamp(1.2rem, 1.9vw, 1.65rem);
  font-weight: 700;
  line-height: 1.8;
}

.rio-home-v2 .rio-storybook-question {
  margin-top: clamp(32px, 4vw, 54px);
  color: var(--rio-navy);
  font-size: clamp(1.35rem, 2.35vw, 2rem);
  font-weight: 700;
  line-height: 1.7;
}

.rio-home-v2 .rio-storybook-path-lead {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.rio-home-v2 .rio-storybook-path-lead path {
  fill: none;
  stroke: rgba(240, 149, 74, 0.34);
  stroke-width: 3;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.rio-home-v2 .rio-storybook-path-lead .is-compact {
  display: none;
}

.rio-home-v2 .rio-image-placeholder {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: clamp(22px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--rio-navy);
  text-align: center;
  border: 2px dashed rgba(155, 70, 18, 0.48);
  border-radius: 42% 58% 46% 54% / 53% 44% 56% 47%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(244, 236, 223, 0.88)),
    var(--rio-cream);
}

.rio-home-v2 .rio-image-placeholder::before,
.rio-home-v2 .rio-image-placeholder::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.rio-home-v2 .rio-image-placeholder::before {
  top: 9%;
  left: 12%;
  width: 34px;
  height: 34px;
  background: rgba(240, 149, 74, 0.23);
}

.rio-home-v2 .rio-image-placeholder::after {
  right: 9%;
  bottom: 12%;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(28, 51, 80, 0.13);
}

.rio-home-v2 .rio-image-placeholder.is-filled {
  padding: 0;
  border: 0;
  display: block;
  overflow: hidden;
}

.rio-home-v2 .rio-image-placeholder.is-filled::before,
.rio-home-v2 .rio-image-placeholder.is-filled::after {
  content: none;
}

.rio-home-v2 .rio-image-placeholder.is-filled img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rio-home-v2 .rio-image-placeholder.is-filled[data-image-slot="01"] img {
  object-position: 50% 50%;
}

.rio-home-v2 .rio-image-placeholder.is-filled[data-image-slot="02"] img {
  object-position: 68% 52%;
}

.rio-home-v2 .rio-image-placeholder.is-filled[data-image-slot="03"] img {
  object-position: 42% 50%;
}

.rio-home-v2 .rio-image-placeholder.is-filled[data-image-slot="04"] img {
  object-position: 38% 50%;
}

.rio-home-v2 .rio-image-placeholder.is-filled[data-image-slot="05"] img {
  object-position: 40% 56%;
}

.rio-home-v2 .rio-image-placeholder span,
.rio-home-v2 .rio-image-placeholder strong,
.rio-home-v2 .rio-image-placeholder small {
  position: relative;
  z-index: 1;
}

.rio-home-v2 .rio-image-placeholder span {
  color: var(--rio-orange-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.rio-home-v2 .rio-image-placeholder strong {
  margin-top: 12px;
  font-size: clamp(1.02rem, 1.65vw, 1.35rem);
  line-height: 1.6;
}

.rio-home-v2 .rio-image-placeholder small {
  margin-top: 9px;
  color: rgba(28, 51, 80, 0.64);
  font-size: 0.78rem;
}

.rio-home-v2 .rio-storybook-flow {
  position: relative;
  padding-bottom: clamp(70px, 8.5vw, 126px);
}

.rio-home-v2 .rio-storybook-path {
  position: absolute;
  z-index: 0;
  inset: 0 4% 0 4%;
  width: 92%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.rio-home-v2 .rio-storybook-path path {
  fill: none;
  stroke: rgba(240, 149, 74, 0.34);
  stroke-width: 3;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.rio-home-v2 .rio-storybook-mobile-connector {
  display: none;
}

.rio-home-v2 .rio-storybook-mobile-continuous-path {
  display: none;
}

.rio-home-v2 .rio-story-scene {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
  margin-bottom: clamp(90px, 11vw, 168px);
}

.rio-home-v2 .rio-story-scene:last-child {
  margin-bottom: 0;
}

.rio-home-v2 .rio-story-scene.is-reverse .rio-story-scene-copy {
  order: 2;
}

.rio-home-v2 .rio-story-scene.is-reverse .rio-image-placeholder {
  order: 1;
  justify-self: end;
}

.rio-home-v2 .rio-story-scene:not(.is-reverse) .rio-image-placeholder {
  justify-self: start;
}

.rio-home-v2 .rio-story-scene-copy {
  max-width: 570px;
  padding: clamp(8px, 1.5vw, 20px);
  background: rgba(250, 247, 240, 0.83);
  border-radius: 40px;
}

.rio-home-v2 .rio-story-scene h3 {
  color: var(--rio-navy);
  font-size: clamp(1.8rem, 3.2vw, 2.85rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.rio-home-v2 .rio-story-scene h3::after {
  content: "";
  width: 76px;
  height: 9px;
  margin-top: 22px;
  display: block;
  border-top: 3px solid var(--rio-orange);
  border-radius: 50%;
  transform: rotate(-2deg);
}

.rio-home-v2 .rio-story-scene p {
  margin-top: 25px;
  color: var(--rio-ink);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  font-weight: 500;
  line-height: 2.05;
}

.rio-home-v2 .rio-story-scene .rio-story-emphasis {
  color: var(--rio-navy);
  font-weight: 700;
}

.rio-home-v2 .rio-story-finale {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 9vw, 126px) 0 clamp(100px, 12vw, 160px);
  color: var(--rio-ink);
  background: var(--rio-cream-light);
}

@media (min-width: 821px) {
  .rio-home-v2 #approach .rio-story-finale {
    padding-top: calc(clamp(150px, calc(9.86vw + 52px), 196px) - clamp(70px, 8.5vw, 126px));
  }
}

.rio-home-v2 .rio-story-finale-path {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: min(1240px, calc(100% - 80px));
  height: clamp(84px, 9vw, 126px);
  overflow: visible;
  pointer-events: none;
  transform: translateX(-50%);
}

.rio-home-v2 .rio-story-finale-path path {
  fill: none;
  stroke: rgba(240, 149, 74, 0.34);
  stroke-width: 3;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.rio-home-v2 .rio-story-finale-path .is-compact {
  display: none;
}

.rio-home-v2 .rio-story-finale-scene {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
  align-items: start;
  gap: clamp(70px, 10vw, 150px);
}

.rio-home-v2 .rio-story-finale-photo {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4 / 3;
  justify-self: start;
}

.rio-home-v2 .rio-story-finale-heading {
  position: relative;
  z-index: 1;
  max-width: 570px;
  padding: clamp(8px, 1.5vw, 20px);
  text-align: left;
  border-radius: 40px;
  background: rgba(250, 247, 240, 0.83);
}

.rio-home-v2 .rio-story-finale-heading > p {
  color: var(--rio-orange-dark);
  font-size: clamp(1.25rem, 2.3vw, 1.9rem);
  font-weight: 700;
}

.rio-home-v2 .rio-story-finale h3 {
  margin-top: clamp(38px, 5vw, 64px);
  color: var(--rio-navy);
  font-size: clamp(2.15rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.rio-home-v2 .rio-story-finale-copy {
  margin-top: 38px;
  color: var(--rio-ink);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 2;
}

.rio-home-v2 .rio-story-finale-copy p + p {
  margin-top: 10px;
}

.rio-home-v2 .rio-own-story {
  position: relative;
  z-index: 1;
  margin-top: clamp(108px, 12.5vw, 172px);
  padding: clamp(42px, 5vw, 68px);
  display: grid;
  grid-template-columns: minmax(300px, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(58px, 8vw, 120px);
  border-radius: clamp(30px, 4vw, 56px);
  background: var(--rio-cream);
  box-shadow: 0 18px 48px rgba(28, 51, 80, 0.06);
}

.rio-home-v2 .rio-own-story .rio-image-placeholder {
  max-width: 620px;
  color: var(--rio-navy);
  border-color: rgba(155, 70, 18, 0.48);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 236, 223, 0.96)),
    var(--rio-cream-light);
  box-shadow: 0 18px 42px rgba(28, 51, 80, 0.14);
}

.rio-home-v2 .rio-own-story .rio-image-placeholder.is-photo {
  aspect-ratio: 3 / 2;
  border-radius: 42px 18px 42px 18px;
}

.rio-home-v2 .rio-own-story .rio-image-placeholder span,
.rio-home-v2 .rio-own-story .rio-image-placeholder small {
  color: var(--rio-orange-dark);
}

.rio-home-v2 .rio-own-story-copy h4 {
  color: var(--rio-navy);
  font-size: clamp(1.8rem, 3.2vw, 2.9rem);
  line-height: 1.55;
}

.rio-home-v2 .rio-own-story-copy h4::after {
  content: "";
  width: 58px;
  height: 8px;
  margin-top: 18px;
  display: block;
  border-top: 3px solid var(--rio-orange);
  border-radius: 50%;
  transform: rotate(-2deg);
}

.rio-home-v2 .rio-own-story-copy > p {
  margin-top: 28px;
  color: var(--rio-ink);
  line-height: 2;
}

.rio-home-v2 .rio-own-story-actions {
  width: 100%;
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px clamp(20px, 3vw, 34px);
}

.rio-home-v2 .rio-own-story-copy .rio-own-story-status,
.rio-home-v2 .rio-own-story-booking {
  width: fit-content;
  min-height: 48px;
  margin: 0;
  padding: 11px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: var(--rio-white);
  border: 0;
  border-radius: 999px;
  background: var(--rio-navy);
  box-shadow: 0 8px 18px rgba(28, 51, 80, 0.14);
  box-sizing: border-box;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rio-home-v2 .rio-own-story-copy .rio-own-story-status {
  cursor: default;
}

.rio-home-v2 .rio-own-story-booking::after {
  content: none;
}

@media (hover: hover) {
  .rio-home-v2 .rio-own-story-copy .rio-own-story-status:hover,
  .rio-home-v2 .rio-own-story-booking:hover {
    color: var(--rio-white);
    background: var(--rio-navy-soft);
    box-shadow: 0 10px 22px rgba(28, 51, 80, 0.18);
    transform: translateY(-1px);
  }
}

.rio-home-v2 .rio-own-story-copy .rio-own-story-status:active,
.rio-home-v2 .rio-own-story-booking:active {
  color: var(--rio-white);
  background: var(--rio-navy-soft);
  box-shadow: 0 4px 10px rgba(28, 51, 80, 0.14);
  transform: translateY(0);
}

.rio-home-v2 .rio-own-story-copy .rio-own-story-status:focus-visible,
.rio-home-v2 .rio-own-story-booking:focus-visible {
  outline: 3px solid var(--rio-orange);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(251, 247, 240, 0.94);
}

@media (min-width: 821px) {
  .rio-home-v2 .rio-own-story-copy h4 {
    font-size: clamp(1.25rem, 2.35vw, 2.15rem);
    white-space: nowrap;
  }

  .rio-home-v2 .rio-own-story-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    align-items: stretch;
    gap: clamp(8px, 1.2vw, 16px);
  }

  .rio-home-v2 .rio-own-story-copy .rio-own-story-status,
  .rio-home-v2 .rio-own-story-booking {
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 11px clamp(6px, 1vw, 14px);
    font-size: clamp(0.625rem, 1.1vw, 0.82rem);
  }
}

@media (max-width: 820px) {
  .rio-home-v2 #approach {
    --rio-approach-photo-height: 61.5vw;
    --rio-approach-photo-half-height: 30.75vw;
    --rio-approach-opening-tail: clamp(100px, 12vw, 170px);
    --rio-approach-scene-tail: clamp(90px, 11vw, 168px);
    --rio-approach-flow-tail: clamp(70px, 8.5vw, 126px);
    --rio-approach-finale-head: clamp(84px, 9vw, 126px);
  }

  .rio-home-v2 .rio-storybook-opening,
  .rio-home-v2 .rio-story-scene,
  .rio-home-v2 .rio-story-finale-scene,
  .rio-home-v2 .rio-own-story {
    grid-template-columns: 1fr;
  }

  .rio-home-v2 .rio-storybook-opening {
    min-height: 0;
  }

  .rio-home-v2 .rio-storybook-opening.is-reverse {
    grid-template-columns: 1fr;
  }

  .rio-home-v2 #approach .rio-story-scene {
    z-index: auto;
  }

  .rio-home-v2 .rio-storybook-opening .rio-image-placeholder,
  .rio-home-v2 .rio-storybook-opening.is-reverse .rio-image-placeholder,
  .rio-home-v2 .rio-story-scene .rio-image-placeholder,
  .rio-home-v2 .rio-story-scene.is-reverse .rio-image-placeholder {
    width: 82vw;
    max-width: none;
    order: 2;
  }

  .rio-home-v2 #approach [data-image-slot="01"],
  .rio-home-v2 #approach [data-image-slot="03"],
  .rio-home-v2 #approach [data-image-slot="05"] {
    width: 82vw;
    max-width: none;
    right: auto;
    left: auto;
    justify-self: start;
  }

  .rio-home-v2 #approach [data-image-slot="02"],
  .rio-home-v2 #approach [data-image-slot="04"] {
    right: auto;
    left: auto;
    justify-self: end;
  }

  .rio-home-v2 #approach .rio-storybook-opening.is-reverse .rio-storybook-opening-copy {
    width: min(84vw, 620px);
    justify-self: end;
    text-align: left;
    order: 1;
  }

  .rio-home-v2 #approach .rio-story-scene .rio-story-scene-copy,
  .rio-home-v2 #approach .rio-story-scene.is-reverse .rio-story-scene-copy {
    width: min(84vw, 620px);
    text-align: left;
    order: 1;
  }

  .rio-home-v2 #approach .rio-story-scene:not(.is-reverse) .rio-story-scene-copy {
    justify-self: start;
  }

  .rio-home-v2 #approach .rio-story-scene.is-reverse .rio-story-scene-copy {
    width: min(76vw, calc(94vw - 70px), 560px);
    justify-self: end;
    transform: translateX(clamp(40px, calc(50vw - 344px), 66px));
  }

  .rio-home-v2 #approach .rio-storybook-path-lead,
  .rio-home-v2 #approach .rio-storybook-path,
  .rio-home-v2 #approach .rio-story-finale-path {
    display: none;
  }

  .rio-home-v2 #approach .rio-storybook-mobile-connector {
    display: none;
  }

  .rio-home-v2 #approach .rio-storybook-mobile-continuous-path {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    pointer-events: none;
  }

  .rio-home-v2 #approach [data-image-slot="01"] {
    position: relative;
    z-index: 1;
  }

  .rio-home-v2 #approach .rio-storybook-opening-copy,
  .rio-home-v2 #approach .rio-story-scene-copy,
  .rio-home-v2 #approach .rio-story-finale-heading,
  .rio-home-v2 #approach [data-image-slot="02"],
  .rio-home-v2 #approach [data-image-slot="03"],
  .rio-home-v2 #approach [data-image-slot="04"],
  .rio-home-v2 #approach [data-image-slot="05"] {
    position: relative;
    z-index: 2;
  }

  .rio-home-v2 #approach .rio-storybook-flow > .rio-story-scene:first-of-type > .rio-story-scene-copy {
    z-index: auto;
  }

  .rio-home-v2 #approach .rio-storybook-flow > .rio-story-scene:first-of-type > .rio-story-scene-copy > h3,
  .rio-home-v2 #approach .rio-storybook-flow > .rio-story-scene:first-of-type > .rio-story-scene-copy > p {
    position: relative;
    z-index: 2;
  }

  .rio-home-v2 #approach .rio-storybook-mobile-continuous-path path {
    fill: none;
    stroke: rgba(240, 149, 74, 0.34);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
  }

  .rio-home-v2 .rio-story-finale-scene {
    gap: 58px;
  }

  .rio-home-v2 .rio-story-finale-photo {
    width: min(100%, 520px);
    justify-self: center;
    order: 2;
  }

  .rio-home-v2 #approach .rio-story-finale-heading {
    width: min(84vw, 620px);
    justify-self: center;
    text-align: left;
    order: 1;
  }

  .rio-home-v2 .rio-own-story {
    padding: clamp(34px, 6vw, 52px);
    gap: 58px;
  }

  .rio-home-v2 .rio-own-story .rio-image-placeholder,
  .rio-home-v2 .rio-own-story-copy {
    width: min(100%, 620px);
    max-width: 620px;
    justify-self: center;
  }

  .rio-home-v2 .rio-own-story-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(10px, 2vw, 16px);
  }

  .rio-home-v2 .rio-own-story-copy .rio-own-story-status,
  .rio-home-v2 .rio-own-story-booking {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 11px clamp(8px, 2vw, 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 999px;
    font-size: clamp(0.7rem, 1.75vw, 0.82rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
    white-space: nowrap;
  }

}

@media (min-width: 521px) and (max-width: 820px) {
  .rio-home-v2 #approach .rio-story-scene {
    gap: clamp(56px, calc(10vw - 16px), 64px);
  }
}

@media (max-width: 520px) {
  .rio-home-v2 #approach {
    --rio-approach-opening-tail: 95px;
    --rio-approach-scene-tail: 83px;
    --rio-approach-flow-tail: 74px;
    --rio-approach-finale-head: 77px;
  }

  .rio-home-v2 .rio-storybook {
    padding-top: 78px;
  }

  .rio-home-v2 .rio-storybook-opening {
    gap: 58px;
    padding-bottom: 95px;
  }

  .rio-home-v2 .rio-storybook-path-lead {
    height: 95px;
  }

  .rio-home-v2 .rio-storybook-opening h2 {
    font-size: clamp(1.15rem, 5.8vw, 1.85rem);
  }

  .rio-home-v2 .rio-storybook-question {
    font-size: 1.35rem;
  }

  .rio-home-v2 .rio-storybook-flow {
    padding-bottom: 74px;
  }

  .rio-home-v2 .rio-story-scene {
    gap: 52px;
    margin-bottom: 83px;
  }

  .rio-home-v2 .rio-story-scene-copy {
    padding: 0;
    background: transparent;
  }

  .rio-home-v2 #approach .rio-story-scene.is-reverse .rio-story-scene-copy {
    transform: translateX(32px);
  }

  .rio-home-v2 .rio-story-scene h3 {
    font-size: 1.75rem;
  }

  .rio-home-v2 .rio-image-placeholder {
    border-radius: 36% 64% 42% 58% / 54% 42% 58% 46%;
  }

  .rio-home-v2 .rio-story-finale {
    padding-block: 77px 88px;
  }

  .rio-home-v2 .rio-story-finale-path {
    width: calc(100% - 32px);
    height: 77px;
  }

  .rio-home-v2 .rio-story-finale h3 {
    font-size: clamp(2rem, 10vw, 2.5rem);
    letter-spacing: 0.04em;
  }

  .rio-home-v2 .rio-story-finale-heading {
    padding: 0;
    background: transparent;
  }

  .rio-home-v2 .rio-own-story {
    margin-top: 100px;
    padding: 28px 18px 34px;
    gap: 44px;
    border-radius: 30px;
  }

  .rio-home-v2 .rio-own-story-actions {
    align-items: flex-start;
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .rio-home-v2 .rio-own-story-copy .rio-own-story-status,
  .rio-home-v2 .rio-own-story-booking {
    width: 100%;
  }

  .rio-home-v2 .rio-own-story .rio-image-placeholder.is-photo {
    border-radius: 30px 14px 30px 14px;
  }
}

/* Hero breakpoints follow the viewport; cqw units still reference rio-hero-canvas. */
@media (min-width: 821px) {
  .rio-home-v2 .rio-hero-bottom-right-shape {
    display: block;
  }

  .rio-home-v2 .rio-hero-stage {
    /* Keep the PC hero as one proportional composition, calibrated at 1920px. */
    --rio-hero-copy-top: 5.9375cqw;
    --rio-hero-copy-left: 12.5cqw;
    --rio-hero-copy-width: 33.854167cqw;
    --rio-hero-copy-padding: 1.25cqw;
    --rio-hero-title-size: 3.416667cqw;
    --rio-hero-lead-size: 0.85cqw;
    --rio-hero-lead-width: 28.125cqw;
    --rio-hero-lead-margin: 0.9375cqw;
    --rio-hero-link-size: 0.7cqw;
    --rio-hero-link-margin: 1.458333cqw;
    --rio-hero-link-gap: 0.833333cqw;
    --rio-hero-link-padding-top: 0.416667cqw;
    --rio-hero-link-padding-bottom: 0.3125cqw;
    --rio-hero-illustration-width: 15.208333cqw;
    --rio-hero-illustration-left: -1.666667cqw;
    --rio-hero-illustration-margin: 1.666667cqw;
  }

  .rio-home-v2 .rio-photo-row {
    --rio-half-tile-offset: calc(7.142857143cqw - clamp(2.571428571px, 0.3cqw, 4.285714286px));
    grid-template-columns: repeat(7, minmax(0, 1fr));
    width: 100%;
  }

  .rio-home-v2 .rio-photo-row.rio-photo-row-offset {
    transform: translateX(var(--rio-half-tile-offset));
  }

  .rio-home-v2 .rio-photo-row > .rio-photo-tile-replaceable {
    order: -1;
  }

  .rio-home-v2 .rio-hero-cream-shape {
    transform: scaleX(1.055);
    transform-origin: left center;
  }

  .rio-home-v2 .rio-hero-copy {
    position: absolute;
    inset: 0 auto auto 0;
  }

  .rio-home-v2 .rio-hero-lead {
    max-width: var(--rio-hero-lead-width);
    margin-top: var(--rio-hero-lead-margin);
  }

  .rio-home-v2 .rio-hero .rio-text-link {
    margin-top: var(--rio-hero-link-margin);
    padding: var(--rio-hero-link-padding-top) 0 var(--rio-hero-link-padding-bottom);
    gap: var(--rio-hero-link-gap);
    font-size: var(--rio-hero-link-size);
  }

  .rio-home-v2 .rio-hero-illustration {
    width: min(100%, var(--rio-hero-illustration-width));
    margin-top: var(--rio-hero-illustration-margin);
    margin-left: var(--rio-hero-illustration-left);
  }
}

@media (max-width: 820px) {
  .rio-home-v2 .rio-hero-stage {
    /* 520pxの現行ファーストビューを100%として、320〜820pxを一つの倍率で連動させる。 */
    --rio-photo-gap: 0.769230769cqw;
    --rio-compact-photo-tile-width: 21.538461538cqw;
    --rio-compact-photo-tile-height: 16.153846154cqw;
    --rio-compact-half-tile-offset: 11.153846154cqw;
    --rio-compact-photo-row-pitch: 16.923076923cqw;
    --rio-compact-mask-height: 100.769230769cqw;
    --rio-compact-stage-height: 134.615384615cqw;
    --rio-compact-copy-inset: 3.076923077cqw;
    --rio-hero-title-size: 7.538461538cqw;
    --rio-hero-lead-size: 2.892307692cqw;
    --rio-hero-illustration-margin: 2.307692308cqw;
    min-height: var(--rio-compact-stage-height);
    padding: 6.923076923cqw 0 0;
    display: block;
    isolation: isolate;
    background: #fbf7ef;
  }

  .rio-home-v2 .rio-hero-stage::before,
  .rio-home-v2 .rio-hero-cream-shape,
  .rio-home-v2 .rio-scroll-cue,
  .rio-home-v2 .rio-hero-mobile-curve,
  .rio-home-v2 .rio-collage::before,
  .rio-home-v2 .rio-collage::after {
    display: none;
  }

  .rio-home-v2 .rio-hero-copy {
    position: relative;
    top: auto;
    left: auto;
    z-index: 3;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    padding-inline: var(--rio-compact-copy-inset);
    transform: none;
  }

  .rio-home-v2 .rio-hero h1,
  .rio-home-v2 .rio-hero-lead {
    transform: translateX(7cqw);
  }

  .rio-home-v2 .rio-hero-illustration {
    transform: translateX(10cqw);
  }

  .rio-home-v2 .rio-hero h1 {
    font-size: var(--rio-hero-title-size);
    line-height: 1.34;
    letter-spacing: 0.025em;
  }

  .rio-home-v2 .rio-hero h1 .rio-hero-title-second {
    margin-left: 0.55em;
  }

  .rio-home-v2 .rio-hero h1 .rio-hero-title-second::after {
    width: 64%;
    height: 1.923076923cqw;
    border-top-width: 0.384615385cqw;
  }

  .rio-home-v2 .rio-hero-lead {
    max-width: 103.846153846cqw;
    margin-top: 3.076923077cqw;
    padding-left: 0;
    font-size: var(--rio-hero-lead-size);
    line-height: 1.85;
  }

  .rio-home-v2 .rio-hero .rio-text-link {
    margin-top: 3.076923077cqw;
    padding: 1.538461538cqw 0 1.153846154cqw;
    gap: 3.076923077cqw;
    border-bottom-width: 0.192307692cqw;
    font-size: 2.584615385cqw;
  }

  .rio-home-v2 .rio-hero-illustration {
    width: 40.384615385cqw;
    margin-top: var(--rio-hero-illustration-margin);
    margin-left: -3.461538462cqw;
  }

  .rio-home-v2 .rio-collage {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: var(--rio-compact-stage-height);
    min-height: 0;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, var(--rio-compact-photo-tile-width));
    grid-template-rows: repeat(7, var(--rio-compact-photo-tile-height));
    grid-auto-flow: row;
    align-content: start;
    gap: var(--rio-photo-gap);
    background: #fffdf9;
  }

  .rio-home-v2 .rio-photo-row,
  .rio-home-v2 .rio-photo-row.rio-photo-row-desktop-only {
    width: auto;
    display: contents;
    transform: none;
  }

  .rio-home-v2 .rio-photo-row + .rio-photo-row {
    margin-top: 0;
  }

  .rio-home-v2 .rio-collage > .rio-photo-row:first-of-type > .rio-photo-tile:nth-child(n + 6):nth-child(-n + 7),
  .rio-home-v2 .rio-photo-row-second > .rio-photo-tile:nth-child(-n + 3),
  .rio-home-v2 .rio-photo-row-third > .rio-photo-tile:nth-child(n + 2):nth-child(-n + 6),
  .rio-home-v2 .rio-photo-row-desktop-only > .rio-photo-tile:nth-child(n + 4):nth-child(-n + 7) {
    transform: translateX(calc(-1 * var(--rio-compact-half-tile-offset)));
  }

  .rio-home-v2 .rio-photo-tile {
    top: var(--rio-compact-photo-row-pitch);
    border-radius: 1.153846154cqw;
  }

  .rio-home-v2 .rio-photo-tile-mobile-only,
  .rio-home-v2 .rio-photo-tile-compact-only,
  .rio-home-v2 .rio-photo-tile-desktop-only,
  .rio-home-v2 .rio-photo-tile-tablet-empty {
    display: block;
  }

  .rio-home-v2 .rio-photo-tile-tablet-empty {
    grid-area: 6 / 5;
    transform: translateX(calc(-1 * var(--rio-compact-half-tile-offset)));
    background: #fbf7ef;
  }

  .rio-home-v2 .rio-hero-tablet-mask {
    position: absolute;
    z-index: 2;
    inset: 0 auto auto 0;
    width: 100%;
    height: var(--rio-compact-mask-height);
    display: block;
    overflow: visible;
    color: #fbf7ef;
    pointer-events: none;
  }

  .rio-home-v2 .rio-hero-tablet-mask-bottom {
    transform: translateY(calc(2.6 * var(--rio-compact-photo-row-pitch)));
  }

  .rio-home-v2 .rio-hero-tablet-mask path {
    fill: currentColor;
  }
}
