:root {
  --altin: #9a7b4f;
  --altin-koyu: #7d6240;
  --krem: #f3eee4;
  --kagit: #eff4f4;
  --ada: #5c6b4a;
  --murekkep: #2c2824;
  --murekkep-soluk: #5c564e;
  --serif: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --sans: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--kagit);
  color: var(--murekkep);
}

body.karsilama {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  background:
    radial-gradient(900px 480px at 8% 0%, rgba(255, 255, 255, 0.85), transparent 55%),
    radial-gradient(720px 420px at 100% 12%, rgba(243, 238, 228, 0.95), transparent 50%),
    var(--kagit);
}

.dalga {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800' preserveAspectRatio='none'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='48' opacity='.4' d='M-50 220C180 80 380 360 640 240S980 40 1250 180'/%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='64' opacity='.28' d='M-50 420C220 520 420 240 700 380S1040 620 1250 480'/%3E%3C/svg%3E") center / cover no-repeat;
}

.cerceve {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

.ustu {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--altin);
  font-weight: 600;
}

.baslik-alani {
  position: relative;
  text-align: center;
}

.baslik-alani h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0 8px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(36px, 8vw, 64px);
  line-height: 1.1;
}

.baslik-alani .kalp {
  width: 0.42em;
  height: 0.42em;
  color: var(--altin);
  flex-shrink: 0;
}

.baslik-dal {
  display: block;
  margin: 8px auto 16px;
  width: min(360px, 92%);
  height: auto;
}

.baslik-alani .oncu {
  margin: 0 auto;
  max-width: min(28rem, 100%);
  padding: 0 8px;
  color: var(--murekkep-soluk);
  font-size: 17px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.cicek-zemin {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.cicek {
  position: absolute;
  opacity: 0.92;
}

.cicek-sol-ust,
.cicek-sag-ust,
.cicek-sol-alt,
.cicek-sag-alt {
  width: 128px;
}

.cicek-sol-ust {
  top: 0;
  left: 0;
  transform: rotate(-8deg);
}

.cicek-sag-ust {
  top: 0;
  right: 0;
  transform: scaleX(-1) rotate(-8deg);
}

.cicek-sol-alt {
  bottom: 0;
  left: 0;
  transform: scaleX(-1) rotate(8deg);
  opacity: 0.82;
}

.cicek-sag-alt {
  bottom: 0;
  right: 0;
  transform: rotate(8deg);
}

@media (max-width: 879px) {
  .cicek-sol-ust,
  .cicek-sag-ust,
  .cicek-sol-alt,
  .cicek-sag-alt {
    width: 88px;
  }
}

.iki-kolon {
  display: grid;
  gap: 32px;
  margin-top: 32px;
  justify-items: stretch;
  width: 100%;
}

.davet-kolon {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.davet-kart {
  display: block;
  width: 100%;
  max-width: none;
  text-decoration: none;
  color: inherit;
  background: var(--krem);
  border: 1px solid rgba(154, 123, 79, 0.35);
  box-shadow: 0 16px 32px rgba(44, 40, 36, 0.1), 0 2px 0 rgba(154, 123, 79, 0.18);
  padding: 8px 8px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.davet-kart:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(44, 40, 36, 0.14), 0 2px 0 var(--altin);
}

.davet-kapak {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.davet-kapak img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.72;
  object-fit: cover;
  object-position: center top;
  background: #d8d2c6;
}

.davet-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 16px;
  background: var(--altin);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 13px;
  text-transform: uppercase;
  box-shadow: 0 8px 0 var(--altin-koyu);
  transition: background 0.15s ease;
}

.davet-kart:hover .davet-cta {
  background: var(--altin-koyu);
}

.form-kolon {
  background: #fff;
  border: 1px solid rgba(154, 123, 79, 0.35);
  padding: 24px 16px 32px;
  box-shadow: 0 16px 32px rgba(44, 40, 36, 0.1), 0 2px 0 rgba(154, 123, 79, 0.18);
  width: 100%;
  max-width: none;
  min-width: 0;
  text-align: center;
}

.form-kolon form {
  text-align: left;
}

@media (min-width: 880px) {
  .cerceve {
    padding: 48px 48px 96px;
  }

  .iki-kolon {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-top: 48px;
  }

  .davet-kolon {
    justify-content: stretch;
  }

  .form-kolon {
    padding: 32px;
  }

  .baslik-alani h1 {
    flex-wrap: nowrap;
  }

  .cicek-sol-ust,
  .cicek-sag-ust,
  .cicek-sol-alt,
  .cicek-sag-alt {
    width: 176px;
  }
}

.form-kolon h2 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.form-kolon .aciklama {
  margin: 0 0 24px;
  color: var(--murekkep-soluk);
  text-align: center;
}

.istege {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--murekkep-soluk);
}

.alan {
  margin: 0 0 16px;
}

.alan label,
.ad-soyad label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ada);
  margin-bottom: 8px;
}

.yukle-alani {
  position: relative;
  border: 1px dashed rgba(154, 123, 79, 0.55);
  background: var(--krem);
  padding: 24px 16px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.yukle-alani:hover,
.yukle-alani.surukleniyor {
  border-color: var(--altin-koyu);
  background: #ebe4d6;
}

.yukle-alani.hazirlaniyor {
  pointer-events: none;
  opacity: 0.7;
}

.yukle-alani input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.yukle-alani svg {
  display: block;
  margin: 0 auto 8px;
}

.yukle-alani strong {
  display: block;
  font-weight: 600;
  color: var(--murekkep);
}

.yukle-alani span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: var(--murekkep-soluk);
}

