/*
  Çınar Med V2
  Visual thesis: a living clinical atlas — surgical precision, editorial scale,
  and a disciplined product index built from the brand's orange/olive identity.
*/

:root {
  --v2-ink: #171a17;
  --v2-ink-2: #20241f;
  --v2-paper: #f7f4ed;
  --v2-paper-deep: #e9e3d7;
  --v2-orange: #ef7100;
  --v2-acid: #a6ba2a;
  --v2-grid: rgba(31, 34, 30, 0.12);
  --container: min(1420px, calc(100vw - 72px));
}

body {
  background: var(--v2-paper);
}

.whatsapp-float[hidden] {
  display: none !important;
}

::selection {
  background: var(--v2-orange);
  color: #fff;
}

.section--white {
  background: var(--v2-paper);
}

.section--warm {
  background: var(--v2-paper-deep);
}

.section--ink {
  background: var(--v2-ink);
}

.section-index {
  letter-spacing: 0.18em;
}

.section-title,
.display-title {
  letter-spacing: -0.055em;
}

/* Precision header */
.site-header,
.site-header.is-sticky {
  border-bottom: 1px solid rgba(31, 34, 30, 0.15);
  background: rgba(247, 244, 237, 0.95);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.1);
}

.header-strip {
  background: var(--v2-ink);
  letter-spacing: 0.08em;
}

.header-main {
  min-height: 88px;
  grid-template-columns: minmax(220px, 285px) 1fr auto;
}

.brand img {
  width: min(246px, 100%);
}

.nav-list {
  gap: clamp(24px, 2.5vw, 44px);
}

.nav-link,
.nav-menu-button {
  position: relative;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.nav-link::before,
.nav-menu-button::before {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--v2-orange);
  content: "";
  transition: transform 220ms ease;
}

.nav-link:hover::before,
.nav-link[aria-current="page"]::before,
.nav-menu-button:hover::before,
.nav-menu-button[aria-current="page"]::before {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  min-height: 52px;
  padding-inline: 21px;
  background: var(--v2-ink);
}

.header-cta::before {
  background: var(--v2-orange);
}

.mega-menu {
  width: min(1260px, calc(100vw - 72px));
  border-top: 0;
  border-bottom: 5px solid var(--v2-orange);
  padding: 42px;
  background: var(--v2-paper);
  box-shadow: 0 32px 80px rgba(20, 22, 19, 0.16);
}

.mega-menu__intro strong {
  font-size: 2.7rem;
}

/* Homepage hero: dark editorial plate + clinical image */
.hero-slider--v2 {
  min-height: max(720px, calc(100svh - 122px));
  background: var(--v2-ink);
  color: #fff;
  isolation: isolate;
}

.hero-slider--v2::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 43%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

.hero-slider--v2::after {
  position: absolute;
  z-index: 1;
  inset: 0 57% 0 auto;
  width: 72px;
  background: repeating-linear-gradient(180deg, transparent 0 17px, rgba(255, 255, 255, 0.13) 18px 19px);
  content: "";
  opacity: 0.32;
  pointer-events: none;
}

.hero-slider--v2 .hero-slide__image {
  inset: 0 0 0 43%;
  width: 57%;
  object-position: center center;
  filter: saturate(0.84) contrast(1.03);
}

