/*
  Modernized single-page Sedas theme.
  The original horizontal slide flow is kept; only presentation is refreshed.
*/

:root {
  --ink: #111416;
  --paper: #f6f1e7;
  --cream: #fffaf0;
  --teal: #0e7770;
  --teal-dark: #09554f;
  --amber: #f2b705;
  --orange: #e85d2a;
  --white: #ffffff;
  --muted: #6d7578;
  --glass: rgba(255, 250, 240, 0.9);
  --shadow: 0 24px 60px rgba(10, 16, 18, 0.26);
}

@keyframes seq-preloader {
  50% { opacity: 1; }
  100% { opacity: 0; }
}

.seq-preloader {
  background: var(--paper);
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 99999999;
  height: 100%;
  width: 100%;
  inset: 0;
}

.seq-preloader.seq-preloaded {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s .5s, opacity .5s;
}

.seq-preload-indicator {
  overflow: visible;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.seq-preload-circle {
  display: inline-block;
  height: 12px;
  width: 12px;
  fill: var(--amber);
  opacity: 0;
  animation: seq-preloader 1.25s infinite;
}

.seq-preload-circle-2 { animation-delay: .15s; }
.seq-preload-circle-3 { animation-delay: .3s; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", Arial, sans-serif;
}

html,
body {
  overflow: hidden;
  font-size: 100%;
  background: var(--ink);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17, 20, 22, .5), transparent 32%, transparent 70%, rgba(17, 20, 22, .3)),
    radial-gradient(circle at 82% 18%, rgba(242, 183, 5, .22), transparent 24%),
    radial-gradient(circle at 22% 88%, rgba(14, 119, 112, .18), transparent 28%);
}

.logo {
  top: 26px;
  left: 28px;
  z-index: 999999;
  position: fixed;
  width: 150px;
  height: 86px;
  display: grid;
  place-items: center;
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid rgba(255, 255, 255, .48);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
}

.logo h1,
.logo h2 {
  margin: 0;
  line-height: 0;
}

.logo img {
  max-width: 112px;
  max-height: 54px;
}

.logo h2 {
  display: none;
}

nav {
  position: fixed;
  z-index: 100;
  top: 132px;
  left: 28px;
  width: 150px;
  height: auto;
  text-align: center;
  background: rgba(17, 20, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

nav ul {
  margin: 0;
  padding: 14px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

nav ul li {
  text-align: center;
}

nav a,
nav a:visited,
nav a:active {
  color: var(--cream);
}

nav a {
  text-decoration: none !important;
  width: 100%;
  min-height: 82px;
  padding: 13px 8px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .05);
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

nav a::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--amber), var(--orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

nav a:hover,
nav a.active {
  color: var(--white);
  background: rgba(14, 119, 112, .42);
  border-color: rgba(242, 183, 5, .56);
  transform: translateX(6px);
}

nav a:hover::before,
nav a.active::before {
  transform: scaleX(1);
}

nav img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .28));
}

nav em {
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  margin-top: 10px;
  color: inherit;
  font-weight: 700;
}

.slides {
  width: 500vw;
  height: 100vh;
  transition: transform 0.8s ease;
}

.slides .slide {
  height: 100vh;
  width: 100vw;
  float: left;
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.slides .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(17, 20, 22, .78) 0%, rgba(17, 20, 22, .44) 38%, rgba(17, 20, 22, .2) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 110px);
}

.slides .slide .content {
  overflow-y: auto;
  position: relative;
  z-index: 3;
  width: calc(100% - 260px);
  height: 86%;
  left: 220px;
  top: 7%;
  padding: 36px 46px;
  scrollbar-width: none;
}

.content::-webkit-scrollbar {
  display: none !important;
}

.slides .slide:nth-child(2) {
  background-image: url(../images/bg-kurumsal.jpg);
}

.slides .slide:nth-child(3) {
  background-image: url(../images/bg-works-06.jpg);
}

.slides .slide:nth-child(4) {
  background-image: url(../images/bg-kurumsal2.jpg);
}

#slider-wrapper,
#image-slider,
#image-slider ul {
  width: 100%;
  height: 100%;
  position: relative;
}

#image-slider {
  overflow: hidden;
}

#image-slider ul {
  margin-bottom: 0;
}

#image-slider ul li {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

#image-slider ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17,20,22,.82) 0%, rgba(17,20,22,.42) 48%, rgba(17,20,22,.2) 100%),
    linear-gradient(0deg, rgba(17,20,22,.6), transparent 48%);
}

#image-slider ul li:nth-child(1) { background-image: url(../images/bg-works-01.jpg); }
#image-slider ul li:nth-child(2) { background-image: url(../images/bg-works-04.jpg); }
#image-slider ul li:nth-child(3) { background-image: url(../images/bg-works-07.jpg); }

#image-slider ul li.active-img {
  left: 0;
}

.slide-caption {
  text-align: left;
  left: 245px;
  right: auto;
  position: absolute;
  z-index: 4;
  top: 50%;
  width: min(620px, calc(100vw - 320px));
  transform: translateY(-50%);
}

.slide-caption::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 6px;
  width: 7px;
  height: calc(100% - 12px);
  background: linear-gradient(180deg, var(--amber), var(--teal));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  margin-bottom: 18px;
  color: var(--ink);
  background: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.slide-caption h6 {
  margin: 0 0 18px;
  max-width: 520px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(255, 255, 255, .86);
  text-transform: none;
}

.slide-caption h2 {
  margin: 0;
  font-size: clamp(46px, 7vw, 92px);
  line-height: .9;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--white);
}

.slide-caption h2 small {
  font-size: .42em;
  color: var(--amber);
}

#thumbnail {
  position: absolute;
  z-index: 5;
  bottom: 36px;
  right: 42px;
}

#thumbnail ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px;
}

#thumbnail ul li {
  display: inline-block;
  width: 112px;
  height: 76px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .3);
  transition: transform .3s ease, border-color .3s ease;
}

#thumbnail ul li.active,
#thumbnail ul li:hover {
  border-color: var(--amber);
  transform: translateY(-6px);
}

#thumbnail ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.second-content,
.third-content,
.fourth-content {
  display: flex;
  align-items: center;
}

#tabs {
  width: min(940px, 100%);
  margin-left: auto;
  margin-right: 30px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: stretch;
}

#tabs ul {
  margin: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  background: rgba(17, 20, 22, .7);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

#tabs ul li {
  display: block;
}

#tabs ul li a {
  display: block;
  cursor: pointer;
  outline: 0;
  border: none;
  color: var(--cream);
  text-decoration: none;
}

#tabs ul li span {
  text-align: center;
  background-color: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  color: var(--cream);
  width: 66px;
  height: 66px;
  font-size: 25px;
  line-height: 64px;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}

#tabs ul .ui-tabs-active span,
#tabs ul li a:hover span {
  background: var(--amber);
  border-color: var(--amber);
  color: var(--ink);
  transform: rotate(-4deg) scale(1.04);
}

.tabs-content {
  width: 100%;
  min-height: 440px;
  text-align: left;
  display: block;
  background: var(--glass);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .55);
  padding: clamp(30px, 5vw, 64px);
  backdrop-filter: blur(18px);
}

.tabs-content h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 14px;
}

.tabs-content span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: var(--teal-dark);
  text-transform: uppercase;
  font-weight: 900;
}

