:root {
  --rosso-red: #e0181f;
  --rosso-red-dark: #a90f16;
  --ink: #171717;
  --muted: #6f7379;
  --line: #e5e7eb;
  --paper: #ffffff;
  --soft: #f4f5f6;
  --garage: #23272d;
  --olive: #69745f;
  --gold: #b78b3d;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  overflow-wrap: normal;
  word-break: normal;
  line-break: strict;
  hyphens: manual;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

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

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

video,
iframe {
  max-width: 100%;
}

main,
header,
footer,
section {
  max-width: 100%;
}

.nav__inner > *,
.section__inner > *,
.business-grid > *,
.video-grid > *,
.social-follow-grid > * {
  min-width: 0;
}

.topbar {
  display: none;
  background: #0f1012;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.topbar__inner,
.nav__inner,
.section__inner,
.footer__inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.topbar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
}

.nav__inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  color: var(--rosso-red);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand span {
  color: var(--ink);
  font-weight: 700;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.nav__links a {
  color: #202226;
}

.nav__links a:hover,
.nav__links .is-active {
  color: var(--rosso-red);
}

.nav-toggle,
.nav-menu-button {
  display: none;
}

.nav__cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--rosso-red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
}

.home-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
}

.home-header .topbar {
  background: #000;
  color: rgba(255, 255, 255, 0.9);
}

.home-header .topbar__inner {
  min-height: 30px;
  font-size: 12px;
}

.home-social {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 700;
}

.home-header .nav {
  position: relative;
  top: auto;
  background: rgba(0, 0, 0, 0.31);
  border-bottom: 0;
  backdrop-filter: none;
}

.home-header .nav__inner {
  height: 88px;
}

.brand--image {
  display: block;
  width: 174px;
}

.brand--image img {
  width: 100%;
  height: auto;
}

.home-header .nav__links a {
  color: rgba(255, 255, 255, 0.82);
  font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.home-header .nav__links a:hover,
.home-header .nav__links .is-active {
  color: var(--rosso-red);
}

.button--dark {
  background: var(--ink);
}

.button--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.hero {
  min-height: calc(100svh - 108px);
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.26)),
    url("https://www.rosso-cars.com/wp-content/uploads/2016/03/rossocars_aboutus_160303_001.jpg") center / cover;
}

.hero__inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 78px 0 94px;
}

.eyebrow {
  color: var(--rosso-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 16px 0 20px;
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero p {
  max-width: 650px;
  margin: 0 0 30px;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero--current {
  position: relative;
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 2;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background: #09090d;
}

.hero--current::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, .12), rgba(0, 0, 0, .62)),
    linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .46));
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero--current .hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(860px, calc(100% - 40px));
  padding: 150px 0 150px;
}

.hero--current h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .55);
  word-break: keep-all;
  overflow-wrap: normal;
}

.hero .hero__copy {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.62);
}

.service-strip {
  margin-top: 52px;
  position: relative;
  z-index: 2;
}

.service-strip__grid {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-tile {
  --tile-accent: #2fb85a;
  --tile-border: rgba(47, 184, 90, .62);
  position: relative;
  min-height: 172px;
  display: grid;
  align-content: end;
  gap: 9px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(11, 46, 25, .90), rgba(29, 150, 70, .64)),
    url("https://www.rosso-cars.com/wp-content/uploads/2025/03/70089002183025032500100.jpg") center / cover;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
  isolation: isolate;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-tile::before {
  content: "01";
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 1;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.service-tile::after {
  content: "";
  position: absolute;
  inset: auto 24px 20px 24px;
  height: 3px;
  z-index: 1;
  background: var(--tile-accent);
  transform: scaleX(.24);
  transform-origin: left;
  transition: transform .2s ease;
}

.service-tile:nth-child(2) {
  --tile-accent: #d6d6d6;
  --tile-border: rgba(214, 214, 214, .62);
  background:
    linear-gradient(135deg, rgba(24, 25, 28, .90), rgba(142, 142, 142, .62)),
    url("https://www.rosso-cars.com/wp-content/uploads/2024/11/2022-11-11-16.18のイメージ-1.jpeg") center / cover;
}

.service-tile:nth-child(2)::before {
  content: "02";
}

.service-tile:nth-child(3) {
  --tile-accent: #ed1c24;
  --tile-border: rgba(237, 28, 36, .62);
  background:
    linear-gradient(135deg, rgba(40, 9, 12, .88), rgba(237, 28, 36, .62)),
    url("https://www.rosso-cars.com/wp-content/uploads/2024/12/429945759_7261314510630903_8579020121744636681_n.jpg") center / cover;
}

.service-tile:nth-child(3)::before {
  content: "03";
}

.service-tile:hover {
  transform: translateY(-6px);
  border-color: var(--tile-border);
  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.28);
}

.service-tile:hover::after {
  transform: scaleX(1);
}

.service-tile strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 19px;
  line-height: 1.35;
  margin: 0;
  word-break: keep-all;
  overflow-wrap: normal;
}

