:root {
  --bg: #f5efe4;
  --bg-2: #eadbc7;
  --paper: rgba(255, 250, 242, .72);
  --paper-solid: #fffaf2;
  --ink: #241811;
  --muted: rgba(36, 24, 17, .62);
  --line: rgba(36, 24, 17, .16);
  --sand: #c7a06e;
  --clay: #8f5b3e;
  --dark: #241811;
  --white: #fffaf2;
  --shadow: 0 28px 90px rgba(70, 42, 20, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.9), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(199,160,110,.36), transparent 28%),
    linear-gradient(180deg, var(--bg), var(--bg-2) 54%, var(--bg));
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .12;
  background-image: radial-gradient(circle, rgba(36,24,17,.18) 0 1px, transparent 1px);
  background-size: 7px 7px;
  mix-blend-mode: multiply;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

#strawCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: .42;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .16;
  background:
    linear-gradient(115deg, transparent, rgba(255,255,255,.55), transparent),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.45), transparent 24%);
  mix-blend-mode: soft-light;
}

/* HEADER */

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1320px;
  height: 70px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,250,242,.82);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 58px rgba(70,42,20,.12);
  transition: .3s ease;
}

.site-header.is-scrolled {
  top: 12px;
  background: rgba(255,250,242,.94);
}

.brand {
  width: 146px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--dark);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.brand img {
  width: 108px;
  height: auto;
}

.main-nav {
  display: flex;
  gap: 22px;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}

.main-nav a {
  transition: .25s ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--ink);
}

.nav-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--dark);
  color: var(--white);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: .25s ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  background: var(--clay);
}

main {
  position: relative;
  z-index: 4;
}

/* GENEL */

.panel {
  min-height: 100svh;
  padding: 112px 6vw 46px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(36,24,17,.1);
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--muted);
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.6vw, 98px);
  line-height: .9;
  letter-spacing: -.055em;
  font-weight: 400;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: .96;
  letter-spacing: -.045em;
  font-weight: 400;
}

h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: .95;
  letter-spacing: -.045em;
  font-weight: 400;
}

.panel-copy p,
.package-head p,
.contact-box > p {
  max-width: 520px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(36,24,17,.68);
}

/* HERO */

.hero-panel {
  grid-template-columns: .82fr 1fr .52fr;
  gap: 30px;
}

.hero-left,
.hero-center,
.hero-right {
  position: relative;
  z-index: 4;
}

.hero-copy {
  max-width: 500px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(36,24,17,.68);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: .17em;
  text-transform: uppercase;
  transition: .28s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn.dark {
  background: var(--dark);
  color: var(--white);
}

.btn.light {
  border: 1px solid var(--line);
  background: rgba(255,250,242,.52);
  color: var(--ink);
}

.product-frame {
  position: relative;
  width: min(520px, 100%);
  height: min(68vh, 620px);
  min-height: 460px;
  margin: 0 auto;
  border-radius: 38px;
  overflow: hidden;
  background: var(--paper-solid);
  box-shadow: var(--shadow);
  transform: rotate(1.8deg);
}

.product-frame::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(255,250,242,.62);
  border-radius: 27px;
  pointer-events: none;
}

.product-frame::after {
  content: "LOGO BASKILI PİPET · 8x24 FROZEN";
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,250,242,.74);
  backdrop-filter: blur(14px);
  font-size: 9px;
  letter-spacing: .19em;
}

.product-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-tag {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  padding: 11px 14px;
  border-radius: 999px;
  background: var(--dark);
  color: var(--white);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
  box-shadow: 0 14px 38px rgba(36,24,17,.22);
}

.hero-right {
  display: grid;
  gap: 12px;
}

.quick-card,
.cliche-card {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,250,242,.62);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(70,42,20,.08);
}

.quick-card span,
.cliche-card span {
  display: block;
  margin-bottom: 10px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

.quick-card strong,
.cliche-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 400;
}

.quick-card b {
  display: block;
  font-size: 24px;
  letter-spacing: -.04em;
}

.quick-card.featured {
  background: var(--dark);
  color: var(--white);
}