.tabs-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #394143;
  margin-top: 24px;
  margin-bottom: 0;
}

.third-content {
  align-items: stretch;
}

.product-showcase {
  position: relative;
  width: min(1120px, 100%);
  margin: auto 24px auto auto;
  padding: clamp(24px, 4vw, 46px);
  text-align: left;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .94), rgba(255, 255, 255, .78)),
    linear-gradient(90deg, rgba(14, 119, 112, .12), rgba(242, 183, 5, .16));
  border: 1px solid rgba(255, 255, 255, .58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.product-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--teal), var(--amber), var(--orange));
}

.product-showcase::after {
  content: "SEDAS";
  position: absolute;
  right: -10px;
  bottom: -30px;
  color: rgba(17, 20, 22, .04);
  font-size: 132px;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

.product-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 22px;
  align-items: end;
  margin-bottom: 28px;
}

.product-heading span {
  grid-row: span 2;
  align-self: center;
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  padding: 0 18px;
  color: var(--white);
  background: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 5vw, 58px);
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
}

.product-heading p {
  max-width: 680px;
  margin: 0;
  color: #4a5356;
  font-size: 15px;
  line-height: 1.7;
}

.third-content .container-fluid,
.fourth-content .container-fluid {
  width: 100%;
}

.third-content .row {
  margin-left: -10px;
  margin-right: -10px;
}

.third-content .col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.owl-carousel {
  position: relative;
  z-index: 2;
}

.owl-stage-outer {
  padding: 10px 0 22px;
}

.featured-item {
  position: relative;
  overflow: hidden;
  text-align: left;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(17, 20, 22, .08);
  box-shadow: 0 16px 34px rgba(17, 20, 22, .13);
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.featured-item:hover {
  transform: translateY(-8px);
  border-color: rgba(14, 119, 112, .28);
  box-shadow: 0 26px 58px rgba(17, 20, 22, .2);
}

.featured-item::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .45);
  pointer-events: none;
}

.product-media {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(14, 119, 112, .12), rgba(242, 183, 5, .12)),
    var(--paper);
}

.featured-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform .5s ease, filter .5s ease;
}

.featured-item:hover img {
  transform: scale(1.08);
  filter: saturate(1.06) contrast(1.03);
}

.featured-item .down-content {
  position: relative;
  z-index: 3;
  min-height: 104px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 250, 240, .96));
  border-top: 0;
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}

.featured-item .down-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 46px;
  height: 5px;
  background: var(--amber);
}

.featured-item h4 {
  margin: 0;
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--ink);
}

.featured-item h6 {
  align-self: flex-start;
  color: var(--ink);
  background: var(--amber);
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  padding: 9px 12px;
  box-shadow: 8px 8px 0 rgba(14, 119, 112, .16);
}

.owl-dots {
  text-align: center;
  margin-top: 14px;
  position: relative;
  z-index: 2;
}

.owl-dots .owl-dot {
  outline: none;
  display: inline-block;
}

.owl-dots .owl-dot span {
  background-color: rgba(17, 20, 22, .22);
  width: 28px;
  height: 6px;
  display: inline-block;
  margin: 0 5px;
  outline: none;
  cursor: pointer;
  transition: background .3s ease, width .3s ease;
}

.owl-dots .active span {
  background-color: var(--teal) !important;
  width: 58px;
}

/* Radical about + product redesign */
.second-content {
  align-items: stretch;
}

.about-studio {
  width: min(1120px, 100%);
  min-height: 100%;
  margin: auto 28px auto auto;
  display: grid;
  grid-template-columns: minmax(280px, 38%) 1fr;
  align-items: stretch;
  text-align: left;
  box-shadow: var(--shadow);
}

.about-lead {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 66px);
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(9, 85, 79, .98), rgba(17, 20, 22, .94)),
    url(../images/bg-kurumsal.jpg) center/cover;
  isolation: isolate;
}

.about-lead::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(242, 183, 5, .14) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 100%);
  background-size: 44px 44px;
  opacity: .55;
}

.about-lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 9px;
  background: linear-gradient(90deg, var(--amber), var(--orange));
}

.about-lead span,
.product-heading span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 34px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-lead h2 {
  margin: 30px 0 22px;
  color: var(--white);
  font-size: clamp(46px, 7vw, 86px);
  line-height: .86;
  font-weight: 900;
  text-transform: uppercase;
}

.about-lead p {
  max-width: 430px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.about-stats {
  position: absolute;
  left: clamp(26px, 5vw, 54px);
  right: clamp(26px, 5vw, 54px);
  bottom: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.about-stats div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.about-stats strong {
  display: block;
  color: var(--amber);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.about-stats em {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}

#tabs.about-tabs {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  gap: 0;
  background: rgba(255, 250, 240, .94);
}

#tabs.about-tabs > ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--ink);
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

#tabs.about-tabs > ul li {
  min-width: 0;
}

#tabs.about-tabs > ul li a {
  min-height: 104px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, .68);
  border-right: 1px solid rgba(255, 255, 255, .1);
  transition: background .3s ease, color .3s ease;
}

#tabs.about-tabs > ul li:last-child a {
  border-right: 0;
}

#tabs.about-tabs > ul li span {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 25px;
  background: transparent;
  border: 0;
  color: inherit;
  text-align: left;
}

#tabs.about-tabs > ul li em {
  color: inherit;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

#tabs.about-tabs > ul .ui-tabs-active a,
#tabs.about-tabs > ul li a:hover {
  color: var(--ink);
  background: var(--amber);
}

#tabs.about-tabs > ul .ui-tabs-active span,
#tabs.about-tabs > ul li a:hover span {
  background: transparent;
  border-color: transparent;
  color: inherit;
  transform: none;
}

#tabs.about-tabs .tabs-content {
  min-height: 0;
  height: 100%;
  padding: clamp(34px, 5vw, 68px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .98), rgba(255, 255, 255, .92)),
    linear-gradient(90deg, rgba(232, 93, 42, .08), rgba(14, 119, 112, .08));
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

#tabs.about-tabs .tabs-content article {
  max-width: 620px;
}

.tabs-content small {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

#tabs.about-tabs .tabs-content h2 {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 24px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: .92;
}

#tabs.about-tabs .tabs-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 6px;
  background: linear-gradient(90deg, var(--teal), var(--amber));
}

#tabs.about-tabs .tabs-content span {
  max-width: 560px;
  color: var(--teal-dark);
  font-size: 15px;
  line-height: 1.7;
}

#tabs.about-tabs .tabs-content p {
  max-width: 590px;
  color: #3d4749;
  font-size: 17px;
  line-height: 1.85;
}

.product-showcase {
  width: min(1140px, 100%);
  margin: auto 24px auto auto;
  padding: 0;
  color: var(--white);
  background: rgba(17, 20, 22, .9);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
}

.product-showcase::before {
  height: 100%;
  width: 12px;
  right: auto;
  background: linear-gradient(180deg, var(--amber), var(--orange), var(--teal));
}

.product-showcase::after {
  content: "KATALOG";
  right: 18px;
  top: 16px;
  bottom: auto;
  color: rgba(255, 255, 255, .045);
  font-size: 96px;
}

.product-heading {
  margin: 0;
  padding: clamp(28px, 4vw, 46px) clamp(28px, 4vw, 50px) 22px;
  grid-template-columns: 1fr auto;
  gap: 12px 30px;
  align-items: center;
}

