/*
Theme Name: 2 Far Comedy
Theme URI: https://2farcomedy.com/
Author: 2 Far Comedy
Description: A bold, responsive comedy-club theme for shows, performers, and bookings.
Version: 1.3.2
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: twofar
*/

:root {
  --ink: #11100e;
  --paper: #f3ecdc;
  --cream: #fff9eb;
  --red: #f23c23;
  --yellow: #ffd93d;
  --muted: #625d54;
  --line: 3px solid var(--ink);
  --shadow: 8px 8px 0 var(--ink);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 4px solid #2477ff; outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: white; padding: 12px 16px; border: var(--line); font-weight: 900; }
.skip-link:focus { top: 12px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.kicker { margin: 0 0 18px; font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 50px; padding: 14px 20px; border: var(--line); background: var(--red); color: white; box-shadow: 5px 5px 0 var(--ink); font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .15s, box-shadow .15s; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button--yellow { background: var(--yellow); color: var(--ink); }
.button--ghost { background: transparent; color: var(--ink); box-shadow: none; }
.text-link { font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(243,236,220,.96); border-bottom: var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 1.35rem; letter-spacing: .02em; }
.brand img { width: 52px; height: 52px; border: 2px solid var(--ink); border-radius: 50%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { font-size: .77rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.menu-toggle { display: none; border: 0; background: transparent; font-weight: 900; text-transform: uppercase; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.08fr .82fr; align-items: center; gap: 60px; padding-block: 66px; }
.hero h1 { max-width: 780px; margin: 0; font: 900 clamp(3.7rem, 7.6vw, 6.8rem)/.85 Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 span { color: var(--red); }
.hero-lede { max-width: 620px; margin: 30px 0; font: 600 1.25rem/1.5 Georgia, serif; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-photo { position: relative; min-height: 560px; border: var(--line); background: var(--ink); box-shadow: 12px 12px 0 var(--ink); overflow: hidden; transform: rotate(1.5deg); }
.hero-photo > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.burst { position: absolute; right: 18px; top: 20px; width: 118px; aspect-ratio: 1; display: grid; place-items: center; border: var(--line); border-radius: 50%; background: var(--yellow); font: 900 .9rem/1.05 Arial, sans-serif; text-align: center; transform: rotate(8deg); }
.photo-label { position: absolute; left: 14px; bottom: 14px; margin: 0; padding: 7px 9px; background: var(--paper); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.ticker { overflow: hidden; border-block: var(--line); background: var(--yellow); padding: 15px 0; }
.ticker p { width: max-content; margin: 0; font: 900 1.05rem Impact, sans-serif; letter-spacing: .06em; word-spacing: 10px; }

.section { padding-block: 105px; }
.section-head { display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: end; margin-bottom: 48px; }
.section h2 { margin: 0; font: 900 clamp(3rem, 6vw, 5.5rem)/.88 Impact, sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.section-intro { max-width: 540px; margin: 0 0 4px auto; font: 600 1.1rem/1.55 Georgia, serif; }
.shows { background: var(--ink); color: var(--cream); }
.shows-grid { display: grid; gap: 16px; }
.show-card { display: grid; grid-template-columns: 100px 1fr auto; gap: 30px; align-items: center; padding: 28px; border: 2px solid var(--cream); }
.show-date { text-align: center; border-right: 2px solid var(--cream); }
.show-date strong { display: block; font: 900 2.7rem/1 Impact, sans-serif; }
.show-date span { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.show-card h3 { margin: 0 0 8px; font: 900 1.8rem Impact, sans-serif; text-transform: uppercase; }
.show-card p { margin: 0; color: #cdc6b9; }
.empty-state { padding: 50px; border: 2px dashed #807b72; text-align: center; }
.empty-state h3 { margin: 0 0 10px; font: 900 2rem Impact, sans-serif; text-transform: uppercase; }

.talent-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.talent-card { position: relative; min-height: 490px; border: var(--line); background: var(--red); box-shadow: var(--shadow); overflow: hidden; }
.talent-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 20%; }
.talent-meta { position: absolute; inset: auto 0 0; padding: 55px 22px 22px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.talent-meta span { font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.talent-meta h3 { margin: 5px 0 4px; font: 900 2.2rem Impact, sans-serif; text-transform: uppercase; }
.talent-meta p { margin: 0; }

.experience { background: var(--red); border-block: var(--line); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: var(--line); background: var(--paper); box-shadow: var(--shadow); }
.experience-card { padding: 38px; border-right: var(--line); }
.experience-card:last-child { border-right: 0; }
.experience-card .number { font: 900 4.5rem/1 Impact, sans-serif; color: var(--red); }
.experience-card h3 { margin: 16px 0 10px; font: 900 1.55rem Impact, sans-serif; text-transform: uppercase; }
.experience-card p { margin: 0; line-height: 1.6; }

.booking { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.booking-panel { padding: 45px; border: var(--line); background: var(--yellow); box-shadow: var(--shadow); }
.booking-panel h3 { margin: 0 0 12px; font: 900 2.6rem/1 Impact, sans-serif; text-transform: uppercase; }
.booking-panel ul { padding-left: 20px; line-height: 1.8; }
.booking-panel .button { margin-top: 12px; }

.social-band { padding: 55px 0; border-block: var(--line); background: var(--yellow); }
.social-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.social-inner h2 { margin: 0; font: 900 clamp(2.2rem, 4.8vw, 4.4rem)/.9 Impact, sans-serif; text-transform: uppercase; }
.site-footer { padding: 50px 0; background: var(--ink); color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.footer-brand { font: 900 2.6rem Impact, sans-serif; text-transform: uppercase; }
.footer-copy { max-width: 540px; color: #c7c0b4; line-height: 1.6; }
.footer-links { display: flex; gap: 25px; font-size: .75rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.copyright { margin: 40px 0 0; padding-top: 22px; border-top: 1px solid #4e4b47; color: #918c84; font-size: .75rem; }

.page-main { min-height: 60vh; padding-block: 90px; }
.page-main h1 { font: 900 clamp(3.4rem, 7vw, 6.5rem)/.88 Impact, sans-serif; text-transform: uppercase; }
.entry-content { max-width: 820px; font: 1.1rem/1.7 Georgia, serif; }

@media (max-width: 860px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; inset: 82px 0 auto; padding: 25px; background: var(--paper); border-bottom: var(--line); flex-direction: column; align-items: flex-start; }
  .site-nav.is-open { display: flex; }
  .hero, .section-head, .booking { grid-template-columns: 1fr; }
  .hero { padding-top: 46px; }
  .hero-photo { min-height: 500px; }
  .section-intro { margin-left: 0; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { border-right: 0; border-bottom: var(--line); }
  .experience-card:last-child { border-bottom: 0; }
}
@media (max-width: 600px) {
  .shell { width: min(100% - 24px, 1180px); }
  .hero { min-height: auto; gap: 40px; }
  .hero h1 { font-size: 3.25rem; }
  .hero-photo { min-height: 420px; box-shadow: 7px 7px 0 var(--ink); }
  .section { padding-block: 72px; }
  .talent-grid { grid-template-columns: 1fr; }
  .talent-card { min-height: 430px; }
  .show-card { grid-template-columns: 70px 1fr; padding: 20px; gap: 18px; }
  .show-card .button { grid-column: 1 / -1; }
  .social-inner, .footer-grid { align-items: flex-start; flex-direction: column; display: flex; }
  .footer-links { flex-wrap: wrap; }
}

/* 2026 fantasy editorial refresh - ornamental framing around real photography */
:root {
  --ink: #171216;
  --paper: #e7d8b7;
  --cream: #fff7e4;
  --red: #791e29;
  --yellow: #c49a4a;
  --muted: #675b50;
  --line: 1px solid #ad8541;
  --shadow: 8px 8px 0 #2b1d23;
}
body { background: var(--paper); background-image: radial-gradient(circle at 20% 10%, rgba(255,255,255,.38), transparent 34%), linear-gradient(90deg, rgba(101,69,38,.08), transparent 18%, transparent 82%, rgba(101,69,38,.08)); font-family: Georgia, 'Times New Roman', serif; }
.site-header { background: rgba(23,18,22,.97); color: var(--cream); border-color: #ad8541; }
.brand { font-family: Georgia, 'Times New Roman', serif; letter-spacing: .05em; }
.brand img { border-color: #c49a4a; }
.site-nav a { font-family: Arial, sans-serif; color: #eee3ce; }
.button { background: var(--red); border: 1px solid #d0ab62; box-shadow: inset 0 0 0 3px var(--red), inset 0 0 0 4px rgba(255,231,174,.28), 4px 4px 0 #2a1c22; }
.button--yellow { background: #b98d3e; color: #181216; box-shadow: inset 0 0 0 3px #b98d3e, inset 0 0 0 4px rgba(255,241,203,.32); }
.hero { min-height: 760px; }
.hero h1, .section h2, .social-inner h2, .footer-brand { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(3.8rem,7vw,6.5rem); text-transform: none; line-height: .9; }
.hero h1 span { color: var(--red); font-style: italic; }
.hero-photo, .talent-card { border: 10px solid #21171c; outline: 1px solid #c49a4a; outline-offset: -6px; box-shadow: 0 22px 45px rgba(40,23,30,.32); }
.hero-photo { transform: rotate(.6deg); }
.hero-photo::before, .talent-card::before { content: '✦'; position: absolute; z-index: 3; left: 50%; top: -8px; transform: translateX(-50%); color: #e7c779; background: #21171c; padding: 0 13px; }
.hero-photo > img { object-position: center 45%; filter: saturate(.82) contrast(1.06); }
.photo-label { background: rgba(23,18,22,.92); color: #f5e9d0; border: 1px solid #c49a4a; }
.burst { background: var(--red); color: white; border: 2px solid #e1c170; outline: 1px dashed #e1c170; outline-offset: -7px; }
.ticker { background: #b88d42; border-color: #21171c; }
.ticker p { font-family: Arial, sans-serif; }
.shows { background: #171216; background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.012) 0 2px, transparent 2px 8px); }
.empty-state { border: 1px solid #8e713f; position: relative; }
.empty-state::before, .empty-state::after { content: '◆'; position: absolute; top: 50%; color: #c49a4a; }
.empty-state::before { left: 14px; }.empty-state::after { right: 14px; }
.talent-card { min-height: 610px; background: #171216; }
.talent-card img { object-fit: contain; object-position: center; background: #171216; padding: 10px; }
.talent-meta { background: linear-gradient(transparent, rgba(20,13,17,.96)); }
.experience { background: var(--red); border-color: #b98d3e; }
.experience-grid { background: #eadcba; border: 1px solid #4d302f; }
.experience-card { border-right: 1px solid #96713f; }
.atmosphere { padding-block: 110px; display: grid; grid-template-columns: 1.05fr .8fr; gap: 70px; align-items: center; }
.atmosphere-photo { position: relative; border: 10px solid #21171c; outline: 1px solid #c49a4a; outline-offset: -6px; box-shadow: 0 22px 45px rgba(40,23,30,.3); }
.atmosphere-photo img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.atmosphere-copy h2 { margin: 0 0 25px; font: 700 clamp(3rem,5vw,5rem)/.9 Georgia,serif; letter-spacing: -.05em; }
.atmosphere-copy p:last-child { font-size: 1.08rem; line-height: 1.65; }
.booking-panel { background: #d7bd7f; border: 1px solid #4a3029; }
.photo-credits { padding: 0 0 35px; color: #685d53; font-size: .68rem; text-align: center; }
.photo-credits a { text-decoration: underline; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid #765b36; background: #eadcba; box-shadow: var(--shadow); }
.service-card { min-height: 260px; padding: 38px; border-right: 1px solid #9a7846; border-bottom: 1px solid #9a7846; }
.service-card:nth-child(2n) { border-right: 0; }.service-card:nth-child(n+3) { border-bottom: 0; }
.service-card span { color: var(--red); font: 700 2.8rem/1 Georgia,serif; }
.service-card h3 { margin: 18px 0 10px; font: 700 1.65rem/1.1 Georgia,serif; }
.service-card p { margin: 0; line-height: 1.65; }
.crew-hero { padding-block: 95px 60px; text-align: center; }
.crew-hero h1 { margin: 0; font: 700 clamp(3.8rem,8vw,7rem)/.88 Georgia,serif; letter-spacing: -.055em; }
.crew-title-numeral { display: inline-block; font-size: 1.15em; line-height: 0; }
.crew-hero p:last-child { max-width: 680px; margin: 28px auto 0; font-size: 1.15rem; line-height: 1.65; }
.crew-grid { padding-bottom: 110px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.crew-card { position: relative; min-height: 245px; padding: 38px 30px; display: flex; flex-direction: column; justify-content: flex-end; background: #1b1519; color: var(--cream); border: 8px solid #251a20; outline: 1px solid #c49a4a; outline-offset: -5px; }
.crew-card::before { content: '✦'; position: absolute; top: 22px; left: 50%; transform: translateX(-50%); color: #d9b765; }
.crew-card h2 { margin: 0 0 7px; font: 700 1.7rem Georgia,serif; text-align: center; }
.crew-card a { color: #e7c978; font: 700 .73rem Arial,sans-serif; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.crew-cta { margin-bottom: 105px; padding: 55px; text-align: center; background: var(--red); color: white; border: 1px solid #c49a4a; }
.crew-cta h2 { margin: 0 0 15px; font: 700 clamp(2.5rem,5vw,4.6rem)/.9 Georgia,serif; }
.social-band { background: #b98d3e; }
@media (max-width: 860px) {
  .site-nav { background: #171216; }
  .atmosphere { grid-template-columns: 1fr; gap: 35px; }
  .crew-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 3.15rem; }
  .talent-card { min-height: 540px; }
  .atmosphere { padding-block: 75px; }
  .service-grid, .crew-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2n), .service-card:nth-child(n+3) { border-right: 0; border-bottom: 1px solid #9a7846; }
  .service-card:last-child { border-bottom: 0; }
}