.quick-card.featured span {
  color: rgba(255,250,242,.56);
}

.cliche-card {
  border: 1px solid rgba(143,91,62,.32);
  background:
    radial-gradient(circle at 85% 18%, rgba(143,91,62,.2), transparent 34%),
    rgba(255,250,242,.7);
}

.cliche-card small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(36,24,17,.62);
}

/* HERO BANNER */

.bodrum-pitch {
  width: min(560px, 100%);
  margin-top: 24px;
  padding: 14px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 12px;
  align-items: center;
  border-radius: 28px;
  border: 1px solid rgba(36,24,17,.16);
  background:
    radial-gradient(circle at 92% 20%, rgba(143,91,62,.18), transparent 32%),
    rgba(255,250,242,.7);
  box-shadow: 0 22px 70px rgba(70,42,20,.1);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.pitch-text span {
  display: block;
  margin-bottom: 7px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(36,24,17,.52);
}

.pitch-text strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 400;
  color: var(--ink);
}

.pitch-straw {
  position: relative;
  height: 42px;
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 42px;
  white-space: nowrap;
  transform: rotate(-6deg);
  border: 1px solid rgba(36,24,17,.28);
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(234,219,199,.62)),
    linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
  box-shadow:
    0 18px 42px rgba(70,42,20,.18),
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -8px 14px rgba(143,91,62,.1);
}

.pitch-straw span {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(36,24,17,.72);
  animation: pitchMove 6s linear infinite;
}

.market-banner {
  width: min(560px, 100%);
  margin-top: 18px;
  padding: 16px;
  border-radius: 30px;
  border: 1px solid rgba(36,24,17,.14);
  background:
    radial-gradient(circle at 88% 16%, rgba(199,160,110,.22), transparent 28%),
    rgba(255,250,242,.66);
  box-shadow: 0 22px 70px rgba(70,42,20,.08);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.market-banner-head span {
  display: block;
  margin-bottom: 8px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(36,24,17,.5);
}

.market-banner-head strong {
  display: block;
  min-height: 48px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 400;
  color: var(--ink);
  transition: opacity .35s ease, transform .35s ease;
}

.market-banner-head strong.is-changing {
  opacity: 0;
  transform: translateY(6px);
}

.market-ribbons {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.ribbon {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid rgba(36,24,17,.14);
  background: rgba(255,250,242,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.ribbon span {
  flex: 0 0 auto;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(36,24,17,.72);
  padding-left: 18px;
}

.ribbon-colors span {
  animation: ribbonLeft 10s linear infinite;
}

.ribbon-sectors span {
  animation: ribbonRight 12s linear infinite;
}

/* PRODUCT */

.product-panel {
  grid-template-columns: .82fr 1.05fr .45fr;
  gap: 34px;
}

.product-showcase {
  height: min(62vh, 560px);
  min-height: 420px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.product-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-note {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255,250,242,.58);
  backdrop-filter: blur(12px);
}

.side-note span {
  display: block;
  margin-bottom: 12px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

.side-note strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: .95;
  font-weight: 400;
  letter-spacing: -.04em;
}

.side-note p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(36,24,17,.66);
}

/* PACKAGES */

.package-panel {
  grid-template-columns: .62fr 1.38fr;
  gap: 42px;
  background:
    radial-gradient(circle at 86% 20%, rgba(143,91,62,.15), transparent 28%),
    rgba(255,250,242,.22);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.package-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255,250,242,.62);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(70,42,20,.1);
}

.package-card span {
  margin-bottom: 20px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

.package-card strong {
  margin: 22px 0;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: .9;
  letter-spacing: -.06em;
}

.package-card ul {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  border-top: 1px solid rgba(36,24,17,.14);
}

.package-card li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(36,24,17,.1);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(36,24,17,.66);
}

.dark-card {
  background: var(--dark);
  color: var(--white);
}

.dark-card span,
.dark-card li {
  color: rgba(255,250,242,.64);
}

.dark-card ul {
  border-top-color: rgba(255,250,242,.18);
}

.dark-card li {
  border-bottom-color: rgba(255,250,242,.12);
}

.package-card.cliche {
  background:
    radial-gradient(circle at 82% 12%, rgba(143,91,62,.2), transparent 34%),
    rgba(255,250,242,.7);
}

.package-card.cliche p {
  margin-top: auto;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(36,24,17,.66);
}

/* SAFE PRINT */

.safe-print-panel {
  grid-template-columns: .95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.safe-print-visual {
  height: min(56vh, 520px);
  min-height: 390px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,250,242,.78), transparent 44%),
    rgba(255,250,242,.38);
  box-shadow: var(--shadow);
}

.print-line {
  position: absolute;
  left: 7%;
  width: 86%;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(36,24,17,.28);
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(234,219,199,.45)),
    linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent);
  display: flex;
  align-items: center;
  gap: 44px;
  overflow: hidden;
  box-shadow:
    0 18px 50px rgba(70,42,20,.14),
    inset 0 1px 0 rgba(255,255,255,.8);
}