.hero-slider--v2 .hero-slide::after,
.hero-slider--v2 .hero-slide--dark::after {
  background: linear-gradient(90deg, #171a17 0%, #171a17 40%, rgba(23, 26, 23, 0.95) 46%, rgba(23, 26, 23, 0.2) 67%, transparent 82%);
}

.hero-slider--v2 .hero-slide__inner {
  min-height: max(720px, calc(100svh - 122px));
  align-items: center;
  padding-block: 86px 144px;
}

.hero-slider--v2 .hero-copy,
.hero-slider--v2 .hero-slide--dark .hero-copy {
  width: min(790px, 59vw);
  color: #fff;
}

.hero-copy__top {
  display: flex;
  max-width: 620px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 16px;
}

.hero-copy__top .hero-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.hero-copy__top > span {
  color: var(--v2-orange);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.hero-slider--v2 .hero-title {
  max-width: 850px;
  color: #fff;
  font-size: clamp(4.7rem, 7.1vw, 8.4rem);
  line-height: 0.79;
  text-wrap: balance;
}

.hero-slider--v2 .hero-title em {
  max-width: 760px;
  color: var(--v2-orange);
}

.hero-slider--v2 .hero-text,
.hero-slider--v2 .hero-slide--dark .hero-text {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.94rem, 1.1vw, 1.08rem);
}

.hero-slider--v2 .button--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.hero-proof {
  display: grid;
  max-width: 570px;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-proof strong {
  font-size: 0.74rem;
  font-weight: 600;
}

.hero-vertical-label {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 20px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
}

.hero-atlas-mark {
  position: absolute;
  z-index: 5;
  top: 30px;
  right: max(64px, calc((100vw - var(--container)) / 2));
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  padding: 9px 12px;
  color: #fff;
}

.hero-atlas-mark > span {
  color: var(--v2-orange);
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 0.8;
}

.hero-atlas-mark small {
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
}

.hero-slider--v2 .slider-controls {
  right: 57%;
  bottom: 36px;
  color: #fff;
}

.hero-slider--v2 .slider-button {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #fff;
}

.hero-slider--v2 .slider-button:hover {
  background: var(--v2-orange);
}

.hero-slider--v2 .slider-progress {
  background: rgba(255, 255, 255, 0.2);
}

.hero-slider--v2 .slider-count b {
  color: var(--v2-orange);
}

/* Editorial opening */
.atlas-intro {
  position: relative;
  padding-block: clamp(112px, 12vw, 190px);
  overflow: hidden;
}

.atlas-intro::after {
  position: absolute;
  right: 3vw;
  bottom: -24px;
  color: rgba(31, 34, 30, 0.035);
  content: "ATLAS";
  font-family: var(--serif);
  font-size: clamp(12rem, 24vw, 28rem);
  letter-spacing: -0.08em;
  line-height: 0.55;
  pointer-events: none;
}

.atlas-intro__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 150px minmax(0, 1.25fr) minmax(280px, 0.55fr);
  align-items: start;
  gap: clamp(42px, 6vw, 98px);
}

.atlas-intro__index {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border-top: 1px solid var(--v2-grid);
  padding-top: 14px;
}

.atlas-intro__index > span {
  color: var(--v2-orange);
  font-family: var(--serif);
  font-size: 3.2rem;
  line-height: 0.8;
}

.atlas-intro__index small {
  color: var(--ink-soft);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.atlas-intro__title {
  max-width: 900px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.82;
}

.atlas-intro__title em {
  display: block;
  color: var(--v2-orange);
  font-weight: 400;
}

.atlas-intro__note {
  margin-top: clamp(70px, 12vw, 190px);
  border-top: 1px solid var(--v2-grid);
  padding-top: 22px;
}

.atlas-intro__note strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.atlas-intro__note p {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

/* Two main disciplines as chapters, not cards */
.focus-chapters {
  background: var(--v2-paper);
}

.focus-chapter {
  display: grid;
  min-height: 760px;
  grid-template-columns: 57% 43%;
  border-top: 1px solid var(--v2-grid);
}

.focus-chapter__media {
  position: relative;
  display: block;
  min-height: 760px;
  overflow: hidden;
  background: var(--v2-ink);
  text-decoration: none;
}

.focus-chapter__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(18, 20, 17, 0.76) 100%);
  content: "";
}

.focus-chapter__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 750ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 750ms ease;
}

.focus-chapter__media:hover img {
  transform: scale(1.025);
  filter: saturate(0.78);
}

.focus-chapter__media > span {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 28px;
  left: 34px;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.focus-chapter__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(56px, 7vw, 118px);
  background: var(--v2-paper-deep);
}

.chapter-number {
  position: absolute;
  top: 42px;
  right: 46px;
  color: rgba(31, 34, 30, 0.08);
  font-family: var(--serif);
  font-size: clamp(8rem, 16vw, 17rem);
  letter-spacing: -0.09em;
  line-height: 0.7;
}

.focus-chapter__copy h2 {
  position: relative;
  max-width: 640px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 6vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.83;
}

.focus-chapter__copy h2 em {
  display: block;
  color: var(--v2-orange);
  font-weight: 400;
}

.focus-chapter__copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 30px 0 36px;
  color: var(--ink-soft);
}

