/* Page-owned composition for /komfort. Shared shell styles remain in the declared files. */
:root {
  --komfort-ink: #171611;
  --komfort-paper: #f4f1e9;
  --komfort-paper-deep: #e7e2d7;
  --komfort-sand: #d6c6a9;
  --komfort-clay: #9b664f;
  --komfort-muted: #625e55;
  --komfort-line: rgba(23, 22, 17, 0.2);
  --komfort-shell: min(1280px, calc(100% - 96px));
}

body {
  background: var(--komfort-paper);
  color: var(--komfort-ink);
}

body > header[data-homepage-region="01-header-hero"] {
  position: relative;
  z-index: 2;
  background: var(--komfort-ink);
}

body > header[data-homepage-region="01-header-hero"] [data-homepage-region-content] {
  background-color: var(--komfort-ink);
  background-image: linear-gradient(115deg, #171611 0%, #30261d 100%);
}

.komfort-page {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: var(--komfort-paper);
  color: var(--komfort-ink);
  font-family: "Maven Pro", Arial, sans-serif;
}

.komfort-page *,
.komfort-page *::before,
.komfort-page *::after {
  box-sizing: border-box;
}

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

.komfort-page figure,
.komfort-page p,
.komfort-page h1,
.komfort-page h2,
.komfort-page h3,
.komfort-page ul,
.komfort-page ol {
  margin: 0;
}

.komfort-page h1,
.komfort-page h2,
.komfort-page h3,
.komfort-page strong,
.komfort-page summary {
  font-family: "Darker Grotesque", "Arial Narrow", Arial, sans-serif;
}

.komfort-page h1,
.komfort-page h2,
.komfort-page h3 {
  font-weight: 700;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.komfort-page section {
  position: relative;
  width: 100%;
}

.komfort-page a,
.komfort-page button,
.komfort-page summary {
  -webkit-tap-highlight-color: transparent;
}

.komfort-page :focus-visible {
  outline: 3px solid var(--komfort-clay);
  outline-offset: 4px;
}

.komfort-eyebrow {
  color: var(--komfort-clay);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.komfort-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: 680px;
  background: var(--komfort-paper);
}

.komfort-intro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 700px);
  padding: clamp(72px, 9vw, 148px) clamp(48px, 7.3vw, 140px);
}

.komfort-intro__title {
  max-width: 680px;
  margin-top: 22px;
  font-size: clamp(58px, 7vw, 122px);
  line-height: 0.9;
}

.komfort-intro__lead {
  max-width: 490px;
  margin-top: 38px !important;
  color: var(--komfort-muted);
  font-size: 20px;
  line-height: 1.45;
}

.komfort-intro__note {
  display: flex;
  gap: 18px;
  max-width: 470px;
  align-items: flex-start;
  margin-top: 52px;
  padding-top: 18px;
  border-top: 1px solid var(--komfort-line);
}

.komfort-intro__note-mark {
  flex: 0 0 auto;
  color: var(--komfort-clay);
  font-size: 30px;
  line-height: 0.9;
}

.komfort-intro__note p {
  color: var(--komfort-muted);
  font-size: 15px;
  line-height: 1.45;
}

.komfort-intro__media {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--komfort-sand);
}

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

.komfort-intro__media figcaption {
  position: absolute;
  right: 32px;
  bottom: 28px;
  padding: 10px 14px;
  color: #fff;
  background: rgba(23, 22, 17, 0.72);
  font-size: 14px;
  letter-spacing: 0.04em;
}

.komfort-section-heading {
  max-width: 620px;
}

.komfort-section-heading h2,
.komfort-rhythm__intro h2,
.komfort-showcase__copy h2,
.komfort-closing h2 {
  margin-top: 20px;
  font-size: clamp(46px, 5.1vw, 88px);
  line-height: 0.92;
}