.print-line span {
  white-space: nowrap;
  font-size: 8.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  animation: moveText 8s linear infinite;
}

.line-a {
  top: 28%;
  transform: rotate(-9deg);
}

.line-b {
  bottom: 28%;
  transform: rotate(7deg);
}

.safe-stamp {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(330px, 72%);
  height: 122px;
  transform: translate(-50%, -50%) rotate(-4deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  border: 1px solid rgba(36,24,17,.22);
  background: rgba(255,250,242,.86);
  box-shadow:
    18px 18px 0 rgba(36,24,17,.1),
    0 22px 55px rgba(70,42,20,.1);
  z-index: 4;
}

.safe-stamp span {
  margin-bottom: 6px;
  font-size: 9px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(36,24,17,.52);
}

.safe-stamp strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: .9;
  letter-spacing: -.04em;
  font-weight: 400;
  color: var(--ink);
}

.safe-print-copy h2 {
  font-size: clamp(36px, 4.4vw, 66px);
}

.safe-print-copy > p {
  max-width: 620px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(36,24,17,.68);
}

.safe-points {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.safe-points div {
  min-height: 96px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(36,24,17,.14);
  background: rgba(255,250,242,.62);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 42px rgba(70,42,20,.07);
}

.safe-points span {
  display: block;
  margin-bottom: 10px;
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(36,24,17,.46);
}

.safe-points strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 400;
}

.safe-note {
  margin-top: 14px;
  max-width: 640px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(143,91,62,.22);
  background:
    radial-gradient(circle at 92% 20%, rgba(143,91,62,.12), transparent 34%),
    rgba(255,250,242,.7);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(36,24,17,.68);
}

/* USAGE */

.usage-panel {
  grid-template-columns: repeat(3, 1fr) .82fr;
  gap: 16px;
}

.usage-card {
  position: relative;
  height: min(62vh, 560px);
  min-height: 420px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--paper-solid);
}

.usage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usage-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,250,242,.78);
  backdrop-filter: blur(14px);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.usage-text {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(255,250,242,.56);
  backdrop-filter: blur(14px);
}

.usage-text p:last-child {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(36,24,17,.66);
}

/* DETAIL */

.detail-panel {
  grid-template-columns: 1.1fr .9fr;
  gap: 46px;
}

.detail-image {
  height: min(62vh, 560px);
  min-height: 420px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTACT */

.contact-panel {
  display: flex;
  justify-content: center;
}

.contact-box {
  width: min(980px, 100%);
  padding: 48px;
  border-radius: 38px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 12%, rgba(199,160,110,.32), transparent 30%),
    rgba(255,250,242,.66);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.contact-box address {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(36,24,17,.14);
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(36,24,17,.62);
}

/* FOOTER */

.site-footer {
  position: relative;
  z-index: 4;
  min-height: 120px;
  padding: 28px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  background: rgba(255,250,242,.58);
}

.site-footer img {
  width: 130px;
}

.site-footer p {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ANIMATION */

.reveal-item {
  opacity: 1;
  transform: none;
  transition: opacity .75s ease, transform .75s ease;
}

body.js-ready .reveal-item {
  opacity: 0;
  transform: translateY(30px);
}

body.js-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes moveText {
  from { transform: translateX(0); }
  to { transform: translateX(-110%); }
}

@keyframes pitchMove {
  from { transform: translateX(0); }
  to { transform: translateX(-120%); }
}

@keyframes ribbonLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-115%); }
}