.product-heading span {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  min-height: 80px;
  color: var(--ink);
  background: var(--amber);
}

.product-heading h2 {
  color: var(--white);
  font-size: clamp(38px, 5vw, 70px);
}

.product-heading p {
  max-width: 620px;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
}

.product-showcase .container-fluid {
  padding: 0 clamp(18px, 3vw, 38px) clamp(24px, 4vw, 38px);
}

.product-showcase .row {
  margin-left: -8px;
  margin-right: -8px;
}

.product-showcase .col-md-12 {
  padding-left: 8px;
  padding-right: 8px;
}

.product-showcase .owl-stage-outer {
  padding: 18px 0 28px;
}

.product-showcase .featured-item {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  background: #0b0f10;
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: none;
}

.product-showcase .featured-item::before {
  inset: 0;
  z-index: 2;
  border: 0;
  background:
    linear-gradient(180deg, rgba(17, 20, 22, 0) 22%, rgba(17, 20, 22, .45) 58%, rgba(17, 20, 22, .94) 100%),
    linear-gradient(90deg, rgba(242, 183, 5, .18), transparent 38%);
}

.product-showcase .featured-item:hover {
  transform: translateY(-12px);
  border-color: rgba(242, 183, 5, .58);
  box-shadow: 0 26px 54px rgba(0, 0, 0, .38);
}

.product-showcase .product-media {
  position: absolute;
  inset: 0;
  background: #111416;
}

.product-showcase .featured-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  opacity: .9;
}

.product-showcase .featured-item:hover img {
  transform: scale(1.1);
  filter: saturate(1.08) contrast(1.08);
}

.product-showcase .down-content {
  position: relative;
  z-index: 4;
  min-height: 160px;
  padding: 24px;
  justify-content: flex-end;
  background: transparent;
}

.product-showcase .down-content::before {
  top: 24px;
  left: 24px;
  width: 52px;
  height: 5px;
  background: var(--amber);
}

.product-showcase .featured-item h4 {
  min-height: auto;
  color: var(--white);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.05;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .45);
}

.product-showcase .featured-item h6 {
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
  padding: 10px 13px;
  box-shadow: 8px 8px 0 rgba(242, 183, 5, .9);
}

.product-showcase .owl-dots {
  margin-top: 0;
}

.product-showcase .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, .28);
}

.product-showcase .owl-dots .active span {
  background-color: var(--amber) !important;
}

#contact {
  text-align: left;
  margin: 0 auto;
  max-width: 900px;
  padding: clamp(26px, 4vw, 54px);
  background: rgba(17, 20, 22, .78);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.contact-intro {
  margin-bottom: 24px;
}

.contact-intro span {
  display: inline-block;
  padding: 7px 12px;
  color: var(--ink);
  background: var(--amber);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

#contact h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--white);
  margin: 16px 0 20px;
}

#contact p {
  color: rgba(255, 255, 255, .82);
  margin: 0 0 8px;
  line-height: 1.6;
}

#contact fieldset {
  min-width: 0;
}

#contact input,
#contact textarea {
  padding-left: 18px;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
  height: 48px;
  font-size: 14px;
  color: var(--white);
  margin-bottom: 18px;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: rgba(255, 255, 255, .62);
}

#contact input:focus,
#contact textarea:focus {
  color: var(--white);
  outline: none;
  box-shadow: 0 0 0 4px rgba(242, 183, 5, .16);
  border-color: var(--amber);
  background-color: rgba(255, 255, 255, .14);
}

#contact textarea {
  height: 150px;
  padding: 16px 18px;
}

#contact button {
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 900;
  background-color: var(--amber);
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  cursor: pointer;
  transition: transform .3s ease, background .3s ease;
  outline: none;
}

#contact button:hover {
  background-color: var(--white);
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  body::before {
    background:
      linear-gradient(180deg, rgba(17, 20, 22, .45), transparent 45%, rgba(17, 20, 22, .26)),
      radial-gradient(circle at 88% 18%, rgba(242, 183, 5, .2), transparent 26%);
  }

  .logo {
    top: 12px;
    left: 12px;
    width: 78px;
    height: 72px;
  }

  .logo h1 {
    display: none;
  }

  .logo h2 {
    display: block;
  }

  .logo img {
    max-width: 52px;
    max-height: 44px;
  }

  nav {
    top: 12px;
    left: 100px;
    right: 12px;
    width: auto;
    height: 72px;
  }

  nav ul {
    height: 100%;
    padding: 8px;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 7px;
  }

  nav ul li {
    flex: 1;
  }

  nav a {
    min-height: 54px;
    height: 100%;
    padding: 8px 4px;
  }

  nav a:hover,
  nav a.active {
    transform: translateY(3px);
  }

  nav img {
    width: 26px;
    height: 26px;
  }

  nav em {
    display: none;
  }

  .slides .slide .content {
    width: 100%;
    height: calc(100% - 104px);
    left: 0;
    top: 104px;
    padding: 22px 16px 44px;
  }

  .slide-caption {
    left: 34px;
    width: calc(100vw - 68px);
    top: 52%;
  }

  .slide-caption h6 {
    font-size: 15px;
  }

  #thumbnail {
    right: 16px;
    bottom: 18px;
  }

  #thumbnail ul {
    gap: 8px;
  }

  #thumbnail ul li {
    width: 74px;
    height: 52px;
  }

  #tabs {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0;
  }

  #tabs ul {
    flex-direction: row;
    justify-content: center;
    padding: 10px;
  }

  #tabs ul li span {
    width: 58px;
    height: 58px;
    font-size: 22px;
    line-height: 56px;
  }

  .tabs-content {
    min-height: 0;
    padding: 28px 22px;
  }

  .tabs-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .featured-item {
    margin: 0 4px;
  }

  .featured-item .down-content {
    padding: 16px 14px;
  }

  .product-showcase {
    width: 100%;
    margin: 0;
    padding: 24px 16px;
  }

  .product-heading {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .product-heading span {
    grid-row: auto;
    min-height: 0;
    width: max-content;
    padding: 8px 12px;
  }

  .product-heading p {
    font-size: 14px;
  }

  .product-showcase::after {
    display: none;
  }

  .featured-item img {
    aspect-ratio: 4 / 3;
  }

  .owl-dots {
    margin-top: 20px;
    padding-bottom: 18px;
  }

  #contact {
    padding: 24px 18px;
  }

  #contact input,
  #contact textarea {
    margin-bottom: 14px;
  }
}

