:root {
  --tc-andes: #173331;
  --tc-andes-deep: #0d2221;
  --tc-navy: #062447;
  --tc-terracotta: #bd5632;
  --tc-terracotta-dark: #914128;
  --tc-gold: #e1aa3f;
  --tc-ivory: #fbf7ef;
  --tc-sand: #eee4d4;
  --tc-ink: #25312f;
  --tc-muted: #65706d;
  --tc-card: #fff;
  --tc-radius: 22px;
  --tc-shadow: 0 18px 55px rgba(25, 47, 44, .13);
}

html, body { max-width: 100%; overflow-x: clip; }
body { color: var(--tc-ink); background: var(--tc-ivory); }
.site-main, main, section, article, img { max-width: 100%; }
img { height: auto; }
.grecaptcha-badge { visibility: hidden !important; }
.tc-shell { width: min(100% - 2rem, 1180px); margin-inline: auto; }
.tc-kicker { margin: 0; color: var(--tc-terracotta); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.tc-kicker--gold { color: #f2c56e; }

/* Header and brand */
header.sticky { box-shadow: 0 8px 28px rgba(24, 37, 35, .08); background: rgba(251,247,239,.96) !important; }
body header.sticky > .container.h-16 { width: min(100% - 2rem, 1360px) !important; height: 5rem !important; min-height: 5rem !important; margin-inline: auto !important; gap: 1.1rem; }
.tc-header-brand { display: flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.tc-header-logo { display: block; width: clamp(220px, 19vw, 250px); max-height: 58px; object-fit: contain; image-rendering: auto; }
header [aria-label="Primary"] { position: static !important; flex: 1 1 auto; min-width: 0; justify-content: center; gap: 1.05rem !important; }
header .wpconvert-flat-nav-items > a { color: var(--tc-andes); font-size: .88rem; font-weight: 700; line-height: 1.2; white-space: nowrap; text-decoration: none; transition: color .2s ease; }
header .wpconvert-flat-nav-items > a:hover,
header .wpconvert-flat-nav-items > a[aria-current="page"] { color: var(--tc-terracotta); }
header > .container > .hidden.lg\:block { flex: 0 0 auto; }
header > .container > .hidden.lg\:block a { white-space: nowrap; box-shadow: 0 8px 24px rgba(189,86,50,.18); }
@media (min-width:1024px) and (max-width:1240px) {
  body header.sticky > .container.h-16 { height: 4.75rem !important; min-height: 4.75rem !important; }
  .tc-header-logo { width: 210px; max-height: 50px; }
  header [aria-label="Primary"] { gap: .68rem !important; }
  header .wpconvert-flat-nav-items > a { font-size: .76rem; }
  header > .container > .hidden.lg\:block a { padding-inline: .8rem; font-size: .76rem; }
}
@media (max-width:1023px) {
  body header.sticky > .container.h-16 { height: 4.5rem !important; min-height: 4.5rem !important; }
  .tc-header-logo { width: 185px; max-height: 44px; }
}

/* Homepage sizing: retain the cinematic hero, tame the lower feature cards. */
@media (min-width: 768px) {
  body.home main .container {
    width: min(100% - 3rem, 1120px) !important;
    max-width: 1120px !important;
    margin-inline: auto !important;
  }
}
body.home #food-and-blas { width: min(100% - 2rem, 1040px) !important; max-width: 1040px !important; gap: 1.35rem; padding-block: clamp(3.5rem, 7vw, 5rem); }
body.home #food-and-blas > a { aspect-ratio: 16 / 10 !important; min-height: 310px; max-height: 430px; }
body.home #food-and-blas > a > div:last-child { padding: clamp(1.4rem, 3vw, 2.2rem); }
body.home #food-and-blas h3 { font-size: clamp(1.7rem, 2.8vw, 2.35rem); line-height: 1.08; }
body.home #food-and-blas p:last-child { max-width: 34rem; }
body.home #food-and-blas .eyebrow.text-accent {
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: .34rem .62rem;
  background: rgba(8,29,27,.68);
  color: #ffd986 !important;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0,0,0,.8);
}
body.home #latest-guides article { min-height: 100%; }
body.home #latest-guides .p-6 { padding: 1.25rem; }

/* Shared article layout */
.tc-article { background: var(--tc-ivory); }
.tc-article-hero { position: relative; height: clamp(410px, 52vh, 590px); min-height: 0; display: grid; grid-template-rows: minmax(0,1fr); overflow: hidden; color: #fff; }
.tc-article-hero__image, .tc-article-hero__overlay, .tc-article-hero__content { grid-area: 1 / 1; }
.tc-article-hero__image, .tc-article-hero__overlay, .tc-article-hero__content { min-width: 0; min-height: 0; }
.tc-article-hero__image { width: 100%; height: 100%; object-fit: cover; }
.tc-article-hero__overlay { background: linear-gradient(180deg,rgba(8,27,25,.15) 8%,rgba(8,27,25,.38) 54%,rgba(8,27,25,.94) 100%), linear-gradient(90deg,rgba(8,27,25,.28),transparent 70%); }
.tc-article-hero__content { position: relative; align-self: end; padding-block: 3.3rem; }
.tc-article-hero h1 { max-width: 940px; margin: .65rem 0 1.15rem; color: #fff; font-family: Georgia,'Times New Roman',serif; font-size: clamp(2.55rem, 5.25vw, 5.2rem); font-weight: 600; line-height: 1; letter-spacing: -.035em; text-wrap: balance; }
.tc-article-meta { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; color: rgba(255,255,255,.84); font-size: .9rem; }
.tc-article-meta span { display: inline-flex; align-items: center; gap: .45rem; }
.tc-article-meta span:not(:first-child)::before { content: '\2022'; color: #f1c578; margin-right: .35rem; }
.tc-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(2.5rem, 5.5vw, 4.7rem); align-items: start; padding-block: clamp(3.4rem, 7vw, 6rem); }
.tc-article-main { min-width: 0; }
.tc-article-dek { margin: 0 0 2.6rem; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: clamp(1.3rem, 2.1vw, 1.82rem); line-height: 1.48; }
.tc-prose { font-size: 1.055rem; line-height: 1.83; color: #35413f; }
.tc-prose > *:first-child { margin-top: 0; }
.tc-prose p, .tc-prose ul, .tc-prose ol { margin: 0 0 1.4rem; }
.tc-prose h2, .tc-prose h3, .tc-prose h4 { color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; line-height: 1.18; scroll-margin-top: 6rem; }
.tc-prose h2 { margin: 3.1rem 0 1.05rem; font-size: clamp(1.82rem, 3.1vw, 2.62rem); letter-spacing: -.025em; }
.tc-prose h3 { margin: 2.35rem 0 .78rem; font-size: clamp(1.34rem, 2.25vw, 1.78rem); }
.tc-prose a { color: var(--tc-terracotta-dark); text-decoration: underline; text-underline-offset: 3px; }
.tc-prose ul, .tc-prose ol { padding-left: 0; list-style: none; }
.tc-prose li { position: relative; margin: .62rem 0; padding-left: 1.8rem; }
.tc-prose ul > li::before { content: ''; position: absolute; left: .18rem; top: .73em; width: .48rem; height: .48rem; border-radius: 50%; background: var(--tc-terracotta); box-shadow: 0 0 0 4px rgba(189,86,50,.12); }
.tc-prose ol { counter-reset: tc-list; }
.tc-prose ol > li { counter-increment: tc-list; padding-left: 2.2rem; }
.tc-prose ol > li::before { content: counter(tc-list); position: absolute; left: 0; top: .08em; display: grid; place-items: center; width: 1.45rem; height: 1.45rem; border-radius: 50%; background: var(--tc-andes); color: #fff; font-size: .72rem; font-weight: 800; }
.tc-prose li > ul, .tc-prose li > ol { margin-top: .55rem; }
.tc-prose blockquote { margin: 2.35rem 0; padding: 1.55rem 1.8rem; border-left: 4px solid var(--tc-terracotta); border-radius: 0 16px 16px 0; background: #f1e8da; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: 1.22rem; line-height: 1.55; }
.tc-prose img { border-radius: 18px; box-shadow: var(--tc-shadow); }

/* The affiliate rail deliberately follows normal document flow. */
.tc-sidebar { position: static !important; display: grid; gap: 1.1rem; align-self: start; }
.tc-sidebar__intro, .tc-sidebar__card { padding: 1.5rem; border: 1px solid rgba(23,51,49,.1); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 10px 34px rgba(30,44,42,.07); }
.tc-sidebar__intro { color: #fff; border: 0; background: linear-gradient(145deg,var(--tc-andes),var(--tc-andes-deep)); box-shadow: var(--tc-shadow); }
.tc-sidebar__intro h2, .tc-sidebar__card h2 { margin: .5rem 0 .65rem; font-family: Georgia,'Times New Roman',serif; font-size: 1.42rem; line-height: 1.16; }
.tc-sidebar__intro h2 { color: #fff; }
.tc-sidebar__intro p, .tc-sidebar__intro small { color: rgba(255,255,255,.73); }
.tc-sidebar__intro p, .tc-sidebar__card p { margin: 0 0 .8rem; font-size: .9rem; line-height: 1.58; }
.tc-sidebar__intro small { display: block; font-size: .69rem; line-height: 1.45; }
.tc-sidebar__viator .travelspark-sidebar-widget { display: grid !important; gap: .9rem; width: 100% !important; margin: 0 !important; padding: 0 !important; background: transparent !important; }
.tc-sidebar__viator .travelspark-widget__title { margin: .2rem 0 .15rem; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: 1.45rem; }
.tc-sidebar__viator .travelspark-card { overflow: hidden; display: block !important; width: 100% !important; margin: 0 !important; border: 1px solid rgba(23,51,49,.1) !important; border-radius: 17px !important; background: #fff !important; box-shadow: 0 10px 30px rgba(30,44,42,.08) !important; }
.tc-sidebar__viator .travelspark-card__media { width: 100% !important; }
.tc-sidebar__viator .travelspark-card__image-link { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.tc-sidebar__viator .travelspark-card__image { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.tc-sidebar__viator .travelspark-card__content { display: block !important; padding: 1rem !important; }
.tc-sidebar__viator .travelspark-card__rating { margin-bottom: .42rem; color: #9d6a12; font-size: .73rem; font-weight: 750; }
.tc-sidebar__viator .travelspark-card__title { margin: 0 0 .45rem !important; font-family: Georgia,'Times New Roman',serif !important; font-size: 1.05rem !important; line-height: 1.25 !important; }
.tc-sidebar__viator .travelspark-card__title a { color: var(--tc-andes) !important; text-decoration: none !important; }
.tc-sidebar__viator .travelspark-card__description { display: -webkit-box !important; overflow: hidden; margin: .45rem 0 .8rem !important; color: var(--tc-muted) !important; font-size: .78rem !important; line-height: 1.48 !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.tc-sidebar__viator .travelspark-card__footer { display: flex !important; align-items: center; justify-content: space-between; gap: .6rem; margin-top: .6rem; }
.tc-sidebar__viator .travelspark-card__button { border-radius: 999px !important; padding: .58rem .8rem !important; background: var(--tc-terracotta) !important; color: #fff !important; font-size: .72rem !important; text-decoration: none !important; }
.tc-sidebar__viator .travelspark-card__price { color: var(--tc-andes); }
.tc-sidebar__viator .tsva-powered { margin: -.25rem 0 0; color: #7b8581; font-size: .62rem; text-align: right; }
.tc-sidebar__toc nav { display: grid; gap: .52rem; }
.tc-sidebar__toc a { color: #52605d; font-size: .82rem; line-height: 1.35; text-decoration: none; }
.tc-sidebar__toc a:hover { color: var(--tc-terracotta); }
.tc-sidebar__toc a[data-level="3"] { padding-left: .8rem; font-size: .77rem; }
.tc-toc-placeholder { margin: 0 !important; color: var(--tc-muted); font-style: italic; }
.tc-sidebar__tip > span { color: var(--tc-terracotta); font-size: .74rem; font-weight: 850; letter-spacing: .12em; }
.tc-sidebar__tip a { color: var(--tc-terracotta-dark); font-size: .84rem; font-weight: 750; text-decoration: none; }

.tc-share { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; margin-top: 3.1rem; padding-top: 1.45rem; border-top: 1px solid #ded4c6; }
.tc-share span { margin-right: .3rem; color: var(--tc-andes); font-weight: 750; }
.tc-share a, .tc-share button { border: 1px solid #d7ccbd; border-radius: 999px; padding: .55rem .85rem; background: #fff; color: var(--tc-andes); font: inherit; font-size: .78rem; cursor: pointer; text-decoration: none; }
.tc-share a:hover, .tc-share button:hover { border-color: var(--tc-terracotta); color: var(--tc-terracotta); }
.tc-post-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin-top: 2.25rem; }
.tc-post-nav > div:last-child { text-align: right; }
.tc-post-nav a { display: block; height: 100%; padding: 1.15rem; border-radius: 15px; background: #fff; color: var(--tc-andes); box-shadow: 0 8px 24px rgba(30,44,42,.06); text-decoration: none; }
.tc-post-nav a span { display: block; margin-bottom: .4rem; color: var(--tc-terracotta); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

/* Related guide cards */
.tc-related { padding-block: clamp(4rem, 7vw, 6rem); background: #efe6d8; }
.tc-related h2 { margin: .5rem 0 1.9rem; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: clamp(2.15rem, 4vw, 3.25rem); letter-spacing: -.03em; }
.tc-related__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.3rem; }
.tc-guide-card { overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 10px 38px rgba(30,44,42,.09); transition: transform .25s ease, box-shadow .25s ease; }
.tc-guide-card:hover { transform: translateY(-5px); box-shadow: var(--tc-shadow); }
.tc-guide-card__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.tc-guide-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tc-guide-card:hover .tc-guide-card__image img { transform: scale(1.045); }
.tc-guide-card__body { padding: 1.25rem; }
.tc-guide-card__meta { margin: 0 0 .5rem; color: var(--tc-terracotta); font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.tc-guide-card h3 { margin: 0; font-family: Georgia,'Times New Roman',serif; font-size: 1.25rem; line-height: 1.22; }
.tc-guide-card h3 a { color: var(--tc-andes); text-decoration: none; }
.tc-guide-card__body > p:not(.tc-guide-card__meta) { color: var(--tc-muted); font-size: .86rem; line-height: 1.53; }
.tc-guide-card__more { color: var(--tc-terracotta-dark); font-size: .8rem; font-weight: 750; text-decoration: none; }

/* Topic/category pages */
.tc-topic-page { background: var(--tc-ivory); }
.tc-topic-hero { position: relative; height: clamp(500px, 62vh, 610px); min-height: 0; display: grid; grid-template-rows: minmax(0,1fr); overflow: hidden; color: #fff; }
.tc-topic-hero > img, .tc-topic-hero__veil, .tc-topic-hero__content { grid-area: 1 / 1; }
.tc-topic-hero > img, .tc-topic-hero__veil, .tc-topic-hero__content { min-width: 0; min-height: 0; }
.tc-topic-hero > img { width: 100%; height: 100%; object-fit: cover; }
.tc-topic-hero__veil { background: linear-gradient(180deg,rgba(8,29,27,.18),rgba(8,29,27,.84)), linear-gradient(90deg,rgba(8,29,27,.46),transparent 75%); }
.tc-topic-hero__content { position: relative; align-self: end; padding-block: clamp(2.8rem, 6vw, 4.5rem); }
.tc-topic-hero h1 { max-width: 880px; margin: .7rem 0 .9rem; color: #fff; font-family: Georgia,'Times New Roman',serif; font-size: clamp(2.65rem, 5.4vw, 5rem); line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.tc-topic-hero__content > p:last-child { max-width: 700px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.6vw, 1.15rem); line-height: 1.6; }
.tc-topic-section { padding-block: clamp(3.8rem, 7vw, 6rem); }
.tc-topic-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.tc-topic-heading h2 { margin: .45rem 0 0; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: clamp(2.1rem, 3.5vw, 3.1rem); }
.tc-topic-heading > p { margin: 0 0 .45rem; color: var(--tc-muted); font-size: .82rem; }
.tc-topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.45rem; align-items: stretch; }
.tc-topic-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid rgba(23,51,49,.08); border-radius: 18px; background: #fff; box-shadow: 0 12px 38px rgba(30,44,42,.08); transition: transform .25s ease, box-shadow .25s ease; }
.tc-topic-card:hover { transform: translateY(-5px); box-shadow: var(--tc-shadow); }
.tc-topic-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #d9d1c3; }
.tc-topic-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tc-topic-card:hover .tc-topic-card__image img { transform: scale(1.04); }
.tc-topic-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.1rem 1.15rem 1.2rem; }
.tc-topic-card__meta { margin: 0 0 .55rem; color: var(--tc-terracotta); font-size: .68rem; font-weight: 780; letter-spacing: .06em; text-transform: uppercase; }
.tc-topic-card h2 { margin: 0; font-family: Georgia,'Times New Roman',serif; font-size: clamp(1.2rem, 1.7vw, 1.48rem); line-height: 1.22; }
.tc-topic-card h2 a { color: var(--tc-andes); text-decoration: none; }
.tc-topic-card__body > p:not(.tc-topic-card__meta) { display: -webkit-box; overflow: hidden; margin: .7rem 0 .9rem; color: var(--tc-muted); font-size: .84rem; line-height: 1.5; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.tc-topic-card__more { margin-top: auto; color: var(--tc-terracotta-dark); font-size: .8rem; font-weight: 750; text-decoration: none; }
.tc-topic-empty { padding: 2rem; border-radius: 18px; background: #fff; box-shadow: var(--tc-shadow); text-align: center; }
.tc-topic-empty h2 { margin-top: 0; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; }
.tc-topic-guidance { padding-block: clamp(3.2rem, 6vw, 5rem); border-block: 1px solid rgba(23,51,49,.09); background: #fff; }
.tc-topic-guidance__grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(2rem,6vw,6rem); align-items: start; }
.tc-topic-guidance h2 { max-width: 520px; margin: .55rem 0 0; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: clamp(2rem,3.7vw,3.35rem); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
.tc-topic-guidance__copy { max-width: 720px; }
.tc-topic-guidance__copy p { margin: 0; color: var(--tc-muted); font-size: clamp(.98rem,1.3vw,1.08rem); line-height: 1.75; }
.tc-topic-guidance__copy p + p { margin-top: 1.15rem; }
.tc-pagination { margin-top: 2.5rem; }
.tc-pagination .page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; padding: 0; list-style: none; }
.tc-pagination a, .tc-pagination span { display: grid; min-width: 2.5rem; min-height: 2.5rem; place-items: center; border: 1px solid #d8cec0; border-radius: 999px; padding: .35rem .75rem; background: #fff; color: var(--tc-andes); font-size: .82rem; text-decoration: none; }
.tc-pagination .current { border-color: var(--tc-terracotta); background: var(--tc-terracotta); color: #fff; }

/* Brevo newsletter */
.tc-newsletter-wrap { padding-block: clamp(3.8rem, 7vw, 6.5rem); }
.tc-newsletter { position: relative; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg,#162e2b,#2f4c46); color: #fff; box-shadow: var(--tc-shadow); }
.tc-newsletter__pattern { position: absolute; inset: 0; opacity: .22; background: radial-gradient(circle at 82% -20%,rgba(225,170,63,.85),transparent 34%), linear-gradient(120deg,transparent 58%,rgba(255,255,255,.055) 58% 59%,transparent 59% 66%,rgba(255,255,255,.04) 66% 67%,transparent 67%); }
.tc-newsletter__content { position: relative; width: min(100% - 2.5rem, 730px); margin-inline: auto; padding-block: clamp(2.8rem, 6vw, 4.6rem); text-align: center; }
.tc-newsletter h2 { margin: .65rem 0 .8rem; color: #fff; font-family: Georgia,'Times New Roman',serif; font-size: clamp(2.05rem, 4vw, 3.3rem); line-height: 1.08; }
.tc-newsletter__content > p:not(.tc-kicker):not(.tc-newsletter__privacy) { color: rgba(255,255,255,.76); }
.tc-newsletter__form { margin-top: 1.45rem; }
.tc-newsletter__form .sib_signup_form { width: 100%; }
.tc-newsletter__form form, .tc-newsletter__form .sib_signup_box_inside_1 { width: min(100%, 600px); margin-inline: auto; }
.tc-newsletter__form .sib_signup_box_inside_1 { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .7rem; align-items: center; }
.tc-newsletter__form p { margin: 0 !important; }
.tc-newsletter__form p.sib-email-area { font-size: 0; text-align: left; }
.tc-newsletter__form input[type="email"] { width: 100% !important; min-height: 50px; margin: 0 !important; border: 1px solid rgba(255,255,255,.26) !important; border-radius: 999px !important; padding: .82rem 1.1rem !important; background: rgba(255,255,255,.98) !important; color: var(--tc-andes) !important; font: inherit !important; font-size: .92rem !important; box-shadow: none !important; }
.tc-newsletter__form input[type="submit"], .tc-newsletter__form button { min-height: 50px; margin: 0 !important; border: 0 !important; border-radius: 999px !important; padding: .78rem 1.45rem !important; background: var(--tc-terracotta) !important; color: #fff !important; font: inherit !important; font-weight: 780 !important; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.tc-newsletter__form input[type="submit"]:hover, .tc-newsletter__form button:hover { background: #ce6641 !important; }
.tc-newsletter__form .sib-alert-message { grid-column: 1 / -1; margin-top: .65rem !important; border: 0 !important; border-radius: 12px !important; padding: .75rem .9rem !important; font-size: .8rem !important; }
.tc-newsletter__form .sib-loader { grid-column: 1 / -1; }
.tc-newsletter__pending { margin: 0; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.78) !important; }
.tc-newsletter__privacy { margin: .8rem 0 0; color: rgba(255,255,255,.54); font-size: .72rem; }
.tc-wired-newsletter-form { width: min(100%, 760px); margin: 1.5rem auto 0; padding: 2rem; border-radius: 22px; background: linear-gradient(135deg,var(--tc-andes),#2d4b45); color: #fff; box-shadow: var(--tc-shadow); }
.tc-wired-newsletter-form .sib_signup_box_inside_1 { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .7rem; align-items: center; }
.tc-wired-newsletter-form p { margin: 0 !important; font-size: 0; }
.tc-wired-newsletter-form input[type="email"] { width: 100%; min-height: 50px; border: 0; border-radius: 999px; padding: .8rem 1rem; font-size: .9rem; }
.tc-wired-newsletter-form input[type="submit"] { min-height: 50px; border: 0; border-radius: 999px; padding: .8rem 1.3rem; background: var(--tc-terracotta); color: #fff; font-size: .85rem; font-weight: 750; }

/* About and contact */
.tc-story-page { background: var(--tc-ivory); }
.tc-story-hero { position: relative; height: clamp(620px, 78vh, 760px); min-height: 0; display: grid; grid-template-rows: minmax(0,1fr); overflow: hidden; color: #fff; }
.tc-story-hero > img, .tc-story-hero__veil, .tc-story-hero__content { grid-area: 1 / 1; }
.tc-story-hero > img, .tc-story-hero__veil, .tc-story-hero__content { min-width: 0; min-height: 0; }
.tc-story-hero > img { width: 100%; height: 100%; object-fit: cover; }
.tc-story-hero__veil { background: linear-gradient(180deg,rgba(8,28,26,.12),rgba(8,28,26,.88)), linear-gradient(90deg,rgba(8,28,26,.45),transparent 74%); }
.tc-story-hero__content { position: relative; align-self: end; padding-block: clamp(3.5rem, 7vw, 6rem); }
.tc-story-hero h1 { max-width: 950px; margin: .7rem 0 1.1rem; color: #fff; font-family: Georgia,'Times New Roman',serif; font-size: clamp(3rem, 6vw, 6rem); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.tc-story-hero__content > p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.62; }
.tc-story-hero--about .tc-story-hero__content > p:last-child { max-width: 940px; }
.tc-story-intro { padding-block: clamp(4rem, 8vw, 7rem); }
.tc-story-intro__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.tc-story-dropcap { margin: 0; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.16; letter-spacing: -.025em; }
.tc-story-intro__grid > div { color: #46514f; font-size: 1.03rem; line-height: 1.82; }
.tc-story-intro__grid > div p:first-child { margin-top: 0; }
.tc-values-section { padding-block: clamp(4rem, 7vw, 6rem); background: #efe6d8; }
.tc-section-heading h2 { max-width: 720px; margin: .55rem 0 2rem; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: clamp(2.35rem, 4vw, 3.7rem); line-height: 1.08; }
.tc-values-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; }
.tc-values-grid article { padding: clamp(1.5rem, 3vw, 2.2rem); border-radius: 20px; background: rgba(255,255,255,.78); box-shadow: 0 10px 35px rgba(30,44,42,.07); }
.tc-values-grid span { color: var(--tc-terracotta); font-size: .74rem; font-weight: 850; letter-spacing: .12em; }
.tc-values-grid h3 { margin: 1.3rem 0 .7rem; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: 1.55rem; }
.tc-values-grid p { margin: 0; color: var(--tc-muted); font-size: .92rem; line-height: 1.65; }
.tc-process-section { padding-block: clamp(4.5rem, 8vw, 7rem); }
.tc-process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.tc-process-image { overflow: hidden; aspect-ratio: 4 / 5; border-radius: 24px; box-shadow: var(--tc-shadow); }
.tc-process-image img { width: 100%; height: 100%; object-fit: cover; }
.tc-process-grid h2 { margin: .55rem 0 2rem; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: clamp(2.3rem, 4vw, 3.65rem); line-height: 1.08; }
.tc-process-list { margin: 0; padding: 0; list-style: none; counter-reset: process; }
.tc-process-list li { counter-increment: process; position: relative; display: grid; gap: .25rem; padding: 1.1rem 0 1.1rem 3.2rem; border-top: 1px solid #ddd2c3; }
.tc-process-list li::before { content: counter(process); position: absolute; left: 0; top: 1rem; display: grid; place-items: center; width: 2.15rem; height: 2.15rem; border-radius: 50%; background: var(--tc-andes); color: #fff; font-size: .75rem; font-weight: 800; }
.tc-process-list strong { color: var(--tc-andes); font-size: .98rem; }
.tc-process-list span { color: var(--tc-muted); font-size: .88rem; line-height: 1.58; }
.tc-transparency-section { padding-bottom: clamp(4rem, 8vw, 7rem); }
.tc-transparency-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; padding: clamp(2rem, 5vw, 4rem); border-radius: 26px; background: linear-gradient(135deg,var(--tc-andes),var(--tc-andes-deep)); color: #fff; box-shadow: var(--tc-shadow); }
.tc-transparency-card h2 { margin: .6rem 0 0; color: #fff; font-family: Georgia,'Times New Roman',serif; font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.08; }
.tc-transparency-card > p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.72; }

.tc-contact-hero { padding-block: clamp(4.5rem, 9vw, 8rem); background: radial-gradient(circle at 82% 0,rgba(225,170,63,.2),transparent 31%), linear-gradient(135deg,var(--tc-navy),var(--tc-andes)); color: #fff; }
.tc-contact-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: center; }
.tc-contact-hero h1 { margin: .65rem 0 1rem; color: #fff; font-family: Georgia,'Times New Roman',serif; font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .97; letter-spacing: -.045em; }
.tc-contact-hero__grid > div:first-child > p:last-child { max-width: 680px; color: rgba(255,255,255,.75); font-size: 1.1rem; line-height: 1.68; }
.tc-contact-hero__mark { justify-self: end; width: min(100%, 390px); opacity: .93; }
.tc-contact-hero__mark img { width: 100%; }
.tc-contact-main { padding-block: clamp(4rem, 8vw, 7rem); }
.tc-contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.tc-contact-aside h2, .tc-contact-form-wrap > h2 { margin: .55rem 0 1.5rem; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.1; }
.tc-contact-reasons { display: grid; gap: 1rem; }
.tc-contact-reasons article { padding: 1.2rem 1.25rem; border-left: 3px solid var(--tc-terracotta); border-radius: 0 14px 14px 0; background: #f1e8da; }
.tc-contact-reasons h3 { margin: 0 0 .35rem; color: var(--tc-andes); font-size: 1rem; }
.tc-contact-reasons p { margin: 0; color: var(--tc-muted); font-size: .86rem; line-height: 1.55; }
.tc-contact-email { margin-top: 1.5rem; color: var(--tc-muted); font-size: .9rem; }
.tc-contact-email a { color: var(--tc-terracotta-dark); font-weight: 750; }
.tc-contact-form-wrap { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid rgba(23,51,49,.09); border-radius: 24px; background: #fff; box-shadow: var(--tc-shadow); }
.tc-contact-notes { padding-block: clamp(3.5rem,7vw,6rem); background: #fff; }
.tc-contact-notes .tc-section-heading { max-width: 760px; margin-bottom: 2rem; }
.tc-contact-notes .tc-section-heading h2 { margin: .55rem 0 0; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: clamp(2rem,3.8vw,3.4rem); line-height: 1.08; text-wrap: balance; }
.tc-contact-notes__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.tc-contact-notes__grid article { padding: 1.4rem; border: 1px solid rgba(23,51,49,.1); border-radius: 18px; background: var(--tc-ivory); }
.tc-contact-notes__grid h3 { margin: 0 0 .55rem; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: 1.3rem; }
.tc-contact-notes__grid p, .tc-contact-boundary { color: var(--tc-muted); font-size: .9rem; line-height: 1.65; }
.tc-contact-notes__grid p { margin: 0; }
.tc-contact-boundary { max-width: 850px; margin: 1.5rem 0 0; padding-left: 1rem; border-left: 3px solid var(--tc-gold); }
.tc-contact-form { display: grid; gap: 1.05rem; }
.tc-form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.tc-contact-form > div, .tc-contact-form .tc-form-row > div { display: grid; gap: .42rem; }
.tc-contact-form label { color: var(--tc-andes); font-size: .84rem; font-weight: 750; }
.tc-contact-form input, .tc-contact-form textarea, .tc-contact-form select { width: 100%; border: 1px solid #d8d0c4; border-radius: 12px; padding: .82rem .95rem; background: #fff; color: var(--tc-ink); font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
.tc-contact-form textarea { min-height: 170px; resize: vertical; }
.tc-contact-form input:focus, .tc-contact-form textarea:focus, .tc-contact-form select:focus { outline: none; border-color: var(--tc-terracotta); box-shadow: 0 0 0 3px rgba(189,86,50,.14); }
.tc-contact-form button { justify-self: start; border: 0; border-radius: 999px; padding: .82rem 1.4rem; background: var(--tc-terracotta); color: #fff; font: inherit; font-weight: 780; cursor: pointer; box-shadow: 0 8px 24px rgba(189,86,50,.2); }
.tc-contact-form button:hover { background: var(--tc-terracotta-dark); }
.tc-form-note { margin: -.2rem 0 0; color: #7a827f; font-size: .72rem; }
.tc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.tc-contact-status { margin: 0 0 1rem; padding: .85rem 1rem; border-radius: 12px; font-weight: 650; }
.tc-contact-status--sent { background: #e4f2e9; color: #245c39; }
.tc-contact-status--invalid, .tc-contact-status--error { background: #f8e7df; color: #8a3b24; }

/* Legal pages */
.tc-legal-page { background: var(--tc-ivory); }
.tc-legal-hero { padding-block: clamp(4rem, 8vw, 7rem); background: radial-gradient(circle at 80% -20%,rgba(225,170,63,.26),transparent 35%), linear-gradient(135deg,var(--tc-navy),var(--tc-andes)); color: #fff; }
.tc-legal-hero h1 { margin: .65rem 0 .8rem; color: #fff; font-family: Georgia,'Times New Roman',serif; font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1; letter-spacing: -.04em; }
.tc-legal-hero p { max-width: 670px; margin: 0 0 1rem; color: rgba(255,255,255,.75); font-size: 1.08rem; line-height: 1.6; }
.tc-legal-hero span { color: #f1c578; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.tc-legal-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: start; padding-block: clamp(3.8rem, 7vw, 6.5rem); }
.tc-legal-summary { padding: 1.5rem; border-radius: 18px; background: #efe6d8; }
.tc-legal-summary h2 { margin: 0 0 .9rem; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: 1.45rem; }
.tc-legal-summary ul { margin: 0; padding: 0; list-style: none; }
.tc-legal-summary li { position: relative; padding: .7rem 0 .7rem 1.25rem; border-top: 1px solid #dccfbd; color: #58625f; font-size: .82rem; line-height: 1.5; }
.tc-legal-summary li::before { content: ''; position: absolute; left: 0; top: 1.12rem; width: .42rem; height: .42rem; border-radius: 50%; background: var(--tc-terracotta); }
.tc-legal-prose { max-width: 800px; }
.tc-legal-prose section { padding: 0 0 1.8rem; }
.tc-legal-prose h2 { margin: 0 0 .65rem; color: var(--tc-andes); font-family: Georgia,'Times New Roman',serif; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.22; }
.tc-legal-prose p { margin: 0; color: #4e5956; font-size: .98rem; line-height: 1.76; }
.tc-legal-prose a { color: var(--tc-terracotta-dark); text-underline-offset: 3px; }

/* Footer */
footer { margin-top: 0 !important; }
.tc-footer-brand { display: block; width: min(100%, 255px); }
.tc-footer-logo { display: block; width: 100%; max-height: 96px; object-fit: contain; object-position: left center; }
.tc-footer-tagline { display: block; color: #f1c578; font-family: Georgia,'Times New Roman',serif; font-size: 1.12rem; font-style: italic; line-height: 1.3; }
.tc-footer-description { display: block; margin-top: .55rem; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.55; }
footer [data-wpc-social] { display: none !important; }
footer .mt-5.flex.gap-3:has([data-wpc-social]) { display: none !important; }
.tc-footer-enhancements { padding: .85rem max(1rem,calc((100% - 1180px)/2)) 1.25rem; background: var(--tc-andes); color: rgba(255,255,255,.62); text-align: center; }
.tc-recaptcha-notice { margin: 0; font-size: .66rem; line-height: 1.5; }
.tc-recaptcha-notice a { color: rgba(255,255,255,.82); text-underline-offset: 2px; }
.tc-photo-credits { max-width: 820px; margin: .45rem auto 0; color: rgba(255,255,255,.48); font-size: .6rem; line-height: 1.5; }
.tc-photo-credits a { color: rgba(255,255,255,.68); text-underline-offset: 2px; }

form input, form textarea, form select, form button { max-width: 100%; }
.site-main .container { max-width: min(100% - 2rem,1280px); }
body:not(.home) .site-main { min-height: 60vh; }
body.blog .wpconvert-category-filters { display: none; }
body.blog #wpconvert-blog-grid { align-items: stretch; }
body.blog #wpconvert-blog-grid article { border: 1px solid rgba(23,51,49,.08); background: rgba(255,255,255,.92); box-shadow: 0 12px 38px rgba(30,44,42,.08); }

@media (max-width: 900px) {
  .tc-article-layout { grid-template-columns: 1fr; }
  .tc-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tc-sidebar__intro, .tc-sidebar__viator { grid-column: 1 / -1; }
  .tc-sidebar__viator .travelspark-sidebar-widget { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tc-sidebar__viator .travelspark-widget__title, .tc-sidebar__viator .tsva-powered { grid-column: 1 / -1; }
  .tc-related__grid, .tc-topic-grid, .tc-contact-notes__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tc-story-intro__grid, .tc-process-grid, .tc-transparency-card, .tc-contact-layout, .tc-legal-layout, .tc-topic-guidance__grid { grid-template-columns: 1fr; }
  .tc-values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tc-process-image { aspect-ratio: 16 / 10; }
  .tc-contact-hero__grid { grid-template-columns: 1fr .45fr; }
  .tc-legal-summary { max-width: 640px; }
}

@media (max-width: 640px) {
  .tc-shell { width: min(100% - 1.25rem,1180px); }
  body.home #food-and-blas { width: min(100% - 1.25rem,1040px); grid-template-columns: 1fr; }
  body.home #food-and-blas > a { width: 100%; min-width: 0; min-height: 0; aspect-ratio: 5 / 4 !important; }
  .tc-article-hero { height: 430px; min-height: 0; }
  .tc-article-hero__content { padding-block: 2.5rem; }
  .tc-article-hero h1 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .tc-article-meta { gap: .42rem .75rem; font-size: .76rem; }
  .tc-article-meta span:not(:first-child)::before { display: none; }
  .tc-article-layout { padding-block: 2.7rem; }
  .tc-sidebar, .tc-sidebar__viator .travelspark-sidebar-widget { grid-template-columns: 1fr; }
  .tc-related__grid, .tc-topic-grid, .tc-values-grid, .tc-contact-notes__grid { grid-template-columns: 1fr; }
  .tc-post-nav { grid-template-columns: 1fr; }
  .tc-post-nav > div:last-child { text-align: left; }
  .tc-topic-hero { height: 540px; min-height: 0; }
  .tc-topic-heading { display: block; }
  .tc-topic-heading > p { margin-top: .8rem; }
  .tc-story-hero { height: 560px; min-height: 0; }
  .tc-story-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .tc-contact-hero__grid { grid-template-columns: 1fr; }
  .tc-contact-hero__mark { justify-self: start; width: 220px; }
  .tc-form-row { grid-template-columns: 1fr; }
  .tc-newsletter__form .sib_signup_box_inside_1, .tc-wired-newsletter-form .sib_signup_box_inside_1 { grid-template-columns: 1fr; }
  .tc-newsletter__form input[type="submit"], .tc-newsletter__form button, .tc-wired-newsletter-form input[type="submit"] { width: 100%; }
  body.home section:has(.tc-wired-newsletter-form) { padding-inline: 1rem; }
  .tc-wired-newsletter-form { padding: 1.25rem; }
  .tc-footer-logo { max-width: 230px; }
}