@keyframes ribbonRight {
  from { transform: translateX(-40%); }
  to { transform: translateX(0); }
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .main-nav {
    display: none;
  }

  .panel,
  .hero-panel,
  .product-panel,
  .package-panel,
  .safe-print-panel,
  .usage-panel,
  .detail-panel {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-right,
  .package-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }

  .safe-print-visual {
    height: 420px;
    min-height: 420px;
  }

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

  .usage-text {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 12px;
    width: calc(100% - 24px);
    height: 66px;
    padding: 10px 12px;
  }

  .brand {
    width: 118px;
    height: 44px;
  }

  .brand img {
    width: 88px;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 9px;
  }

  .panel {
    padding: 102px 22px 56px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .product-frame,
  .product-showcase,
  .safe-print-visual,
  .detail-image {
    height: 420px;
    min-height: 420px;
  }

  .hero-right,
  .package-grid,
  .usage-panel,
  .safe-points {
    grid-template-columns: 1fr;
  }

  .bodrum-pitch {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .pitch-straw {
    height: 38px;
  }

  .pitch-text strong,
  .market-banner-head strong {
    font-size: 22px;
  }

  .market-banner {
    border-radius: 24px;
  }

  .package-card {
    min-height: auto;
  }

  .usage-card {
    height: 360px;
    min-height: 360px;
  }

  .safe-stamp {
    width: 76%;
    height: 108px;
  }

  .safe-stamp strong {
    font-size: 30px;
  }

  .safe-points div {
    min-height: auto;
  }

  .contact-box {
    padding: 30px;
    border-radius: 30px;
  }

  .site-footer {
    display: block;
  }

  .site-footer p {
    margin-top: 18px;
  }
}/* PAKET BÖLÜMÜ EK BİLGİ KARTLARI */

.package-info-list {
  margin-top: 26px;
  display: grid;
  gap: 10px;
  max-width: 520px;
}

.package-info-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(36,24,17,.13);
  background: rgba(255,250,242,.56);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 38px rgba(70,42,20,.06);
}

.package-info-list span {
  font-size: 9px;
  letter-spacing: .18em;
  color: rgba(36,24,17,.46);
}

.package-info-list strong {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--ink);
}

.package-offer-link {
  margin-top: 18px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--dark);
  color: var(--white);
  font-size: 10px;
  letter-spacing: .17em;
  text-transform: uppercase;
  transition: .25s ease;
}

.package-offer-link:hover {
  transform: translateY(-2px);
  background: var(--clay);
}

@media (max-width: 760px) {
  .package-info-list div {
    grid-template-columns: 34px 1fr;
  }
}/* FİYAT + KDV DÜZELTME */

.package-card strong {
  display: block;
}

.package-card strong small {
  display: inline-block;
  margin-left: 6px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .12em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .68;
}

.package-card.cliche .cliche-price {
  white-space: nowrap;
  font-size: clamp(36px, 3.2vw, 48px);
  line-height: .9;
  letter-spacing: -.055em;
}

.package-card.cliche .cliche-price small {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
  letter-spacing: .14em;
}

@media (max-width: 1180px) {
  .package-card.cliche .cliche-price {
    white-space: normal;
  }
}/* GÜVENLİ BASKI - İNSAN FİGÜRLÜ SOL GÖRSEL */

.safe-human-visual {
  position: relative;
}

.human-visual-frame {
  position: relative;
  height: min(62vh, 560px);
  min-height: 420px;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(36,24,17,.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,250,242,.78), transparent 44%),
    rgba(255,250,242,.38);
  box-shadow: var(--shadow);
}

.human-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.human-visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,250,242,.04), rgba(36,24,17,.08));
  pointer-events: none;
}