@media (max-width: 575px) {
  .slide-caption h2 {
    font-size: 42px;
  }

  .slide-caption::before {
    left: -15px;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  #thumbnail {
    left: 16px;
    right: auto;
  }

  #thumbnail ul li {
    width: 62px;
    height: 46px;
  }

  .tabs-content h2,
  #contact h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .about-studio {
    width: 100%;
    min-height: auto;
    margin: 0;
    grid-template-columns: 1fr;
  }

  .about-lead {
    min-height: 360px;
    padding: 30px 22px 118px;
  }

  .about-lead h2 {
    font-size: 48px;
  }

  .about-lead p {
    font-size: 15px;
    line-height: 1.7;
  }

  .about-stats {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }

  .about-stats strong {
    font-size: 18px;
  }

  .about-stats em {
    font-size: 11px;
  }

  #tabs.about-tabs > ul li a {
    min-height: 82px;
    padding: 14px 10px;
    align-items: center;
    text-align: center;
  }

  #tabs.about-tabs > ul li span {
    text-align: center;
    font-size: 22px;
  }

  #tabs.about-tabs .tabs-content {
    padding: 28px 22px 34px;
  }

  #tabs.about-tabs .tabs-content h2 {
    font-size: 34px;
  }

  #tabs.about-tabs .tabs-content p {
    font-size: 15px;
    line-height: 1.72;
  }

  .product-showcase {
    width: 100%;
    margin: 0;
  }

  .product-showcase::before {
    width: 100%;
    height: 8px;
  }

  .product-showcase::after {
    display: none;
  }

  .product-heading {
    grid-template-columns: 1fr;
    padding: 28px 20px 12px;
  }

  .product-heading span {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    width: max-content;
    padding: 8px 12px;
  }

  .product-heading h2 {
    font-size: 38px;
  }

  .product-heading p {
    font-size: 14px;
  }

  .product-showcase .container-fluid {
    padding: 0 14px 28px;
  }

  .product-showcase .featured-item {
    min-height: 390px;
  }

  .product-showcase .featured-item img {
    aspect-ratio: auto;
  }

  .product-showcase .down-content {
    min-height: 142px;
    padding: 22px;
  }
}

@media (max-width: 575px) {
  .about-lead {
    min-height: 330px;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .about-stats div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 8px;
  }

  .about-stats em {
    margin-top: 0;
  }

  #tabs.about-tabs > ul li em {
    font-size: 11px;
  }

  .product-showcase .featured-item {
    min-height: 360px;
  }
}

/* Final composition tuning: center the heavy sections and make them feel native to the slide. */
.second-content,
.third-content {
  justify-content: center;
}

.about-studio {
  width: min(1080px, calc(100% - 40px));
  min-height: min(680px, 100%);
  margin: auto;
  grid-template-columns: minmax(260px, 34%) 1fr;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .24);
}

.about-lead {
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-lead h2 {
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.06;
  margin: 28px 0 18px;
  word-break: normal;
}

.about-lead p {
  font-size: 16px;
}

.about-stats {
  position: static;
  margin-top: 34px;
}

#tabs.about-tabs .tabs-content {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .94), rgba(255, 255, 255, .84)),
    radial-gradient(circle at 100% 0%, rgba(242, 183, 5, .18), transparent 28%);
}

.product-showcase {
  width: min(1080px, calc(100% - 40px));
  margin: auto;
  border-color: rgba(255, 255, 255, .16);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .28);
  background:
    linear-gradient(135deg, rgba(17, 20, 22, .94), rgba(9, 85, 79, .86)),
    url(../images/bg-works-06.jpg) center/cover;
}

.product-showcase::before {
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, var(--amber), var(--orange), var(--teal));
}

.product-showcase .owl-carousel::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .32), transparent);
}

.product-showcase .featured-item {
  min-height: 390px;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(17, 20, 22, .82);
}

.product-showcase .featured-item::after {
  content: "Detay";
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
  padding: 7px 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, .86);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-showcase .featured-item h6 {
  color: var(--ink);
  background: var(--amber);
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: none;
}

.product-showcase .featured-item h6::after {
  content: " için iletişime geçin";
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: none;
  opacity: .72;
}

@media (max-width: 991px) {
  .about-studio,
  .product-showcase {
    width: 100%;
    margin: 0;
  }

  .about-lead h2 {
    font-size: 42px;
  }

  .about-stats {
    margin-top: 24px;
  }

  .product-showcase .featured-item {
    min-height: 370px;
  }
}

.catalog-open {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  min-height: 84px;
  min-width: 128px;
  padding: 13px 16px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  border: 0;
  color: var(--ink);
  background: var(--amber);
  cursor: pointer;
  box-shadow: 10px 10px 0 rgba(232, 93, 42, .42);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.catalog-open:hover {
  transform: translate(-3px, -3px);
  background: var(--white);
  box-shadow: 14px 14px 0 rgba(242, 183, 5, .28);
}

.catalog-open span {
  padding: 0;
  min-height: 0;
  width: auto;
  color: inherit;
  background: transparent;
  font-size: 16px;
  line-height: 1;
}

.catalog-open em {
  color: rgba(17, 20, 22, .72);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-view {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(17, 20, 22, .92), rgba(9, 85, 79, .9)),
    url(../images/bg-works-06.jpg) center/cover;
}

.catalog-view.is-open {
  display: flex;
}

.catalog-view.is-open .catalog-shell {
  animation: catalogArrive .42s ease both;
}

@keyframes catalogArrive {
  from {
    opacity: 0;
    transform: translateY(28px) rotateX(6deg) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0) scale(1);
  }
}

.catalog-shell {
  width: min(1120px, 100%);
  max-height: min(760px, 92vh);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, .36);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
}

.catalog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 34px 22px;
  background: var(--ink);
  color: var(--white);
}

.catalog-top span {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-top h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-close {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .22);
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  font-size: 34px;
  line-height: 40px;
  cursor: pointer;
}

.catalog-pages {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(14, 119, 112, .08), transparent 22%, transparent 78%, rgba(232, 93, 42, .1)),
    var(--paper);
}

.catalog-page {
  display: none;
  height: 100%;
  padding: 28px 34px 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.catalog-page.is-active {
  display: grid;
}

.catalog-page.is-active .catalog-card img {
  animation: catalogImageIn .62s ease both;
}

.catalog-page.is-active .catalog-card div {
  animation: catalogTextIn .48s ease .08s both;
}

@keyframes catalogImageIn {
  from {
    transform: scale(1.08);
    filter: saturate(.82);
  }
  to {
    transform: scale(1);
    filter: saturate(1);
  }
}

@keyframes catalogTextIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.catalog-card {
  display: grid;
  grid-template-columns: 44% 1fr;
  min-height: 170px;
  overflow: hidden;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(17, 20, 22, .1);
  box-shadow: 0 16px 34px rgba(17, 20, 22, .1);
}

.catalog-card img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
}

.catalog-card div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
}

.catalog-card small {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-card h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-card strong {
  width: max-content;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--amber);
  font-size: 12px;
  text-transform: uppercase;
}

.catalog-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 34px;
  background: var(--cream);
  border-top: 1px solid rgba(17, 20, 22, .1);
}