.komfort-section-heading > p:last-child,
.komfort-rhythm__intro > p:last-child,
.komfort-showcase__copy > p:not(.komfort-eyebrow):not(.komfort-showcase__emphasis),
.komfort-closing__inner > p:not(.komfort-eyebrow) {
  margin-top: 28px;
  color: var(--komfort-muted);
  font-size: 18px;
  line-height: 1.5;
}

.komfort-room {
  padding: clamp(88px, 12vw, 190px) 0;
  background: #fff;
}

.komfort-room > .komfort-section-heading,
.komfort-room__layout {
  width: var(--komfort-shell);
  margin-inline: auto;
}

.komfort-room__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(36px, 8vw, 148px);
  align-items: center;
  margin-top: 76px;
}

.komfort-room__media {
  aspect-ratio: 1.48;
  overflow: hidden;
  background: var(--komfort-paper-deep);
}

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

.komfort-room__details {
  padding-top: 12px;
}

.komfort-room__number {
  color: var(--komfort-clay);
  font-family: "Darker Grotesque", Arial, sans-serif;
  font-size: 68px;
  line-height: 0.8;
}

.komfort-room__details h3,
.komfort-detail-card h3,
.komfort-rhythm__list h3,
.komfort-materials__tiles h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 0.96;
}

.komfort-room__details > p:not(.komfort-room__number),
.komfort-detail-card p,
.komfort-rhythm__list p,
.komfort-materials__tiles p {
  margin-top: 15px;
  color: var(--komfort-muted);
  font-size: 16px;
  line-height: 1.5;
}

.komfort-checklist {
  display: grid;
  gap: 10px;
  margin-top: 28px !important;
  padding: 0;
  list-style: none;
}

.komfort-checklist li {
  padding: 10px 0 10px 24px;
  border-top: 1px solid var(--komfort-line);
  color: var(--komfort-ink);
  font-size: 15px;
}

.komfort-checklist li::before {
  position: absolute;
  margin-left: -22px;
  color: var(--komfort-clay);
  content: "↗";
}

.komfort-spaces {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 7vw, 120px);
  align-items: center;
  width: var(--komfort-shell);
  margin-inline: auto;
  padding: clamp(92px, 12vw, 190px) 0;
}

.komfort-spaces__copy h2,
.komfort-light__copy h2,
.komfort-faq .komfort-section-heading h2 {
  margin-top: 20px;
  font-size: clamp(48px, 5vw, 86px);
  line-height: 0.92;
}

.komfort-spaces__copy > p:not(.komfort-eyebrow),
.komfort-light__copy > p:not(.komfort-eyebrow),
.komfort-faq .komfort-section-heading > p:last-child {
  margin-top: 28px;
  color: var(--komfort-muted);
  font-size: 18px;
  line-height: 1.5;
}

.komfort-spaces__aside {
  max-width: 340px;
  padding-top: 28px;
  border-top: 1px solid var(--komfort-line);
  font-size: 15px !important;
}

.komfort-spaces__media {
  aspect-ratio: 1.3;
  overflow: hidden;
  background: var(--komfort-sand);
}

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

.komfort-spaces__media figcaption {
  margin-top: 12px;
  color: var(--komfort-muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.komfort-light {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  min-height: 720px;
  background: var(--komfort-ink);
  color: #fff;
}

.komfort-light__visual {
  position: relative;
  min-height: 720px;
}

.komfort-light__visual figure,
.komfort-light__visual img {
  width: 100%;
  height: 100%;
}

.komfort-light__visual img {
  object-fit: cover;
}

.komfort-light__caption {
  position: absolute;
  right: 36px;
  bottom: 36px;
  padding: 10px 14px;
  background: rgba(23, 22, 17, 0.78);
  font-size: 14px;
}

.komfort-light__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 8vw, 132px);
}

.komfort-light__copy .komfort-eyebrow { color: var(--komfort-sand); }

.komfort-light__copy h2 {
  max-width: 570px;
}

.komfort-light__copy > p:not(.komfort-eyebrow) {
  max-width: 490px;
  color: #d2cec4;
}