.visual-chip {
  position: absolute;
  z-index: 3;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255,250,242,.82);
  border: 1px solid rgba(36,24,17,.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 34px rgba(70,42,20,.10);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
}

.chip-top {
  top: 20px;
  left: 20px;
}

.chip-middle {
  bottom: 82px;
  right: 22px;
}

.chip-bottom {
  bottom: 20px;
  left: 20px;
}

@media (max-width: 760px) {
  .human-visual-frame {
    height: 420px;
    min-height: 420px;
  }

  .visual-chip {
    font-size: 8px;
    padding: 10px 12px;
  }

  .chip-middle {
    bottom: 70px;
  }
}/* PREMIUM FOOTER */

.site-footer {
  position: relative;
  z-index: 4;
  padding: 80px 6vw 34px;
  border-top: 1px solid rgba(36,24,17,.12);
  background:
    radial-gradient(circle at 84% 16%, rgba(143,91,62,.18), transparent 28%),
    radial-gradient(circle at 12% 80%, rgba(199,160,110,.22), transparent 30%),
    rgba(255,250,242,.72);
  color: var(--ink);
  overflow: hidden;
}

.site-footer::before {
  content: "ERD PİPET";
  position: absolute;
  right: -4vw;
  bottom: -3vw;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(90px, 16vw, 260px);
  line-height: .8;
  letter-spacing: -.08em;
  color: rgba(36,24,17,.045);
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .75fr 1.25fr .7fr;
  gap: 42px;
  align-items: end;
}

.footer-brand img {
  width: 150px;
  height: auto;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--dark);
}

.footer-brand p {
  margin-top: 22px;
  max-width: 300px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(36,24,17,.62);
}

.footer-cta span {
  display: block;
  margin-bottom: 18px;
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(36,24,17,.52);
}

.footer-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 92px);
  line-height: .88;
  letter-spacing: -.055em;
  font-weight: 400;
  margin: 0;
}

.footer-cta p {
  max-width: 460px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(36,24,17,.66);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.footer-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: .25s ease;
}

.footer-actions a:first-child {
  background: var(--dark);
  color: var(--white);
}

.footer-actions a:last-child {
  border: 1px solid rgba(36,24,17,.16);
  background: rgba(255,250,242,.62);
  color: var(--ink);
}

.footer-actions a:hover {
  transform: translateY(-2px);
}

.footer-info {
  display: grid;
  gap: 10px;
}

.footer-info div {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(36,24,17,.12);
  background: rgba(255,250,242,.58);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 40px rgba(70,42,20,.06);
}

.footer-info span {
  display: block;
  margin-bottom: 8px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(36,24,17,.46);
}

.footer-info strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 400;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid rgba(36,24,17,.12);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-bottom address,
.footer-bottom p {
  margin: 0;
  font-style: normal;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(36,24,17,.52);
}

@media (max-width: 980px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom p {
    margin-top: 14px;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding: 64px 22px 30px;
  }

  .footer-brand img {
    width: 132px;
  }

  .footer-actions {
    display: grid;
  }

  .footer-actions a {
    width: 100%;
  }
}/* CONTACT + FOOTER TEK EKRAN FINAL */

.contact-footer-panel {
  min-height: 100svh;
  padding: 112px 6vw 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid rgba(36,24,17,.12);
  background:
    radial-gradient(circle at 82% 20%, rgba(143,91,62,.16), transparent 30%),
    radial-gradient(circle at 12% 84%, rgba(199,160,110,.18), transparent 34%),
    rgba(255,250,242,.54);
  overflow: hidden;
}

.contact-footer-shell {
  position: relative;
  width: 100%;
  min-height: calc(100svh - 168px);
  display: grid;
  grid-template-columns: .9fr 1.1fr .62fr;
  gap: 34px;
  align-items: center;
}

.contact-copy {
  position: relative;
  z-index: 3;
}

.contact-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6.2vw, 96px);
  line-height: .88;
  letter-spacing: -.055em;
  font-weight: 400;
  margin: 0;
}