.catalog-controls button {
  min-width: 118px;
  min-height: 42px;
  border: 0;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-controls button:disabled {
  cursor: default;
  opacity: .4;
}

.catalog-controls strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

body.catalog-lock {
  overflow: hidden;
}

@media (max-width: 991px) {
  .catalog-open {
    grid-column: auto;
    grid-row: auto;
    width: max-content;
    min-height: 0;
    min-width: 0;
    padding: 10px 13px;
  }

  .catalog-view {
    padding: 14px;
  }

  .catalog-shell {
    max-height: 94vh;
  }

  .catalog-page {
    grid-template-columns: 1fr;
    padding: 18px;
    overflow-y: auto;
  }

  .catalog-card {
    grid-template-columns: 38% 1fr;
  }
}

@media (max-width: 575px) {
  .catalog-top,
  .catalog-controls {
    padding-left: 18px;
    padding-right: 18px;
  }

  .catalog-card {
    grid-template-columns: 1fr;
  }

  .catalog-card img {
    height: 180px;
  }

  .catalog-controls button {
    min-width: 86px;
  }
}

/* Magazine-style vertical catalog */
.catalog-view {
  perspective: 1800px;
  background:
    radial-gradient(circle at 20% 12%, rgba(242, 183, 5, .28), transparent 22%),
    radial-gradient(circle at 80% 82%, rgba(14, 119, 112, .34), transparent 26%),
    linear-gradient(135deg, rgba(10, 14, 15, .96), rgba(9, 85, 79, .9)),
    url(../images/bg-works-06.jpg) center/cover;
}

.catalog-shell {
  width: min(520px, 92vw);
  height: min(820px, 92vh);
  max-height: 92vh;
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform-style: preserve-3d;
}

.catalog-shell::before {
  content: "";
  position: absolute;
  inset: 20px -18px 22px 22px;
  z-index: -1;
  background: rgba(0, 0, 0, .34);
  filter: blur(18px);
  transform: rotate(2deg);
}

.catalog-shell.turn-next .catalog-pages {
  animation: catalogTurnNext .52s ease;
}

.catalog-shell.turn-prev .catalog-pages {
  animation: catalogTurnPrev .52s ease;
}

@keyframes catalogTurnNext {
  0% { transform: rotateY(0deg) translateX(0); opacity: 1; }
  45% { transform: rotateY(-18deg) translateX(-18px); opacity: .62; }
  100% { transform: rotateY(0deg) translateX(0); opacity: 1; }
}

@keyframes catalogTurnPrev {
  0% { transform: rotateY(0deg) translateX(0); opacity: 1; }
  45% { transform: rotateY(18deg) translateX(18px); opacity: .62; }
  100% { transform: rotateY(0deg) translateX(0); opacity: 1; }
}

.catalog-top {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 5;
  padding: 0;
  background: transparent;
  color: var(--white);
  pointer-events: none;
}

.catalog-top > div {
  padding: 12px 14px;
  background: rgba(17, 20, 22, .78);
  backdrop-filter: blur(12px);
}

.catalog-top span {
  margin-bottom: 6px;
  font-size: 10px;
}

.catalog-top h2 {
  font-size: 22px;
  line-height: 1;
}

.catalog-close {
  pointer-events: auto;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 20;
  width: 48px;
  height: 48px;
  color: var(--ink);
  background: var(--amber);
  border: 0;
  line-height: 38px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
}

.catalog-pages {
  min-height: 0;
  height: 100%;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, .42);
  box-shadow: 0 32px 86px rgba(0, 0, 0, .48);
  transform-origin: left center;
}

.catalog-pages::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.18), transparent 9%, transparent 91%, rgba(255,255,255,.18)),
    linear-gradient(0deg, rgba(17,20,22,.16), transparent 30%, transparent 72%, rgba(255,255,255,.12));
}

.catalog-page {
  padding: 0;
  height: 100%;
  grid-template-columns: 1fr;
  gap: 0;
  background: var(--paper);
}

.catalog-page.is-active {
  display: grid;
}

.catalog-card {
  position: relative;
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 64% 36%;
  overflow: hidden;
  background: var(--paper);
  border: 0;
  box-shadow: none;
}

.catalog-card::before {
  content: "SEDAS";
  position: absolute;
  right: -6px;
  top: 50%;
  z-index: 3;
  color: rgba(255, 255, 255, .16);
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  pointer-events: none;
}

.catalog-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.catalog-card div {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 34px 34px 30px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .98), rgba(255, 255, 255, .9)),
    linear-gradient(90deg, rgba(242, 183, 5, .18), transparent);
}

.catalog-card div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  width: 90px;
  height: 7px;
  background: linear-gradient(90deg, var(--amber), var(--orange));
}

.catalog-card small {
  color: var(--teal-dark);
  font-size: 12px;
  letter-spacing: 0;
}

.catalog-card h3 {
  margin: 10px 0 0;
  max-width: 350px;
  font-size: clamp(34px, 7vw, 54px);
  line-height: .9;
}

.catalog-card strong {
  width: max-content;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  font-size: 12px;
  box-shadow: 10px 10px 0 rgba(242, 183, 5, .85);
}

.catalog-controls {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 6;
  padding: 0;
  background: transparent;
  border-top: 0;
}

.catalog-controls button {
  min-width: 108px;
  min-height: 44px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, .22);
}

.catalog-controls button:not(:disabled):hover {
  background: var(--amber);
}

.catalog-controls strong {
  min-width: 74px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(17, 20, 22, .78);
  backdrop-filter: blur(10px);
}

@media (max-width: 575px) {
  .catalog-shell {
    width: 94vw;
    height: 90vh;
  }

  .catalog-card {
    grid-template-rows: 58% 42%;
  }

  .catalog-card div {
    padding: 28px 22px 24px;
  }

  .catalog-card div::before {
    left: 22px;
  }

  .catalog-card img {
    height: 100%;
  }

  .catalog-card h3 {
    font-size: 34px;
  }

  .catalog-controls {
    left: 12px;
    right: 12px;
  }

  .catalog-controls button {
    min-width: 78px;
    font-size: 12px;
  }
}

/* Fit fixes: keep about content inside the viewport and avoid over-enlarging low-res product photos. */
.about-studio {
  width: min(980px, calc(100% - 48px));
  min-height: 0;
  height: min(620px, 100%);
  grid-template-columns: minmax(240px, 30%) 1fr;
  overflow: hidden;
}

.about-lead {
  padding: 34px 28px;
  overflow: hidden;
}

.about-lead h2 {
  font-size: clamp(31px, 3.2vw, 44px);
  line-height: 1.08;
  margin: 20px 0 14px;
}

.about-lead p {
  max-width: 300px;
  font-size: 14px;
  line-height: 1.65;
}

.about-stats {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 24px;
}

.about-stats div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 10px;
}

.about-stats strong {
  flex: 0 0 auto;
  font-size: 18px;
}

.about-stats em {
  margin-top: 0;
  font-size: 11px;
}

#tabs.about-tabs > ul li a {
  min-height: 78px;
  padding: 14px 12px;
}

#tabs.about-tabs .tabs-content {
  padding: 34px 38px;
}

#tabs.about-tabs .tabs-content h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

#tabs.about-tabs .tabs-content span {
  font-size: 13px;
  line-height: 1.55;
}

#tabs.about-tabs .tabs-content p {
  font-size: 14px;
  line-height: 1.65;
  margin-top: 16px;
}

.catalog-shell {
  width: min(620px, 94vw);
  height: min(760px, 90vh);
}

.catalog-card {
  grid-template-rows: 58% 42%;
}

.catalog-card::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  top: 74px;
  height: calc(58% - 96px);
  z-index: 1;
  border: 1px solid rgba(17, 20, 22, .12);
  background:
    linear-gradient(135deg, rgba(242, 183, 5, .12), rgba(14, 119, 112, .1)),
    var(--cream);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .46);
}

.catalog-card img {
  position: relative;
  z-index: 2;
  width: calc(100% - 96px);
  height: calc(100% - 112px);
  max-height: 320px;
  align-self: center;
  justify-self: center;
  object-fit: contain;
  background: var(--cream);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .16));
}

.catalog-card div {
  padding: 28px 34px 30px;
}

