@import url("https://fonts.googleapis.com/css2?family=Allison&family=Oswald:wght@300&family=Lato:wght@300;400&family=Cormorant:ital,wght@0,400&family=Montserrat:wght@300&display=swap");

body {
  animation: yyPageEnter 0.42s ease both;
  background: #fff;
  color: #4c4540;
  font-family: "Lato", Arial, sans-serif;
  overflow-x: hidden;
  padding-top: 81px;
}

body.yy-page-leaving {
  animation: yyPageLeave 0.2s ease both;
}

@keyframes yyPageEnter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes yyPageLeave {
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0;
}

.yy-site-header {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.yy-nav {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(460px, 1fr) auto minmax(460px, 1fr);
  margin: 0 auto;
  max-width: 1760px;
  min-height: 80px;
  padding: 0 74px;
}

.yy-logo {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 260px;
}

.yy-logo img {
  display: block;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  width: min(185px, 38vw);
}

.yy-nav-side {
  align-items: center;
  display: flex;
  gap: clamp(32px, 2.5vw, 54px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.yy-nav-right {
  justify-content: flex-end;
}

.yy-nav-end {
  align-items: center;
  display: flex;
  gap: clamp(30px, 2.4vw, 48px);
  justify-content: flex-end;
}

.yy-nav-side a {
  color: #fff;
  display: inline-flex;
  font-family: "Lato", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.17em;
  line-height: 1;
  padding: 11px 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.yy-nav-side a:hover,
.yy-nav-side a.active {
  color: #fff;
}

.yy-nav-side a.active {
  border-bottom: 2px solid currentColor;
}

.yy-search-icon {
  border: 3px solid #fff;
  border-radius: 999px;
  display: inline-block;
  height: 32px;
  position: relative;
  width: 32px;
}

.yy-search-icon:after {
  background: #fff;
  content: "";
  height: 17px;
  position: absolute;
  right: -10px;
  top: 24px;
  transform: rotate(45deg);
  transform-origin: top center;
  width: 3px;
}

.yy-menu-icon {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.yy-menu-icon span {
  background: #fff;
  display: block;
  height: 2px;
  width: 18px;
}

.yy-search-icon,
.yy-menu-icon {
  display: none;
}

.yy-mobile-backdrop,
.yy-mobile-drawer {
  display: none;
}

.main-menu {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: none;
}

.main-menu-wrapper {
  min-height: 72px;
  position: relative;
}

.main-menu-logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.main-menu-logo img,
.footer-logo img,
.logo-box img {
  max-height: 56px;
  object-fit: contain;
}

.main-nav-menu > li > a {
  color: #171412;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-nav-menu {
  width: 100%;
}

.main-nav-menu > li:nth-child(3) {
  margin-right: 210px;
}

.main-menu-right {
  display: none;
}

.header-contact-info {
  display: none;
}

.yy-script {
  color: rgba(181, 142, 117, 0.84);
  font-family: "Allison", "Brush Script MT", cursive;
  font-size: clamp(46px, 4.1vw, 70px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: -2px;
  opacity: 0.9;
  text-transform: none;
}

.yy-kicker {
  color: rgba(0, 0, 0, 0.09);
  font-family: "Allison", "Brush Script MT", cursive;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.55;
  margin-bottom: -2px;
  text-transform: lowercase;
}

.yy-btn,
.yy-outline,
.animate-btn-style2,
.animate-btn-style3,
.animate-btn-style4 {
  align-items: center;
  background: #171412;
  border: 1px solid #171412;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 42px;
  padding: 0 22px;
  text-transform: uppercase;
}

.yy-btn:hover,
.yy-outline:hover,
.animate-btn-style2:hover,
.animate-btn-style3:hover,
.animate-btn-style4:hover {
  background: #b58e75;
  border-color: #b58e75;
  color: #fff;
}

.yy-btn-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.yy-outline {
  background: transparent;
  border-color: #cdb6aa;
  color: #2d2420;
}

.yy-hero-slider {
  background: #050505;
  height: calc(100vh - 80px);
  min-height: 742px;
  overflow: hidden;
  position: relative;
}

.yy-hero-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 700ms ease;
  z-index: 0;
}

.yy-hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.yy-hero-slide-dark {
  background-image: url("../resimler/yy-portrait.jpg");
  background-position: center top;
  background-size: contain;
}

.yy-hero-slide-light {
  background-image: url("../resimler/yy-hero-2.jpg");
  background-position: center top;
  background-size: cover;
}

.yy-hero-slider .yy-hero-copy {
  left: max(9.6vw, 118px);
  max-width: 1080px;
  position: absolute;
  top: 50%;
  transform: translateY(-28%);
  z-index: 2;
}

.yy-script-img {
  display: block;
  height: auto;
  margin-bottom: 36px;
  object-fit: contain;
}

.yy-script-img-permanent {
  width: clamp(230px, 15.6vw, 300px);
}

.yy-script-img-heran {
  margin-bottom: 34px;
  width: clamp(250px, 18.5vw, 355px);
}

.yy-hero-slider h1 {
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(42px, 3.7vw, 72px);
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.08;
  margin: 0;
  max-width: 980px;
  text-transform: uppercase;
}

.yy-hero-copy-light {
  color: #000;
  left: max(18.1vw, 300px) !important;
  max-width: 1240px;
  transform: translateY(-21%) !important;
}

.yy-hero-copy-light h2 {
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-size: clamp(38px, 3.35vw, 64px);
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1;
  margin: 0 0 32px;
  text-transform: uppercase;
  max-width: min(1120px, 72vw);
}

.yy-hero-copy-light p:not(.yy-script) {
  color: #111;
  font-family: "Cormorant", Georgia, serif;
  font-size: clamp(20px, 1.35vw, 27px);
  font-style: italic;
  line-height: 1.3;
  margin: 0 0 72px;
}

.yy-hero-cta {
  align-items: center;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  display: inline-flex;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 2em;
  min-height: 80px;
  min-width: 305px;
  padding: 10px 40px;
  text-transform: uppercase;
}

.yy-hero-arrow {
  background: transparent;
  border: 0;
  color: #111;
  cursor: pointer;
  font-family: "Cormorant", Georgia, serif;
  font-size: 0;
  font-style: italic;
  height: 70px;
  line-height: 0;
  position: absolute;
  top: 64%;
  width: 70px;
  z-index: 3;
}

.yy-hero-arrow:before,
.yy-hero-arrow:after {
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
  display: inline-block;
  height: 30px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 30px;
}

.yy-hero-prev {
  left: 12px;
}

.yy-hero-prev:after {
  display: none;
}

.yy-hero-next {
  right: 76px;
}

.yy-hero-next:before {
  display: none;
}

.yy-hero-next:after {
  transform: rotate(135deg);
}

.yy-hero {
  align-items: center;
  background: #050505;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.7fr);
  min-height: 620px;
  overflow: hidden;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  position: relative;
}

.yy-hero-live {
  background: #050505;
  gap: 28px;
  grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 0.95fr);
}

.yy-hero-live .yy-hero-copy {
  max-width: 720px;
  padding: 88px 0;
}

.yy-hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.yy-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 500;
  line-height: 0.96;
  margin: 0 0 28px;
  max-width: 720px;
  text-transform: uppercase;
}

.yy-hero-image {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  min-height: 620px;
  overflow: hidden;
}

.yy-hero-image img {
  display: block;
  height: auto;
  max-height: 620px;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom right;
  width: auto;
}

.yy-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.yy-hero-portrait {
  align-self: stretch;
  min-height: 390px;
  position: relative;
}

.yy-hero-portrait img {
  bottom: -44px;
  height: calc(100% + 48px);
  object-fit: contain;
  object-position: bottom right;
  position: absolute;
  right: 0;
  width: 100%;
}

.yy-social-rail {
  display: grid;
  gap: 1px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.yy-social-rail a {
  align-items: center; 
  background: #000;
  color: #fff;
  display: inline-flex;
  font-size: 22px;
  height: 58px;
  justify-content: center;
  text-decoration: none;
  width: 58px;
}

.telefon,
.whatsapp,
.instagram {
  display: none;
}

.yy-leaf-strip {
  background: #fff;
  height: 140px;
  overflow: hidden;
  position: relative;
}




.yy-section-head {
  margin: 0 auto 62px;
  max-width: 920px;
  text-align: center;
}

.yy-section-head h2,
.yy-story h2,
.yy-media-split h2,
.yy-why h2,
  .yy-seo-block h2 {
  color: #171412;
  font-family: "Lato", Arial, sans-serif;
  font-size: clamp(31px, 2.3vw, 43px);
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

.yy-section-head h5 {
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 6px;
  text-transform: uppercase;
}

.yy-services {
  background: #fff;
  padding: 86px max(22px, calc((100vw - 1540px) / 2)) 78px;
}

.yy-live-section {
  padding-top: 86px;
}

.yy-live-services {
  max-width: 1120px;
  margin: 0 auto;
}

.yy-service-grid {
  display: grid;
  gap: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yy-service-card {
  background: #fff;
  box-shadow: none;
  text-align: center;
}

.yy-service-card a {
  color: inherit;
  display: block;
  overflow: hidden;
}

.yy-service-card img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
  width: 100%;
}

.yy-service-card a:hover img {
  transform: scale(1.08);
}

.yy-service-card h3 {
  color: #171412;
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0 4px;
}

.yy-live-services .yy-service-card h3 {
  background: rgba(232, 210, 196, 0.78);
  bottom: 14px;
  color: #3d332d;
  display: inline-flex;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(15px, 1.05vw, 19px);
  font-weight: 300;
  justify-content: center;
  left: auto;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin: 0;
  max-width: calc(100% - 28px);
  padding: 8px 11px 9px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
}

.yy-live-services .yy-service-card a {
  position: relative;
}

.yy-service-card span {
  color: #b58e75;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yy-mini-features {
  display: grid;
  gap: 72px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 154px;
}

.yy-mini-feature {
  align-items: flex-start;
  display: grid;
  gap: 44px;
  grid-template-columns: 150px minmax(0, 1fr);
}

.yy-feature-img {
  display: block;
  height: auto;
  opacity: 0.58;
  width: 123px;
}

.yy-mini-features strong {
  color: #000;
  display: block;
  font-family: "Lato", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.15;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.yy-mini-features p {
  color: #8a7f79;
  font-family: "Cormorant", Georgia, serif;
  font-size: 24px;
  line-height: 1.38;
  margin: 0;
}

.yy-feature-icon {
  color: rgba(0, 0, 0, 0.17);
  display: block;
  height: 128px;
  position: relative;
  width: 128px;
}

.yy-feature-icon-medal:before {
  border: 5px double currentColor;
  border-radius: 999px;
  content: "";
  height: 74px;
  left: 24px;
  position: absolute;
  top: 0;
  width: 74px;
}

.yy-feature-icon-medal:after {
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 55px;
  left: 58px;
  position: absolute;
  top: 76px;
  width: 18px;
}

.yy-feature-icon-bubbles:before {
  border: 4px solid currentColor;
  border-radius: 999px;
  box-shadow: -34px 36px 0 -13px #fff, -34px 36px 0 -9px currentColor, 42px -8px 0 -21px #fff, 42px -8px 0 -17px currentColor, 45px 36px 0 -22px #fff, 45px 36px 0 -18px currentColor;
  content: "";
  height: 58px;
  left: 40px;
  position: absolute;
  top: 34px;
  width: 58px;
}

.yy-feature-icon-bubbles:after {
  color: currentColor;
  content: "✦";
  font-size: 38px;
  left: 28px;
  position: absolute;
  top: 2px;
}

.yy-feature-icon-care:before {
  border: 4px solid currentColor;
  content: "";
  height: 74px;
  left: 42px;
  position: absolute;
  top: 18px;
  transform: rotate(-28deg);
  width: 40px;
}

.yy-feature-icon-care:after {
  border-bottom: 3px solid currentColor;
  border-top: 3px solid currentColor;
  content: "";
  height: 18px;
  left: 52px;
  position: absolute;
  top: 50px;
  transform: rotate(-28deg);
  width: 42px;
}

.yy-story {
  background: #f8f1ed;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.yy-live-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 584px;
  overflow: hidden;
}

.yy-duo-image {
  min-height: 584px;
}

.yy-room {
  background-image: url("../resimler/yy-room-live.jpg");
  background-position: center;
  background-size: cover;
}

.yy-duo-copy {
  align-self: center;
  padding: 118px max(28px, 12vw) 118px 100px;
}

.yy-live-duo-reverse .yy-duo-copy {
  padding-left: max(28px, 11vw);
  padding-right: 82px;
}

.yy-duo-copy p:not(.yy-script) {
  color: #766b65;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  line-height: 1.45;
  margin: 18px 0 0;
}

.yy-lip-mark {
  background-color: #fff;
  background-image: url("../resimler/yy-lip-bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 430px auto;
}

.yy-media-copy-panel {
  background-color: #fbf9f9;
  background-image: url("../resimler/yy-media-copy-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 260px auto;
}

.yy-video-shot {
  background: #f1ece8;
  position: relative;
}

.yy-media-stage {
  background-image: url("../resimler/yy-media-bg.jpg");
  background-position: center;
  background-size: cover;
}

.yy-video-shot img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.yy-media-stage img {
  object-fit: contain;
  object-position: center bottom;
  padding: 0 4% 0 0;
}

.yy-video-shot span {
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  display: flex;
  height: 52px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
}

.yy-story-image img {
  display: block;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  width: 100%;
}

.yy-story-copy {
  align-self: center;
  padding: 70px max(28px, 12vw) 70px 70px;
}

.yy-story-copy p:not(.yy-kicker) {
  color: #766b65;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 28px;
}

.yy-media-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.yy-media-copy {
  align-self: center;
  padding: 72px 70px 72px max(28px, 12vw);
}

.yy-media-copy p:not(.yy-script) {
  color: #766b65;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 28px;
}

.yy-video-card {
  min-height: 430px;
  position: relative;
}

.yy-video-trigger {
  cursor: pointer;
}

.yy-video-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.yy-video-card span,
.yy-insta-card span {
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  display: flex;
  height: 48px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
}

.yy-instagram {
  background: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 18px max(22px, calc((100vw - 1236px) / 2)) 84px;
}

.yy-live-why {
  background-image: linear-gradient(90deg, rgba(253, 233, 228, 0.9), rgba(253, 233, 228, 0.9)), url("../resimler/yy-why-bg-live.jpg");
  background-position: center;
  background-size: cover;
}

.yy-insta-card {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  min-height: 0;
  overflow: visible;
  position: relative;
}

.yy-insta-card > .yy-insta-head,
.yy-insta-card > .yy-insta-body {
  display: none;
}

.yy-insta-head {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-height: 61px;
  padding: 9px 12px;
}

.yy-insta-head img {
  border: 2px solid #e54783;
  border-radius: 999px;
  height: 42px;
  object-fit: cover;
  padding: 2px;
  width: 42px;
}

.yy-insta-head strong {
  color: #000;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}

.yy-insta-head strong:after {
  color: #3897f0;
  content: " verified";
  font-size: 10px;
  margin-left: 5px;
}

.yy-insta-head small {
  color: #555;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yy-insta-head a {
  background: #0095f6;
  border-radius: 3px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 14px;
  text-decoration: none;
  white-space: nowrap;
}

.yy-insta-media {
  background: #fff;
  border: 0;
  cursor: default;
  display: flex;
  height: auto;
  justify-content: center;
  min-height: 740px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}

.yy-insta-media .instagram-media {
  margin: 0 auto !important;
  max-width: 540px !important;
  min-width: 0 !important;
  width: 100% !important;
}

.yy-insta-media img {
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 74%;
}

.yy-insta-media span {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0);
  display: flex;
  height: 68px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
}

.yy-insta-media span:before {
  border-bottom: 18px solid transparent;
  border-left: 27px solid rgba(0, 0, 0, 0.38);
  border-top: 18px solid transparent;
  content: "";
  margin-left: 6px;
}

.yy-insta-media iframe {
  border: 0;
  display: block;
  min-height: 740px;
  width: 100%;
}

.yy-insta-media.is-playing {
  background: #fff;
  cursor: default;
}

.yy-video-trigger:hover span,
.yy-video-trigger:focus-visible span,
.yy-inline-video-trigger:hover span,
.yy-inline-video-trigger:focus-visible span {
  transform: translate(-50%, -50%) scale(1.08);
}

.yy-video-shot {
  background: #000;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  line-height: 0;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.yy-video-shot img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.yy-video-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.82);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 28px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.22s ease;
  z-index: 10000;
}

.yy-video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.yy-video-modal-box {
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  max-height: 82vh;
  max-width: 1040px;
  width: min(100%, 1040px);
}

.yy-video-modal-box iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.yy-video-modal-close {
  align-items: center;
  background: #fff;
  border: 0;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 36px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 28px;
  top: 22px;
  width: 48px;
}

.yy-video-open {
  overflow: hidden;
}

.yy-insta-body {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 14px 12px 18px;
}

.yy-insta-body > a {
  border-bottom: 1px solid #dbdbdb;
  color: #0095f6;
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0 0 14px;
  text-decoration: none;
}

.yy-insta-actions {
  align-items: center;
  color: #555;
  display: grid;
  font-size: 28px;
  gap: 12px;
  grid-template-columns: repeat(3, auto) 1fr;
  margin-bottom: 12px;
}

.yy-insta-actions i:last-child {
  justify-self: end;
}

.yy-insta-body strong {
  color: #000;
  display: block;
  font-size: 14px;
  margin-bottom: 18px;
}

.yy-insta-body p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
  white-space: pre-line;
}

.yy-why {
  align-items: center;
  background: #fde9e4;
  display: grid;
  gap: 32px;
  grid-template-columns: 160px minmax(280px, 1fr) 160px;
  padding: 70px max(22px, calc((100vw - 980px) / 2));
  text-align: center;
}

.yy-why img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
}

.yy-products {
  background: #fff;
  padding: 70px max(22px, calc((100vw - 1120px) / 2));
}

.yy-product-row {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yy-product-row img {
  aspect-ratio: 1 / 1;
  background: #f7efe9;
  object-fit: contain;
  padding: 20px;
  width: 100%;
}

.yy-values {
  background: #fbf4f1;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 76px max(22px, calc((100vw - 1120px) / 2));
  text-align: center;
}

.yy-values strong {
  color: #171412;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.yy-values p {
  color: #766b65;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.yy-blog {
  background: #fff;
  padding: 78px max(22px, calc((100vw - 1120px) / 2)) 96px;
}

.yy-blog-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yy-blog-card a {
  color: inherit;
  display: block;
}

.yy-blog-card img {
  aspect-ratio: 1 / 0.88;
  display: block;
  object-fit: cover;
  width: 100%;
}

.yy-blog-card div {
  padding-top: 22px;
}

.yy-blog-card h3 {
  color: #171412;
  font-size: 20px;
  line-height: 1.28;
  margin-bottom: 12px;
}

.yy-blog-card p {
  color: #766b65;
  font-size: 14px;
  line-height: 1.7;
}

.yy-blog-card span {
  border-bottom: 1px solid #b58e75;
  color: #171412;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.yy-seo-block {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(260px, 0.48fr) 1fr;
  margin-top: 80px;
}

.yy-seo-block img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.yy-seo-block img {
  content: url("../resimler/yy-blog-model.jpg");
}

.yy-seo-block p {
  color: #766b65;
  font-size: 15px;
  line-height: 1.8;
}

.yy-about-page {
  background: #fbf9f9;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  min-height: 650px;
}

.yy-about-portrait img {
  display: block;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.yy-about-copy {
  align-self: center;
  padding: 96px max(36px, 13vw) 96px 88px;
}

.yy-about-copy .yy-script {
  color: rgba(181, 142, 117, 0.84);
  font-family: "Allison", "Brush Script MT", cursive !important;
  font-size: clamp(48px, 4.2vw, 72px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 4px;
  text-transform: none;
}

.yy-about-copy h1 {
  color: #050505;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.18;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.yy-about-text p {
  color: #6f6660;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.yy-about-sign {
  color: rgba(0, 0, 0, 0.12);
  font-family: "Great Vibes", cursive;
  font-size: 78px;
  line-height: 1;
  margin-top: 28px;
}

.yy-about-band {
  background: #050505;
  color: #fff;
  padding: 82px 24px;
  text-align: center;
}

.yy-about-band h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.yy-about-band p {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  margin: 14px 0 0;
}

.yy-blog-page {
  background: #fff;
  padding: 78px max(24px, calc((100vw - 1240px) / 2)) 105px;
}

.yy-blog-page-grid {
  display: grid;
  gap: 46px 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yy-blog-page-card {
  background: #fff;
}

.yy-blog-page-card a {
  color: inherit;
  display: block;
}

.yy-blog-page-card img {
  aspect-ratio: 1 / 0.78;
  display: block;
  object-fit: cover;
  width: 100%;
}

.yy-blog-page-card div {
  padding-top: 22px;
}

.yy-blog-page-card time,
.yy-blog-detail time {
  color: #b58e75;
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.yy-blog-page-card h3 {
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}

.yy-blog-page-card p {
  color: #766b65;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1.48;
  margin-bottom: 18px;
}

.yy-blog-page-card span {
  border-bottom: 1px solid #b58e75;
  color: #111;
  font-size: 12px;
  letter-spacing: 0.12em;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.yy-blog-detail {
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1fr) 320px;
  padding: 88px max(24px, calc((100vw - 1180px) / 2)) 105px;
}

.yy-blog-detail-hero {
  display: block;
  max-height: 560px;
  object-fit: cover;
  width: 100%;
}

.yy-blog-detail h1 {
  color: #111;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.16;
  margin: 12px 0 30px;
}

.yy-blog-detail-content {
  color: #5f5752;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  line-height: 1.6;
}

.yy-blog-detail-content h2,
.yy-blog-detail-content h3,
.yy-blog-detail-content h4 {
  color: #111;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin: 34px 0 14px;
  text-transform: uppercase;
}

.yy-blog-detail-content p,
.yy-blog-detail-content ul,
.yy-blog-detail-content ol {
  margin-bottom: 20px;
}

.yy-blog-detail-content img {
  display: block;
  height: auto;
  margin: 28px 0;
  max-width: 100%;
}

.yy-blog-detail-side {
  position: sticky;
  top: 115px;
}

.yy-side-block {
  background: #fbf9f9;
  margin-bottom: 28px;
  padding: 30px;
}

.yy-side-block h3 {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.yy-side-block > a {
  border-bottom: 1px solid rgba(181, 142, 117, 0.22);
  color: #5f5752;
  display: block;
  padding: 11px 0;
}

.yy-side-post {
  display: grid !important;
  gap: 12px;
  grid-template-columns: 78px 1fr;
}

.yy-side-post img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 78px;
}

.yy-side-post span {
  color: #111;
  font-size: 14px;
  line-height: 1.35;
}

.page-title-section {
  align-items: center;
  background: #fbf9f9 !important;
  background-image: none !important;
  min-height: 104px;
  padding: 28px 0;
}

.page-title-section:after {
  display: none;
}

.page-title-section .breadcrumb-area {
  text-align: left;
}

.page-title-section .breadcrumb-area .page-title,
.page-title {
  color: #050505;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.page-title-section .breadcrumb-area .breadcrumbs-link {
  display: none;
}

.service-style2,
.news-wrapper,
.contact-block {
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(45, 36, 32, 0.08);
}

.service-style2 .service-item-thumb img,
.news-thumb img,
.blog-standared-img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.footer {
  background-color: #050505;
  background-position: center;
  color: #c7c1bd;
}

.footer a,
.footer p,
.footer address,
.footer span,
.footer li {
  color: #c7c1bd;
}

.footer .widget-title,
.footer .widget-title.text-white {
  color: #fff !important;
}

.footer-widget-list li a,
.footer address a,
.footer-copyright-area span {
  color: #c7c1bd;
}

.footer-widget-list li a:hover,
.footer address a:hover {
  color: #fff;
}

.footer-widget-list li a:before {
  color: #c7c1bd;
}

.footer-widget .social-list li a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}

.footer-widget .social-list li a i {
  color: #fff;
}

.footer-copyright-area {
  background: #000;
}

.yy-service-detail-slider {
  background: #f7f3f0;
  overflow: hidden;
}

.yy-service-detail-slide {
  aspect-ratio: 4 / 3;
  background: #f7f3f0;
}

.yy-service-detail-slide a,
.yy-service-detail-slide img {
  display: block;
  height: 100%;
  width: 100%;
}

.yy-service-detail-slide img {
  object-fit: cover;
}

.yy-service-detail-slider .owl-nav {
  margin: 0;
}

.yy-service-detail-slider .owl-nav button.owl-prev,
.yy-service-detail-slider .owl-nav button.owl-next {
  align-items: center;
  background: rgba(0, 0, 0, 0.72) !important;
  color: #fff !important;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
}

.yy-service-detail-slider .owl-nav button.owl-prev {
  left: 14px;
}

.yy-service-detail-slider .owl-nav button.owl-next {
  right: 14px;
}

.yy-service-detail-slider .owl-dots {
  bottom: 14px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.yy-service-detail-slider .owl-dot span {
  background: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid rgba(0, 0, 0, 0.35);
  height: 9px !important;
  margin: 4px !important;
  width: 9px !important;
}

.yy-service-detail-slider .owl-dot.active span {
  background: #000 !important;
}

.yy-service-copy {
  color: #655d58;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1.48;
}

.yy-service-copy h3,
.yy-service-copy h4 {
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.yy-service-copy p {
  margin: 0 0 18px;
}

.yy-service-copy ul {
  margin: 0 0 24px;
  padding-left: 21px;
}

.yy-service-copy li {
  margin: 0 0 7px;
}

.yy-service-copy hr {
  border: 0;
  border-top: 1px solid #eee6e1;
  margin: 24px 0;
  opacity: 1;
}

.yy-service-thumbs {
  display: grid;
  gap: 10px;
  grid-auto-columns: 86px;
  grid-auto-flow: column;
  margin: -24px 0 38px;
  overflow-x: auto;
  padding: 8px 2px 12px;
  scrollbar-width: thin;
}

.yy-service-thumb {
  aspect-ratio: 1 / 1;
  background: #f7f3f0;
  border: 2px solid transparent;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  width: 86px;
}

.yy-service-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.yy-service-thumb:hover,
.yy-service-thumb:focus-visible {
  opacity: 0.86;
  transform: translateY(-2px);
}

.yy-service-thumb.is-active {
  border-color: #b58e75;
}

.contact-form input,
.contact-form textarea {
  border-radius: 0;
}

.yy-skin-hero {
  align-items: center;
  background: #f7f5f1;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  padding: 86px max(24px, calc((100vw - 1180px) / 2)) 92px;
}

.yy-skin-hero-copy h1 {
  color: #0f0f0f;
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.05;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.yy-skin-hero-copy > p:not(.yy-script) {
  color: #6c625c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  line-height: 1.45;
  margin: 0 0 28px;
  max-width: 660px;
}

.yy-skin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 26px;
}

.yy-skin-primary,
.yy-skin-secondary {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.16em;
  min-height: 54px;
  padding: 0 24px;
  text-transform: uppercase;
}

.yy-skin-primary {
  background: #111;
  border: 1px solid #111;
  color: #fff;
}

.yy-skin-secondary {
  background: transparent;
  border: 1px solid #b58e75;
  color: #111;
}

.yy-skin-primary:hover {
  color: #fff;
  opacity: 0.82;
}

.yy-skin-secondary:hover {
  background: #b58e75;
  color: #fff;
}

.yy-skin-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.yy-skin-quick span {
  background: rgba(181, 142, 117, 0.12);
  color: #5d534d;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 9px 13px;
}

.yy-skin-hero-media {
  background: #e8dfd7;
  overflow: hidden;
}

.yy-skin-hero-media img {
  aspect-ratio: 1 / 0.82;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  width: 100%;
}

.yy-skin-hero-media:hover img {
  transform: scale(1.04);
}

.yy-skin-brand-note {
  background: #fff;
  border-bottom: 1px solid #efe7e1;
  border-top: 1px solid #efe7e1;
  padding: 24px max(24px, calc((100vw - 1180px) / 2));
  text-align: center;
}

.yy-skin-brand-note p {
  color: #5f5752;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.35;
  margin: 0;
}

.yy-skin-brand-note strong {
  color: #111;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.yy-skin-protocols {
  background: #fff;
  padding: 82px max(24px, calc((100vw - 1180px) / 2)) 92px;
}

.yy-protocol-grid {
  display: grid;
  gap: 18px;
}

.yy-skin-protocol-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 320px minmax(0, 1fr);
  margin-top: 26px;
}

.yy-skin-protocol-nav {
  background: #fbf4f1;
  padding: 28px;
  position: sticky;
  top: 104px;
}

.yy-skin-protocol-nav a {
  align-items: center;
  background: #f0e8e3;
  color: #2d3941;
  display: flex;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  gap: 14px;
  line-height: 1.25;
  margin-bottom: 12px;
  padding: 15px 18px;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.yy-skin-protocol-nav a:before {
  color: #2d3941;
  content: "\203A";
  font-size: 34px;
  font-weight: 300;
  line-height: 0.7;
  transition: color 0.28s ease;
}

.yy-skin-protocol-nav a:last-child {
  margin-bottom: 0;
}

.yy-skin-protocol-nav a:hover,
.yy-skin-protocol-nav a.is-active {
  background: #bd947d;
  color: #fff;
  transform: translateX(4px);
}

.yy-skin-protocol-nav a:hover:before,
.yy-skin-protocol-nav a.is-active:before {
  color: #fff;
}

.yy-skin-protocol-content {
  display: grid;
  gap: 22px;
}

.yy-protocol-card {
  align-items: center;
  background: #fbf8f5;
  border: 1px solid #eee3dc;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  padding: 26px 30px;
}

.yy-protocol-detail {
  align-items: start;
  grid-template-columns: 1fr;
  scroll-margin-top: 118px;
}

.yy-protocol-detail-copy {
  max-width: 860px;
}

.yy-protocol-detail-copy ul {
  color: #7f716a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 1.55;
  margin: 18px 0 0;
  padding-left: 19px;
}

.yy-protocol-detail-copy li {
  margin-bottom: 5px;
}

.yy-protocol-card.is-featured {
  background: #fff8ef;
  border-color: rgba(181, 142, 117, 0.5);
}

.yy-protocol-star {
  color: #b58e75;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.yy-protocol-card h3 {
  color: #4d4438;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(29px, 2.8vw, 43px);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 8px;
}

.yy-protocol-card p {
  color: #5f5752;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 6px;
}

.yy-protocol-card small {
  color: #8a7d74;
  display: block;
  font-size: 15px;
  line-height: 1.4;
}

.yy-protocol-price-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yy-protocol-price {
  background: #fff;
  border: 1px solid #eaded5;
  min-height: 132px;
  padding: 16px;
  text-align: center;
}

.yy-protocol-price span {
  background: #6f674d;
  color: #fff;
  display: inline-block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.05;
  margin-bottom: 12px;
  padding: 8px 16px;
}

.yy-protocol-price span em {
  display: block;
  font-size: 12px;
  font-style: normal;
}

.yy-protocol-price del {
  color: #7f756d;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}

.yy-protocol-price strong {
  color: #5f5752;
  display: block;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.yy-skin-note {
  background: #f7f5f1;
  margin-top: 24px;
  padding: 22px 28px;
}

.yy-skin-note p {
  color: #5f5752;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.yy-skin-flow {
  background: #f8f1ed;
  padding: 82px max(24px, calc((100vw - 1180px) / 2)) 92px;
}

.yy-flow-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yy-flow-grid div {
  background: #fff;
  padding: 28px 24px;
}

.yy-flow-grid span {
  color: #b58e75;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 22px;
}

.yy-flow-grid strong {
  color: #111;
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.yy-flow-grid p {
  color: #6c625c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.yy-skin-faq {
  background: #fff;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) 380px;
  padding: 82px max(24px, calc((100vw - 1180px) / 2)) 96px;
}

.yy-skin-faq h2,
.yy-skin-final-cta h3 {
  color: #111;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.yy-skin-faq details {
  border-bottom: 1px solid #eaded5;
  padding: 18px 0;
}

.yy-skin-faq summary {
  color: #111;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.yy-skin-faq details p {
  color: #6c625c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 12px 0 0;
}

.yy-skin-final-cta {
  align-self: start;
  background: #111;
  color: #fff;
  padding: 36px 34px;
}

.yy-skin-final-cta .yy-script {
  color: rgba(255, 255, 255, 0.34);
}

.yy-skin-final-cta h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 26px;
}

.yy-skin-final-cta a {
  align-items: center;
  background: #fff;
  color: #111;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  min-height: 52px;
  padding: 0 22px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .yy-nav {
    gap: 12px;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding: 14px 18px 16px;
  }

  .yy-logo {
    order: -1;
  }

  .yy-nav-side,
  .yy-nav-right {
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
  }

  .yy-nav-end {
    flex-wrap: wrap;
    gap: 16px 24px;
    justify-content: center;
  }

  .yy-nav-side a {
    font-size: 12px;
    padding: 4px 0;
  }

  .yy-hero-slider {
    height: auto;
    min-height: 620px;
  }

  .yy-hero-slider .yy-hero-copy {
    left: 44px;
    max-width: calc(100% - 88px);
  }

  .yy-hero-slider h1,
  .yy-hero-copy-light h2 {
    font-size: clamp(42px, 9vw, 72px);
  }

  .yy-hero-copy-light p:not(.yy-script) {
    margin-bottom: 34px;
  }

  .yy-hero,
  .yy-story,
  .yy-media-split,
  .yy-seo-block,
  .yy-live-duo,
  .yy-skin-hero,
  .yy-skin-protocol-layout,
  .yy-protocol-card,
  .yy-skin-faq {
    grid-template-columns: 1fr;
  }

  .yy-skin-protocol-nav {
    position: static;
  }

  .yy-service-grid,
  .yy-product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yy-instagram,
  .yy-blog-grid,
  .yy-mini-features,
  .yy-about-page,
  .yy-blog-detail {
    grid-template-columns: 1fr;
  }

  .yy-blog-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yy-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yy-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yy-hero-portrait {
    min-height: 360px;
  }

  .yy-hero-image {
    justify-content: center;
    min-height: 420px;
  }

  .yy-hero-image img {
    max-height: 420px;
  }

  .yy-story-copy,
  .yy-media-copy {
    padding: 50px 24px;
  }

  .yy-about-copy {
    padding: 58px 28px 66px;
  }

  .yy-about-portrait img {
    min-height: 420px;
  }

  .yy-blog-detail-side {
    position: static;
  }

  .yy-skin-hero {
    padding-top: 58px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 68px;
  }

  body.yy-mobile-open {
    overflow: hidden;
  }

  .yy-site-header {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .yy-nav {
    display: flex;
    justify-content: space-between;
    min-height: 68px;
    padding: 0 18px;
  }

  .yy-logo {
    min-width: 0;
  }

  .yy-logo img {
    max-height: 44px;
    width: 138px;
  }

  .yy-nav-left,
  .yy-nav-right,
  .yy-search-icon {
    display: none;
  }

  .yy-nav-end {
    display: flex;
    gap: 0;
  }

  .yy-menu-icon {
    display: inline-flex;
    height: 42px;
    width: 42px;
  }

  .yy-menu-icon span {
    width: 22px;
  }

  .yy-mobile-backdrop {
    background: rgba(0, 0, 0, 0.52);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.28s ease;
    z-index: 1200;
  }

  .yy-mobile-drawer {
    background: #050505;
    color: #fff;
    display: block;
    height: 100vh;
    max-width: 86vw;
    padding: 22px 24px 34px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(102%);
    transition: transform 0.34s ease;
    width: 310px;
    z-index: 1201;
  }

  body.yy-mobile-open .yy-mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.yy-mobile-open .yy-mobile-drawer {
    transform: translateX(0);
  }

  .yy-mobile-drawer-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .yy-mobile-logo img {
    display: block;
    height: auto;
    max-height: 48px;
    width: 142px;
  }

  .yy-mobile-close {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
    height: 42px;
    position: relative;
    width: 42px;
  }

  .yy-mobile-close span {
    background: #fff;
    height: 2px;
    left: 11px;
    position: absolute;
    top: 20px;
    width: 18px;
  }

  .yy-mobile-close span:first-child {
    transform: rotate(45deg);
  }

  .yy-mobile-close span:last-child {
    transform: rotate(-45deg);
  }

  .yy-mobile-links {
    display: grid;
    gap: 0;
  }

  .yy-mobile-links a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.18em;
    padding: 17px 0;
    text-transform: uppercase;
  }

  .yy-mobile-contact {
    display: grid;
    gap: 10px;
    margin-top: 28px;
  }

  .yy-mobile-contact a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    gap: 12px;
    min-height: 48px;
    padding: 0 14px;
  }

  .yy-mobile-contact i {
    font-size: 20px;
  }

  .yy-hero-slider {
    height: auto;
    min-height: 520px;
  }

  .yy-hero-slide-dark {
    background-position: 72% top;
    background-size: auto 220px;
  }

  .yy-hero-slide-light {
    background-position: 68% top;
    background-size: auto 100%;
  }

  .yy-hero-slider .yy-hero-copy {
    left: 18px;
    max-width: calc(100% - 36px);
    top: 62%;
    transform: translateY(-34%);
  }

  .yy-script-img {
    margin-bottom: 24px;
  }

  .yy-script-img-permanent {
    width: 210px;
  }

  .yy-script-img-heran {
    width: 230px;
  }

  .yy-hero-slider h1,
  .yy-hero-copy-light h2 {
    font-size: 34px;
    letter-spacing: 0.08em;
    max-width: 315px;
  }

  .yy-hero-copy-light {
    left: 22px !important;
    max-width: calc(100% - 44px);
    top: 50% !important;
    transform: translateY(-20%) !important;
  }

  .yy-hero-copy-light p:not(.yy-script) {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .yy-hero-cta {
    min-height: 54px;
    min-width: 190px;
  }

  .yy-hero-arrow {
    display: none;
  }

  .yy-hero {
    min-height: auto;
    padding: 38px 20px 0;
  }

  .yy-hero h1 {
    font-size: 36px;
  }

  .yy-hero-portrait {
    min-height: 310px;
  }

  .yy-social-rail {
    bottom: 0px;
    display: grid;
    gap: 8px;
    right: 14px;
    top: auto;
    transform: none;
    z-index: 1002;
  }

  .yy-social-rail a {
    border-radius: 999px;
    font-size: 20px;
    height: 48px;
    width: 48px;
  }

  .yy-social-rail a:nth-child(2),
  .yy-social-rail a:nth-child(4) {
    display: none;
  }

  .yy-hero-live .yy-hero-copy {
    padding: 0;
  }

  .yy-hero-image {
    min-height: 340px;
  }

  .yy-hero-image img {
    max-height: 340px;
  }

  .yy-leaf-strip {
    height: 96px;
  }

  .yy-service-grid,
  .yy-product-row,
  .yy-values,
  .yy-why,
  .yy-blog-page-grid,
  .yy-flow-grid,
  .yy-protocol-price-row {
    grid-template-columns: 1fr;
  }

  .yy-why img {
    display: none;
  }

  .yy-instagram {
    padding-left: 20px;
    padding-right: 20px;
  }

  .telefon,
  .whatsapp,
  .instagram {
    right: 10px;
  }

  .yy-duo-copy,
  .yy-live-duo-reverse .yy-duo-copy {
    padding: 50px 24px;
  }

  .yy-about-copy h1,
  .yy-blog-detail h1,
  .yy-skin-hero-copy h1 {
    font-size: 31px;
  }

  .yy-about-text p,
  .yy-blog-detail-content,
  .yy-skin-hero-copy > p:not(.yy-script) {
    font-size: 18px;
  }

  .yy-skin-hero,
  .yy-skin-protocols,
  .yy-skin-flow,
  .yy-skin-faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .yy-protocol-card {
    padding: 22px 18px;
  }

  .yy-skin-protocol-nav {
    padding: 18px;
  }

  .yy-skin-protocol-nav a {
    font-size: 16px;
    padding: 13px 14px;
  }

  .yy-protocol-price strong {
    font-size: 30px;
  }
}

.yy-live-why {
  align-items: center;
  background: #fde9e4 url("../resimler/yy-why-bg-live.jpg") center / cover no-repeat;
  display: flex;
  justify-content: center;
  min-height: 520px;
  overflow: hidden;
  padding: 0 max(24px, calc((100vw - 1120px) / 2));
  position: relative;
  text-align: center;
}

.yy-testimonial-slides {
  background: transparent;
  box-shadow: none;
  max-width: 980px;
  min-height: 190px;
  padding: 34px 48px 38px;
  position: relative;
  z-index: 2;
}

.yy-testimonial-slide {
  left: 48px;
  opacity: 0;
  position: absolute;
  right: 48px;
  top: 34px;
  transform: translateY(10px);
  transition: opacity 0.65s ease, transform 0.65s ease, visibility 0.65s ease;
  visibility: hidden;
}

.yy-testimonial-slide.is-active {
  opacity: 1;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: translateY(0);
  visibility: visible;
}

.yy-testimonial-tag {
  color: rgba(0, 0, 0, 0.12);
  font-family: "Allison", cursive;
  font-size: 58px;
  line-height: 0.72;
  margin: 0 0 8px;
}

.yy-testimonial-slide h2 {
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.yy-testimonial-slide p:not(.yy-testimonial-tag) {
  color: #2f2927;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-style: italic;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 900px;
}

.yy-testimonial-arrow {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 70px;
  padding: 0;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 54px;
  z-index: 3;
}

.yy-testimonial-arrow::before {
  border-bottom: 1px solid #111;
  border-left: 1px solid #111;
  content: "";
  display: block;
  height: 30px;
  margin: 0 auto;
  transition: transform 0.35s ease, opacity 0.35s ease;
  width: 30px;
}

.yy-testimonial-arrow:hover::before {
  opacity: 0.55;
}

.yy-testimonial-prev {
  left: 19%;
}

.yy-testimonial-prev::before {
  transform: rotate(45deg);
}

.yy-testimonial-next {
  right: 19%;
}

.yy-testimonial-next::before {
  transform: rotate(-135deg);
}

.yy-testimonial-dots {
  align-items: center;
  bottom: 118px;
  display: flex;
  gap: 12px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.yy-testimonial-dots button {
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  padding: 0;
  transition: background-color 0.35s ease, transform 0.35s ease;
  width: 10px;
}

.yy-testimonial-dots button.is-active {
  background: #000;
  transform: scale(1.08);
}

.yy-values {
  align-items: start;
  background: #fbf4f1;
  display: grid;
  gap: 46px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 88px max(24px, calc((100vw - 1740px) / 2)) 118px;
  text-align: center;
}

.yy-values > div {
  margin: 0 auto;
  max-width: 280px;
}

.yy-value-icon {
  display: block;
  height: 118px;
  margin: 0 auto 22px;
  position: relative;
  width: 138px;
}

.yy-value-icon img:first-child {
  height: 100%;
  inset: 0;
  object-fit: contain;
  opacity: 0.82;
  position: absolute;
  width: 100%;
}

.yy-value-icon img:last-child {
  height: 78px;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
}

.yy-values strong {
  color: #070707;
  display: block;
  font-family: "Lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.yy-values p {
  color: #786c67;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.48;
  margin: 0;
}

@media (max-width: 1200px) {
  .yy-testimonial-prev {
    left: 6%;
  }

  .yy-testimonial-next {
    right: 6%;
  }

  .yy-values {
    gap: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 991px) {
  .yy-live-why {
    min-height: 450px;
  }

  .yy-testimonial-prev {
    left: 22px;
  }

  .yy-testimonial-next {
    right: 22px;
  }

  .yy-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .yy-live-why {
    min-height: 390px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .yy-testimonial-tag {
    font-size: 44px;
  }

  .yy-testimonial-slide h2 {
    font-size: 27px;
  }

  .yy-testimonial-slide p:not(.yy-testimonial-tag) {
    font-size: 22px;
  }

  .yy-testimonial-dots {
    bottom: 70px;
  }

  .yy-testimonial-arrow {
    width: 36px;
  }

  .yy-testimonial-arrow::before {
    height: 22px;
    width: 22px;
  }

  .yy-values {
    grid-template-columns: 1fr;
    padding-bottom: 76px;
    padding-top: 66px;
  }
}