.service-tile span:not(.service-tile__icon) {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 800;
}

.service-tile__icon {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 1;
  width: 54px;
  height: 54px;
  transform: translateX(-50%);
  display: inline-grid;
  place-items: center;
  line-height: 1;
  color: #fff;
}

.service-tile__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section {
  padding: 90px 0;
}

.section--soft {
  background: var(--soft);
}

.section--dark {
  background: #121315;
  color: #fff;
}

.section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

.section__head--center {
  display: block;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section__head--center h2,
.home-intro h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 34px;
  padding-bottom: 26px;
}

.section__head--center h2::after,
.home-intro h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 3px;
  background: var(--rosso-red);
  transform: translateX(-50%);
}

.section__head--center p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7;
  word-break: keep-all;
}

.mobile-break {
  display: none;
}

.section h2 {
  margin: 8px 0 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.28;
  letter-spacing: 0;
  text-wrap: pretty;
  word-break: keep-all;
  overflow-wrap: normal;
}

.home-intro h2,
.section__head--center h2 {
  margin: 0 0 34px;
  padding-bottom: 26px;
  font-size: clamp(42px, 5vw, 60px);
  line-height: 1.05;
  font-weight: 900;
}

@media (min-width: 901px) {
  .section h2,
  .feature-band h2,
  .page-hero h1,
  .content-flow h2 {
    white-space: normal;
  }

  .section__head h2 {
    max-width: none;
  }
}

.lead {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}

.section--dark .lead {
  color: rgba(255, 255, 255, 0.72);
}

.split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
}

.split__image {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: #ddd;
}

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

.facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.fact {
  border-top: 2px solid var(--rosso-red);
  padding-top: 12px;
}

.fact b {
  display: block;
  font-size: 22px;
}

.fact span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

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

.home-intro h3 {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.55;
  font-weight: 900;
}

.home-intro .lead {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  color: #2f3338;
  font-weight: 700;
  line-height: 2;
}

.home-intro .lead + .lead {
  margin-top: 14px;
}

.text-link {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--rosso-red);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.business-network {
  border-top: 1px solid #eceef1;
}

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

.business-card {
  position: relative;
  min-height: 238px;
  display: grid;
  grid-template-rows: 86px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #e0e3e7;
  border-radius: 8px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.business-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--rosso-red);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .2s ease;
}

.business-card:hover {
  transform: translateY(-5px);
  border-color: #c7ccd2;
  box-shadow: 0 20px 45px rgba(26, 28, 31, .10);
}

.business-card:hover::before {
  transform: scaleY(1);
}

.business-card img {
  width: 100%;
  height: 76px;
  object-fit: contain;
}

.business-card--rosso img {
  width: min(220px, 100%);
  justify-self: center;
}

.business-card div {
  min-width: 0;
}

.business-card strong,
.business-card span {
  display: block;
}

.business-card strong {
  font-size: 18px;
  line-height: 1.4;
}

.business-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.business-card b {
  color: var(--rosso-red);
  font-size: 11px;
  letter-spacing: .08em;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 54px;
  align-items: center;
}

