@charset "UTF-8";
/*
 * =========================================================================
 * SECTION 0 — BLOCKSY COLOUR PALETTE OVERRIDE
 * =========================================================================
 * Blocksy generates these custom properties via its dynamic CSS engine.
 * We re-declare them here so they are always correct, even before the
 * Customizer has been updated to the TWR palette.
 *
 * These MUST match the values set in:
 *   Blocksy Customizer → General → Colors → Global Color Palette
 * =========================================================================
 */
@font-face {
  font-family: "Georgia Pro";
  src: local("Georgia Pro"), local("GeorgiaPro-Regular"), url("../fonts/GeorgiaPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: local("Georgia Pro Cond Italic"), local("GeorgiaPro-CondItalic"), url("../fonts/GeorgiaPro-CondItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Georgia Pro";
  src: local("Georgia Pro Italic"), local("GeorgiaPro-Italic"), url("../fonts/GeorgiaPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Georgia Pro";
  src: local("Georgia Pro Bold Italic"), local("GeorgiaPro-BoldItalic"), url("../fonts/GeorgiaPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Georgia Pro";
  src: local("Georgia Pro Semibold Italic"), local("GeorgiaPro-SemiBoldItalic"), url("../fonts/GeorgiaPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Georgia Pro";
  src: local("Georgia Pro Light Italic"), local("GeorgiaPro-LightItalic"), url("../fonts/GeorgiaPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Georgia Pro";
  src: local("Georgia Pro Light"), local("GeorgiaPro-Light"), url("../fonts/GeorgiaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Georgia Pro";
  src: local("Georgia Pro Black Italic"), local("GeorgiaPro-BlackItalic"), url("../fonts/GeorgiaPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Georgia Pro";
  src: local("Georgia Pro Bold"), local("GeorgiaPro-Bold"), url("../fonts/GeorgiaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: local("Georgia Pro Cond Black Italic"), local("GeorgiaPro-CondBlackItalic"), url("../fonts/GeorgiaPro-CondBlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: local("Georgia Pro Cond"), local("GeorgiaPro-CondRegular"), url("../fonts/GeorgiaPro-CondRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: local("Georgia Pro Cond Light Italic"), local("GeorgiaPro-CondLightItalic"), url("../fonts/GeorgiaPro-CondLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: local("Georgia Pro Cond Bold Italic"), local("GeorgiaPro-CondBoldItalic"), url("../fonts/GeorgiaPro-CondBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: local("Georgia Pro Cond Black"), local("GeorgiaPro-CondBlack"), url("../fonts/GeorgiaPro-CondBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Georgia Pro";
  src: local("Georgia Pro Black"), local("GeorgiaPro-Black"), url("../fonts/GeorgiaPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: local("Georgia Pro Cond Light"), local("GeorgiaPro-CondLight"), url("../fonts/GeorgiaPro-CondLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: local("Georgia Pro Cond Semibold"), local("GeorgiaPro-CondSemibold"), url("../fonts/GeorgiaPro-CondSemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: local("Georgia Pro Cond Semibold Italic"), local("GeorgiaPro-CondSemiboldItalic"), url("../fonts/GeorgiaPro-CondSemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Georgia Pro";
  src: local("Georgia Pro Semibold"), local("GeorgiaPro-SemiBold"), url("../fonts/GeorgiaPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: local("Georgia Pro Cond Bold"), local("GeorgiaPro-CondBold"), url("../fonts/GeorgiaPro-CondBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
:root {
  /* --- Primary palette slots --- */
  --theme-palette-color-1: #6EC1E4; /* Teal — primary action / links */
  --theme-palette-color-2: #54595F; /* Teal Dark — hover state */
  --theme-palette-color-3: #61CE70; /* Charcoal — body text */
  --theme-palette-color-4: #000000; /* Black — headings, nav bg */
  --theme-palette-color-5: #26292A; /* Light border / divider */
  --theme-palette-color-6: #FFFFFF; /* Off-white — subtle backgrounds */
  --theme-palette-color-7: #F2F5F7; /* Near-white */
  --theme-palette-color-8: #D0D0D0; /* White — page background */
  /* --- Semantic colour tokens (Blocksy maps these to palette slots) --- */
  --theme-text-color: var(--theme-palette-color-2); /* #54595F */
  --theme-heading-color: var(--theme-palette-color-5); /* #000000 */
  --theme-link-initial-color: var(--theme-palette-color-1); /* #26BDB4 */
  --theme-link-hover-color: var(--theme-palette-color-2); /* #1A9C95 */
  /* --- TWR-specific design tokens (consumed by our own CSS) --- */
  --twr-font-serif: "Georgia Pro", "georgia pro", Georgia, serif;
  --twr-font-sans: Helvetica, Arial, sans-serif;
  --twr-font-body-size: 19px;
  --twr-font-body-lh: 1.412; /* 24px / 19px */
  --twr-word-spacing: 0.08em; /* ≈ 1.5px at 19px base */
  --twr-content-width: 740px; /* single-post reading column */
  --twr-wide-width: 1170px; /* section / image max-width */
  --twr-nav-height: 56px;
  --twr-utility-bar-height: 38px;
  --twr-section-pad-v: 60px;
  --twr-section-pad-v-mob: 40px;
}

/*
 * =========================================================================
 * SECTION 1 — GLOBAL TYPOGRAPHY
 * =========================================================================
 */
/* --- Base / body --------------------------------------------------------- */
body {
  font-family: var(--twr-font-serif);
  font-size: var(--twr-font-body-size);
  line-height: var(--twr-font-body-lh);
  word-spacing: var(--twr-word-spacing);
  color: var(--twr-charcoal, var(--theme-text-color));
}

/* --- Headings ------------------------------------------------------------ */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--twr-font-serif);
  font-weight: 400; /* editorial — NOT bold */
  color: var(--theme-heading-color);
  line-height: 1.2;
}

h1 {
  font-size: clamp(28px, 4vw, 42px);
}

h2 {
  font-size: clamp(22px, 3vw, 32px);
}

h3 {
  font-size: clamp(18px, 2.5vw, 26px);
}

h4 {
  font-size: clamp(16px, 2vw, 22px);
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* --- Links -------------------------------------------------------------- */
a {
  color: var(--theme-link-initial-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: var(--theme-link-hover-color);
  text-decoration: underline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a.ct-meta-element-author:hover {
  text-decoration: none;
}

/* --- Article body links (inside prose) ----------------------------------- */
a.ct-meta-element-author {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  font-weight: 500;
  font-style: italic;
  color: black;
}

.entry-content a,
.twr-article-body a {
  color: var(--theme-link-initial-color);
  text-decoration: underline;
  text-decoration-color: rgba(38, 189, 180, 0.4);
}

.entry-content a:hover,
.twr-article-body a:hover {
  color: var(--theme-link-hover-color);
  text-decoration-color: var(--theme-link-hover-color);
}

/*
 * =========================================================================
 * SECTION 2 — CUSTOM UTILITY CLASSES
 * (Preserved from original site + new additions)
 * =========================================================================
 */
/* Captions (from original site custom_css) */
.twr-captions {
  color: #26292A;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
}

.twr-cover-caption {
  border-top: 4px solid black;
}

.twr-cover-caption p {
  padding-top: 10px;
}

/* Black border utility (from original site custom_css) */
.black-border {
  border: 2px solid #000000;
}

/* Disable auto captions below featured images */
.ct-featured-image figcaption {
  display: none;
}

/* All figcaptions centred (from original site custom_css) */
figcaption {
  text-align: center;
  font-family: var(--twr-font-sans);
  font-size: 13px;
  font-weight: 600;
  color: #26292A;
  margin-top: 8px;
}

/* Teal italic (used for author bylines, issue labels) */
.twr-byline,
.twr-issue-label {
  color: var(--theme-palette-color-1);
  font-style: italic;
  font-family: var(--twr-font-serif);
}

/* Section label above archive grids (e.g. "Essays of the Review") */
.twr-section-label {
  display: block;
  font-family: var(--twr-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--theme-text-color);
  margin-bottom: 24px;
}

/*
 * =========================================================================
 * SECTION 3 — BUTTONS
 * =========================================================================
 */
/* Primary (Subscribe / CTA) */
a.wp-block-button__link.wp-element-button {
  font-weight: 700;
  font-size: 87.5%;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
a.wp-block-button__link.wp-element-button:hover {
  text-decoration: none;
  color: #000000;
}

/*
 * =========================================================================
 * SECTION 4 — NAVIGATION OVERRIDES
 * =========================================================================
 */
/* Force nav background to true black */
#header .ct-header,
.ct-header {
  background-color: var(--twr-nav-bg) !important;
}

/* Nav links white */
.ct-header .ct-menu a,
.ct-header .ct-menu .ct-menu-link {
  color: #ffffff;
  font-family: var(--twr-font-sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ct-header .ct-menu a:hover {
  color: var(--theme-palette-color-1);
}

/*
 * =========================================================================
 * SECTION 5 — ARCHIVE CARD STYLES
 * =========================================================================
 */
/* Base archive card */
.twr-archive-card {
  display: grid;
  gap: 24px;
}

/* Two-column editorial card (essays, fiction, memoir, diaries) */
.twr-archive-card-editorial {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 32px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--theme-palette-color-5);
}

.twr-archive-card-editorial:last-child {
  border-bottom: none;
}

/* Alternate image/text columns on even cards */
.twr-archive-card-editorial:nth-child(even) {
  direction: rtl; /* reverses column order */
}

.twr-archive-card-editorial:nth-child(even) > * {
  direction: ltr; /* restore text direction inside */
}

.twr-archive-card__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.twr-archive-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.twr-archive-card__title {
  font-family: var(--twr-font-serif);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.twr-archive-card__title a {
  color: var(--theme-heading-color);
  text-decoration: none;
}

.twr-archive-card__title a:hover {
  color: var(--theme-link-initial-color);
}

.twr-archive-card__author {
  font-family: var(--twr-font-serif);
  font-size: 15px;
  font-style: italic;
  color: var(--theme-palette-color-1);
}

.twr-archive-card__category {
  font-family: var(--twr-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-palette-color-5);
}

/* Art portfolio card — large image */
.twr-archive-card-art {
  margin-bottom: 48px;
}

.twr-archive-card-art .twr-archive-card__image img {
  aspect-ratio: 4/3;
  width: 100%;
}

/* Diary card — portrait photo */
.twr-archive-card-diary .twr-archive-card__image img {
  aspect-ratio: 2/3;
  object-position: center top;
}

/* Quote archive card */
.twr-archive-card-quote {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--theme-palette-color-5);
  margin-bottom: 32px;
}

/* Cartoon archive card */
.twr-archive-card-cartoon img {
  border: 2px solid #000;
  max-width: 300px;
}

/*
 * =========================================================================
 * SECTION 6 — SINGLE POST READING TEMPLATE
 * =========================================================================
 */
/* Constrain single post content to a comfortable reading width */
.single .ct-container-narrow,
.single-post .entry-content,
.twr-single-content {
  margin-left: auto;
  margin-right: auto;
}

/* Article title — centred, editorial weight */
.single .entry-title,
.twr-article-title {
  font-family: var(--twr-font-serif);
  font-weight: 400;
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
  margin-bottom: 8px;
}

/* Author byline — centred, italic, teal */
.twr-article-author,
.single .entry-author-name {
  display: block;
  text-align: center;
  font-family: var(--twr-font-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--theme-palette-color-1);
  margin-bottom: 32px;
}

/* Featured image — centred, constrained, separator below */
.single .post-thumbnail,
.twr-article-image {
  max-width: var(--twr-wide-width);
  margin: 0 auto 48px;
  border-bottom: 1px solid var(--theme-palette-color-5);
  padding-bottom: 16px;
}

.single .post-thumbnail img,
.twr-article-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Body paragraph spacing */
.single .entry-content p,
.twr-article-body p {
  margin-bottom: 1.5em;
}

/* Inline blockquote */
.single .entry-content blockquote,
.twr-article-body blockquote {
  margin: 2em 0;
  padding: 1.5em 2em;
  border-left: 4px solid var(--theme-palette-color-1);
  font-style: italic;
  font-size: 1.05em;
  color: var(--theme-text-color);
}

/*
 * =========================================================================
 * SECTION 7 — POEM SINGLE TEMPLATE
 * =========================================================================
 */
.single-poem .entry-title,
.twr-poem-title {
  font-family: var(--twr-font-serif);
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}

.single-poem .twr-byline {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.single-poem .entry-content,
.twr-poem-body {
  max-width: 600px;
  margin: 0 auto;
  white-space: pre-wrap; /* preserve poem line breaks */
  line-height: 1.8;
}

/*
 * =========================================================================
 * SECTION 8 — QUOTE SINGLE TEMPLATE
 * =========================================================================
 */
.single-quote .twr-issue-label {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 32px;
}

.single-quote .twr-pullquote {
  max-width: 680px;
  margin: 0 auto 48px;
  padding: 3em 2em 2em;
  position: relative;
  text-align: left;
}

.single-quote .twr-pullquote::before {
  content: "“";
  font-family: var(--twr-font-serif);
  font-size: 7em;
  color: var(--theme-palette-color-1);
  position: absolute;
  top: -0.15em;
  left: 0;
  line-height: 1;
  opacity: 0.7;
}

.single-quote .twr-pullquote::after {
  content: "”";
  font-family: var(--twr-font-serif);
  font-size: 7em;
  color: var(--theme-palette-color-1);
  position: absolute;
  bottom: -0.5em;
  right: 0;
  line-height: 1;
  opacity: 0.7;
}

.single-quote .twr-quote-text {
  font-size: 1.05em;
  line-height: 1.7;
  font-style: italic;
}

.single-quote .twr-quote-attribution {
  font-family: var(--twr-font-serif);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: var(--theme-text-color);
  margin-top: 24px;
  padding-left: 2em;
  border-left: 2px solid var(--theme-palette-color-1);
}

/*
 * =========================================================================
 * SECTION 9 — WEGANDA CARTOON SINGLE TEMPLATE
 * =========================================================================
 */
.single-weganda-cartoon .entry-title {
  text-align: center;
  font-weight: 400;
}

.single-weganda-cartoon .twr-cartoon-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 32px;
}

.single-weganda-cartoon .twr-cartoon-image {
  max-width: 680px;
  margin: 0 auto;
}

.single-weganda-cartoon .twr-cartoon-image img {
  width: 100%;
  border: 2px solid #000;
  display: block;
}

/*
 * =========================================================================
 * SECTION 10 — ART PORTFOLIO SINGLE TEMPLATE
 * =========================================================================
 */
.single-art-portfolio .entry-title {
  text-align: center;
  font-weight: 400;
  margin-bottom: 8px;
}

.single-art-portfolio .twr-portfolio-artist {
  display: block;
  text-align: center;
  font-style: italic;
  color: var(--theme-palette-color-1);
  font-size: 18px;
  margin-bottom: 32px;
}

.single-art-portfolio .twr-portfolio-intro {
  max-width: var(--twr-content-width);
  margin: 0 auto 40px;
  text-align: center;
}

/* Portfolio gallery — full width, images stacked */
.single-art-portfolio .twr-portfolio-gallery {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: var(--twr-wide-width);
  margin: 0 auto;
}

.single-art-portfolio .twr-portfolio-gallery figure {
  margin: 0;
}

.single-art-portfolio .twr-portfolio-gallery figure img {
  width: 100%;
  height: auto;
  display: block;
}

.single-art-portfolio .twr-portfolio-gallery figcaption {
  margin-top: 12px;
}

/*
 * =========================================================================
 * SECTION 11 — HOMEPAGE SECTIONS
 * =========================================================================
 */
.twr-home-section {
  padding-top: var(--twr-section-pad-v);
  padding-bottom: var(--twr-section-pad-v);
}

.twr-home-section + .twr-home-section {
  border-top: 1px solid var(--theme-palette-color-5);
}

.twr-home-section__header {
  text-align: center;
  margin-bottom: 40px;
}

.twr-home-section__title {
  font-family: var(--twr-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--theme-text-color);
}

/* Archives section — 4-column category grid */
.twr-archives-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.twr-archives-grid__category-title {
  font-family: var(--twr-font-serif);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  border-bottom: 2px solid var(--theme-heading-color);
  padding-bottom: 8px;
}

.twr-archives-grid__post-title {
  font-size: 15px;
  line-height: 1.4;
}

/* Homepage fallback grid (PHP-driven sections B–D) */
.twr-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.twr-home-grid li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.twr-home-grid li img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .twr-home-grid {
    grid-template-columns: 1fr;
  }
}
/*
 * =========================================================================
 * SECTION 12 — SEARCH RESULTS
 * =========================================================================
 */
.twr-search-count {
  font-family: var(--twr-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--theme-palette-color-5);
  margin-bottom: 40px;
}

.twr-search-results {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.twr-search-result {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--theme-palette-color-5);
}

.twr-search-result:last-child {
  border-bottom: none;
}

.twr-search-result__title {
  font-family: var(--twr-font-serif);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 8px;
}

.twr-search-result__title a {
  color: var(--theme-heading-color);
  text-decoration: none;
}

.twr-search-result__title a:hover {
  color: var(--theme-link-initial-color);
}

.twr-search-result__excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: var(--theme-text-color);
  margin: 0 0 8px;
}

.twr-search-result__type {
  display: inline-block;
  font-family: var(--twr-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-palette-color-5);
}

.twr-search-no-results {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.twr-search-no-results p {
  margin-bottom: 32px;
}

/*
 * =========================================================================
 * SECTION 13 — FOOTER OVERRIDES
 * =========================================================================
 */
.ct-footer {
  background-color: #000000;
  color: #ffffff;
}

.ct-footer a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--twr-font-sans);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ct-footer a:hover {
  color: var(--theme-palette-color-1);
}

.twr-footer-copyright {
  font-family: var(--twr-font-sans);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/*
 * =========================================================================
 * SECTION 13 — FORMS (Contact Form 7)
 * =========================================================================
 */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  border: 1px solid var(--theme-palette-color-5);
  border-radius: 0;
  padding: 10px 14px;
  font-family: var(--twr-font-serif);
  font-size: 16px;
  color: var(--theme-text-color);
  background: #fff;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  outline: none;
  border-color: var(--theme-palette-color-1);
}

.wpcf7-form textarea {
  min-height: 160px;
  resize: vertical;
}

.wpcf7-submit {
  display: inline-block;
  background-color: var(--theme-palette-color-1);
  color: #ffffff !important;
  border: none;
  padding: 12px 32px;
  font-family: var(--twr-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 0;
}

.wpcf7-submit:hover {
  background-color: var(--theme-palette-color-2);
}

/*
 * =========================================================================
 * SECTION 14 — ACCESSIBILITY
 * =========================================================================
 */
/* Ensure teal links meet WCAG AA on white (requires #0D8079 for small text) */
.entry-content a,
p a,
li a {
  color: #0D8079; /* WCAG AA compliant teal for body text links */
}

.entry-content a:hover,
p a:hover,
li a:hover {
  color: #0A6560;
}

/* Skip to content */
.skip-link:focus {
  background-color: var(--theme-palette-color-1);
  color: #ffffff;
  padding: 8px 16px;
}

/*
 * =========================================================================
 * SECTION 15 — RESPONSIVE
 * =========================================================================
 */
@media (max-width: 768px) {
  :root {
    --twr-section-pad-v: var(--twr-section-pad-v-mob);
  }
  .twr-archive-card-editorial {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* Remove the RTL alternating layout on mobile */
  .twr-archive-card-editorial:nth-child(even) {
    direction: ltr;
  }
  .twr-archives-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .single .entry-content > p:first-of-type::first-letter {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  .twr-archives-grid {
    grid-template-columns: 1fr;
  }
}
/*
 * =========================================================================
 * SECTION 16 — WOOCOMMERCE
 * =========================================================================
 */
/* ----- Price ----- */
.woocommerce .price,
.woocommerce-Price-amount {
  color: var(--theme-palette-color-1);
  font-family: var(--twr-font-serif);
  font-size: 18px;
}

/* ----- Buttons ----- */
.woocommerce .button,
.woocommerce button.button {
  background-color: var(--theme-palette-color-1) !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  font-family: var(--twr-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 20px !important;
}

.woocommerce .button:hover {
  background-color: var(--theme-palette-color-2) !important;
}

/* ----- Hide star ratings ----- */
.woocommerce .star-rating {
  display: none;
}

/* ----- Product card (content-product.php override) ----- */
.twr-product-card {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.twr-product-card__image-link {
  display: block;
  line-height: 0; /* removes inline-block gap below img */
}

.twr-product-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.twr-product-card__body {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.twr-product-card__title {
  font-family: var(--twr-font-serif);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}

.twr-product-card__title a {
  color: var(--theme-palette-color-3);
  text-decoration: none;
}

.twr-product-card__title a:hover {
  color: var(--theme-palette-color-1);
}

.twr-product-card__price {
  display: block;
}

/* ----- Quantity input (no spinners) ----- */
.twr-quantity input[type=text] {
  -moz-appearance: textfield;
  appearance: textfield;
  width: 60px;
  text-align: center;
  border: 1px solid var(--theme-palette-color-5);
  padding: 6px 8px;
  font-family: var(--twr-font-sans);
  font-size: 14px;
}

/* Suppress any residual number-input spinners (belt-and-braces) */
.twr-quantity input[type=number]::-webkit-outer-spin-button,
.twr-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ----- Product page short description ----- */
.woocommerce div.product .woocommerce-product-details__short-description {
  font-family: var(--twr-font-serif);
  font-size: 17px;
  line-height: 1.6;
  max-width: 600px;
}

/* ----- Subscription gate (twr-subscription-manager plugin) ----- */
.twr-subscription-gate {
  border: 1px solid var(--theme-palette-color-5);
  padding: 32px;
  text-align: center;
  background: var(--theme-palette-color-6);
  margin: 40px 0;
}

.twr-subscription-gate .twr-gate-title {
  font-family: var(--twr-font-serif);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}

ul#menu-footer {
  display: flex;
  color: #ffffff;
  justify-content: flex-start;
  gap: 12px;
  font-size: 17px;
}

ul#menu-footer li a {
  color: #ffffff;
}

.twr-carousel-wrapper .twr-carousel-slide__button {
  font-family: "Montserrat" !important;
}

.twr-carousel-wrapper .twr-carousel-slide__author {
  font-family: "Georgia Pro" !important;
}

.twr-carousel-wrapper .twr-carousel-slide__title {
  font-family: "Georgia Pro" !important;
}

h2.wp-block-heading.alignwide.has-text-align-center.has-twr-h-1-font-size {
  font-family: "Georgia Pro" !important;
}

.ct-last-page-text {
  display: none !important;
}

.twp-wrapper {
  position: relative;
  width: 100%;
  border: 2px solid #000 !important;
}

.twp-entry__left {
  border-width: 2px !important;
  border-color: #000;
  border-style: solid;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
}

.twp-card {
  border: none !important;
  border-radius: 2px;
  padding: 0;
}

/*# sourceMappingURL=main.css.map */