.catalog-card h3 {
  max-width: 430px;
  font-size: clamp(30px, 5vw, 44px);
  line-height: .96;
}

@media (max-width: 991px) {
  .about-studio {
    width: 100%;
    height: auto;
    overflow: visible;
    grid-template-columns: 1fr;
  }

  .about-lead {
    min-height: 0;
    padding: 26px 22px;
  }

  .about-lead h2 {
    font-size: 36px;
  }

  .about-lead p {
    max-width: none;
  }

  .about-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  #tabs.about-tabs .tabs-content {
    padding: 26px 22px;
  }

  .catalog-card img {
    width: calc(100% - 70px);
    height: calc(100% - 90px);
  }
}

@media (max-width: 575px) {
  .about-stats {
    grid-template-columns: 1fr;
  }

  .catalog-card {
    grid-template-rows: 52% 48%;
  }

  .catalog-card::after {
    left: 20px;
    right: 20px;
    top: 70px;
    height: calc(52% - 88px);
  }

  .catalog-card img {
    width: calc(100% - 56px);
    height: calc(100% - 86px);
  }

  .catalog-card h3 {
    font-size: 30px;
  }
}

/* Catalog visual polish: premium print-like page, richer image stage, refined effects. */
.catalog-view {
  background:
    radial-gradient(circle at 22% 16%, rgba(242, 183, 5, .34), transparent 20%),
    radial-gradient(circle at 84% 78%, rgba(232, 93, 42, .2), transparent 24%),
    linear-gradient(135deg, rgba(7, 12, 13, .97), rgba(8, 71, 67, .92)),
    url(../images/bg-works-06.jpg) center/cover;
}

.catalog-shell::after {
  content: "";
  position: absolute;
  inset: 30px -28px 34px auto;
  width: 34px;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,255,255,.18), rgba(0,0,0,.22));
  transform: skewY(3deg);
  filter: blur(.2px);
}

.catalog-pages {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .12), transparent 6%, transparent 94%, rgba(0, 0, 0, .08)),
    repeating-linear-gradient(0deg, rgba(17,20,22,.018) 0, rgba(17,20,22,.018) 1px, transparent 1px, transparent 5px),
    var(--paper);
}

.catalog-pages::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 5;
  pointer-events: none;
  border: 1px solid rgba(17, 20, 22, .09);
}

.catalog-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, .96), rgba(244, 236, 218, .98));
}

.catalog-card::after {
  border: 1px solid rgba(9, 85, 79, .18);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .7), transparent 22%),
    linear-gradient(135deg, rgba(242, 183, 5, .16), rgba(14, 119, 112, .12)),
    linear-gradient(45deg, rgba(255,255,255,.5), rgba(255,255,255,.14));
  box-shadow:
    inset 0 0 0 12px rgba(255, 255, 255, .42),
    inset 0 0 55px rgba(14, 119, 112, .08),
    0 24px 44px rgba(17, 20, 22, .14);
}

.catalog-card img {
  padding: 14px;
  border: 1px solid rgba(17, 20, 22, .08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(255, 250, 240, .72));
  box-shadow:
    0 22px 38px rgba(0, 0, 0, .18),
    0 0 0 8px rgba(255, 255, 255, .26);
  transition: transform .45s ease, box-shadow .45s ease, filter .45s ease;
}

.catalog-page.is-active .catalog-card img:hover {
  transform: translateY(-5px) scale(1.018);
  filter: saturate(1.08) contrast(1.04);
  box-shadow:
    0 28px 52px rgba(0, 0, 0, .22),
    0 0 0 8px rgba(242, 183, 5, .18);
}

.catalog-card div {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .98), rgba(255, 255, 255, .92)),
    radial-gradient(circle at 90% 0%, rgba(242, 183, 5, .22), transparent 30%);
}

.catalog-card h3 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.catalog-card strong {
  box-shadow:
    10px 10px 0 rgba(242, 183, 5, .8),
    0 12px 24px rgba(17, 20, 22, .16);
}

.catalog-controls button,
.catalog-close {
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.catalog-controls button:not(:disabled):hover,
.catalog-close:hover {
  transform: translateY(-3px);
}

/* About text measure fix: keep copy readable instead of stretching across the panel. */
#tabs.about-tabs {
  min-width: 0;
}

#tabs.about-tabs .tabs-content {
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

#tabs.about-tabs .tabs-content article {
  width: min(520px, 100%);
  max-width: 520px;
  min-width: 0;
}

#tabs.about-tabs .tabs-content h2,
#tabs.about-tabs .tabs-content span,
#tabs.about-tabs .tabs-content p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

#tabs.about-tabs .tabs-content h2 {
  font-size: clamp(28px, 3vw, 38px);
}

#tabs.about-tabs .tabs-content p {
  max-width: 46ch;
}

@media (max-width: 991px) {
  #tabs.about-tabs .tabs-content article {
    width: 100%;
    max-width: 100%;
  }

  #tabs.about-tabs .tabs-content p {
    max-width: 100%;
  }
}

/* Contact map */
#contact {
  max-width: 1060px;
}

.contact-intro strong {
  color: var(--amber);
  font-weight: 900;
}

.contact-map {
  position: relative;
  height: 100%;
  min-height: 255px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 12px 12px 0 rgba(242, 183, 5, .16);
}

.contact-map::before {
  content: "Safir Center";
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--amber);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 255px;
  display: block;
  border: 0;
  filter: saturate(.95) contrast(1.05);
}

/* Unified main section sizing */
.about-studio,
.product-showcase,
#contact {
  width: min(1120px, calc(100% - 48px));
  height: min(680px, 100%);
  margin: auto;
}

.about-studio {
  grid-template-columns: minmax(280px, 34%) 1fr;
}

.product-showcase,
#contact {
  max-width: none;
}

#contact {
  overflow-y: auto;
}

@media (max-width: 991px) {
  .about-studio,
  .product-showcase,
  #contact {
    width: 100%;
    height: auto;
    min-height: 0;
  }
}

.form-field-start {
  margin-top: 0;
}

.form-field-start::before {
  content: none;
}

.contact-fields {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(242, 183, 5, .38);
}

@media (max-width: 767px) {
  .contact-map {
    margin-bottom: 18px;
    min-height: 230px;
  }

  .contact-map iframe {
    min-height: 230px;
  }

  .form-field-start {
    margin-top: 0;
  }

  .form-field-start::before {
    content: none;
  }

  .contact-fields {
    margin-top: 18px;
    padding-top: 18px;
  }
}

/* Logo plate final polish */
.logo {
  background:
    linear-gradient(135deg, rgba(17, 20, 22, .94), rgba(9, 85, 79, .86));
  border: 1px solid rgba(242, 183, 5, .38);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .32);
}

.logo::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 9px;
  height: 3px;
  background: linear-gradient(90deg, var(--amber), var(--orange));
}

.logo img {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35));
}

@media (max-width: 991px) {
  .logo {
    background:
      linear-gradient(135deg, rgba(17, 20, 22, .94), rgba(9, 85, 79, .86));
  }
}