.komfort-light__scale {
  display: flex;
  justify-content: space-between;
  max-width: 490px;
  margin-top: 68px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: #d2cec4;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.komfort-details {
  padding: clamp(96px, 12vw, 180px) 0;
  background: var(--komfort-paper-deep);
}

.komfort-details > .komfort-section-heading,
.komfort-details__grid {
  width: var(--komfort-shell);
  margin-inline: auto;
}

.komfort-section-heading--wide { max-width: 760px; }

.komfort-details__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 74px;
  background: var(--komfort-line);
}

.komfort-detail-card {
  min-height: 280px;
  padding: 32px;
  background: var(--komfort-paper-deep);
}

.komfort-detail-card > span,
.komfort-materials__index {
  color: var(--komfort-clay);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.komfort-rhythm {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 10vw, 170px);
  width: var(--komfort-shell);
  margin-inline: auto;
  padding: clamp(96px, 12vw, 190px) 0;
}

.komfort-rhythm__intro { max-width: 500px; }

.komfort-rhythm__list {
  display: grid;
  gap: 0;
  padding: 0;
  list-style: none;
}

.komfort-rhythm__list li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--komfort-line);
}

.komfort-rhythm__list li > span {
  color: var(--komfort-clay);
  font-family: "Darker Grotesque", Arial, sans-serif;
  font-size: 42px;
  line-height: 0.8;
}

.komfort-rhythm__list h3 { margin-top: 0; }

.komfort-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  min-height: 680px;
  background: #fff;
}

.komfort-showcase__media { min-height: 680px; }

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

.komfort-showcase__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 9vw, 148px);
}

.komfort-showcase__copy > p:not(.komfort-eyebrow):not(.komfort-showcase__emphasis) {
  max-width: 500px;
}

.komfort-showcase__line {
  width: 74px;
  height: 4px;
  margin-top: 42px;
  background: var(--komfort-clay);
}

.komfort-showcase__emphasis {
  max-width: 380px;
  margin-top: 22px;
  font-family: "Darker Grotesque", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.05;
}

.komfort-materials {
  padding: clamp(96px, 12vw, 180px) 0;
  background: #fff;
}

.komfort-materials > .komfort-section-heading,
.komfort-materials__tiles {
  width: var(--komfort-shell);
  margin-inline: auto;
}

.komfort-materials__tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 76px;
}

.komfort-materials__tiles article {
  min-height: 210px;
  padding: 28px 0;
  border-top: 2px solid var(--komfort-ink);
}

.komfort-materials__tiles h3 { margin-top: 32px; }

.komfort-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 8vw, 120px);
  width: var(--komfort-shell);
  margin-inline: auto;
  padding: clamp(96px, 12vw, 180px) 0;
}

.komfort-faq__list {
  min-width: 0;
  overflow: hidden;
  border-top: 1px solid var(--komfort-line);
}

.komfort-faq details {
  border-bottom: 1px solid var(--komfort-line);
}

.komfort-faq summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  gap: 18px;
  align-items: center;
  width: 100%;
  min-height: 82px;
  min-width: 0;
  cursor: pointer;
  list-style: none;
  font-size: 27px;
  line-height: 1;
  overflow: hidden;
}

.komfort-faq summary::-webkit-details-marker { display: none; }

.komfort-faq summary > span {
  color: var(--komfort-clay);
  font-size: 16px;
}

.komfort-faq summary > strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.komfort-faq summary::after {
  color: var(--komfort-clay);
  content: "+";
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.komfort-faq details[open] summary::after { content: "−"; }

.komfort-faq details > p {
  max-width: 640px;
  padding: 0 42px 24px 66px;
  color: var(--komfort-muted);
  font-size: 16px;
  line-height: 1.5;
}

.komfort-closing {
  display: grid;
  min-height: 520px;
  place-items: center;
  padding: 80px 24px;
  color: #fff;
  background: var(--komfort-ink);
  text-align: center;
}

.komfort-closing__inner { max-width: 760px; }

.komfort-closing .komfort-eyebrow { color: var(--komfort-sand); }

.komfort-closing h2 { font-size: clamp(52px, 6.3vw, 108px); }

.komfort-closing__inner > p:not(.komfort-eyebrow) { color: #d2cec4; }

.komfort-closing__marks {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 42px;
}

.komfort-closing__marks span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--komfort-sand);
}