.contact-copy-text {
  max-width: 430px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(36,24,17,.66);
}

.contact-mini-brand {
  margin-top: 34px;
  display: flex;
  gap: 18px;
  align-items: center;
}

.contact-mini-brand img {
  width: 136px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--dark);
}

.contact-mini-brand p {
  max-width: 270px;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(36,24,17,.58);
}

.contact-motion-stage {
  position: relative;
  height: min(62vh, 560px);
  min-height: 430px;
  border-radius: 38px;
  border: 1px solid rgba(36,24,17,.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,250,242,.88), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.42), rgba(234,219,199,.42));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-motion-stage::before {
  content: "ERD PİPET";
  position: absolute;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(86px, 11vw, 190px);
  line-height: .8;
  letter-spacing: -.08em;
  color: rgba(36,24,17,.045);
  white-space: nowrap;
}

.motion-bubbles span {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(36,24,17,.14);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.92), rgba(255,250,242,.2) 52%, transparent 72%);
  box-shadow: 0 16px 40px rgba(70,42,20,.08);
  animation: bubbleFloat 6s ease-in-out infinite;
}

.bubble-a {
  width: 42px;
  height: 42px;
  left: 12%;
  top: 18%;
}

.bubble-b {
  width: 24px;
  height: 24px;
  right: 18%;
  top: 14%;
  animation-delay: .8s !important;
}

.bubble-c {
  width: 58px;
  height: 58px;
  right: 12%;
  bottom: 18%;
  animation-delay: 1.4s !important;
}

.bubble-d {
  width: 30px;
  height: 30px;
  left: 20%;
  bottom: 16%;
  animation-delay: 2s !important;
}

.bubble-e {
  width: 18px;
  height: 18px;
  left: 46%;
  top: 10%;
  animation-delay: 2.6s !important;
}

.straw-doodle {
  position: absolute;
  height: 42px;
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(36,24,17,.26);
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(234,219,199,.5)),
    linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent);
  box-shadow:
    0 18px 48px rgba(70,42,20,.15),
    inset 0 1px 0 rgba(255,255,255,.9);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(36,24,17,.72);
  white-space: nowrap;
}

.straw-a {
  left: 8%;
  top: 30%;
  transform: rotate(-15deg);
  animation: strawSlideA 5.2s ease-in-out infinite;
}

.straw-b {
  right: 2%;
  top: 52%;
  transform: rotate(9deg);
  animation: strawSlideB 5.8s ease-in-out infinite;
}

.straw-c {
  left: 18%;
  bottom: 20%;
  transform: rotate(-5deg);
  animation: strawSlideC 6.4s ease-in-out infinite;
}

.stamp-seal {
  position: absolute;
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(36,24,17,.24);
  background: rgba(255,250,242,.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 55px rgba(70,42,20,.12);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink);
  animation: stampHit 4.8s ease-in-out infinite;
}

.seal-a {
  left: 12%;
  top: 10%;
}

.seal-b {
  right: 12%;
  top: 28%;
  animation-delay: 1.2s;
}

.seal-c {
  right: 26%;
  bottom: 12%;
  animation-delay: 2.2s;
}

.motion-core-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(330px, 72%);
  min-height: 168px;
  transform: translate(-50%, -50%) rotate(-3deg);
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(36,24,17,.16);
  background: rgba(255,250,242,.82);
  backdrop-filter: blur(18px);
  box-shadow:
    18px 18px 0 rgba(36,24,17,.08),
    0 24px 70px rgba(70,42,20,.12);
  z-index: 5;
}

.motion-core-card span {
  display: block;
  margin-bottom: 14px;
  font-size: 9px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(36,24,17,.52);
}

.motion-core-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 400;
  color: var(--ink);
}

.contact-meta {
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 3;
}

.meta-card,
.meta-note {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(36,24,17,.12);
  background: rgba(255,250,242,.58);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 40px rgba(70,42,20,.06);
}

.meta-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(36,24,17,.46);
}

.meta-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 400;
}

.meta-note address,
.meta-note p {
  margin: 0;
  font-style: normal;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(36,24,17,.54);
}