.onizlemeler {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 8px;
}

.onizlemeler li {
  position: relative;
}

.onizlemeler img,
.onizlemeler video {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--krem);
}

.onizlemeler button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  border: 0;
  background: rgba(44, 40, 36, 0.78);
  color: #fff;
  font: 600 14px/1 var(--sans);
  cursor: pointer;
  padding: 0;
}

.onizlemeler button:hover {
  background: var(--murekkep);
}

textarea,
input[type="text"],
input[type="password"] {
  width: 100%;
  font: inherit;
  color: var(--murekkep);
  background: #fff;
  border: 1px solid rgba(44, 40, 36, 0.18);
  padding: 12px 16px;
  border-radius: 0;
}

textarea {
  min-height: 96px;
  resize: vertical;
}

textarea:focus,
input:focus {
  outline: 2px solid var(--altin);
  outline-offset: 2px;
}

.ad-soyad {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

@media (min-width: 560px) {
  .ad-soyad {
    grid-template-columns: 1fr 1fr;
  }
}

.bal {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gonder {
  margin-top: 8px;
  width: 100%;
  border: 0;
  background: var(--altin);
  color: #fff;
  font: 600 16px/1 var(--sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 24px;
  cursor: pointer;
  box-shadow: 0 8px 0 var(--altin-koyu);
}

.gonder:hover:not(:disabled) {
  background: var(--altin-koyu);
}

.gonder:disabled {
  opacity: 0.55;
  cursor: wait;
}

.uyari,
.tamam {
  margin: 0 0 16px;
  padding: 16px;
  font-size: 15px;
}

.uyari {
  background: #f6ece4;
  color: #6b3a2a;
  border-left: 4px solid #a45c3c;
}

.tamam {
  background: #eef2e8;
  color: var(--ada);
  border-left: 4px solid var(--ada);
}

.gizli {
  display: none !important;
}

.tesekkur {
  text-align: center;
  padding: 32px 8px 16px;
}

.tesekkur h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 6vw, 40px);
}

.tesekkur-metin {
  margin: 0 0 32px;
  color: var(--murekkep-soluk);
  font-size: 17px;
}

.tesekkur-davet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 24px;
  background: var(--altin);
  color: #fff;
  font: 600 14px/1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 0 var(--altin-koyu);
  transition: background 0.15s ease;
}

.tesekkur-davet:hover {
  background: var(--altin-koyu);
}

.tesekkur-yine {
  display: block;
  width: 100%;
  margin-top: 16px;
  border: 0;
  background: transparent;
  color: var(--altin-koyu);
  font: 600 14px/1 var(--sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tesekkur-yine:hover {
  color: var(--murekkep);
}

.yer {
  margin-top: 48px;
  width: 100%;
}

.harita {
  display: block;
  position: relative;
  max-width: none;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
  background: var(--krem);
  border: 1px solid rgba(154, 123, 79, 0.35);
  box-shadow: 0 16px 32px rgba(44, 40, 36, 0.1), 0 2px 0 rgba(154, 123, 79, 0.18);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.harita:hover,
.harita:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(44, 40, 36, 0.14), 0 2px 0 var(--altin);
}

.harita:focus-visible {
  outline: 2px solid var(--altin);
  outline-offset: 4px;
}

.harita img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 472 / 312;
  object-fit: cover;
  object-position: center;
}

.harita-serit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #2c2824;
  color: var(--krem);
}

.harita-serit svg {
  flex-shrink: 0;
  color: var(--altin);
}

.harita-serit strong {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.harita-serit em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c4b49a;
}

.dip {
  margin: 16px 0 0;
  text-align: center;
  font-size: 13px;
  color: var(--murekkep-soluk);
}

@media (min-width: 880px) {
  .yer {
    margin-top: 64px;
  }
}

.harita-sec {
  width: min(100% - 32px, 360px);
  padding: 32px 24px 24px;
  border: 1px solid rgba(154, 123, 79, 0.35);
  background: #fff;
  color: var(--murekkep);
  box-shadow: 8px 16px 0 rgba(92, 107, 74, 0.08);
}

.harita-sec::backdrop {
  background: rgba(44, 40, 36, 0.48);
}

.harita-sec h2 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
}

.harita-sec p {
  margin: 0 0 24px;
  color: var(--murekkep-soluk);
  font-size: 15px;
}

.harita-uygulama {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  font: 600 15px/1 var(--sans);
  color: var(--murekkep);
  background: var(--krem);
  border: 1px solid rgba(154, 123, 79, 0.45);
  transition: background 0.15s ease, border-color 0.15s ease;
}

.harita-uygulama:hover,
.harita-uygulama:focus-visible {
  background: #ebe4d6;
  border-color: var(--altin-koyu);
}

.harita-vazgec {
  display: block;
  width: 100%;
  margin-top: 16px;
  border: 0;
  background: transparent;
  color: var(--altin-koyu);
  font: 600 14px/1 var(--sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.harita-vazgec:hover {
  color: var(--murekkep);
}