.chapter-link {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--v2-grid);
  border-bottom: 1px solid var(--v2-grid);
  color: var(--v2-ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.chapter-link b {
  color: var(--v2-orange);
  font-size: 1.2rem;
}

.focus-chapter--wound {
  grid-template-columns: 43% 57%;
}

.focus-chapter--wound .focus-chapter__media {
  grid-column: 2;
  grid-row: 1;
}

.focus-chapter--wound .focus-chapter__copy {
  grid-column: 1;
  grid-row: 1;
  background: var(--v2-ink);
  color: #fff;
}

.focus-chapter--wound .focus-chapter__copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.62);
}

.focus-chapter--wound .chapter-number {
  color: rgba(255, 255, 255, 0.06);
}

.focus-chapter--wound .chapter-link {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* Interactive category explorer */
.portfolio-explorer {
  padding-block: clamp(110px, 12vw, 184px);
}

.explorer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(500px, 0.95fr);
  align-items: start;
  gap: clamp(64px, 8vw, 134px);
}

.explorer-stage {
  position: sticky;
  top: 142px;
  min-height: 710px;
  align-self: start;
  overflow: hidden;
  background: #0f110e;
}

.explorer-stage > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) contrast(1.08);
  transition: opacity 220ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.explorer-stage.is-changing > img {
  opacity: 0.35;
  transform: scale(1.025);
}

.explorer-stage__wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 22, 19, 0.06) 28%, rgba(20, 22, 19, 0.9) 100%);
}

.explorer-stage__meta {
  position: absolute;
  right: 42px;
  bottom: 42px;
  left: 42px;
}

.explorer-stage__meta span {
  display: block;
  margin-bottom: 13px;
  color: #ff9a48;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.explorer-stage__meta strong {
  display: block;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(3.3rem, 5vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.85;
}

.explorer-stage__axis {
  position: absolute;
  top: 26px;
  right: 23px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.explorer-heading {
  margin-bottom: 54px;
}

.explorer-heading .section-title {
  font-size: clamp(4.1rem, 6vw, 7rem);
}

.explorer-heading > p {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.portfolio-explorer .category-row {
  grid-template-columns: 54px 1fr auto;
  padding: 24px 0;
  opacity: 0.5;
  transition: color 220ms ease, opacity 220ms ease, padding 220ms ease;
}

.portfolio-explorer .category-row:hover,
.portfolio-explorer .category-row:focus-visible,
.portfolio-explorer .category-row.is-active {
  padding-inline: 12px;
  color: #fff;
  opacity: 1;
}

.portfolio-explorer .category-row.is-active {
  box-shadow: inset 3px 0 0 var(--v2-orange);
}

.portfolio-explorer .category-row strong {
  font-size: clamp(1.9rem, 2.6vw, 3.15rem);
}

.explorer-all {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 0 22px;
  background: var(--v2-orange);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.explorer-all span {
  font-size: 1.3rem;
}

/* Brand index */
.brand-constellation {
  padding-block: clamp(110px, 11vw, 170px);
  overflow: hidden;
}

.brand-constellation__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.42fr);
  align-items: end;
  gap: clamp(50px, 8vw, 130px);
  margin-bottom: 74px;
}

.brand-constellation__head .section-index,
.brand-constellation__head .section-title {
  grid-column: 1;
}

.brand-constellation__head .section-lead {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  border-top: 1px solid var(--v2-grid);
  padding-top: 20px;
}

.brand-constellation .brand-track {
  transform: rotate(-1.4deg) scale(1.03);
  background: var(--v2-paper-deep);
}

.brand-constellation .brand-track__item {
  min-width: 250px;
  height: 116px;
  color: var(--v2-ink);
  font-size: 1.65rem;
}

/* Consultation ledger */
.consultation-flow {
  padding-block: clamp(110px, 12vw, 184px);
}

.consultation-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(64px, 10vw, 166px);
}

.consultation-heading {
  position: sticky;
  top: 150px;
  align-self: start;
}

.consultation-heading > p {
  max-width: 450px;
  color: var(--ink-soft);
}

.consultation-ledger {
  border-top: 1px solid var(--v2-grid);
}

.consultation-step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  border-bottom: 1px solid var(--v2-grid);
  padding: 48px 0 54px;
}

.consultation-step > span {
  color: var(--v2-orange);
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 0.8;
}