.meta-note p {
  margin-top: 14px;
}

.compact-footer {
  position: relative;
  z-index: 4;
  padding: 18px 0 0;
  margin-top: 20px;
  border-top: 1px solid rgba(36,24,17,.12);
  background: transparent;
  box-shadow: none;
}

.footer-line {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-line p {
  margin: 0;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(36,24,17,.52);
}

/* Animasyonlar */

@keyframes bubbleFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: .55;
  }

  50% {
    transform: translateY(-18px) scale(1.08);
    opacity: .9;
  }
}

@keyframes strawSlideA {
  0%, 100% {
    transform: translateX(0) rotate(-15deg);
  }

  50% {
    transform: translateX(20px) rotate(-12deg);
  }
}

@keyframes strawSlideB {
  0%, 100% {
    transform: translateX(0) rotate(9deg);
  }

  50% {
    transform: translateX(-18px) rotate(6deg);
  }
}

@keyframes strawSlideC {
  0%, 100% {
    transform: translateY(0) rotate(-5deg);
  }

  50% {
    transform: translateY(-16px) rotate(-8deg);
  }
}

@keyframes stampHit {
  0%, 100% {
    transform: scale(1) rotate(-8deg);
    opacity: .66;
  }

  12% {
    transform: scale(1.16) rotate(-4deg);
    opacity: 1;
  }

  24% {
    transform: scale(.96) rotate(-8deg);
  }

  36% {
    transform: scale(1) rotate(-8deg);
  }
}

/* Responsive */

@media (max-width: 1180px) {
  .contact-footer-panel {
    min-height: auto;
  }

  .contact-footer-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-motion-stage {
    height: 460px;
    min-height: 460px;
  }

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

  .meta-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .contact-footer-panel {
    padding: 100px 22px 28px;
  }

  .contact-copy h2 {
    font-size: clamp(44px, 15vw, 68px);
  }

  .contact-motion-stage {
    height: 420px;
    min-height: 420px;
    border-radius: 30px;
  }

  .motion-core-card {
    width: 78%;
  }

  .motion-core-card strong {
    font-size: 30px;
  }

  .straw-doodle {
    min-width: 230px;
    height: 38px;
    font-size: 8.5px;
  }

  .stamp-seal {
    width: 104px;
    height: 104px;
    font-size: 8px;
  }

  .contact-meta {
    grid-template-columns: 1fr;
  }

  .contact-mini-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-line {
    display: block;
  }

  .footer-line p + p {
    margin-top: 10px;
  }
}/* ALTTAKİ KESİK ERD PİPET LOGO GÖLGESİNİ KALDIR */

.contact-motion-stage::before,
.site-footer::before {
  display: none !important;
  content: none !important;
}/* SABİT HIZLI İLETİŞİM BUTONLARI */

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  display: grid;
  gap: 10px;
}

.float-btn {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36,24,17,.14);
  background: rgba(255,250,242,.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 48px rgba(70,42,20,.16);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  transition: .25s ease;
}

.float-btn:hover {
  transform: translateY(-3px) scale(1.04);
}

.float-btn.whatsapp {
  background: var(--dark);
  color: var(--white);
}

.float-btn.call {
  background:
    radial-gradient(circle at 82% 18%, rgba(199,160,110,.25), transparent 38%),
    rgba(255,250,242,.86);
}

/* FOOTER CREDIT */

.footer-credit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(36,24,17,.12);
  background: rgba(255,250,242,.58);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(36,24,17,.58);
  transition: .25s ease;
}

.footer-credit:hover {
  background: var(--dark);
  color: var(--white);
  transform: translateY(-2px);
}

/* MOBİLDE DAHA KULLANIŞLI */

@media (max-width: 760px) {
  .floating-contact {
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }

  .float-btn {
    width: 54px;
    height: 54px;
    font-size: 9px;
  }

  .footer-line {
    display: grid !important;
    gap: 10px;
    justify-items: center;
    text-align: center;
  }

  .footer-credit {
    width: fit-content;
  }
}