@font-face {
  font-family: "AbrilFatfaceLocal";
  src: url("./AbrilFatface-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EyesomeRegular";
  src: url("./Eyesome Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #efe9d8;
  --brown: #8a4a2b;
  --accent: #b06a45;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 28px 36px;
}

.title-bloom {
  margin: 0 0 0 72px;
  font-family: "AbrilFatfaceLocal", "Abril Fatface", serif;
  font-size: clamp(90px, 11vw, 144px);
  line-height: 0.92;
  letter-spacing: 1px;
  color: var(--brown);
}

.title-brand {
  margin: 2px 0 0 560px;
  font-family: "EyesomeRegular", "Great Vibes", "Arimo", cursive;
  font-weight: 400;
  font-size: clamp(64px, 6.8vw, 102px);
  line-height: 0.98;
  color: var(--accent);
}

.paint-menu {
  position: absolute;
  right: 96px;
  top: 316px;
  display: flex;
  flex-direction: column;
  gap: 72px;
  z-index: 3;
}

.paint-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 500px;
  min-height: 98px;
  padding: 14px 42px;
  text-decoration: none;
  font-family: "EyesomeRegular", "Great Vibes", "Arimo", cursive;
  font-size: clamp(60px, 5.1vw, 78px);
  line-height: 1;
  color: var(--accent);
  background: transparent;
  background-image: url("Adsız tasarım - 2026-04-13T230017.574.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 116% 116%;
  clip-path: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.paint-link:hover {
  transform: translateY(-3px) scale(1.01);
  filter: brightness(0.98);
}

.paint-menu .paint-link:nth-child(2):hover {
  transform: translateX(-32px) translateY(-3px) scale(1.01);
}

.paint-link:active {
  transform: translateY(0) scale(0.995);
}

.paint-menu .paint-link:nth-child(2):active {
  transform: translateX(-32px) translateY(0) scale(0.995);
}

.paint-menu .paint-link:nth-child(2) {
  transform: translateX(-32px);
}

.flower-image {
  position: absolute;
  left: -14px;
  bottom: 0;
  width: min(620px, 53vw);
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 980px) {
  .hero {
    padding: 20px 18px 28px;
  }

  .title-bloom {
    font-size: clamp(48px, 13vw, 74px);
  }

  .title-brand {
    margin: 10px 0 0 0;
    font-size: clamp(46px, 11vw, 70px);
  }

  .paint-menu {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 28px;
    gap: 18px;
    align-items: flex-end;
  }

  .paint-link {
    min-width: min(92vw, 390px);
    min-height: 62px;
    font-size: clamp(42px, 9vw, 58px);
    padding: 8px 18px;
  }

  .flower-image {
    width: min(370px, 75vw);
    left: -24px;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 100dvh;
    padding-bottom: 260px;
  }

  .paint-menu {
    align-items: stretch;
  }

  .paint-link {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    padding-left: 28px;
  }

  .flower-image {
    width: min(315px, 83vw);
    left: -42px;
  }
}

.about-body {
  margin: 0;
  min-height: 100vh;
  background: #fffaf2;
}

.about-page {
  min-height: 100vh;
  padding: 14px 24px 30px;
}

.about-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #FFF6EA;
  border-bottom: 2px solid #f3e9dc;
  padding: 10px 12px;
  border-radius: 10px;
}

.about-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.about-logo-image {
  width: clamp(56px, 6vw, 84px);
  height: clamp(56px, 6vw, 84px);
  object-fit: contain;
}

.about-logo {
  text-decoration: none;
  font-family: "EyesomeRegular", "Great Vibes", "Play", cursive;
  font-size: clamp(56px, 6vw, 84px);
  color: var(--accent);
  line-height: 0.95;
}

.about-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 56px);
}

.about-nav a {
  text-decoration: none;
  font-family: "EyesomeRegular", "Great Vibes", "Play", cursive;
  font-size: clamp(32px, 2.7vw, 52px);
  color: var(--accent);
  line-height: 1;
  transition: opacity 0.2s ease;
}

.about-nav a:hover {
  opacity: 0.72;
}

.about-content {
  margin: 52px 0 0;
  display: grid;
  grid-template-columns: minmax(300px, 44%) minmax(420px, 56%);
  column-gap: clamp(28px, 4vw, 64px);
  align-items: start;
  color: var(--brown);
}

