/* ==========================================================================
   TailTestLab — gpp- prefixed stylesheet
   Own palette, own fonts, own copy, own layout system.
   Breakpoints: 991 / 767 / 479px.
   ========================================================================== */

@font-face {
  font-family: 'GPP Sans';
  src: url('/fonts/gpp-manrope-var.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GPP Serif';
  src: url('/fonts/gpp-playfair-var.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GPP Serif';
  src: url('/fonts/gpp-playfair-italic-var.woff2') format('woff2');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --gpp-cream: #fff8ee;
  --gpp-white: #ffffff;
  --gpp-ink: #2a2118;
  --gpp-paragraph: #6b5f52;
  --gpp-border: #f0e3d2;
  --gpp-coral: #ff6b4e;
  --gpp-coral-dark: #e8552f;
  --gpp-gold: #ffb648;
  --gpp-panel: #fbf4e8;
  --gpp-error: #e52121;
  --gpp-success: #0eb232;
  --gpp-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ---------- Reset ---------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background-color: var(--gpp-cream);
  color: var(--gpp-paragraph);
  font-family: 'GPP Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
article, aside, figcaption, figure, footer, header, main, nav, section { display: block; }
img { max-width: 100%; display: inline-block; border: 0; }
a { color: inherit; background-color: transparent; }
ul, ol { margin-top: 0; margin-bottom: 26px; padding-left: 34px; }
li { padding-top: 3px; padding-bottom: 3px; padding-left: 7px; }
button, input, textarea, select { font-family: inherit; }

h1, h2, h3, h4, h5, h6 {
  color: var(--gpp-ink);
  letter-spacing: -0.4px;
  margin-top: 0;
  font-family: 'GPP Sans', Arial, sans-serif;
  font-weight: 700;
}
h1 { margin-bottom: 26px; font-size: 50px; line-height: 113%; }
h2 { margin-bottom: 24px; font-size: 42px; line-height: 115%; }
h3 { margin-bottom: 22px; font-size: 36px; line-height: 120%; }
h4 { margin-bottom: 20px; font-size: 30px; line-height: 122%; }
h5 { margin-bottom: 18px; font-size: 24px; line-height: 125%; }
h6 { margin-bottom: 16px; font-size: 18px; line-height: 140%; }
p { margin-top: 0; margin-bottom: 26px; }
strong { font-weight: 700; }
em {
  font-family: 'GPP Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
}
blockquote {
  border-left: 1px solid rgba(42, 33, 24, 0.2);
  margin-bottom: 26px;
  margin-left: 16px;
  padding: 2px 24px;
  font-family: 'GPP Serif', Georgia, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  color: var(--gpp-ink);
}
figure { margin-top: 36px; margin-bottom: 36px; }
figcaption { text-align: center; margin-top: 12px; padding-left: 10px; padding-right: 10px; font-size: 16px; line-height: 160%; }

/* ---------- Webflow-style layout helpers (gpp-w-*) ---------- */
.gpp-w-layout-grid {
  display: grid;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}
.gpp-w-dyn-list, .gpp-w-dyn-items, .gpp-w-dyn-item { display: block; }
.gpp-w-inline-block { display: inline-block; max-width: 100%; }
.gpp-w-form { margin: 0 0 15px; }
.gpp-w-input, .gpp-w-button {
  display: block;
  width: 100%;
  font-family: inherit;
}
.gpp-w-button { cursor: pointer; }

.gpp-link { text-decoration: none; }

/* Webflow-nav-equivalent companion markers (behavior fully implemented via
   .gpp-navbar/.gpp-is-open + gpp-main.js, these just document the role). */
.gpp-w-nav { position: relative; }
.gpp-w-nav-brand { position: relative; }
.gpp-w-nav-button { position: relative; }
.gpp-w-nav-menu { position: relative; }

/* ---------- Rich text (article body) ---------- */
.gpp-rich-text { width: 100%; max-width: 780px; }
.gpp-rich-text a {
  box-shadow: inset 0 -1px 0 0 var(--gpp-ink);
  color: var(--gpp-ink);
  text-decoration: none;
  transition: color 0.25s var(--gpp-ease), box-shadow 0.25s var(--gpp-ease);
}
.gpp-rich-text a:hover { box-shadow: inset 0 -28px 0 0 var(--gpp-coral); color: var(--gpp-white); }
.gpp-rich-text img { border-radius: 8px; }
.gpp-rich-text.gpp-wide { max-width: none; margin-bottom: 24px; }

/* ==========================================================================
   Navbar
   ========================================================================== */
.gpp-navbar {
  z-index: 500;
  width: 100%;
  background-color: var(--gpp-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}
.gpp-navbar-grid {
  z-index: 150;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--gpp-border);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.gpp-nav-left { justify-content: flex-start; align-items: center; display: flex; }
.gpp-nav-right { justify-content: flex-end; align-items: center; display: flex; }
.gpp-logo { height: 40px; object-fit: contain; }
.gpp-brand { justify-content: center; align-items: center; padding: 10px; display: flex; text-decoration: none; }

.gpp-search { justify-content: center; align-items: center; margin-bottom: 0; display: flex; }
.gpp-search-input {
  width: 70px;
  height: 24px;
  color: var(--gpp-ink);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  transition: width 0.25s var(--gpp-ease);
}
.gpp-search-input::placeholder { color: var(--gpp-ink); }
.gpp-search-input:hover { width: 76px; }
.gpp-search-input:focus { width: 170px; outline: none; }
.gpp-search-icon-btn {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232a2118' stroke-width='2'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  padding: 0;
  cursor: pointer;
}

.gpp-nav-menu {
  z-index: 100;
  width: 100%;
  background-color: var(--gpp-white);
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 50px 50px rgba(42, 33, 24, 0.07);
  display: none;
}
.gpp-navbar.gpp-is-open {
  max-height: 100vh;
  overflow-y: auto;
}
.gpp-navbar.gpp-is-open .gpp-nav-menu { display: block; }

.gpp-menu-button {
  height: 24px;
  min-width: 24px;
  flex: none;
  padding: 0;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.gpp-menu-icon, .gpp-close-icon {
  width: 24px;
  height: 24px;
  max-width: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.gpp-close-icon { opacity: 0; }
.gpp-navbar.gpp-is-open .gpp-menu-icon { opacity: 0; }
.gpp-navbar.gpp-is-open .gpp-close-icon { opacity: 1; }
.gpp-menu-button-text {
  color: var(--gpp-ink);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-left: 32px;
  padding: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  display: block;
}

.gpp-menu-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--gpp-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}
.gpp-menu-block {
  border-left: 1px solid var(--gpp-border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}
.gpp-menu-block.gpp-first { border-left-style: none; }
.gpp-menu-text {
  opacity: 0.5;
  color: var(--gpp-ink);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.gpp-nav-link {
  color: var(--gpp-ink);
  letter-spacing: -0.4px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: color 0.2s var(--gpp-ease);
}
.gpp-nav-link:hover, .gpp-nav-link.gpp-current { color: var(--gpp-coral); }

/* ==========================================================================
   Section / content wrappers
   ========================================================================== */
.gpp-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 210px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}
.gpp-section.gpp-page { padding-top: 80px; }
.gpp-content { width: 100%; max-width: 1200px; flex-direction: column; justify-content: flex-start; align-items: center; display: flex; }
.gpp-content-wide { width: 100%; flex-direction: column; justify-content: flex-start; align-items: center; display: flex; }
.gpp-space { width: 100%; height: 1px; background-color: var(--gpp-border); margin-top: 50px; margin-bottom: 50px; }
.gpp-space.gpp-top { margin-top: 0; }

/* ==========================================================================
   Homepage hero grid (home-c)
   ========================================================================== */
.gpp-grid-hero {
  width: 100%;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}
.gpp-collection-1c {
  width: 100%;
  height: 100%;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}
.gpp-collection-3c {
  width: 100%;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

/* Big / medium image cards with gradient overlay text (hero) */
.gpp-link-post {
  width: 100%;
  height: 680px;
  background-color: var(--gpp-ink);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  transition: transform 0.25s var(--gpp-ease), filter 0.45s var(--gpp-ease), box-shadow 0.45s var(--gpp-ease);
}
.gpp-link-post:hover { filter: brightness(110%); box-shadow: 0 50px 80px -20px rgba(42, 33, 24, 0.45); }
.gpp-link-post.gpp-h-100 { height: 100%; min-height: 230px; }
.gpp-link-post.gpp-h-340 { height: 340px; }
.gpp-link-post.gpp-h-230-margin { height: 230px; margin-bottom: 17px; }

.gpp-post-text-gradient {
  z-index: 10;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(42, 33, 24, 0), rgba(20, 15, 10, 0.92));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16% 7% 7%;
  display: flex;
}
.gpp-post-info { justify-content: flex-start; align-items: center; margin-bottom: 7px; display: flex; }
.gpp-category-pill {
  background-color: var(--gpp-white);
  color: var(--gpp-ink);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 110%;
}
.gpp-date { color: rgba(255, 255, 255, 0.65); letter-spacing: 1px; text-transform: uppercase; padding: 6px 10px; font-size: 11px; font-weight: 600; line-height: 110%; }
.gpp-date.gpp-on-light { color: rgba(42, 33, 24, 0.55); }
.gpp-post-heading { color: var(--gpp-white); margin-bottom: 0; }
.gpp-post-heading.gpp-on-light { color: var(--gpp-ink); }

/* Thumbnail-above / text-below cards (grid of 9, sidebar list) */
.gpp-post-text { z-index: 10; width: 100%; flex-direction: column; justify-content: flex-end; align-items: flex-start; display: flex; }
.gpp-link-category {
  color: rgba(42, 33, 24, 0.6);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--gpp-panel);
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: background-color 0.25s var(--gpp-ease), color 0.25s var(--gpp-ease);
}
.gpp-link-category:hover { background-color: var(--gpp-coral); color: var(--gpp-white); }
.gpp-link-post-heading { margin-top: 3px; text-decoration: none; }
.gpp-link-post-heading .gpp-post-heading { transition: color 0.2s var(--gpp-ease); }
.gpp-link-post-heading:hover .gpp-post-heading { color: var(--gpp-coral); }

.gpp-button-posts {
  width: 100%;
  border: 2px solid var(--gpp-ink);
  background-color: var(--gpp-ink);
  color: var(--gpp-white);
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 115%;
  transition: color 0.25s var(--gpp-ease), background-color 0.25s var(--gpp-ease);
  display: inline-block;
  text-decoration: none;
}
.gpp-button-posts:hover { color: var(--gpp-ink); background-color: transparent; }
.gpp-button-posts.gpp-max-w { max-width: 250px; }

/* ==========================================================================
   Subscribe block
   ========================================================================== */
.gpp-subscribe {
  width: 100%;
  background-color: var(--gpp-panel);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}
.gpp-subscribe-block {
  width: 100%;
  max-width: 790px;
  background-color: var(--gpp-ink);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 62px 10%;
  display: flex;
}
.gpp-subscribe-heading { color: var(--gpp-white); margin-bottom: 16px; font-size: 48px; }
.gpp-subscribe-heading em { color: var(--gpp-gold); }
.gpp-subscribe-paragraph { max-width: 330px; opacity: 0.7; color: var(--gpp-white); font-size: 17px; line-height: 160%; margin-bottom: 0; }
.gpp-form-subscribe-wrap { width: 100%; max-width: 400px; margin-top: 24px; margin-bottom: 8px; }
.gpp-form-subscribe {
  display: grid;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
.gpp-text-field-subscribe {
  height: 50px;
  color: var(--gpp-white);
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 15px;
  font-size: 16px;
  line-height: 115%;
  transition: border-color 0.25s var(--gpp-ease);
}
.gpp-text-field-subscribe::placeholder { color: rgba(255, 255, 255, 0.5); }
.gpp-text-field-subscribe:focus { border-color: rgba(255, 255, 255, 0.35); outline: none; }
.gpp-submit-subscribe {
  border: 2px solid var(--gpp-white);
  background-color: var(--gpp-coral);
  border-color: var(--gpp-coral);
  color: var(--gpp-white);
  border-radius: 6px;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 115%;
  cursor: pointer;
  transition: color 0.25s var(--gpp-ease), background-color 0.25s var(--gpp-ease);
}
.gpp-submit-subscribe:hover { color: var(--gpp-coral); background-color: transparent; border-color: var(--gpp-white); }
.gpp-success-message, .gpp-error-message { display: none; border-radius: 6px; padding: 12px; margin-top: 8px; }
.gpp-success-message.gpp-show, .gpp-error-message.gpp-show { display: block; }
.gpp-success-message { border: 2px dashed var(--gpp-success); }
.gpp-error-message { border: 2px dashed var(--gpp-error); }
.gpp-success-text { color: var(--gpp-success); font-size: 15px; font-weight: 500; }
.gpp-error-text { color: var(--gpp-error); font-size: 15px; font-weight: 500; }

/* ==========================================================================
   Footer
   ========================================================================== */
.gpp-footer { width: 100%; flex-direction: column; justify-content: center; align-items: center; margin-top: auto; padding-left: 30px; padding-right: 30px; display: flex; }
.gpp-grid-footer {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  border-top: 1px solid var(--gpp-border);
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.gpp-block-footer { justify-content: flex-start; align-items: center; display: flex; flex-wrap: wrap; }
.gpp-block-footer-link { border-left: 1px solid var(--gpp-border); flex-direction: column; justify-content: flex-start; align-items: flex-start; padding-left: 50px; display: flex; }
.gpp-link-footer { opacity: 0.65; color: var(--gpp-ink); padding-top: 7px; padding-bottom: 7px; font-size: 15px; font-weight: 600; line-height: 140%; text-decoration: none; transition: opacity 0.25s var(--gpp-ease); }
.gpp-link-footer:hover { opacity: 1; color: var(--gpp-coral); }
.gpp-logo-footer { height: 34px; }
.gpp-small-link-footer { opacity: 0.6; color: var(--gpp-ink); margin-left: 15px; padding: 7px; font-size: 13px; font-weight: 500; line-height: 120%; text-decoration: none; transition: opacity 0.25s var(--gpp-ease); }
.gpp-small-link-footer:hover { opacity: 1; }

/* ==========================================================================
   Category listing page (grid-content + sidebar)
   ========================================================================== */
.gpp-top-block { width: 100%; text-align: center; flex-direction: column; justify-content: center; align-items: center; padding: 85px 10%; display: flex; }
.gpp-heading-xl { margin-bottom: 0; font-size: 60px; line-height: 110%; }
.gpp-heading-xl.gpp-margin { margin-bottom: 30px; }

.gpp-grid-content { width: 100%; display: grid; grid-template-rows: auto; grid-template-columns: 2.2fr 1fr; align-items: start; position: relative; }
.gpp-posts-block { width: 100%; border-right: 1px solid var(--gpp-border); padding-right: 50px; }
.gpp-collection-1b { width: 100%; display: grid; grid-column-gap: 30px; grid-row-gap: 40px; grid-template-rows: auto; grid-template-columns: 1fr; }
.gpp-collection-item-1b { width: 100%; display: grid; grid-column-gap: 40px; grid-row-gap: 0; grid-template-rows: auto; grid-template-columns: 1fr 1.25fr; }
.gpp-post-text-center { z-index: 10; width: 100%; flex-direction: column; justify-content: center; align-items: flex-start; display: flex; }
.gpp-post-summary { margin-top: 20px; margin-bottom: 0; padding-right: 8%; font-size: 16px; line-height: 170%; }

.gpp-grid-sidebar { display: grid; grid-row-gap: 70px; grid-template-columns: 1fr; padding-left: 50px; position: sticky; top: 120px; }
.gpp-sidebar { flex-direction: column; align-items: flex-start; display: flex; }
.gpp-text-sidebar { color: var(--gpp-ink); margin-bottom: 30px; font-size: 16px; font-weight: 600; line-height: 140%; }
.gpp-collection-categories { width: 100%; display: grid; grid-row-gap: 20px; grid-template-columns: 1fr; }
.gpp-link-categories { flex-direction: row; justify-content: flex-start; align-items: center; text-decoration: none; display: flex; transition: opacity 0.2s var(--gpp-ease); }
.gpp-link-categories:hover { opacity: 0.7; }
.gpp-link-categories.gpp-current { border: 1px solid var(--gpp-border); background-color: var(--gpp-white); border-radius: 10px; margin-top: -9px; margin-bottom: -9px; padding: 8px 10px 8px 15px; }
.gpp-outline-circle { width: 20px; height: 20px; background-color: var(--gpp-white); border-radius: 100%; flex: none; margin-right: 15px; position: relative; box-shadow: inset 0 0 0 1px var(--gpp-border); }
.gpp-filled-circle { background-color: var(--gpp-coral); border-radius: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.gpp-category-heading { margin-bottom: 0; }

.gpp-tag { border: 1px solid var(--gpp-border); background-color: var(--gpp-white); color: var(--gpp-paragraph); border-radius: 8px; padding: 12px 20px; font-size: 13px; font-weight: 600; line-height: 110%; text-decoration: none; display: inline-block; margin: 0 7px 7px 0; transition: color 0.25s var(--gpp-ease), background-color 0.25s var(--gpp-ease); }
.gpp-tag:hover { background-color: var(--gpp-ink); color: var(--gpp-white); }
.gpp-tag.gpp-current { border-color: var(--gpp-coral); }
.gpp-tags-block { width: 100%; max-width: 780px; margin-top: 20px; }

.gpp-pagination { width: 100%; justify-content: flex-start; align-items: center; margin-top: 50px; display: flex; gap: 2%; }
.gpp-pg-btn { width: 49%; border: 2px solid var(--gpp-ink); background-color: var(--gpp-ink); color: var(--gpp-white); text-align: center; border-radius: 10px; padding: 18px 25px; font-size: 16px; font-weight: 600; line-height: 115%; text-decoration: none; transition: background-color 0.25s var(--gpp-ease), color 0.25s var(--gpp-ease); }
.gpp-pg-btn:hover { background-color: transparent; color: var(--gpp-ink); }
.gpp-pg-btn.gpp-next { margin-left: auto; }

/* ==========================================================================
   Article / post detail page
   ========================================================================== */
.gpp-main-image { width: 100%; max-height: 80vh; object-fit: cover; border-radius: 14px; }
.gpp-post-heading-block { width: 100%; max-width: 780px; margin-top: 70px; margin-bottom: 30px; }

/* ==========================================================================
   About / Contact / generic page-content
   ========================================================================== */
.gpp-page-content { width: 100%; flex-direction: column; justify-content: flex-start; align-items: center; padding-top: 100px; padding-bottom: 30px; display: flex; }
.gpp-page-block { width: 100%; max-width: 780px; flex-direction: column; align-items: flex-start; display: flex; }
.gpp-page-block.gpp-center { text-align: center; align-items: center; }
.gpp-grid-image { width: 100%; display: grid; grid-column-gap: 30px; grid-row-gap: 30px; grid-template-columns: 1fr 1fr; margin-top: 30px; margin-bottom: 60px; }
.gpp-image-about { width: 100%; object-fit: cover; border-radius: 14px; }
.gpp-paragraph-lead { max-width: 600px; margin-top: 30px; margin-bottom: 0; }

.gpp-form-block { width: 100%; margin-top: 40px; margin-bottom: 30px; }
.gpp-form { display: grid; grid-row-gap: 12px; grid-template-columns: 1fr; }
.gpp-text-field {
  height: 60px;
  border: 1px solid var(--gpp-border);
  color: var(--gpp-ink);
  background-color: var(--gpp-white);
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 115%;
  transition: border-color 0.25s var(--gpp-ease);
}
.gpp-text-field::placeholder { color: rgba(42, 33, 24, 0.5); }
.gpp-text-field:focus { border-color: var(--gpp-coral); outline: none; }
.gpp-textarea {
  max-height: 400px;
  min-height: 220px;
  width: 100%;
  border: 1px solid var(--gpp-border);
  color: var(--gpp-ink);
  background-color: var(--gpp-white);
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 150%;
  transition: border-color 0.25s var(--gpp-ease);
  resize: vertical;
}
.gpp-textarea::placeholder { color: rgba(42, 33, 24, 0.5); }
.gpp-textarea:focus { border-color: var(--gpp-coral); outline: none; }
.gpp-submit-button {
  border: 2px solid var(--gpp-ink);
  background-color: var(--gpp-ink);
  color: var(--gpp-white);
  border-radius: 10px;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 115%;
  cursor: pointer;
  transition: color 0.25s var(--gpp-ease), background-color 0.25s var(--gpp-ease);
}
.gpp-submit-button:hover { color: var(--gpp-ink); background-color: transparent; }

/* Legal pages */
.gpp-legal-updated { color: var(--gpp-paragraph); opacity: 0.7; font-size: 14px; margin-bottom: 40px; }

/* 404 */
.gpp-404-code { font-family: 'GPP Serif', Georgia, serif; font-size: 120px; color: var(--gpp-coral); margin-bottom: 0; line-height: 1; }

/* ==========================================================================
   Breakpoints — verified from source (991 / 767 / 479)
   ========================================================================== */
@media screen and (max-width: 991px) {
  h1 { font-size: 44px; }
  h2 { font-size: 37px; }
  h3 { font-size: 31px; }
  h4 { font-size: 26px; }
  h5 { font-size: 22px; }
  .gpp-link-post { height: 580px; }
  .gpp-collection-3c { grid-column-gap: 20px; }
  .gpp-subscribe { padding: 20px; }
  .gpp-subscribe-heading { font-size: 42px; }
  .gpp-posts-block { padding-right: 30px; }
  .gpp-grid-sidebar { padding-left: 30px; }
  .gpp-block-footer-link { padding-left: 30px; }
  .gpp-grid-hero, .gpp-collection-1c { grid-column-gap: 20px; grid-row-gap: 20px; }
  .gpp-heading-xl { font-size: 50px; }
  .gpp-post-heading-block { margin-top: 60px; }
  .gpp-grid-image { grid-column-gap: 20px; grid-row-gap: 20px; }
}

@media screen and (max-width: 767px) {
  h1 { font-size: 40px; }
  h2 { font-size: 33px; }
  h3 { font-size: 28px; }
  h4 { font-size: 23px; }
  h5 { font-size: 20px; }
  h6 { font-size: 17px; }

  .gpp-navbar { background-color: var(--gpp-white); position: fixed; }
  .gpp-navbar-grid { border-bottom-style: none; }
  .gpp-section, .gpp-section.gpp-page { padding-top: 0; }
  .gpp-menu-grid { grid-row-gap: 30px; border-top-color: var(--gpp-border); grid-template-columns: 1fr; }
  .gpp-menu-block { border-left-style: none; }

  .gpp-date { padding: 5px 8px; font-size: 10px; }
  .gpp-link-post { height: 80vw; }
  .gpp-link-post.gpp-h-230-margin { height: 60vw; }
  .gpp-link-post.gpp-h-100 { height: 60vw; }
  .gpp-link-post.gpp-h-340 { height: 50vw; }
  .gpp-space { margin-top: 30px; margin-bottom: 30px; }
  .gpp-link-category { padding: 4px 8px; font-size: 10px; }
  .gpp-subscribe-heading { font-size: 36px; }
  .gpp-form-subscribe { grid-template-columns: 1fr; }
  .gpp-grid-content { grid-template-columns: 1fr; }
  .gpp-posts-block { border-bottom: 1px solid var(--gpp-border); border-right-style: none; margin-bottom: 30px; padding-bottom: 30px; padding-right: 0; }
  .gpp-post-summary { margin-top: 14px; }
  .gpp-grid-sidebar { grid-row-gap: 50px; padding-left: 0; position: static; }
  .gpp-button-posts { margin-top: 40px; }
  .gpp-grid-footer { grid-row-gap: 35px; grid-template-columns: 1fr; justify-items: center; margin-top: 30px; padding-top: 30px; padding-bottom: 30px; }
  .gpp-block-footer { text-align: center; flex-direction: column; justify-content: center; }
  .gpp-block-footer-link { text-align: center; border-left-style: none; align-items: center; padding-top: 5px; padding-bottom: 5px; padding-left: 0; }
  .gpp-logo-footer { margin-bottom: 5px; }
  .gpp-small-link-footer { margin-left: 0; }
  .gpp-collection-3c { grid-column-gap: 15px; grid-row-gap: 40px; grid-template-columns: 1fr 1fr; }
  .gpp-grid-hero { grid-column-gap: 15px; grid-row-gap: 15px; grid-template-columns: 1fr; }
  .gpp-collection-1c { grid-column-gap: 15px; grid-row-gap: 15px; grid-template-columns: 1fr; }
  .gpp-collection-item-1b { grid-row-gap: 15px; grid-template-columns: 1fr; }
  .gpp-heading-xl { font-size: 44px; }
  .gpp-post-heading-block { margin-top: 40px; }
  .gpp-page-content { padding-top: 60px; padding-bottom: 10px; }
  .gpp-grid-image { grid-column-gap: 15px; grid-row-gap: 15px; margin-top: 20px; margin-bottom: 50px; grid-template-columns: 1fr; }
  .gpp-paragraph-lead { margin-top: 20px; }
  .gpp-pagination { flex-wrap: wrap; }
  .gpp-pg-btn, .gpp-pg-btn.gpp-next { width: 100%; margin-left: 0; }
  .gpp-pg-btn.gpp-next { margin-top: 12px; }
}

@media screen and (max-width: 479px) {
  h1 { font-size: 36px; }
  h2 { font-size: 30px; }
  h3 { font-size: 24px; }
  h4 { font-size: 21px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }

  .gpp-navbar { padding-left: 15px; padding-right: 15px; }
  .gpp-navbar-grid { grid-column-gap: 15px; grid-template-columns: 1fr auto; padding-top: 15px; padding-bottom: 15px; }
  .gpp-nav-right { display: none; }
  .gpp-brand { justify-content: flex-start; padding: 5px 0; }
  .gpp-section, .gpp-nav-menu { padding-left: 15px; padding-right: 15px; }
  .gpp-menu-grid { padding-top: 40px; padding-bottom: 40px; }
  .gpp-menu-text { margin-bottom: 12px; }
  .gpp-menu-button-text { display: none; }
  .gpp-link-post.gpp-h-230-margin { margin-bottom: 14px; }
  .gpp-link-post.gpp-h-340 { min-height: 230px; }
  .gpp-subscribe { padding: 10px; }
  .gpp-subscribe-block { padding-top: 50px; padding-bottom: 50px; }
  .gpp-subscribe-heading { font-size: 30px; }
  .gpp-subscribe-paragraph { font-size: 15px; }
  .gpp-collection-3c { grid-template-columns: 1fr; }
  .gpp-heading-xl { font-size: 30px; }
  .gpp-grid-image { grid-template-columns: 1fr; }
  .gpp-footer { padding-left: 15px; padding-right: 15px; }
  .gpp-404-code { font-size: 80px; }
}
