@import "https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600&display=optional";
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --black: #2d2926;
  --gray: #53565a;
  --white: #fff;
  --light: #f7f7f5;
  --border: #eaeae7;
  --section-pad: 76px;
}
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--black);
  background: #fff;
  margin: 0;
  font-family:
    Noto Sans,
    sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  width: 100%;
  display: block;
}
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 48px;
}
.section {
  padding: var(--section-pad) 0;
}
.eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray);
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.section-title {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}
.section-heading {
  margin-bottom: 52px;
}
.header {
  z-index: 100;
  background: #fffffff7;
  border: 1px solid #53565a1a;
  height: 64px;
  position: absolute;
  top: 12px;
  left: 24px;
  right: 24px;
  box-shadow: 0 10px 30px #2d29260b;
}
.header__inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  height: 62px;
  margin: auto;
  padding: 0 28px;
  display: flex;
}
.header__brand {
  align-items: center;
  display: flex;
}
.logo-img {
  object-fit: contain;
  width: 205px;
  max-height: 36px;
}
.nav {
  align-items: center;
  gap: 6px;
  height: 100%;
  display: flex;
}
.nav-group {
  align-items: center;
  height: 100%;
  display: flex;
}
.nav__trigger {
  height: 100%;
  color: var(--black);
  background: 0 0;
  border: 0;
  padding: 0 13px;
  font-size: 12.5px;
  position: relative;
}
.nav__trigger:after {
  content: "";
  background: var(--black);
  height: 1px;
  transition: all 0.25s;
  position: absolute;
  bottom: 13px;
  left: 13px;
  right: 100%;
}
.nav-group:hover .nav__trigger:after,
.nav-group:focus-within .nav__trigger:after {
  right: 13px;
}
.mega-menu {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: all 0.25s;
  position: absolute;
  top: 62px;
  left: -1px;
  right: -1px;
  transform: translateY(-8px);
  box-shadow: 0 18px 36px #0000000b;
}
.nav-group:hover .mega-menu,
.nav-group:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.mega-menu__inner {
  grid-template-columns: 170px 1fr;
  gap: 70px;
  max-width: 1240px;
  margin: auto;
  padding: 38px 48px;
  display: grid;
}
.mega-menu__inner > p {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray);
  margin: 2px 0;
  font-size: 10px;
}
.mega-menu__links {
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 14px 30px;
  display: grid;
}
.mega-menu__links a,
.mega-menu__columns a {
  color: var(--gray);
  font-size: 13px;
}
.mega-menu__links a:hover,
.mega-menu__columns a:hover {
  color: var(--black);
}

