/*
Theme Name: Europa Albania Travel
Theme URI: https://example.com/europa-albania-travel
Author: Codex
Author URI: https://example.com
Description: A travel-focused WordPress theme inspired by the structure and mood of Europa Travel Albania.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: europa-albania-travel
*/

:root {
  --eat-ink: #173b43;
  --eat-ink-soft: #42646a;
  --eat-sand: #f7f1e7;
  --eat-paper: #fffdf8;
  --eat-sea: #1f8a9e;
  --eat-sea-deep: #136d7f;
  --eat-sun: #e9a947;
  --eat-sun-soft: #f3d3a4;
  --eat-line: rgba(23, 59, 67, 0.12);
  --eat-shadow: 0 18px 50px rgba(23, 59, 67, 0.12);
  --eat-radius-lg: 28px;
  --eat-radius-md: 18px;
  --eat-radius-sm: 12px;
  --eat-max: 1200px;
  --eat-font-heading: "Georgia", "Times New Roman", serif;
  --eat-font-body: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--eat-ink);
  background:
    radial-gradient(circle at top left, rgba(233, 169, 71, 0.18), transparent 28%),
    linear-gradient(180deg, #fff8ed 0%, #fffdf8 32%, #f5fbfc 100%);
  font-family: var(--eat-font-body);
  font-size: 16px;
  line-height: 1.65;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  top: -999px;
  left: 16px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--eat-ink);
}

.skip-link:focus {
  top: 16px;
}

.site-shell {
  overflow: hidden;
}

.wrap {
  width: min(calc(100% - 32px), var(--eat-max));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section-title {
  margin: 0 0 14px;
  font-family: var(--eat-font-heading);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--eat-sea-deep);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.section-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.section-copy {
  max-width: 660px;
  margin: 0 0 28px;
  color: var(--eat-ink-soft);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(255, 253, 248, 0.78);
  border-bottom: 1px solid rgba(23, 59, 67, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 82px;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-logo {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--eat-sea) 0%, var(--eat-sun) 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(31, 138, 158, 0.22);
}

.site-title {
  margin: 0;
  font-family: var(--eat-font-heading);
  font-size: 1.28rem;
  line-height: 1;
}

.site-description {
  margin: 3px 0 0;
  color: var(--eat-ink-soft);
  font-size: 0.92rem;
}

.primary-navigation ul,
.footer-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation a,
.footer-navigation a {
  color: var(--eat-ink-soft);
  font-weight: 600;
}

.primary-navigation a:hover,
.footer-navigation a:hover,
.primary-navigation .current-menu-item > a,
.footer-navigation .current-menu-item > a {
  color: var(--eat-ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.button,
.wp-block-button__link,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--eat-sea) 0%, var(--eat-sea-deep) 100%);
  box-shadow: 0 12px 28px rgba(19, 109, 127, 0.2);
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(19, 109, 127, 0.24);
}

.button--ghost {
  color: var(--eat-ink);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 1px rgba(23, 59, 67, 0.1);
}

.button--sun {
  color: var(--eat-ink);
  background: linear-gradient(135deg, #f0bd69 0%, #ffdeac 100%);
  box-shadow: 0 12px 28px rgba(233, 169, 71, 0.24);
}

.hero {
  position: relative;
  padding: 72px 0 56px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
  opacity: 0.4;
  pointer-events: none;
}

.hero::before {
  top: 34px;
  right: -110px;
  width: 320px;
  height: 320px;
  background: rgba(31, 138, 158, 0.18);
}

.hero::after {
  bottom: 20px;
  left: -120px;
  width: 280px;
  height: 280px;
  background: rgba(233, 169, 71, 0.2);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 32px;
  align-items: stretch;
}

.hero-copy {
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--eat-radius-lg);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    linear-gradient(120deg, rgba(31, 138, 158, 0.14), rgba(233, 169, 71, 0.14));
  box-shadow: var(--eat-shadow);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(31, 138, 158, 0.1);
  color: var(--eat-sea-deep);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-title {
  margin: 22px 0 18px;
  font-family: var(--eat-font-heading);
  font-size: clamp(2.8rem, 8vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.hero-text {
  max-width: 650px;
  margin: 0;
  color: var(--eat-ink-soft);
  font-size: 1.05rem;
}

.hero-actions,
.post-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.metric {
  padding: 18px;
  border-radius: var(--eat-radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 59, 67, 0.08);
}

.metric strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--eat-ink-soft);
  font-size: 0.95rem;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 30px;
  border-radius: var(--eat-radius-lg);
  background:
    linear-gradient(180deg, rgba(23, 59, 67, 0.06), rgba(23, 59, 67, 0.2)),
    linear-gradient(135deg, #28798b 0%, #1c4453 62%, #e8a544 100%);
  color: #fff;
  box-shadow: var(--eat-shadow);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel__eyebrow {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-panel__title {
  margin: 18px 0 14px;
  font-family: var(--eat-font-heading);
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 1.02;
}

.hero-panel__list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-panel__list li {
  padding: 14px 16px;
  border-radius: var(--eat-radius-sm);
  background: rgba(255, 255, 255, 0.12);
}

.hero-panel__list strong {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-panel__list span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.8);
}

.grid-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 28px;
  align-items: start;
}

.callout,
.contact-card,
.rent-card,
.post-card,
.interest-card,
.guide-card,
.archive-card,
.content-card,
.tour-summary {
  border-radius: var(--eat-radius-md);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 59, 67, 0.08);
  box-shadow: var(--eat-shadow);
}

.callout {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(31, 138, 158, 0.1), rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.82);
}

.callout ul,
.contact-card ul {
  padding-left: 18px;
  margin: 16px 0 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.post-card,
.guide-card,
.archive-card {
  overflow: hidden;
}

.post-card__media,
.archive-card__media {
  position: relative;
  aspect-ratio: 1.08 / 0.82;
  background:
    linear-gradient(180deg, rgba(23, 59, 67, 0.08), rgba(23, 59, 67, 0.18)),
    linear-gradient(135deg, rgba(31, 138, 158, 0.3), rgba(233, 169, 71, 0.24));
}

.post-card__media img,
.archive-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card__content,
.guide-card__content,
.archive-card__content {
  padding: 22px;
}

.post-card__eyebrow,
.archive-card__eyebrow,
.guide-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--eat-sea-deep);
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.post-card__title,
.guide-card__title,
.archive-card__title {
  margin: 14px 0 10px;
  font-family: var(--eat-font-heading);
  font-size: 1.55rem;
  line-height: 1.08;
}

.post-card__text,
.guide-card__text,
.archive-card__text {
  margin: 0;
  color: var(--eat-ink-soft);
}

.post-card__link,
.guide-card__link,
.archive-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--eat-sea-deep);
  font-weight: 700;
}

