:root {
  --navy: #151f53;
  --navy-deep: #0d153e;
  --gold: #c9913a;
  --gold-light: #e1bd7f;
  --ink: #18213f;
  --muted: #68708c;
  --sand: #f7f3eb;
  --white: #fff;
  --line: rgba(21, 31, 83, 0.13);
  --shadow: 0 22px 65px rgba(20, 31, 74, 0.12);
  --radius: 24px;
  --shell: 1240px;
  --font: "Outfit", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-weight: 400; letter-spacing: -0.025em; line-height: 1.08; }
h1 { font-size: clamp(3rem, 6.3vw, 5.9rem); }
h2 { font-size: clamp(2.4rem, 4.7vw, 4.5rem); }
h3 { font-size: 1.35rem; }

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus { position: fixed; z-index: 9999; top: 1rem; left: 1rem; padding: .8rem 1rem; background: #fff; color: #000; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.tourism-section { position: relative; padding: clamp(80px, 10vw, 145px) 0; overflow: hidden; }
.theme-tinted { background: var(--sand); }
.theme-dark { color: var(--white); background: var(--navy-deep); }
.theme-brand { color: var(--white); background: var(--navy); }
.theme-dark h2, .theme-dark h3, .theme-brand h2, .theme-brand h3 { color: var(--white); }
.eyebrow { margin-bottom: 22px; color: var(--gold); font-size: .8rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--dot { display: inline-flex; align-items: center; gap: 12px; }
.eyebrow--dot::before { width: 8px; height: 8px; content: ""; border: 2px solid #f1dfba; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(201,145,58,.08); }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { margin-inline: auto; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: .79rem;
  font-weight: 500;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--gold { color: #fff; background: var(--gold); }
.button--gold:hover { background: #b77f29; }
.button--outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.button--outline:hover { color: #fff; background: var(--navy); }

.site-header { position: absolute; z-index: 50; top: 0; right: 0; left: 0; color: #fff; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(12, 21, 57, .96); box-shadow: 0 8px 35px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.site-header__inner { display: grid; min-height: 104px; grid-template-columns: 310px 1fr auto; align-items: center; gap: 34px; }
.site-logo img { width: 292px; height: auto; }
.site-menu { display: flex; align-items: center; justify-content: flex-end; gap: clamp(22px, 3vw, 43px); margin: 0; padding: 0; list-style: none; }
.site-menu a { display: block; padding: 12px 0; font-size: .81rem; font-weight: 500; letter-spacing: .045em; text-transform: uppercase; }
.site-menu a:hover { color: var(--gold-light); }
.header-cta { margin-left: 6px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; }

.tourism-hero { display: grid; min-height: 760px; height: 100svh; max-height: 1050px; place-items: center; padding: 130px 0 70px; color: #fff; text-align: center; }
.tourism-hero__media, .tourism-hero__shade { position: absolute; inset: 0; }
.tourism-hero__media img, .tourism-hero__media video { width: 100%; height: 100%; object-fit: cover; }
.tourism-hero__shade { background: linear-gradient(180deg, rgba(5,12,32,.52), rgba(6,13,34,.28) 45%, rgba(6,13,34,.52)); }
.tourism-hero__content { position: relative; z-index: 1; max-width: 850px; }
.tourism-hero .eyebrow { margin-bottom: 20px; color: var(--gold-light); }
.tourism-hero h1 { max-width: 840px; margin: 0 auto 28px; color: #fff; font-size: clamp(3.15rem, 6.1vw, 5.4rem); }
.tourism-hero__lead { max-width: 720px; margin: 0 auto 38px; font-size: clamp(1rem, 1.5vw, 1.2rem); text-shadow: 0 2px 14px rgba(0,0,0,.35); }
.tourism-hero--inner { min-height: 590px; height: 72svh; max-height: 760px; }
.tourism-hero--inner h1 { max-width: 980px; font-size: clamp(3rem, 5.6vw, 5rem); }
.scroll-cue { position: absolute; z-index: 2; bottom: 25px; left: 50%; width: 29px; height: 47px; border: 1px solid rgba(255,255,255,.65); border-radius: 18px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: #fff; animation: scrollCue 2s infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%, 0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 18px); } }

.tourism-intro__grid { display: grid; grid-template-columns: .92fr 1fr; align-items: center; gap: clamp(60px, 8vw, 120px); }
.tourism-intro__grid.is-reversed .tourism-intro__copy { order: 2; }
.tourism-intro__copy h2 { max-width: 650px; margin-bottom: 28px; }
.rich-copy { max-width: 650px; color: #414a69; }
.rich-copy p:last-child { margin-bottom: 0; }
.intro-highlights { display: grid; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.intro-highlights li { display: flex; align-items: center; gap: 18px; font-size: 1.12rem; }
.intro-highlights span { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--gold); font-size: .88rem; }
.tourism-intro__visual { position: relative; min-height: 610px; }
.tourism-intro__visual > img:first-child { width: 100%; height: 610px; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.tourism-intro__inset { position: absolute; right: -28px; bottom: -50px; width: 54%; height: 235px; border: 8px solid #fff; border-radius: 20px; object-fit: cover; box-shadow: var(--shadow); }

.tourism-offering-grid { background: linear-gradient(180deg, #faf8f3, #fff); }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 26px; }
.tour-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 40px rgba(21,31,83,.06); transition: transform .25s ease, box-shadow .25s ease; }
.tour-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.tour-card__media { display: block; overflow: hidden; aspect-ratio: 1 / 1.02; background: #e8e9ed; }
.tour-card__media img, .tour-card__placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tour-card:hover .tour-card__media img { transform: scale(1.035); }
.tour-card__body { padding: 25px 26px 27px; }
.tour-card h3 { min-height: 2.2em; margin-bottom: 12px; font-size: 1.2rem; }
.tour-card h3 a:hover { color: var(--gold); }
.tour-card__body > p:not(.tour-card__price) { color: var(--muted); font-size: .93rem; }
.tour-card__price { margin: 19px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--navy); font-size: 1.02rem; font-weight: 600; }
.tour-card__price span { margin-right: 5px; color: var(--muted); font-size: .75rem; font-weight: 400; text-transform: uppercase; }
.section-action { margin: 50px 0 0; text-align: center; }

.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-card { position: relative; min-height: 300px; padding: 50px 34px 40px; border-right: 1px solid var(--line); }
.benefit-card:last-child { border-right: 0; }
.benefit-card__number { color: rgba(201,145,58,.45); font-size: .82rem; letter-spacing: .12em; }
.benefit-card h3 { margin: 58px 0 16px; color: var(--gold); font-size: 1.45rem; }
.benefit-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.tourism-process { background: var(--navy); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; counter-reset: process; list-style: none; background: rgba(255,255,255,.14); }
.process-grid li { padding: 38px; background: var(--navy); counter-increment: process; }
.process-grid li::before { display: block; margin-bottom: 70px; color: var(--gold-light); content: "0" counter(process); font-size: .8rem; }
.process-grid p { color: rgba(255,255,255,.7); }

.tourism-testimonials { background: var(--navy-deep); }
.testimonials-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: center; }
.tripadvisor-rating { color: #fff !important; font-size: 1.05rem; }
.tripadvisor-rating strong { display: block; margin-bottom: 7px; }
.tripadvisor-rating span { color: #2fb584; letter-spacing: .12em; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.testimonial-card { margin: 0; padding: 35px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.06); }
.testimonial-card blockquote { margin: 0 0 28px; color: rgba(255,255,255,.87); font-size: 1.05rem; }
.testimonial-card figcaption { display: flex; flex-direction: column; color: #fff; }
.testimonial-card figcaption span { color: rgba(255,255,255,.55); font-size: .82rem; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; color: var(--navy); cursor: pointer; font-size: 1.08rem; font-weight: 500; }
.faq-list details p { max-width: 680px; padding: 0 0 24px; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.contact-copy { position: relative; padding-top: 20px; }
.contact-copy h2 { margin-bottom: 28px; }
.contact-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); }
.contact-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 34px; margin-top: 48px; font-style: normal; }
.contact-details div { padding-top: 18px; border-top: 1px solid var(--line); }
.contact-details span { color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-details p { margin: 8px 0 0; color: var(--navy); }
.contact-panel { padding: clamp(30px, 5vw, 58px); border-radius: var(--radius); background: var(--sand); box-shadow: var(--shadow); }
.contact-panel .wpcf7-form { display: grid; gap: 20px; }
.contact-panel .wpcf7-form p { margin: 0; }
.contact-panel .form-row > p { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-panel label br { display: none; }
.contact-panel label { display: grid; gap: 8px; color: var(--navy); font-size: .82rem; font-weight: 500; letter-spacing: .025em; }
.contact-panel .wpcf7-form-control-wrap { display: block; }
.contact-panel input:not([type="submit"]),
.contact-panel select,
.contact-panel textarea { width: 100%; min-height: 54px; padding: 14px 16px; border: 1px solid rgba(21,31,83,.17); border-radius: 9px; outline: none; color: var(--ink); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-panel textarea { min-height: 150px; resize: vertical; }
.contact-panel input:focus,
.contact-panel select:focus,
.contact-panel textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,145,58,.13); }
.contact-panel input[type="submit"] { min-height: 54px; padding: 15px 30px; border: 0; border-radius: 9px; color: #fff; background: var(--gold); cursor: pointer; font-size: .79rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.contact-panel .wpcf7-spinner { margin: 0 0 0 12px; }
.contact-panel .wpcf7-not-valid-tip { margin-top: 5px; color: #a12626; font-size: .8rem; }
.contact-panel .wpcf7-response-output { margin: 5px 0 0 !important; padding: 12px 14px !important; border-width: 1px !important; border-radius: 8px; font-size: .88rem; }
.contact-form-notice { margin: 0; color: var(--muted); }

.tourism-cta { display: grid; min-height: 590px; place-items: center; padding: 100px 0; text-align: center; }
.tourism-cta__media, .tourism-cta__shade { position: absolute; inset: 0; }
.theme-dark .tourism-cta__media { background: url("../images/santorini-hero.webp") center / cover no-repeat; }
.theme-dark .tourism-cta__shade { background: rgba(9,17,48,.7); }
.theme-brand.tourism-cta { min-height: 460px; }
.theme-brand .tourism-cta__shade { background: radial-gradient(circle at 20% 20%, rgba(201,145,58,.23), transparent 42%); }
.tourism-cta__content { position: relative; z-index: 1; max-width: 790px; }
.tourism-cta__content h2 { margin-bottom: 26px; }
.tourism-cta__content > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 34px; color: rgba(255,255,255,.8); }

.page-hero { padding: 210px 0 100px; color: #fff; background: linear-gradient(rgba(9,17,48,.72), rgba(9,17,48,.72)), url("../images/intro-church.webp") center / cover; }
.page-hero h1 { margin: 0; color: #fff; font-size: clamp(3rem, 6vw, 5.2rem); }
.content-page { max-width: 880px; padding-top: 90px; padding-bottom: 110px; }
.content-page a { color: var(--gold); text-decoration: underline; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.catalog-hero, .offering-detail__hero { position: relative; display: grid; min-height: 680px; place-items: end start; overflow: hidden; color: #fff; }
.catalog-hero__media, .catalog-hero__shade, .offering-detail__media, .offering-detail__shade { position: absolute; inset: 0; }
.catalog-hero__media img, .offering-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.catalog-hero__shade, .offering-detail__shade { background: linear-gradient(180deg, rgba(7,14,38,.38), rgba(7,14,38,.76)); }
.catalog-hero__content, .offering-detail__heading { position: relative; z-index: 1; max-width: 900px; padding-bottom: 90px; }
.catalog-hero h1, .offering-detail__hero h1 { margin-bottom: 24px; color: #fff; }
.catalog-hero__content > p:last-child, .offering-detail__heading > p:last-child { max-width: 740px; font-size: 1.1rem; }
.catalog-intro { padding-block: 90px; }
.catalog-intro__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.catalog-intro__grid h2 { margin-bottom: 0; }
.catalog-intro__grid > p { margin-bottom: 10px; color: var(--muted); }
.catalog-listing { padding-top: 105px; }
.catalog-cta { padding: 90px 0; color: #fff; background: var(--navy); }
.catalog-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.catalog-cta h2 { max-width: 780px; margin: 0; color: #fff; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.offering-detail__hero { min-height: 750px; }
.offering-detail__heading h1 { max-width: 980px; font-size: clamp(3rem, 5.6vw, 5.2rem); }
.offering-detail__main { display: grid; grid-template-columns: 1fr 370px; gap: clamp(65px, 9vw, 125px); padding-top: 115px; padding-bottom: 125px; }
.offering-detail__content h2 { margin-bottom: 32px; }
.offering-detail__content .rich-copy { max-width: 760px; font-size: 1.04rem; }
.offering-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 55px 0 0; background: var(--line); }
.offering-facts div { padding: 24px; background: #fff; }
.offering-facts dt { margin-bottom: 5px; color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.offering-facts dd { margin: 0; color: var(--navy); font-size: 1.02rem; }
.booking-card { position: sticky; top: 130px; align-self: start; padding: 38px; border-radius: 18px; background: var(--sand); box-shadow: var(--shadow); }
.booking-card__label { margin: 0; color: var(--muted); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.booking-card__price { margin: 5px 0 25px; color: var(--navy); font-size: 1.65rem; font-weight: 500; }
.booking-card ul { display: grid; gap: 9px; margin: 0 0 30px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; color: var(--muted); font-size: .9rem; }
.booking-card li::before { margin-right: 9px; color: var(--gold); content: "✓"; }
.booking-card .button { width: 100%; }
.booking-card__contact { display: block; margin-top: 17px; color: var(--navy); text-align: center; text-decoration: underline; text-underline-offset: 4px; }
.related-tours .section-heading { max-width: 800px; }

.site-footer { padding: 92px 0 0; color: rgba(255,255,255,.75); background: #0a1234; }
.site-footer__grid { display: grid; grid-template-columns: 1.15fr .7fr .75fr; gap: 90px; padding-bottom: 70px; }
.site-footer h2 { margin-bottom: 25px; color: #fff; font-size: 1.6rem; }
.site-footer__brand img { width: 300px; margin-bottom: 30px; }
.site-footer__brand p { max-width: 430px; }
.footer-menu, .site-footer .site-menu { display: grid; gap: 10px; justify-content: initial; margin: 0; padding: 0; list-style: none; }
.footer-menu a, .site-footer .site-menu a { padding: 2px 0; font-size: .95rem; text-transform: none; }
.site-footer a:hover { color: var(--gold-light); }
.site-footer__contact p { margin-bottom: 9px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; padding-bottom: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.site-footer__bottom p { margin: 0; }

@media (max-width: 1050px) {
  .site-header__inner { grid-template-columns: 250px 1fr auto; }
  .site-logo img { width: 240px; }
  .site-menu { gap: 20px; }
  .header-cta { display: none; }
  .tour-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card:nth-child(2) { border-right: 0; }
  .benefit-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .testimonials-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .contact-copy { padding-top: 0; }
  .offering-detail__main { grid-template-columns: 1fr 330px; gap: 55px; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-header__inner { min-height: 82px; grid-template-columns: 1fr auto; }
  .site-logo img { width: 225px; }
  .menu-toggle { display: block; }
  .primary-navigation { position: fixed; z-index: -1; inset: 0; display: grid; visibility: hidden; place-items: center; opacity: 0; background: rgba(9,17,48,.985); transition: opacity .2s ease, visibility .2s ease; }
  .primary-navigation.is-open { z-index: 40; visibility: visible; opacity: 1; }
  .primary-navigation .site-menu { flex-direction: column; gap: 12px; text-align: center; }
  .primary-navigation .site-menu a { padding: 10px; font-size: 1.3rem; }
  .menu-toggle { position: relative; z-index: 50; }
  .tourism-hero { min-height: 680px; }
  .tourism-hero h1 { font-size: clamp(2.8rem, 12vw, 4.2rem); }
  .tourism-intro__grid { grid-template-columns: 1fr; gap: 58px; }
  .tourism-intro__visual, .tourism-intro__visual > img:first-child { min-height: 470px; height: 470px; }
  .tourism-intro__inset { right: 10px; bottom: -30px; height: 170px; }
  .tour-grid, .testimonial-grid, .archive-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li::before { margin-bottom: 30px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 45px; }
  .site-footer__bottom { flex-direction: column; }
  .catalog-intro__grid, .offering-detail__main { grid-template-columns: 1fr; gap: 45px; }
  .catalog-cta__inner { align-items: flex-start; flex-direction: column; }
  .booking-card { position: static; }
  .contact-panel .form-row > p { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .tourism-section { padding: 75px 0; }
  .tourism-hero { padding-top: 105px; }
  .tourism-hero__content { width: min(calc(100% - 32px), 850px); }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-card:last-child { border-bottom: 0; }
  .benefit-card h3 { margin-top: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .tourism-hero video { display: none; }
  .tourism-hero__media { background: url("../images/intro-church.webp") center / cover no-repeat; }
}