.consultation-step h3 {
  max-width: 720px;
  margin: 8px 0 20px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.consultation-step div > p:last-child {
  max-width: 590px;
  margin: 0;
  color: var(--ink-soft);
}

.consultation-direct {
  display: grid;
  min-height: 180px;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 8px 32px;
  margin-top: 30px;
  padding: 38px 42px;
  background: var(--v2-orange);
  color: #fff;
  text-decoration: none;
}

.consultation-direct span {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.consultation-direct strong {
  grid-column: 1;
  font-family: var(--serif);
  font-size: clamp(2.9rem, 5vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.consultation-direct b {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 2rem;
}

/* Final conversion */
.contact-stage {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding-block: clamp(100px, 11vw, 170px);
}

.contact-stage::before {
  position: absolute;
  top: -30%;
  right: -15%;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(239, 113, 0, 0.28);
  border-radius: 50%;
  content: "";
}

.contact-stage__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 53%;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.contact-stage__grid {
  position: relative;
  display: grid;
  min-height: 460px;
  grid-template-columns: 1.08fr 0.68fr;
  align-items: end;
  gap: clamp(70px, 11vw, 180px);
}

.contact-stage__copy .display-title {
  max-width: 900px;
  font-size: clamp(4.6rem, 7.4vw, 8.8rem);
}

.contact-stage__card {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: clamp(34px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.035);
}

.contact-stage__card > div {
  margin-bottom: auto;
}

.contact-stage__card > div > span,
.contact-stage__card small {
  color: rgba(255, 255, 255, 0.56);
}

.contact-stage__card a {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3.35rem);
  letter-spacing: -0.035em;
  line-height: 1;
  text-decoration: none;
}

.contact-stage__card small {
  display: block;
  max-width: 390px;
  margin-top: 32px;
}

/* Inner page V2 openings */
.page-hero {
  min-height: 760px;
  background: var(--v2-ink);
  color: #fff;
  isolation: isolate;
}

.page-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0 52% 0 0;
  background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(255, 255, 255, 0.035) calc(25% - 1px) 25%);
  content: "";
}

.page-hero__media {
  inset: 0 0 0 48%;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}

.page-hero__media::after {
  background: linear-gradient(90deg, rgba(23, 26, 23, 0.98) 0%, rgba(23, 26, 23, 0.2) 38%, transparent 66%);
}

.page-hero__media img {
  filter: saturate(0.8) contrast(1.04);
}

.page-hero__inner {
  min-height: 760px;
  padding-block: 110px 130px;
}

.page-hero__copy {
  width: min(780px, 56%);
}

.page-hero .breadcrumbs,
.page-hero__copy > p {
  color: rgba(255, 255, 255, 0.64);
}

.page-hero .breadcrumbs {
  margin-bottom: 42px;
}

.page-hero .page-title {
  color: #fff;
  font-size: clamp(4.7rem, 7.2vw, 8.5rem);
  line-height: 0.79;
  text-wrap: balance;
}

.page-hero .page-title em {
  color: var(--v2-orange);
}

.page-hero .button--orange {
  margin-top: 8px;
}

.page-hero--no-image {
  min-height: 620px;
}

.page-hero--no-image::before {
  inset: 0;
}

.page-hero--no-image::after {
  right: -9vw;
  bottom: -38vw;
  border-color: rgba(239, 113, 0, 0.28);
}

.page-hero--no-image .page-hero__inner {
  min-height: 620px;
}

.page-hero--no-image .page-hero__copy {
  width: min(1080px, 82%);
}

/* Inner content and catalog refinements */
.focus-intro {
  gap: 11vw;
}

.focus-intro__note {
  border-left: 0;
  border-top: 1px solid var(--v2-grid);
  padding: 22px 0 0;
}

.catalog-grid {
  gap: 12px;
}

.catalog-card {
  border-color: var(--v2-grid);
  background: #fbf9f4;
}

.catalog-card:not(.catalog-card--image)::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 4px;
  background: var(--v2-orange);
  content: "";
}

.catalog-card--image {
  min-height: 590px;
}

.product-row {
  position: relative;
  min-height: 112px;
  transition: background-color 180ms ease, padding 180ms ease;
}

.product-row:hover {
  padding-inline: 18px;
  background: rgba(255, 255, 255, 0.45);
}