/* Mega-menü hover çizgisi yalnızca bağlantı metni kadar genişler. */
.header .nav--mega .mega-menu__links a,
.header .nav--mega .mega-menu__columns a {
  position: relative !important;
  display: inline-block !important;
  justify-self: start !important;
  align-self: start !important;
  width: max-content !important;
  max-width: 100% !important;
  padding-bottom: 4px !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  text-decoration: none !important;
  line-height: 19px !important;
}
.header .nav--mega .mega-menu__links a::after,
.header .nav--mega .mega-menu__columns a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 100% !important;
  bottom: 0 !important;
  display: block !important;
  width: auto !important;
  height: 1px !important;
  background: var(--gray) !important;
  transition: right .25s ease !important;
}
.header .nav--mega .mega-menu__links a:hover::after,
.header .nav--mega .mega-menu__columns a:hover::after,
.header .nav--mega .mega-menu__links a:focus-visible::after,
.header .nav--mega .mega-menu__columns a:focus-visible::after,
.header .nav--mega .mega-menu__links a.active::after,
.header .nav--mega .mega-menu__columns a.active::after,
.header .nav--mega .mega-menu__links a[aria-current="page"]::after,
.header .nav--mega .mega-menu__columns a[aria-current="page"]::after {
  right: 0 !important;
}
@media (prefers-reduced-motion: reduce) {
  .header .nav--mega .mega-menu__links a::after,
  .header .nav--mega .mega-menu__columns a::after { transition: none !important; }
}
.mega-menu__columns {
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  display: grid;
}
.mega-menu__columns > div {
  gap: 11px;
  display: grid;
}
.mega-menu__columns h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  font-size: 11px;
}
.header__right {
  align-items: center;
  gap: 18px;
  display: flex;
}
.header__right button {
  color: var(--black);
  background: 0 0;
  border: 0;
  padding: 4px;
}
.lang__btn {
  align-items: center;
  gap: 6px;
  font-size: 12px;
  display: flex;
}
.flag {
  font-size: 17px;
}
.dealer-btn {
  border: 1px solid var(--black);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 10.5px;
}
.mobile-menu-button {
  display: none;
}
.brand-hero {
  height: calc(100vh - 24px);
  min-height: 620px;
  position: relative;
  overflow: hidden;
}
.brand-hero > img {
  object-fit: cover;
  height: 100%;
}
.hero-overlay {
  background: linear-gradient(
    100deg,
    #ffffffe6 0%,
    #ffffff94 35%,
    #ffffff1f 62%,
    #0000 75%
  );
  position: absolute;
  inset: 0;
}
.theme-stone .hero-overlay {
  background: linear-gradient(100deg, #181715c2, #1817154d 48%, #0000 75%);
}
.theme-stone .hero-content,
.theme-stone .hero-content > p {
  color: #fff;
}
.theme-graphite .hero-overlay {
  background: linear-gradient(100deg, #24231fbd, #24231f47 50%, #0000 75%);
}
.theme-graphite .hero-content,
.theme-graphite .hero-content > p {
  color: #fff;
}
.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0;
}
.brand-hero .hero-content {
  justify-content: flex-end;
  padding-bottom: clamp(86px, 10vh, 112px);
}
.brand-label {
  letter-spacing: 0.18em;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 500;
}
.brand-hero .brand-label {
  font-size: 18px;
  font-weight: 600;
}
.hero-content h1 {
  letter-spacing: -0.02em;
  max-width: 600px;
  margin: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.12;
}
.hero-content h1 strong {
  font-weight: 500;
}
.hero-content > p:not(.brand-label) {
  color: var(--gray);
  max-width: 430px;
  margin: 28px 0 34px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}
.cta {
  border: 1px solid var(--black);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: 0 0;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  font-size: 11px;
  display: inline-flex;
}
.cta:hover {
  background: var(--black);
  color: #fff;
}
.hero-cta {
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #2d2926b8;
  border-color: #ffffffb8;
}
.collections {
  background: #fff;
}
.carousel {
  scrollbar-width: none;
  gap: 20px;
  display: flex;
  overflow-x: auto;
}
.carousel-item {
  flex: 0 0 calc(20% - 16px);
  min-width: 215px;
}
.carousel-item__img {
  aspect-ratio: 1;
  margin-bottom: 14px;
  overflow: hidden;
}
.carousel-item__img img {
  object-fit: cover;
  height: 100%;
  transition: transform 0.7s;
}
.carousel-item:hover img {
  transform: scale(1.045);
}
.carousel-item h3 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 400;
}
.carousel-item p {
  color: var(--gray);
  margin: 0;
  font-size: 12px;
  font-weight: 300;
}
.applications {
  background: #f4efe7;
}
.usage-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  display: grid;
}
.usage-grid article {
  position: relative;
  overflow: hidden;
}
.usage-grid img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: all 0.7s;
}
.usage-grid article:hover img {
  transform: scale(1.035);
}
.usage-grid article:after {
  content: "";
  background: linear-gradient(#0000, #0000006b);
  position: absolute;
  inset: 45% 0 0;
}
.usage-grid span {
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  bottom: 22px;
  left: 22px;
}
.split {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  display: grid;
}
.split > img,
.video-placeholder {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.split > div > p:not(.eyebrow) {
  color: var(--gray);
  margin: 24px 0 34px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
.split-section {
  background: #e8e1d7;
}
.split-section .split > img {
  object-fit: cover;
  height: 100%;
}
.sustainability {
  background: #d8cbb8;
}
.feature-section {
  background: #f5f0e8;
}
.icon-features {
  border-top: 1px solid #2d292626;
  border-bottom: 1px solid #2d292626;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}
.icon-features > div {
  text-align: center;
  border-right: 1px solid #2d292626;
  padding: 38px 20px;
}
.icon-features > div:last-child {
  border: 0;
}
.icon-features span {
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 300;
  display: block;
}
.icon-features p {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray);
  margin: 0;
  font-size: 11px;
}
.media-split {
  background: #fff;
}
.video-placeholder {
  max-height: 410px;
  position: relative;
  overflow: hidden;
}
.video-placeholder img {
  object-fit: cover;
  height: 100%;
}
.video-placeholder i {
  background: #ffffffe6;
  border-radius: 50%;
  place-items: center;
  width: 62px;
  height: 62px;
  padding-left: 4px;
  font-style: normal;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.performance-grid {
  background: #2d292626;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  display: grid;
}
.performance-grid > div {
  background: #fff;
  flex-direction: column;
  padding: 50px 30px;
  display: flex;
}
.performance-grid strong {
  font-size: 34px;
  font-weight: 300;
}
.performance-grid span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray);
  margin-top: 10px;
  font-size: 11px;
}
.documents {
  background: #fff;
}
.document-grid {
  border-top: 1px solid var(--border);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.document-grid a {
  border-bottom: 1px solid var(--border);
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  padding: 28px 12px;
  font-size: 13px;
  display: grid;
}
.document-grid span {
  color: var(--gray);
  font-size: 10px;
}
.document-grid b {
  font-size: 18px;
  font-weight: 400;
}
.footer {
  color: #fff;
  background: #30302e;
  padding: 64px 0 28px;
}
.footer__grid {
  grid-template-columns: 260px repeat(7, max-content);
  justify-content: space-between;
  align-items: start;
  gap: 36px 24px;
  margin-bottom: 30px;
  display: grid;
}
.footer__info img {
  filter: brightness(0) invert();
  opacity: 0.88;
  width: 205px;
  max-width: 100%;
}
.footer__col {
  flex-direction: column;
  min-width: 0;
  display: flex;
}
.footer__col h4 {
  letter-spacing: 0.11em;
  text-transform: uppercase;
  min-height: 44px;
  margin: 0 0 16px;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.45;
}
.footer__col a {
  color: #ffffffb8;
  overflow-wrap: anywhere;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.55;
}
.footer__socials {
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 18px;
  display: flex;
}
.footer__socials a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffffb8;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  padding: 9px 12px;
  font-size: 9px;
}
.footer__bottom {
  border-top: 1px solid #ffffff2e;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
  display: flex;
}
.footer__bottom p,
.footer__bottom a {
  color: #ffffffb8;
  font-size: 11.5px;
  font-weight: 300;
}
.footer__bottom > div {
  gap: 24px;
  display: flex;
}
.footer__signature {
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff80;
  margin-top: 11px;
  font-size: 10px;
}
@media (width<=1250px) {
  .footer__grid {
    grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(150px, 1fr));
  }
  .nav--mega,
  .dealer-btn {
    display: none;
  }
  .mobile-menu-button {
    display: block;
  }
}
@media (width<=820px) {
  .wrap {
    padding: 0 24px;
  }
  .header {
    top: 8px;
    left: 10px;
    right: 10px;
  }
  .header__inner {
    height: 58px;
    padding: 0 16px;
  }
  .logo-img {
    width: 170px;
  }
  .brand-hero {
    height: 82vh;
    min-height: 560px;
  }
  .hero-content h1 {
    font-size: 39px;
  }
  .carousel-item {
    flex-basis: 43%;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .usage-grid {
    grid-template-columns: 1fr;
  }
  .icon-features,
  .performance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .document-grid {
    grid-template-columns: 1fr;
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer__info {
    grid-column: 1/-1;
  }
  .footer__socials {
    justify-content: flex-start;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
@media (width<=560px) {
  :root {
    --section-pad: 64px;
  }
  .header__right {
    gap: 10px;
  }
  .lang,
  .dealer-btn {
    display: none;
  }
  .brand-hero {
    height: 78vh;
  }
  .brand-hero .hero-content {
    padding-bottom: 74px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .hero-content > p:not(.brand-label) {
    font-size: 13px;
  }
  .carousel-item {
    flex-basis: 72%;
    min-width: 230px;
  }
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .footer__col h4 {
    min-height: auto;
  }
  .footer__bottom > div {
    flex-wrap: wrap;
    gap: 12px;
  }
  .section-title {
    font-size: 26px;
  }
}

.nav-group.open .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