/* Make logo feel like an independent brand mark, not another nav item. */
.logo {
  width: 168px;
  height: 92px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.logo::before {
  content: "";
  position: absolute;
  inset: 10px 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(17, 20, 22, .72), rgba(9, 85, 79, .42));
  border-left: 4px solid var(--amber);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.logo::after {
  left: 18px;
  right: 18px;
  bottom: 14px;
  height: 2px;
  opacity: .9;
}

.logo img {
  max-width: 128px;
  max-height: 58px;
}

@media (max-width: 991px) {
  .logo {
    width: 78px;
    height: 72px;
  }

  .logo::before {
    inset: 6px 0;
    border-left-width: 3px;
  }

  .logo::after {
    left: 12px;
    right: 12px;
    bottom: 10px;
  }
}

/* Radical catalog v2: split gallery book with thumb navigation. */
.catalog-shell {
  width: min(980px, 94vw);
  height: min(700px, 90vh);
}

.catalog-pages {
  border: 1px solid rgba(255, 255, 255, .28);
  background:
    linear-gradient(135deg, rgba(13, 17, 18, .98), rgba(9, 85, 79, .9)),
    var(--ink);
}

.catalog-pages::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.16), transparent 12%, transparent 88%, rgba(0,0,0,.32)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 80px);
}

.catalog-pages::after {
  border-color: rgba(255, 255, 255, .1);
}

.catalog-card {
  grid-template-columns: minmax(0, 58%) minmax(300px, 42%);
  grid-template-rows: 1fr;
  gap: 0;
  color: var(--white);
  background: transparent;
}

.catalog-card::before {
  right: auto;
  left: 18px;
  color: rgba(255, 255, 255, .07);
  font-size: 88px;
}

.catalog-card::after {
  display: none;
}

.catalog-visual {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 88px 42px 72px;
  background:
    radial-gradient(circle at 50% 42%, rgba(242, 183, 5, .18), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
}

.catalog-visual::before {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  top: 96px;
  bottom: 86px;
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.04)),
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.2), transparent 22%);
  box-shadow:
    inset 0 0 0 12px rgba(255,255,255,.035),
    0 28px 60px rgba(0,0,0,.28);
}

.catalog-visual img,
.catalog-card img {
  position: relative;
  z-index: 2;
  width: min(76%, 340px);
  height: min(72%, 360px);
  max-height: none;
  object-fit: contain;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255, 250, 240, .92);
  box-shadow:
    0 30px 62px rgba(0,0,0,.38),
    12px 12px 0 rgba(242,183,5,.2);
}

.catalog-visual figcaption {
  position: absolute;
  left: 42px;
  bottom: 34px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-copy,
.catalog-card div {
  position: relative;
  z-index: 3;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 94px 46px 86px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, .98), rgba(246, 241, 231, .94)),
    var(--paper);
}

.catalog-copy::before,
.catalog-card div::before {
  left: 46px;
  top: 0;
  width: 110px;
  height: 8px;
}

.catalog-copy small,
.catalog-card small {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-copy h3,
.catalog-card h3 {
  max-width: 340px;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: .88;
}

.catalog-copy strong,
.catalog-card strong {
  width: max-content;
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: 10px 10px 0 rgba(242, 183, 5, .85);
}

.catalog-meta {
  position: absolute;
  right: 46px;
  top: 42px;
  z-index: 8;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: var(--ink);
}

.catalog-meta span {
  color: var(--amber);
  font-size: 58px;
  line-height: .78;
  font-weight: 900;
  text-shadow: 2px 2px 0 rgba(17, 20, 22, .28);
}

.catalog-meta em {
  color: rgba(17, 20, 22, .52);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.catalog-strip {
  display: flex;
  gap: 8px;
  width: min(300px, 100%);
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 0 4px;
  scrollbar-width: thin;
}

.catalog-strip button {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  background: var(--white);
  cursor: pointer;
}

.catalog-strip button.is-current {
  border-color: var(--amber);
}

.catalog-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.catalog-controls {
  left: 28px;
  right: 28px;
}

.catalog-controls strong {
  background: rgba(255, 255, 255, .12);
}

.catalog-page.is-active .catalog-visual img {
  animation: catalogImageIn .62s ease both;
}

.catalog-page.is-active .catalog-copy {
  animation: catalogTextIn .48s ease .08s both;
}

@media (max-width: 991px) {
  .catalog-shell {
    width: 94vw;
    height: 90vh;
  }

  .catalog-card {
    grid-template-columns: 1fr;
    grid-template-rows: 46% 54%;
  }

  .catalog-visual {
    padding: 72px 24px 36px;
  }

  .catalog-visual::before {
    left: 24px;
    right: 24px;
    top: 78px;
    bottom: 34px;
  }

  .catalog-visual img,
  .catalog-card img {
    width: min(68%, 280px);
    height: min(76%, 240px);
  }

  .catalog-copy,
  .catalog-card div {
    padding: 32px 24px 76px;
  }

  .catalog-copy h3,
  .catalog-card h3 {
    font-size: 36px;
  }

  .catalog-meta {
    right: 24px;
    top: 24px;
  }

  .catalog-close {
    top: 12px;
    right: 12px;
  }
}

/* About left title final size */
.about-lead h2 {
  font-size: clamp(26px, 2.7vw, 36px);
  line-height: 1.12;
  letter-spacing: 0;
  margin: 18px 0 12px;
}

@media (max-width: 991px) {
  .about-lead h2 {
    font-size: 32px;
  }
}

/* Page integration pass: green-tinted backgrounds and less floating panels. */
body::before {
  background:
    linear-gradient(90deg, rgba(8, 39, 37, .38), rgba(8, 39, 37, .14) 34%, rgba(10, 92, 84, .09) 72%, rgba(8, 39, 37, .28)),
    radial-gradient(circle at 82% 18%, rgba(14, 119, 112, .14), transparent 28%),
    radial-gradient(circle at 22% 88%, rgba(242, 183, 5, .07), transparent 28%);
}

.slides .slide::after {
  background:
    linear-gradient(120deg, rgba(8, 39, 37, .58) 0%, rgba(8, 39, 37, .3) 42%, rgba(10, 92, 84, .14) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 110px);
}

.about-studio,
.product-showcase,
#contact {
  box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
  border-color: rgba(255, 255, 255, .1);
}

.about-studio {
  background: rgba(5, 61, 57, .24);
}

.about-lead {
  background:
    linear-gradient(160deg, rgba(5, 61, 57, .9), rgba(17, 20, 22, .74)),
    url(../images/bg-kurumsal.jpg) center/cover;
}

#tabs.about-tabs {
  background: rgba(255, 250, 240, .86);
}

#tabs.about-tabs .tabs-content,
.tabs-content {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .88), rgba(255, 255, 255, .72)),
    radial-gradient(circle at 100% 0%, rgba(14, 119, 112, .12), transparent 30%);
}

.product-showcase {
  background:
    linear-gradient(135deg, rgba(5, 61, 57, .84), rgba(9, 85, 79, .62)),
    url(../images/bg-works-06.jpg) center/cover;
}

#contact {
  background:
    linear-gradient(135deg, rgba(5, 61, 57, .78), rgba(17, 20, 22, .66));
}

.contact-map,
#contact input,
#contact textarea {
  background-color: rgba(255, 255, 255, .08);
}

/* Final unified sizing override */
.about-studio,
.product-showcase,
#contact {
  width: min(1120px, calc(100% - 48px));
  height: min(680px, 100%);
  margin: auto;
}

.about-studio {
  grid-template-columns: minmax(300px, 34%) 1fr;
}

