:root {
  --ink: #161815;
  --muted: #65665f;
  --paper: #fffaf2;
  --cream: #f4eddf;
  --white: #fffefb;
  --green: #184d3a;
  --green-light: #d9eadf;
  --coral: #ff6c50;
  --blue: #8bc5d9;
  --yellow: #f4cb59;
  --line: rgba(22, 24, 21, 0.16);
  --shadow: 0 18px 50px rgba(54, 42, 23, 0.1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; width: min(1180px, calc(100% - 32px)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-size: 1.08rem; font-weight: 800; text-decoration: none; letter-spacing: -0.04em; }
.brand > span:last-child > span { color: var(--coral); }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--green); color: white; font-size: .95rem; transform: rotate(-7deg); }
nav { display: flex; gap: clamp(18px, 4vw, 42px); }
nav a { color: var(--muted); font-size: .86rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--green); }

.hero { position: relative; width: min(1180px, calc(100% - 32px)); min-height: 680px; margin: auto; padding: 84px 0 96px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { color: var(--coral); }
h1, h2, h3 { max-width: 100%; overflow-wrap: break-word; font-family: Manrope, sans-serif; letter-spacing: -.055em; }
h1 { max-width: 650px; margin: 0; font-size: clamp(3.4rem, 8vw, 6.9rem); line-height: .91; }
h1 span, h2 span { color: var(--coral); }
.handle { display: inline-block; margin: 21px 0 10px; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-weight: 700; transform: rotate(-2deg); background: var(--white); }
.tagline { margin: 8px 0 22px; font-size: clamp(1.24rem, 2.2vw, 1.65rem); }
.tagline strong { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 8px; text-underline-offset: -3px; text-decoration-skip-ink: none; }
.intro { max-width: 610px; margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-width: 0; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid var(--ink); border-radius: 10px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { background: var(--coral); color: var(--ink); }
.button-ghost { background: var(--white); }
.button-dark { background: var(--ink); color: white; border-color: var(--ink); white-space: nowrap; }
.button-dark:hover { box-shadow: 5px 5px 0 var(--coral); }
.button.is-unavailable { cursor: default; opacity: .68; }
.button.is-unavailable:hover { transform: none; box-shadow: none; }

.profile-card { position: relative; justify-self: center; width: min(100%, 390px); padding: 17px 17px 22px; background: var(--white); border: 1px solid var(--ink); box-shadow: 13px 13px 0 var(--yellow); transform: rotate(2.5deg); }
.profile-photo-wrap { position: relative; aspect-ratio: .92; overflow: visible; background: var(--green-light); }
.profile-photo-placeholder, .profile-photo { width: 100%; height: 100%; object-fit: cover; }
.profile-photo { object-position: 50% 42%; }
.profile-photo-placeholder { display: grid; place-items: center; color: var(--green); background: radial-gradient(circle at 28% 24%, #fafff8 0 5%, transparent 6%), linear-gradient(145deg, #d7ecdf, #9ecbb0); font-family: Manrope, sans-serif; font-size: clamp(5rem, 12vw, 8rem); font-weight: 800; letter-spacing: -.1em; }
.profile-photo-placeholder::after { content: "PROFİL FOTOĞRAFI"; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); font-size: .65rem; letter-spacing: .16em; white-space: nowrap; }
.profile-sticker { position: absolute; right: -22px; top: -24px; display: grid; place-items: center; width: 67px; height: 67px; border: 1px solid var(--ink); border-radius: 50%; background: var(--coral); font-size: 1.8rem; transform: rotate(-8deg); }
.profile-note { display: flex; align-items: center; gap: 13px; padding: 18px 8px 0; }
.profile-note > span { font-size: 1.7rem; }
.profile-note p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.profile-note strong { color: var(--ink); font-size: .9rem; }
.doodle { position: absolute; color: var(--green); font-family: Manrope, sans-serif; opacity: .28; pointer-events: none; }
.doodle-box { left: -55px; bottom: 48px; font-size: 8rem; transform: rotate(13deg); }
.doodle-globe { right: -70px; top: 50px; font-size: 9rem; }

.featured-guide { width: min(1180px, calc(100% - 32px)); margin: 0 auto 110px; padding: 28px 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; border: 1px solid var(--ink); border-radius: 16px; background: var(--yellow); box-shadow: 8px 8px 0 var(--ink); }
.featured-guide > * { min-width: 0; }
.guide-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--coral); border: 1px solid var(--ink); font-size: 1.3rem; }
.featured-guide .eyebrow { margin-bottom: 5px; color: var(--ink); }
.featured-guide h2 { margin: 0; font-size: clamp(1.35rem, 3vw, 2rem); }
.featured-guide p:last-child { margin: 7px 0 0; color: rgba(22, 24, 21, .73); }

.social-section, .videos-section { padding: 105px max(16px, calc((100% - 1180px) / 2)); }
.social-section { background: var(--green); color: white; }
.section-heading { max-width: 1180px; margin: 0 auto 42px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading > * { min-width: 0; }
.section-heading h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1.02; }
.social-section .eyebrow { color: #a8d6bb; }
.compact-heading > p { max-width: 420px; margin: 0 0 7px; color: #c9d6cf; line-height: 1.7; }
.social-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.social-card { min-height: 142px; padding: 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 13px; text-decoration: none; background: rgba(255,255,255,.06); transition: background .2s, transform .2s; }
.social-card:hover { background: var(--coral); color: var(--ink); transform: translateY(-4px) rotate(-1deg); }
.social-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: rgba(255,255,255,.13); font-size: 1.4rem; }
.social-card strong, .social-card small { display: block; }
.social-card small { margin-top: 4px; opacity: .7; }
.social-arrow { align-self: start; font-size: 1.3rem; }

.about-section { width: min(1180px, calc(100% - 32px)); margin: auto; padding: 130px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.hand-note { display: inline-block; margin-top: 60px; padding: 20px; border: 2px solid var(--coral); color: var(--coral); font-weight: 800; line-height: 1.5; transform: rotate(-5deg); }
.about-copy h2 { margin: 0 0 30px; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: 1.03; }
.about-copy > p { max-width: 780px; margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.9; }
.topic-list { margin: 36px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.topic-list li { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: .85rem; font-weight: 700; }
.topic-list li:nth-child(3n + 1) { background: var(--green-light); }
.topic-list li:nth-child(3n + 2) { background: #ffe1d8; }

.videos-section { background: var(--cream); }
.text-link { padding-bottom: 5px; border-bottom: 2px solid var(--ink); font-weight: 800; text-decoration: none; white-space: nowrap; }
.video-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.video-card { overflow: hidden; border: 1px solid var(--ink); border-radius: 14px; background: var(--white); box-shadow: 5px 5px 0 rgba(22,24,21,.14); }
.video-cover, .video-thumbnail { width: 100%; aspect-ratio: 16 / 9; }
.video-thumbnail { display: block; object-fit: cover; }
.video-cover { position: relative; overflow: hidden; display: grid; place-items: center; border-bottom: 1px solid var(--ink); }
.video-cover.coral { background: var(--coral); }
.video-cover.blue { background: var(--blue); }
.video-cover.yellow { background: var(--yellow); }
.video-cover::before, .video-cover::after { content: ""; position: absolute; border: 1px solid rgba(22,24,21,.35); border-radius: 50%; }
.video-cover::before { width: 170px; height: 170px; left: -80px; bottom: -95px; }
.video-cover::after { width: 105px; height: 105px; right: -30px; top: -35px; }
.cover-index { position: absolute; left: 16px; top: 14px; font-family: Manrope, sans-serif; font-weight: 800; }
.cover-icon { font-size: 3.2rem; transform: rotate(-6deg); }
.video-cover strong { position: absolute; bottom: 15px; left: 16px; font-size: .72rem; letter-spacing: .13em; }
.play-dot { position: absolute; right: 16px; bottom: 14px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: white; font-size: .7rem; }
.video-body { padding: 22px; }
.video-category { margin: 0 0 10px; color: var(--coral); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.video-body h3 { margin: 0; font-size: 1.24rem; line-height: 1.35; }
.video-body > p:not(.video-category) { min-height: 66px; margin: 13px 0 20px; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.video-body a { font-size: .86rem; font-weight: 800; text-decoration: none; }
.video-body a:hover { color: var(--coral); }

footer { padding: 60px max(16px, calc((100% - 1180px) / 2)) 28px; display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 35px; background: var(--ink); color: white; }
.footer-brand { font-size: 1.25rem; }
footer > div > p { max-width: 350px; color: #aeb0aa; font-size: .88rem; }
.footer-contact p { margin: 0 0 8px; color: #8f918b; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact a { font-weight: 700; text-decoration-color: var(--coral); }
.footer-social { display: flex; flex-wrap: wrap; align-content: start; gap: 10px 16px; }
.footer-social-link { color: #c9cbc6; font-size: .85rem; font-weight: 700; text-decoration: none; }
.footer-social-link:hover { color: var(--coral); }
.copyright { grid-column: 1 / -1; margin: 25px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #83857f; font-size: .75rem; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr 340px; gap: 32px; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .video-card:last-child { grid-column: 1 / -1; width: calc(50% - 11px); }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 20px; }
  .site-header { min-height: 67px; }
  nav { display: none; }
  .hero { min-height: auto; padding: 62px 0 82px; grid-template-columns: minmax(0, 1fr); gap: 62px; }
  .hero > * { min-width: 0; max-width: 100%; }
  h1 { font-size: clamp(3.25rem, 16vw, 5.6rem); }
  .tagline { font-size: 1.2rem; }
  .intro { font-size: .98rem; }
  .hero-actions { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .button { padding: 0 12px; text-align: center; font-size: .9rem; }
  .profile-card { width: min(88%, 370px); }
  .doodle-globe { right: 0; top: 16px; font-size: 6rem; }
  .featured-guide { margin-bottom: 75px; padding: 24px; grid-template-columns: auto 1fr; }
  .featured-guide .button { grid-column: 1 / -1; width: 100%; }
  .guide-icon { width: 54px; height: 54px; }
  .social-section, .videos-section { padding-top: 78px; padding-bottom: 78px; }
  .section-heading, .compact-heading { display: block; }
  .compact-heading > p { margin-top: 24px; }
  .social-grid, .video-grid { grid-template-columns: 1fr; }
  .social-card { min-height: 94px; }
  .about-section { padding: 90px 0; grid-template-columns: 1fr; gap: 42px; }
  .hand-note { margin-top: 25px; }
  .text-link { display: inline-block; margin-top: 24px; }
  .video-card:last-child { grid-column: auto; width: auto; }
  .video-body > p:not(.video-category) { min-height: auto; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .hero-actions { grid-template-columns: 1fr; }
  .profile-sticker { right: -12px; }
  .featured-guide { grid-template-columns: 1fr; }
  .guide-icon { display: none; }
  .social-card { grid-template-columns: auto 1fr auto; padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