.product-row::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  transform: scaleY(0);
  background: var(--v2-orange);
  content: "";
  transition: transform 180ms ease;
}

.product-row:hover::before {
  transform: scaleY(1);
}

.brochure-catalog {
  background: #fbf9f4;
}

.brochure-product {
  min-height: 300px;
  background: var(--v2-paper);
}

.brochure-product:hover {
  background: #fff;
}

.catalog-jump a {
  background: transparent;
}

.contact-form {
  background: #fbf9f4;
}

/* Footer as the final atlas plate */
.site-footer {
  background: #111310;
}

.footer-main {
  padding-block: 100px 76px;
}

.footer-brand {
  padding-right: 40px;
}

.footer-brand img {
  width: min(350px, 100%);
}

.footer-column {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 22px;
}

.footer-bottom {
  min-height: 86px;
}

@media (max-width: 1180px) {
  :root {
    --container: min(100% - 48px, 1120px);
  }

  .hero-slider--v2 .hero-title {
    font-size: clamp(4.2rem, 7.7vw, 6.8rem);
  }

  .atlas-intro__grid {
    grid-template-columns: 110px minmax(0, 1fr) minmax(240px, 0.48fr);
  }

  .focus-chapter,
  .focus-chapter__media {
    min-height: 660px;
  }

  .explorer-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
    gap: 58px;
  }

  .explorer-stage {
    min-height: 650px;
  }
}

@media (min-width: 921px) and (max-height: 760px) {
  .hero-slider--v2,
  .hero-slider--v2 .hero-slide__inner {
    min-height: calc(100svh - 122px);
  }

  .hero-slider--v2 .hero-slide__inner {
    padding-block: 42px 78px;
  }

  .hero-copy__top {
    margin-bottom: 20px;
    padding-bottom: 11px;
  }

  .hero-slider--v2 .hero-title {
    max-width: 720px;
    font-size: clamp(3.7rem, 6.2vw, 5.6rem);
  }

  .hero-slider--v2 .hero-text {
    margin-top: 20px;
    font-size: 0.9rem;
  }

  .hero-slider--v2 .hero-proof {
    display: none;
  }

  .hero-slider--v2 .button-row {
    margin-top: 24px;
  }

  .hero-slider--v2 .slider-controls {
    bottom: 14px;
  }

  .page-hero,
  .page-hero__inner {
    min-height: calc(100svh - 122px);
  }

  .page-hero__inner {
    padding-block: 42px 58px;
  }

  .page-hero .breadcrumbs {
    margin-bottom: 22px;
  }

  .page-hero .page-title {
    font-size: clamp(4rem, 6vw, 5.6rem);
  }

  .page-hero__copy > p {
    margin-top: 20px;
    font-size: 0.9rem;
  }

  .page-hero--no-image,
  .page-hero--no-image .page-hero__inner {
    min-height: calc(100svh - 122px);
  }
}