.product-showcase,
#contact {
  max-width: none;
}

@media (max-width: 991px) {
  .about-studio,
  .product-showcase,
  #contact {
    width: 100%;
    height: auto;
  }
}

/* Catalog close fix: keep close control outside the page stack. */
.catalog-view > .catalog-close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 1000002;
  width: 54px;
  height: 54px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: var(--amber);
  font-size: 38px;
  line-height: 1;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .28);
  cursor: pointer;
  pointer-events: auto;
}

.catalog-view.is-open > .catalog-close {
  display: flex;
}

.catalog-top .catalog-close {
  display: none !important;
}

.catalog-meta {
  right: 28px;
  top: 34px;
}

@media (max-width: 575px) {
  .catalog-view > .catalog-close {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
    font-size: 32px;
  }
}

/* Catalog reset/final: stable two-column product sheet. */
.catalog-view.is-open {
  display: flex;
}

.catalog-view > .catalog-close {
  top: 28px;
  right: 28px;
}

.catalog-shell {
  width: min(980px, 94vw);
  height: min(640px, 86vh);
  max-height: 86vh;
  overflow: visible;
}

.catalog-shell::before,
.catalog-shell::after,
.catalog-pages::before,
.catalog-pages::after,
.catalog-card::before,
.catalog-card::after {
  content: none !important;
  display: none !important;
}

.catalog-top {
  top: 20px;
  left: 20px;
  right: auto;
  width: max-content;
}

.catalog-pages {
  height: 100%;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
}

.catalog-page {
  height: 100%;
  padding: 0;
  background: var(--paper);
}

.catalog-card {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(300px, 44%);
  grid-template-rows: 1fr;
  background: var(--paper);
  overflow: hidden;
}

.catalog-visual {
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 94px 42px 76px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(14, 119, 112, .12), rgba(242, 183, 5, .1)),
    var(--cream);
}

.catalog-visual::before {
  content: "";
  display: block;
  position: absolute;
  left: 42px;
  right: 42px;
  top: 96px;
  bottom: 76px;
  border: 1px solid rgba(17, 20, 22, .08);
  background: rgba(255, 255, 255, .42);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .36);
}

.catalog-visual img,
.catalog-card img {
  position: relative;
  z-index: 2;
  width: min(78%, 340px);
  height: min(72%, 340px);
  max-height: 340px;
  padding: 12px;
  object-fit: contain;
  border: 0;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 42px rgba(17, 20, 22, .18);
  filter: none;
}

.catalog-visual figcaption {
  left: 42px;
  bottom: 36px;
  color: var(--teal-dark);
}

.catalog-copy,
.catalog-card div {
  height: 100%;
  min-height: 0;
  padding: 92px 48px 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, .98), rgba(255, 255, 255, .92));
}

.catalog-copy::before,
.catalog-card div::before {
  content: "";
  display: block;
  left: 48px;
  top: 0;
  width: 108px;
  height: 8px;
  background: linear-gradient(90deg, var(--amber), var(--orange));
}

.catalog-copy h3,
.catalog-card h3 {
  max-width: 360px;
  color: var(--ink);
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: .9;
}

.catalog-copy strong,
.catalog-card strong {
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: 9px 9px 0 rgba(242, 183, 5, .8);
}

.catalog-meta {
  right: 46px;
  top: 34px;
  z-index: 8;
}

.catalog-strip {
  display: none !important;
}

.catalog-controls {
  left: 24px;
  right: 24px;
  bottom: 22px;
}

.catalog-note {
  max-width: 310px;
  margin: 0;
  color: rgba(17, 20, 22, .62);
  font-size: 14px;
  line-height: 1.65;
}

.catalog-copy section::after,
.catalog-card div section::after {
  content: "";
  display: block;
  width: 108px;
  height: 6px;
  margin-top: 24px;
  background: linear-gradient(90deg, var(--amber), var(--orange));
}

@media (max-width: 991px) {
  .catalog-shell {
    width: 94vw;
    height: 90vh;
  }

  .catalog-card {
    grid-template-columns: 1fr;
    grid-template-rows: 48% 52%;
  }

  .catalog-visual {
    padding: 72px 24px 34px;
  }

  .catalog-visual::before {
    left: 24px;
    right: 24px;
    top: 76px;
    bottom: 34px;
  }

  .catalog-copy,
  .catalog-card div {
    padding: 28px 24px 76px;
  }

  .catalog-meta {
    top: 22px;
    right: 22px;
  }
}

/* Final responsive pass */
img,
iframe {
  max-width: 100%;
}

.slides .slide .content {
  max-width: 100vw;
}

@media (max-width: 1199px) {
  .about-studio,
  .product-showcase,
  #contact {
    width: min(100%, calc(100vw - 260px));
    height: min(660px, 100%);
  }

  .slide-caption {
    width: min(560px, calc(100vw - 300px));
  }
}

@media (max-width: 991px) {
  html,
  body {
    overflow: hidden;
  }

  .slides .slide .content {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 104px);
    left: 0;
    top: 104px;
    padding: 18px 14px 34px;
    overflow-y: auto;
  }

  .about-studio,
  .product-showcase,
  #contact {
    width: 100%;
    height: auto;
    min-height: min-content;
    max-height: none;
  }

  .about-studio {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-lead {
    padding: 24px 20px;
  }

  #tabs.about-tabs .tabs-content {
    align-items: flex-start;
  }

  .product-showcase {
    padding-bottom: 10px;
  }

  .product-showcase .featured-item {
    min-height: 340px;
  }

  #contact {
    padding: 22px 16px;
    overflow: visible;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 230px;
  }

  .catalog-shell {
    width: 94vw;
    height: 88vh;
    max-height: 88vh;
  }

  .catalog-card {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(260px, 46%) 1fr;
  }

  .catalog-copy,
  .catalog-card div {
    padding: 26px 22px 76px;
    justify-content: flex-start;
    overflow-y: auto;
  }
}

@media (max-width: 575px) {
  nav {
    left: 90px;
  }

  nav ul {
    gap: 4px;
  }

  nav a {
    min-height: 52px;
  }

  .slide-caption {
    left: 28px;
    width: calc(100vw - 56px);
  }

  .slide-caption h2 {
    font-size: 36px;
    line-height: .95;
  }

  .slide-caption h6 {
    font-size: 14px;
    line-height: 1.5;
  }

  #thumbnail ul li {
    width: 56px;
    height: 42px;
  }

  #tabs.about-tabs > ul li a {
    min-height: 70px;
    padding: 10px 6px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .product-heading h2 {
    font-size: 32px;
  }

  .product-showcase .featured-item {
    min-height: 320px;
  }

  .catalog-view {
    padding: 10px;
  }

  .catalog-shell {
    width: 96vw;
    height: 88vh;
  }

  .catalog-card {
    grid-template-rows: 42% 58%;
  }

  .catalog-visual {
    padding: 66px 16px 24px;
  }

  .catalog-visual::before {
    left: 16px;
    right: 16px;
    top: 68px;
    bottom: 24px;
  }

  .catalog-visual img,
  .catalog-card img {
    width: min(76%, 260px);
    height: min(72%, 220px);
  }

  .catalog-copy h3,
  .catalog-card h3 {
    font-size: 30px;
  }

  .catalog-meta span {
    font-size: 42px;
  }

  .catalog-controls {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