.about-layout__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
}

.about-layout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-layout__copy h2,
.section-title h2,
.business-detail h2 {
  margin: 8px 0 22px;
}

.about-layout__copy p {
  margin: 0;
  color: #373b40;
}

.about-layout__copy p + p {
  margin-top: 12px;
}

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

.section-title--spaced {
  margin-top: 70px;
}

.business-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.business-list li {
  position: relative;
  padding: 18px 0 18px 24px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.business-list li::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rosso-red);
}

.history-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.history-list li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 28px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.history-list time {
  color: var(--rosso-red);
  font-size: 17px;
  font-weight: 900;
}

.history-list span {
  color: #30343a;
  font-weight: 700;
}

.map-frame {
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe2e6;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.business-detail {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 58px;
  align-items: center;
}

.business-detail__logo {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.business-detail__logo img {
  width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.get-in-touch__button {
  margin-top: 30px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.card__image {
  aspect-ratio: 16 / 10;
  background: #d6d8dc;
}

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

.card__body {
  padding: 22px;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: manual;
}

.meta {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.car-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.car {
  position: relative;
  display: block;
  color: var(--ink);
  text-align: center;
  background: transparent;
}

.car img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.car__body {
  position: relative;
  padding: 28px 10px 0;
}

.car h3 {
  position: relative;
  margin: 0 0 26px;
  padding-bottom: 22px;
  font-size: 24px;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: normal;
}

.car h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 94px;
  height: 3px;
  background: var(--rosso-red);
  transform: translateX(-50%);
}

.car p {
  min-height: 58px;
  margin: 0;
  color: #35383d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.car__body span {
  display: inline-block;
  min-width: 170px;
  margin-top: 26px;
  padding: 15px 24px;
  border-radius: 4px;
  background: var(--rosso-red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.feature-band {
  min-height: 460px;
  display: grid;
  place-items: center;
  padding: 90px 20px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("https://www.rosso-cars.com/wp-content/uploads/2024/12/DSC00537.jpg") center / cover no-repeat;
}

.feature-band__inner {
  max-width: 760px;
}

.feature-band h2 {
  margin: 8px 0 28px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
  text-wrap: pretty;
  word-break: keep-all;
}

.custom-section {
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    url("https://www.rosso-cars.com/wp-content/uploads/2024/12/RF01-1.png") right center / contain no-repeat;
}

.brand-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 260px));
  gap: 18px;
}

.brand-link-grid a,
.service-card {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.brand-link-grid img,
.service-card img {
  max-height: 72px;
  object-fit: contain;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.service-card {
  align-content: start;
  justify-items: center;
  text-align: center;
}

.service-card h3 {
  margin: 18px 0 8px;
  font-size: 15px;
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: normal;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.contact-cta {
  background:
    linear-gradient(rgba(12, 12, 14, 0.76), rgba(12, 12, 14, 0.76)),
    url("https://www.rosso-cars.com/wp-content/uploads/2024/12/3-1.jpg") center / cover no-repeat;
}

.team-section .section__head {
  display: block;
  max-width: 900px;
}

.video-section {
  background: var(--rosso-red);
  color: #fff;
}

.youtube-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 34px;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.youtube-heading strong {
  font-weight: 900;
}

.youtube-mark {
  position: relative;
  width: 68px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
}

.youtube-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--rosso-red);
  transform: translate(-50%, -50%);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.video-card {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: #111;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .22);
}

.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.video-card span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.social-follow-section {
  background:
    linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
}

.social-follow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 320px));
  justify-content: center;
  gap: 34px;
  align-items: start;
}

.social-poster {
  background: transparent;
}

.social-poster__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1057 / 1488;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .10);
}