.about-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.about-side-image {
  width: min(100%, 760px);
  max-height: 560px;
  height: auto;
  object-fit: contain;
  display: block;
}

.about-right {
  max-width: 920px;
  font-family: "Play", sans-serif;
  font-size: clamp(16px, 1.55vw, 28px);
  line-height: 1.36;
  letter-spacing: 0.1px;
  text-align: justify;
  text-justify: inter-word;
}

.about-right p {
  margin: 0 0 22px;
}

@media (max-width: 980px) {
  .about-page {
    padding: 12px 14px 20px;
  }

  .about-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .about-nav {
    flex-wrap: nowrap;
    gap: 8px 14px;
  }

  .about-content {
    margin-top: 10px;
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .about-left {
    order: 1;
  }

  .about-right {
    order: 2;
    max-width: 100%;
    font-size: clamp(16px, 3.2vw, 22px);
    line-height: 1.34;
  }

  .about-side-image {
    width: min(92vw, 620px);
    max-height: 420px;
  }
}

@media (max-width: 560px) {
  .about-logo-image {
    width: clamp(46px, 12vw, 66px);
    height: clamp(46px, 12vw, 66px);
  }

  .about-logo {
    font-size: clamp(48px, 14vw, 72px);
  }

  .about-nav a {
    font-size: clamp(20px, 4.8vw, 30px);
  }

  .about-right {
    font-size: clamp(15px, 4.6vw, 19px);
    line-height: 1.32;
  }

  .about-right p {
    margin-bottom: 10px;
  }
}

.dikkat-body {
  margin: 0;
  min-height: 100vh;
  background: #fffaf2;
}

.dikkat-page {
  min-height: 100vh;
  padding: 14px 24px 30px;
}

.dikkat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #FFF6EA;
  border-bottom: 2px solid #f3e9dc;
  padding: 10px 12px;
  border-radius: 10px;
}

.dikkat-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.dikkat-logo-icon {
  width: clamp(44px, 5vw, 70px);
  height: clamp(44px, 5vw, 70px);
  object-fit: contain;
  opacity: 0.75;
}

.dikkat-logo {
  font-family: "EyesomeRegular", "Great Vibes", "Play", cursive;
  font-size: clamp(56px, 6vw, 84px);
  line-height: 0.95;
  color: var(--accent);
}

.dikkat-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.8vw, 52px);
}

.dikkat-nav a {
  text-decoration: none;
  font-family: "EyesomeRegular", "Great Vibes", "Play", cursive;
  font-size: clamp(32px, 2.7vw, 52px);
  line-height: 1;
  color: var(--accent);
  transition: opacity 0.2s ease;
}

.dikkat-nav a:hover {
  opacity: 0.72;
}

.dikkat-divider {
  margin-top: 8px;
  height: 4px;
  width: min(100%, 860px);
  background: linear-gradient(to right, #f0d9bf, #f7e7d0);
  border-radius: 999px;
}

.dikkat-content {
  margin-top: 68px;
  max-width: 1700px;
  color: var(--brown);
  font-family: "Play", sans-serif;
}

.dikkat-content h2 {
  margin: 0 0 10px;
  font-size: clamp(20px, 1.7vw, 30px);
  line-height: 1.2;
  font-weight: 400;
}

.dikkat-content h2:nth-of-type(2) {
  margin-top: 52px;
}

.dikkat-content ul {
  margin: 0 0 18px 0;
  padding-left: clamp(26px, 2.2vw, 42px);
}

.dikkat-content li {
  margin-bottom: 8px;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.24;
  font-weight: 400;
}

@media (max-width: 980px) {
  .dikkat-page {
    padding: 12px 14px 20px;
  }

  .dikkat-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .dikkat-nav {
    flex-wrap: nowrap;
    gap: 8px 14px;
  }

  .dikkat-nav a {
    font-size: clamp(20px, 4.8vw, 30px);
  }

  .dikkat-divider {
    width: min(100%, 520px);
  }

  .dikkat-content h2 {
    font-size: clamp(19px, 4.5vw, 26px);
  }

  .dikkat-content li {
    font-size: clamp(14px, 3.4vw, 19px);
    line-height: 1.24;
  }
}