@media (max-width: 920px) {
  :root {
    --container: min(100% - 40px, 820px);
  }

  .site-header,
  .site-header.is-sticky {
    background: rgba(247, 244, 237, 0.97);
  }

  .header-main {
    min-height: 78px;
  }

  .primary-nav {
    background: var(--v2-paper);
  }

  .mega-menu {
    border-bottom: 0;
    padding: 12px 0 0;
    box-shadow: none;
  }

  .hero-slider--v2,
  .hero-slider--v2 .hero-slide__inner {
    min-height: 800px;
  }

  .hero-slider--v2::before,
  .hero-slider--v2::after,
  .hero-vertical-label,
  .hero-atlas-mark {
    display: none;
  }

  .hero-slider--v2 .hero-slide__image {
    inset: 0 0 48%;
    width: 100%;
    height: 52%;
    object-position: center 32%;
  }

  .hero-slider--v2 .hero-slide::after,
  .hero-slider--v2 .hero-slide--dark::after {
    background: linear-gradient(180deg, transparent 20%, rgba(23, 26, 23, 0.22) 40%, #171a17 55%, #171a17 100%);
  }

  .hero-slider--v2 .hero-slide__inner {
    align-items: flex-end;
    padding-block: 320px 116px;
  }

  .hero-slider--v2 .hero-copy,
  .hero-slider--v2 .hero-slide--dark .hero-copy {
    width: 100%;
  }

  .hero-slider--v2 .hero-title {
    max-width: 680px;
    font-size: clamp(3.55rem, 10vw, 5.7rem);
  }

  .hero-slider--v2 .slider-controls {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .atlas-intro__grid,
  .brand-constellation__head,
  .consultation-layout,
  .contact-stage__grid {
    grid-template-columns: 1fr;
  }

  .atlas-intro__index {
    max-width: 180px;
  }

  .atlas-intro__title {
    font-size: clamp(3.8rem, 10vw, 6.4rem);
  }

  .atlas-intro__note {
    max-width: 560px;
    margin-top: 26px;
  }

  .focus-chapter,
  .focus-chapter--wound {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .focus-chapter__media,
  .focus-chapter--wound .focus-chapter__media {
    min-height: 540px;
    grid-column: 1;
    grid-row: 1;
  }

  .focus-chapter__copy,
  .focus-chapter--wound .focus-chapter__copy {
    min-height: 560px;
    grid-column: 1;
    grid-row: 2;
  }

  .explorer-layout {
    grid-template-columns: 1fr;
  }

  .explorer-stage {
    position: relative;
    top: auto;
    min-height: 570px;
  }

  .explorer-heading .section-title {
    font-size: clamp(3.8rem, 9vw, 6rem);
  }

  .brand-constellation__head .section-lead {
    grid-column: 1;
    grid-row: auto;
  }

  .consultation-heading {
    position: static;
  }

  .contact-stage__line {
    display: none;
  }

  .contact-stage__card {
    min-height: 330px;
  }

  .page-hero,
  .page-hero__inner {
    min-height: 780px;
  }

  .page-hero__media {
    inset: 0 0 46%;
    clip-path: none;
  }

  .page-hero__media::after {
    background: linear-gradient(180deg, transparent 38%, var(--v2-ink) 100%);
  }

  .page-hero__inner {
    align-items: flex-end;
    padding-block: 330px 72px;
  }

  .page-hero__copy {
    width: min(720px, 100%);
  }

  .page-hero .page-title {
    font-size: clamp(3.7rem, 10vw, 6rem);
  }

  .page-hero--no-image,
  .page-hero--no-image .page-hero__inner {
    min-height: 560px;
  }

  .page-hero--no-image .page-hero__inner {
    align-items: center;
    padding-block: 90px;
  }

  .page-hero--no-image .page-hero__copy {
    width: 100%;
  }
}

@media (max-width: 640px) {
  :root {
    --container: calc(100% - 32px);
  }

  .brand img {
    width: 190px;
  }

  .menu-toggle {
    width: 50px;
    height: 50px;
    background: #fff;
  }

  .hero-slider--v2,
  .hero-slider--v2 .hero-slide__inner {
    min-height: 850px;
  }

  .hero-slider--v2 .hero-slide__image {
    inset-block-end: 54%;
    height: 46%;
  }

  .hero-slider--v2 .hero-slide__inner {
    padding-block: 285px 145px;
  }

  .hero-copy__top {
    margin-bottom: 22px;
  }

  .hero-slider--v2 .hero-title {
    font-size: clamp(3.25rem, 16vw, 4.5rem);
    line-height: 0.82;
  }

  .hero-slider--v2 .hero-text {
    margin-top: 22px;
    font-size: 0.84rem;
  }

  .hero-slider--v2 .button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 26px;
  }

  .hero-slider--v2 .button {
    width: 100%;
    justify-content: center;
  }

  .hero-proof {
    display: none;
  }

  .hero-slider--v2 .slider-controls {
    grid-template-columns: auto 1fr auto;
  }

  .hero-slider--v2 .slider-button {
    width: 42px;
    height: 42px;
  }

  .atlas-intro {
    padding-block: 94px;
  }

  .atlas-intro::after {
    display: none;
  }

  .atlas-intro__grid {
    gap: 44px;
  }

  .atlas-intro__title {
    font-size: clamp(3.5rem, 17vw, 4.75rem);
    line-height: 0.84;
  }

  .focus-chapter__media,
  .focus-chapter--wound .focus-chapter__media {
    min-height: 420px;
  }

  .focus-chapter__copy,
  .focus-chapter--wound .focus-chapter__copy {
    min-height: 520px;
    padding: 48px 22px;
  }

  .focus-chapter__copy h2 {
    font-size: clamp(3.4rem, 16vw, 4.8rem);
  }

  .chapter-number {
    top: 38px;
    right: 20px;
  }

  .portfolio-explorer {
    padding-block: 96px;
  }

  .explorer-layout {
    gap: 72px;
  }

  .explorer-stage {
    min-height: 440px;
  }

  .explorer-stage__meta {
    right: 24px;
    bottom: 25px;
    left: 24px;
  }

  .explorer-stage__meta strong {
    font-size: 3.5rem;
  }

  .explorer-heading .section-title {
    font-size: clamp(3.5rem, 16vw, 4.75rem);
  }

  .portfolio-explorer .category-row {
    grid-template-columns: 36px 1fr auto;
    gap: 12px;
    padding: 22px 0;
    opacity: 0.72;
  }

  .portfolio-explorer .category-row strong {
    font-size: 1.8rem;
  }

  .brand-constellation {
    padding-block: 96px;
  }

  .brand-constellation__head {
    margin-bottom: 52px;
  }

  .brand-constellation .brand-track__item {
    min-width: 190px;
    height: 94px;
    font-size: 1.3rem;
  }

  .consultation-flow {
    padding-block: 96px;
  }

  .consultation-step {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 38px 0 44px;
  }

  .consultation-step > span {
    font-size: 2.25rem;
  }

  .consultation-step h3 {
    font-size: 2.55rem;
  }

  .consultation-direct {
    min-height: 160px;
    padding: 28px 24px;
  }

  .consultation-direct strong {
    font-size: 2.75rem;
  }

  .contact-stage {
    min-height: 0;
    padding-block: 96px;
  }

  .contact-stage__grid {
    min-height: 0;
    gap: 64px;
  }

  .contact-stage__copy .display-title {
    font-size: clamp(3.6rem, 16vw, 5rem);
  }

  .contact-stage__card {
    min-height: 310px;
    padding: 30px 24px;
  }

  .contact-stage__card a {
    font-size: 2rem;
    overflow-wrap: anywhere;
  }

  .page-hero,
  .page-hero__inner {
    min-height: 760px;
  }

  .page-hero__media {
    inset-block-end: 55%;
  }

  .page-hero__inner {
    padding-block: 290px 110px;
  }

  .page-hero .breadcrumbs {
    margin-bottom: 24px;
  }

  .page-hero .page-title {
    font-size: clamp(3.25rem, 16vw, 4.8rem);
  }

  .page-hero__copy > p {
    margin-top: 22px;
    font-size: 0.87rem;
  }

  .page-hero--no-image,
  .page-hero--no-image .page-hero__inner {
    min-height: 520px;
  }

  .page-hero--no-image .page-hero__inner {
    padding-block: 70px;
  }

  .catalog-card--image {
    min-height: 500px;
  }

  .product-row:hover {
    padding-inline: 0;
  }

  .footer-main {
    padding-block: 76px 52px;
  }
}

@media (max-width: 380px) {
  :root {
    --container: calc(100% - 24px);
  }

  .brand img {
    width: 176px;
  }

  .hero-slider--v2 .hero-title,
  .page-hero .page-title {
    font-size: 3.15rem;
  }

  .hero-slider--v2,
  .hero-slider--v2 .hero-slide__inner {
    min-height: 820px;
  }

  .hero-slider--v2 .hero-slide__image {
    inset-block-end: 62%;
    height: 38%;
  }

  .hero-slider--v2 .hero-slide::after,
  .hero-slider--v2 .hero-slide--dark::after {
    background: linear-gradient(180deg, transparent 12%, rgba(23, 26, 23, 0.32) 31%, #171a17 47%, #171a17 100%);
  }

  .hero-slider--v2 .hero-slide__inner {
    padding-block: 220px 198px;
  }

  .hero-slider--v2 .button--ghost {
    display: none;
  }

  .portfolio-explorer .category-row strong {
    font-size: 1.55rem;
  }

  .page-hero,
  .page-hero__inner {
    min-height: 700px;
  }

  .page-hero__media {
    inset-block-end: 62%;
  }

  .page-hero__inner {
    padding-block: 225px 82px;
  }

  .page-hero--no-image,
  .page-hero--no-image .page-hero__inner {
    min-height: 500px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .explorer-stage > img,
  .focus-chapter__media img,
  .product-row {
    transition: none;
  }
}