.social-poster--instagram .social-poster__image {
  background: linear-gradient(160deg, #4739d4 0%, #e62378 52%, #f6b533 100%);
}

.social-poster--line .social-poster__image {
  background: #00a85a;
}

.social-poster__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.get-in-touch {
  background:
    linear-gradient(rgba(8, 8, 10, 0.76), rgba(8, 8, 10, 0.76)),
    url("https://www.rosso-cars.com/wp-content/uploads/2024/12/2-2-1.jpg") center / cover no-repeat;
}

.contact-list {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.staff {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.staff img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.staff__body {
  padding: 16px;
}

.staff h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  word-break: keep-all;
}

.staff p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.page-hero {
  padding: 190px 0 86px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.42)),
    url("https://www.rosso-cars.com/wp-content/uploads/2016/03/rossocars_aboutus_160303_001.jpg") center / cover;
}

.page-hero__inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.page-hero h1 {
  margin: 10px 0 0;
  font-size: clamp(30px, 4.5vw, 46px);
  line-height: 1.15;
  word-break: keep-all;
  overflow-wrap: normal;
}

.content-flow {
  max-width: 840px;
  margin: 0 auto;
}

.content-flow h2 {
  font-size: 24px;
  line-height: 1.35;
  word-break: keep-all;
  margin-top: 42px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.info-table th,
.info-table td {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.info-table th {
  width: 180px;
  color: var(--muted);
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.contact-box {
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

.form {
  display: grid;
  gap: 14px;
}

.form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  border: 1px solid #cfd3d8;
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
}

.form textarea {
  min-height: 150px;
  resize: vertical;
}

.sns-directory-page {
  background: #111214;
}

.sns-directory-page .home-header .nav {
  background: rgba(7, 7, 8, 0.72);
  backdrop-filter: blur(14px);
}

.sns-directory {
  background: #111214;
}

.sns-brand-band {
  --band-overlay: linear-gradient(90deg, rgba(8, 9, 11, 0.94) 0%, rgba(8, 9, 11, 0.72) 42%, rgba(8, 9, 11, 0.52) 100%);
  color: #fff;
  min-height: 570px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    var(--band-overlay),
    url("../images/sns-rosso.jpg") center 62% / cover no-repeat;
  isolation: isolate;
}

.sns-directory-page .sns-brand-band:first-child .sns-brand-band__inner {
  padding-top: 160px;
}

.sns-brand-band--verde {
  --band-overlay: linear-gradient(90deg, rgba(8, 31, 22, 0.94) 0%, rgba(11, 51, 36, 0.72) 48%, rgba(12, 32, 25, 0.48) 100%);
  background:
    var(--band-overlay),
    url("../images/sns-verde.jpg") center / cover no-repeat;
}

.sns-brand-band--modellino {
  --band-overlay: linear-gradient(90deg, rgba(18, 13, 13, 0.94) 0%, rgba(38, 22, 20, 0.72) 48%, rgba(24, 15, 14, 0.5) 100%);
  color: #fff;
  background:
    var(--band-overlay),
    url("../images/sns-modellino.jpg") center / cover no-repeat;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.sns-brand-band__inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.sns-brand-band__inner > * {
  min-width: 0;
}

.sns-brand-identity {
  display: grid;
  align-content: start;
  gap: 22px;
}

.sns-brand-identity__number {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.sns-brand-band--modellino .sns-brand-identity__number {
  color: rgba(255, 255, 255, 0.42);
}

.sns-brand-identity img {
  width: 100%;
  max-width: 225px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}

.sns-brand-band--verde .sns-brand-identity img,
.sns-brand-band--modellino .sns-brand-identity img {
  padding: 10px 14px;
  background: #fff;
}

.sns-brand-identity p {
  max-width: 250px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
}

.sns-brand-band--modellino .sns-brand-identity p {
  color: rgba(255, 255, 255, 0.76);
}

.sns-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sns-brand-band--verde .sns-channel-grid,
.sns-brand-band--modellino .sns-channel-grid {
  max-width: 720px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sns-channel {
  --channel-accent: #fff;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  color: #fff;
  background: rgba(13, 14, 16, 0.56);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(13px);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sns-brand-band--modellino .sns-channel {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(13, 14, 16, 0.58);
}

a.sns-channel:hover {
  transform: translateY(-4px);
  border-color: var(--channel-accent);
  background: rgba(13, 14, 16, 0.74);
}

.sns-brand-band--modellino a.sns-channel:hover {
  border-color: var(--channel-accent);
  background: rgba(13, 14, 16, 0.76);
}

.sns-channel--line {
  --channel-accent: #06c755;
}

.sns-channel--instagram {
  --channel-accent: #db2f77;
}

.sns-channel--website {
  --channel-accent: #e4e7eb;
}

.sns-channel--stock {
  --channel-accent: var(--rosso-red);
}

.sns-channel--shop {
  --channel-accent: #f04247;
}

.sns-channel--pending {
  opacity: 0.62;
}

.sns-channel__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 10px;
  color: #fff;
  background: #2c2f34;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.sns-channel__icon--line {
  background: #06c755;
}

.sns-channel__icon--instagram {
  background: linear-gradient(145deg, #5b43d6 0%, #d92d7f 52%, #f5a52b 100%);
  font-size: 16px;
}

.sns-channel__icon--website {
  color: #17191c;
  background: #f4f5f6;
}

.sns-channel__icon--stock {
  background: #df171f;
  font-size: 15px;
  text-transform: none;
}

.sns-channel__icon--shop {
  background: #d51d28;
}

.sns-channel__type {
  color: var(--channel-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sns-channel strong {
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
}

.sns-channel__detail {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
}

.sns-brand-band--modellino .sns-channel__detail {
  color: rgba(255, 255, 255, 0.68);
}

.sns-channel__action {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sns-brand-band--modellino .sns-channel__action {
  color: rgba(255, 255, 255, 0.62);
}

.sns-contact-band {
  padding: 62px 0;
  color: #fff;
  background: #202226;
}

.sns-contact-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.sns-contact-band h2 {
  margin: 7px 0 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.3;
  word-break: keep-all;
}

.footer {
  padding: 48px 0;
  background: #111214;
  color: rgba(255, 255, 255, 0.72);
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer strong {
  color: #fff;
}

.footer a {
  color: #fff;
}

.handoff {
  border-left: 4px solid var(--rosso-red);
  padding: 18px 20px;
  background: #fff;
  border-radius: 0 8px 8px 0;
}

@media (max-width: 900px) {
  .nav__inner {
    position: relative;
    height: 78px;
    align-items: center;
    flex-direction: row;
    padding: 0;
  }

  .home-header .nav__inner {
    height: 78px;
  }

  .nav__links {
    position: absolute;
    top: calc(100% - 6px);
    right: 0;
    width: min(260px, calc(100vw - 40px));
    display: none;
    overflow: hidden;
    padding: 10px;
    border: 0;
    border-radius: 8px;
    background: rgba(7, 7, 8, .48);
    box-shadow: none;
    backdrop-filter: blur(14px);
    gap: 0;
    z-index: 30;
    justify-items: end;
  }

  .nav__links a {
    display: block;
    padding: 13px 14px;
    border-radius: 6px;
    color: rgba(255, 255, 255, .82);
    text-align: right;
    width: 100%;
  }

  .home-header .nav__links a {
    color: rgba(255, 255, 255, .82);
  }

  .nav__links a:hover,
  .nav__links .is-active {
    color: #fff;
    background: rgba(47, 184, 90, .28);
  }

  .home-header .nav__links a:hover,
  .home-header .nav__links .is-active {
    color: #fff;
    background: rgba(47, 184, 90, .28);
  }

  .nav-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
  }

  .nav-toggle:checked + .nav-menu-button + .nav__links {
    display: grid;
  }

  .nav__cta {
    display: none;
  }

  .service-strip {
    margin-top: 0;
    padding: 20px 0 0;
  }

  .service-strip__grid,
  .cards,
  .car-grid,
  .social-follow-grid,
  .staff-grid,
  .service-card-grid,
  .video-grid,
  .section__head,
  .split,
  .about-layout,
  .business-detail,
  .contact-panel,
  .footer__inner {
    grid-template-columns: 1fr;
  }

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

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

  .brand-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .section h2,
  .feature-band h2,
  .page-hero h1,
  .content-flow h2 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .sns-brand-band__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 64px 0;
  }

  .sns-directory-page .sns-brand-band:first-child .sns-brand-band__inner {
    padding-top: 148px;
  }

  .sns-brand-identity {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 20px;
  }

  .sns-brand-identity__number,
  .sns-brand-identity p {
    grid-column: 1 / -1;
  }

  .sns-channel-grid,
  .sns-brand-band--verde .sns-channel-grid,
  .sns-brand-band--modellino .sns-channel-grid {
    width: 100%;
    max-width: 700px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sns-brand-band--verde .sns-channel:last-child,
  .sns-brand-band--modellino .sns-channel:last-child {
    width: calc(50% - 7px);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .mobile-break {
    display: block;
  }

  .topbar__inner,
  .nav__inner,
  .section__inner,
  .footer__inner,
  .hero__inner,
  .page-hero__inner,
  .service-strip__grid {
    width: min(calc(100% - 28px), var(--max));
  }

  .nav__links {
    max-width: calc(100vw - 28px);
  }

  .hero {
    min-height: 660px;
  }

  .hero__inner {
    padding: 70px 0 78px;
  }

  .section h2 {
    font-size: 23px;
    line-height: 1.35;
  }

  .feature-band h2,
  .page-hero h1 {
    font-size: 28px;
    line-height: 1.25;
  }

  .card h3,
  .car h3,
  .service-card h3 {
    font-size: 16px;
  }

  .facts {
    grid-template-columns: 1fr;
  }

  .home-header {
    position: relative;
    background: #000;
  }

  .home-header .nav__inner {
    height: auto;
  }

  .hero--current {
    height: auto;
    min-height: 0;
    aspect-ratio: 9 / 16;
  }

  .hero--current .hero__inner {
    position: absolute;
    inset: 0;
    width: 100%;
    padding: 0;
    display: block;
  }

  .hero__video {
    object-fit: contain;
    background: #000;
  }

  .hero--current h1 {
    position: absolute;
    top: 33%;
    left: 50%;
    width: min(calc(100% - 28px), 420px);
    margin: 0;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
    font-size: 27px;
    transform: translateX(-50%);
  }

  .hero .hero__copy {
    position: absolute;
    top: 68%;
    left: 50%;
    width: min(calc(100% - 28px), 420px);
    margin: 0;
    font-size: 10px;
    line-height: 2.15;
    text-align: center;
    transform: translateX(-50%);
    transform-origin: top center;
  }

  .youtube-heading {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .brand-link-grid,
  .gallery-grid,
  .business-grid,
  .business-list {
    grid-template-columns: 1fr;
  }

  .business-card {
    min-height: 218px;
  }

  .history-list li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
  }

  .map-frame {
    aspect-ratio: 4 / 3;
  }

  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }

  .info-table th {
    padding-bottom: 0;
  }

  .sns-brand-band {
    min-height: 0;
    background-position: center;
  }

  .sns-brand-band__inner {
    width: min(calc(100% - 28px), var(--max));
    padding: 48px 0;
  }

  .sns-directory-page .sns-brand-band:first-child .sns-brand-band__inner {
    padding-top: 48px;
  }

  .sns-brand-identity {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sns-brand-identity__number,
  .sns-brand-identity p {
    grid-column: auto;
  }

  .sns-brand-identity img {
    height: 58px;
  }

  .sns-channel-grid,
  .sns-brand-band--verde .sns-channel-grid,
  .sns-brand-band--modellino .sns-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sns-brand-band--verde .sns-channel:last-child,
  .sns-brand-band--modellino .sns-channel:last-child {
    width: calc(50% - 5px);
  }

  .sns-channel {
    padding: 13px;
  }

  .sns-channel__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    border-radius: 8px;
  }

  .sns-channel__type {
    font-size: 8px;
  }

  .sns-channel strong {
    font-size: 14px;
  }

  .sns-channel__detail,
  .sns-channel__action {
    font-size: 9px;
  }

  .sns-contact-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