.interest-grid,
.guides-grid,
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.interest-card {
  padding: 24px;
}

.interest-card__count {
  color: var(--eat-ink-soft);
  font-size: 0.92rem;
}

.interest-card h3 {
  margin: 10px 0 8px;
  font-family: var(--eat-font-heading);
  font-size: 1.6rem;
}

.interest-card p {
  margin: 0;
  color: var(--eat-ink-soft);
}

.interest-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--eat-sea-deep);
  font-weight: 700;
}

.guide-card {
  padding: 26px;
}

.rent-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(130deg, rgba(23, 59, 67, 0.9), rgba(31, 138, 158, 0.86)),
    linear-gradient(135deg, rgba(233, 169, 71, 0.12), rgba(255, 255, 255, 0));
  color: #fff;
}

.rent-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.rent-card p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-card {
  padding: 28px;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-list a,
.contact-list span {
  color: var(--eat-ink-soft);
}

.site-footer {
  padding: 30px 0 42px;
  border-top: 1px solid rgba(23, 59, 67, 0.08);
  background: rgba(255, 255, 255, 0.6);
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.site-footer p {
  margin: 0;
  color: var(--eat-ink-soft);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 28px;
  padding: 48px 0 88px;
}

.content-card {
  padding: clamp(24px, 4vw, 42px);
}

.entry-title,
.page-title {
  margin: 0 0 16px;
  font-family: var(--eat-font-heading);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.96;
}

.entry-meta {
  color: var(--eat-ink-soft);
  font-size: 0.94rem;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content a {
  color: var(--eat-sea-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 20px;
}

.entry-content blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--eat-sun);
  background: rgba(233, 169, 71, 0.08);
  border-radius: 0 var(--eat-radius-sm) var(--eat-radius-sm) 0;
}

.tour-summary {
  padding: 24px;
  position: sticky;
  top: 104px;
}

.tour-summary h3 {
  margin: 0 0 14px;
  font-family: var(--eat-font-heading);
  font-size: 1.5rem;
}

.tour-summary ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tour-summary li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--eat-line);
}

.tour-summary li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tour-summary strong {
  display: block;
  color: var(--eat-ink);
}

.tour-summary span,
.tour-summary a {
  color: var(--eat-ink-soft);
}

.archive-hero {
  padding: 64px 0 20px;
}

.archive-grid {
  padding-bottom: 88px;
}

.pagination,
.posts-navigation {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.page-numbers,
.nav-links a,
.nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 59, 67, 0.08);
}

.current {
  background: var(--eat-ink);
  color: #fff;
}

.not-found {
  padding: 120px 0;
  text-align: center;
}

.not-found .content-card {
  max-width: 760px;
  margin: 0 auto;
}

.widget {
  margin-bottom: 28px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  margin: 0 0 14px;
  font-family: var(--eat-font-heading);
  font-size: 1.5rem;
}

.widget ul {
  padding-left: 18px;
}

.alignwide,
.alignfull {
  width: 100%;
}

@media (max-width: 980px) {
  .hero-grid,
  .grid-two,
  .content-layout,
  .cards,
  .interest-grid,
  .guides-grid,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .site-header__inner,
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 70px 0;
  }

  .hero {
    padding-top: 44px;
  }

  .primary-navigation ul,
  .footer-navigation ul {
    gap: 12px 16px;
  }

  .hero-copy,
  .hero-panel,
  .callout,
  .contact-card,
  .content-card,
  .tour-summary,
  .rent-card {
    padding: 22px;
  }
}