@media (max-width: 900px) {
  :root { --komfort-shell: min(calc(100% - 48px), 680px); }

  .komfort-intro > *,
  .komfort-light > *,
  .komfort-showcase > *,
  .komfort-room__layout > *,
  .komfort-rhythm > *,
  .komfort-faq > * { min-width: 0; }

  .komfort-room > .komfort-section-heading,
  .komfort-room__layout,
  .komfort-spaces,
  .komfort-details > .komfort-section-heading,
  .komfort-details__grid,
  .komfort-rhythm,
  .komfort-materials > .komfort-section-heading,
  .komfort-materials__tiles,
  .komfort-faq { width: calc(100% - 48px); }

  .komfort-intro,
  .komfort-light,
  .komfort-showcase {
    grid-template-columns: 1fr;
  }

  .komfort-intro__content { width: 100%; }
  .komfort-intro__media,
  .komfort-light__visual,
  .komfort-showcase__media { min-height: min(70vw, 560px); }
  .komfort-spaces,
  .komfort-room__layout,
  .komfort-rhythm,
  .komfort-faq { grid-template-columns: 1fr; }
  .komfort-spaces__copy,
  .komfort-spaces__media { min-width: 0; }
  .komfort-spaces__copy { max-width: 620px; }
  .komfort-light__copy { min-height: 560px; }
  .komfort-details__grid,
  .komfort-materials__tiles { grid-template-columns: 1fr; }
  .komfort-detail-card { min-height: auto; }
  .komfort-faq .komfort-section-heading { max-width: 620px; }
}

@media (max-width: 600px) {
  :root { --komfort-shell: calc(100% - 40px); }

  .komfort-room > .komfort-section-heading,
  .komfort-room__layout,
  .komfort-spaces,
  .komfort-details > .komfort-section-heading,
  .komfort-details__grid,
  .komfort-rhythm,
  .komfort-materials > .komfort-section-heading,
  .komfort-materials__tiles,
  .komfort-faq { width: calc(100% - 40px); }

  .komfort-intro__content,
  .komfort-light__copy,
  .komfort-showcase__copy { padding: 72px 20px; }
  .komfort-intro__title { font-size: clamp(56px, 16vw, 84px); }
  .komfort-intro__lead,
  .komfort-section-heading > p:last-child,
  .komfort-rhythm__intro > p:last-child,
  .komfort-showcase__copy > p:not(.komfort-eyebrow):not(.komfort-showcase__emphasis),
  .komfort-closing__inner > p:not(.komfort-eyebrow) { font-size: 16px; }
  .komfort-room,
  .komfort-spaces,
  .komfort-details,
  .komfort-rhythm,
  .komfort-materials,
  .komfort-faq { padding-block: 88px; }
  .komfort-room__layout { margin-top: 48px; }
  .komfort-room__number { font-size: 56px; }
  .komfort-light__visual { min-height: 100vw; }
  .komfort-light__copy { min-height: auto; }
  .komfort-details__grid,
  .komfort-materials__tiles { margin-top: 48px; }
  .komfort-detail-card { padding: 26px 22px; }
  .komfort-rhythm__list li { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
  .komfort-rhythm__list li > span { font-size: 34px; }
  .komfort-faq summary { grid-template-columns: 32px minmax(0, 1fr) 18px; gap: 10px; min-height: 76px; font-size: 23px; }
  .komfort-faq details > p { padding: 0 24px 22px 42px; font-size: 15px; }
  .komfort-closing { min-height: 460px; }
}
