/*
Theme Name: Olive & Abbey
Theme URI: https://oliveandabbey.com/
Author: Olive & Abbey
Description: A warm, editorial block theme for Olive & Abbey.
Version: 1.2.6
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: olive-abbey
*/

:root {
  --oa-cream: #fbf8f2;
  --oa-ink: #1d1d1b;
  --oa-salmon: #de8f7e;
  --oa-aqua: #cfe4e2;
  --oa-line: #e7dfd4;
}
/*
Theme Name: Olive & Abbey
Theme URI: https://oliveandabbey.com/
Author: Olive & Abbey
Description: A warm, editorial block theme for Olive & Abbey.
Version: 1.2.7
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: olive-abbey
*/

:root {
  --oa-cream: #fbf8f2;
  --oa-ink: #1d1d1b;
  --oa-salmon: #de8f7e;
  --oa-aqua: #cfe4e2;
  --oa-line: #1d1d1b;
}

html { scroll-behavior: smooth; }
body { background: var(--oa-cream); color: var(--oa-ink); }
a { text-underline-offset: .16em; text-decoration-thickness: 1px; }
.wp-site-blocks { min-height: 100vh; }
.oa-header { border-bottom: 1px solid var(--oa-line); }
.oa-brand-mark {
  display: block;
  width: clamp(96px, 10vw, 138px);
  aspect-ratio: 1;
  margin-inline: auto;
  background: url('assets/olive-abbey-monogram-near-black.png') center / contain no-repeat;
}
.oa-wordmark {
  margin: .4rem 0 .8rem;
  color: var(--oa-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: .02em;
}
.oa-wordmark a { color: inherit; text-decoration: none; }
.oa-nav a { text-decoration: none; }
.oa-nav a:hover, .oa-nav a:focus { color: var(--oa-salmon); }
.oa-main { min-width: 0; }
.oa-kicker, .oa-kicker a { color: var(--oa-salmon); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.oa-archive-intro { max-width: 42rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; }
.oa-query-grid { gap: 2rem; }
.oa-query-card { height: 100%; padding-bottom: 1.25rem; border-bottom: 1px solid var(--oa-line); }
.oa-query-card .wp-block-post-title { margin: .85rem 0 .45rem; }
.oa-query-card .wp-block-post-title a { text-decoration: none; }
.oa-query-card .wp-block-post-excerpt__more-link { color: var(--oa-ink); text-decoration-color: var(--oa-salmon); text-decoration-thickness: 2px; text-underline-offset: .2em; }
.oa-sidebar { border-left: 1px solid var(--oa-line); }
.oa-sidebar-card { border-top: 3px solid var(--oa-salmon); }
.oa-sidebar-card + .oa-sidebar-card { margin-top: 1.25rem; }
.oa-sidebar-card.is-aqua { border-top-color: var(--oa-ink); background: var(--oa-cream); }
.oa-sidebar h3 { margin-top: .3rem; margin-bottom: .65rem; }
.oa-sidebar p { margin-top: .45rem; }

/* The shop is a focused, full-width product destination. */
.page-id-1221 .oa-content-shell > .wp-block-column:last-child { display: none; }
.page-id-1221 .oa-content-shell > .wp-block-column:first-child { flex-basis: 100% !important; }
.oa-eyebrow { margin-bottom: 0; color: var(--oa-salmon); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.oa-footer { border-top: 1px solid var(--oa-line); }
.oa-footer-title { margin-bottom: .25rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 400; }
.oa-footer-title a, .oa-footer-nav a { color: var(--oa-ink); text-decoration: none; }
.oa-footer-tagline { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; font-style: italic; }
.oa-footer-nav { margin-top: 1.5rem; }
.oa-footer-nav a:hover, .oa-footer-nav a:focus { color: var(--oa-salmon); }
.oa-footer-copyright { margin-top: 1.75rem; opacity: .72; }
.wp-element-button, .wp-block-button__link { transition: background-color .18s ease, color .18s ease; }
.wp-element-button:hover, .wp-block-button__link:hover { background: var(--oa-ink); }

.contact-form .pushbutton-wide {
	background: var(--oa-salmon);
	border: 1px solid var(--oa-salmon);
	border-radius: 2px;
	color: var(--oa-ink);
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	padding: .65rem 1.15rem;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus-visible {
	background: var(--oa-ink);
	border-color: var(--oa-ink);
	color: var(--oa-cream);
}
.oa-print-button { margin: .5rem 0 1.5rem; border: 1px solid var(--oa-salmon); border-radius: 2px; background: var(--oa-salmon); color: var(--oa-ink); cursor: pointer; font: inherit; font-weight: 600; letter-spacing: .01em; padding: .65rem 1.15rem; box-shadow: none; }
.oa-print-button:hover, .oa-print-button:focus-visible { background: var(--oa-ink); color: var(--oa-cream); }
.oa-print-brand { display: none; }

@media (max-width: 900px) {
  .oa-content-shell { grid-template-columns: 1fr !important; }
  .oa-sidebar { border-left: 0; border-top: 1px solid var(--oa-line); padding-left: 0 !important; padding-top: 2rem; }
}

@media (max-width: 600px) {
  .oa-brand-mark { width: 88px; }
  .oa-wordmark { font-size: 1.65rem; }
  .oa-header { padding-top: 1rem !important; }
  .oa-footer-nav .wp-block-navigation__container { gap: .65rem 1rem; justify-content: center; }
}


/* Official Olive & Abbey brand enforcement — v1.2.7 */
@media screen {
  body,
  .wp-site-blocks {
    background-color: var(--oa-cream) !important;
    color: var(--oa-ink) !important;
  }

  .wp-site-blocks :where(p, h1, h2, h3, h4, h5, h6, li, dt, dd, label, figcaption, blockquote, cite, a, input, textarea, select) {
    color: var(--oa-ink) !important;
  }

  .wp-site-blocks :where(.has-background),
  .oa-sidebar-card.is-aqua {
    background-color: var(--oa-cream) !important;
  }

  .oa-header,
  .oa-footer,
  .oa-sidebar,
  .oa-query-card,
  .oa-sidebar-card,
  .wp-block-separator,
  hr {
    border-color: var(--oa-ink) !important;
  }

  .oa-kicker,
  .oa-kicker a,
  .oa-eyebrow {
    color: var(--oa-salmon) !important;
  }

  .wp-element-button,
  .wp-block-button__link,
  .contact-form .pushbutton-wide,
  .oa-print-button {
    background-color: var(--oa-salmon) !important;
    border-color: var(--oa-salmon) !important;
    color: var(--oa-ink) !important;
  }

  input,
  textarea,
  select {
    background-color: var(--oa-cream) !important;
    border-color: var(--oa-ink) !important;
  }
}

.oa-sidebar-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

@media print {
  .oa-header, .oa-footer, .oa-sidebar, .oa-print-button { display: none !important; }
  body { background: #fff; color: #000; }
  .oa-content-shell { display: block !important; }
  .oa-single-recipe { max-width: none !important; padding: 0 !important; }
  .oa-single-recipe .oa-kicker, .oa-single-recipe .wp-block-post-excerpt, .oa-single-recipe .wp-block-post-featured-image { display: none !important; }
  .oa-single-recipe h1 { font-size: 14pt !important; }
  .oa-single-recipe, .oa-single-recipe p, .oa-single-recipe li { font-family: Georgia, 'Times New Roman', serif; font-size: 12pt; }
  .oa-single-recipe h2, .oa-single-recipe h3 { break-after: avoid; font-size: 12pt !important; font-weight: 700; }
  .oa-single-recipe table, .oa-single-recipe tr { break-inside: avoid; }
  .oa-print-brand { display: block; margin-top: 2rem; font-size: 12pt; }
}
/*
Theme Name: Olive & Abbey
Theme URI: https://oliveandabbey.com/
Author: Olive & Abbey
Description: A warm, editorial block theme for Olive & Abbey.
Version: 1.2.7
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: olive-abbey
*/

:root {
  --oa-cream: #fbf8f2;
  --oa-ink: #1d1d1b;
  --oa-salmon: #de8f7e;
  --oa-aqua: #cfe4e2;
  --oa-line: #1d1d1b;
}

html { scroll-behavior: smooth; }
body { background: var(--oa-cream); color: var(--oa-ink); }
a { text-underline-offset: .16em; text-decoration-thickness: 1px; }
.wp-site-blocks { min-height: 100vh; }
.oa-header { border-bottom: 1px solid var(--oa-line); }
.oa-brand-mark {
  display: block;
  width: clamp(96px, 10vw, 138px);
  aspect-ratio: 1;
  margin-inline: auto;
  background: url('assets/olive-abbey-monogram-near-black.png') center / contain no-repeat;
}
.oa-wordmark {
  margin: .4rem 0 .8rem;
  color: var(--oa-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: .02em;
}
.oa-wordmark a { color: inherit; text-decoration: none; }
.oa-nav a { text-decoration: none; }
.oa-nav a:hover, .oa-nav a:focus { color: var(--oa-salmon); }
.oa-main { min-width: 0; }
.oa-kicker, .oa-kicker a { color: var(--oa-salmon); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.oa-archive-intro { max-width: 42rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; }
.oa-query-grid { gap: 2rem; }
.oa-query-card { height: 100%; padding-bottom: 1.25rem; border-bottom: 1px solid var(--oa-line); }
.oa-query-card .wp-block-post-title { margin: .85rem 0 .45rem; }
.oa-query-card .wp-block-post-title a { text-decoration: none; }
.oa-query-card .wp-block-post-excerpt__more-link { color: var(--oa-ink); text-decoration-color: var(--oa-salmon); text-decoration-thickness: 2px; text-underline-offset: .2em; }
.oa-sidebar { border-left: 1px solid var(--oa-line); }
.oa-sidebar-card { border-top: 3px solid var(--oa-salmon); }
.oa-sidebar-card + .oa-sidebar-card { margin-top: 1.25rem; }
.oa-sidebar-card.is-aqua { border-top-color: var(--oa-ink); background: var(--oa-cream); }
.oa-sidebar h3 { margin-top: .3rem; margin-bottom: .65rem; }
.oa-sidebar p { margin-top: .45rem; }

/* The shop is a focused, full-width product destination. */
.page-id-1221 .oa-content-shell > .wp-block-column:last-child { display: none; }
.page-id-1221 .oa-content-shell > .wp-block-column:first-child { flex-basis: 100% !important; }
.oa-eyebrow { margin-bottom: 0; color: var(--oa-salmon); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.oa-footer { border-top: 1px solid var(--oa-line); }
.oa-footer-title { margin-bottom: .25rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 400; }
.oa-footer-title a, .oa-footer-nav a { color: var(--oa-ink); text-decoration: none; }
.oa-footer-tagline { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; font-style: italic; }
.oa-footer-nav { margin-top: 1.5rem; }
.oa-footer-nav a:hover, .oa-footer-nav a:focus { color: var(--oa-salmon); }
.oa-footer-copyright { margin-top: 1.75rem; opacity: .72; }
.wp-element-button, .wp-block-button__link { transition: background-color .18s ease, color .18s ease; }
.wp-element-button:hover, .wp-block-button__link:hover { background: var(--oa-ink); }

.contact-form .pushbutton-wide {
	background: var(--oa-salmon);
	border: 1px solid var(--oa-salmon);
	border-radius: 2px;
	color: var(--oa-ink);
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	padding: .65rem 1.15rem;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus-visible {
	background: var(--oa-ink);
	border-color: var(--oa-ink);
	color: var(--oa-cream);
}
.oa-print-button { margin: .5rem 0 1.5rem; border: 1px solid var(--oa-salmon); border-radius: 2px; background: var(--oa-salmon); color: var(--oa-ink); cursor: pointer; font: inherit; font-weight: 600; letter-spacing: .01em; padding: .65rem 1.15rem; box-shadow: none; }
.oa-print-button:hover, .oa-print-button:focus-visible { background: var(--oa-ink); color: var(--oa-cream); }
.oa-print-brand { display: none; }

@media (max-width: 900px) {
  .oa-content-shell { grid-template-columns: 1fr !important; }
  .oa-sidebar { border-left: 0; border-top: 1px solid var(--oa-line); padding-left: 0 !important; padding-top: 2rem; }
}

@media (max-width: 600px) {
  .oa-brand-mark { width: 88px; }
  .oa-wordmark { font-size: 1.65rem; }
  .oa-header { padding-top: 1rem !important; }
  .oa-footer-nav .wp-block-navigation__container { gap: .65rem 1rem; justify-content: center; }
}


/* Official Olive & Abbey brand enforcement — v1.2.7 */
@media screen {
  body,
  .wp-site-blocks {
    background-color: var(--oa-cream) !important;
    color: var(--oa-ink) !important;
  }

  .wp-site-blocks :where(p, h1, h2, h3, h4, h5, h6, li, dt, dd, label, figcaption, blockquote, cite, a, input, textarea, select) {
    color: var(--oa-ink) !important;
  }

  .wp-site-blocks :where(.has-background),
  .oa-sidebar-card.is-aqua {
    background-color: var(--oa-cream) !important;
  }

  .oa-header,
  .oa-footer,
  .oa-sidebar,
  .oa-query-card,
  .oa-sidebar-card,
  .wp-block-separator,
  hr {
    border-color: var(--oa-ink) !important;
  }

  .oa-kicker,
  .oa-kicker a,
  .oa-eyebrow {
    color: var(--oa-salmon) !important;
  }

  .wp-element-button,
  .wp-block-button__link,
  .contact-form .pushbutton-wide,
  .oa-print-button {
    background-color: var(--oa-salmon) !important;
    border-color: var(--oa-salmon) !important;
    color: var(--oa-ink) !important;
  }

  input,
  textarea,
  select {
    background-color: var(--oa-cream) !important;
    border-color: var(--oa-ink) !important;
  }
}

.oa-sidebar-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

@media print {
  .oa-header, .oa-footer, .oa-sidebar, .oa-print-button { display: none !important; }
  body { background: #fff; color: #000; }
  .oa-content-shell { display: block !important; }
  .oa-single-recipe { max-width: none !important; padding: 0 !important; }/*
Theme Name: Olive & Abbey
Theme URI: https://oliveandabbey.com/
Author: Olive & Abbey
Description: A warm, editorial block theme for Olive & Abbey.
Version: 1.2.7
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: olive-abbey
*/

:root {
  --oa-cream: #fbf8f2;
  --oa-ink: #1d1d1b;
  --oa-salmon: #de8f7e;
  --oa-aqua: #cfe4e2;
  --oa-line: #1d1d1b;
}

html { scroll-behavior: smooth; }
body { background: var(--oa-cream); color: var(--oa-ink); }
a { text-underline-offset: .16em; text-decoration-thickness: 1px; }
.wp-site-blocks { min-height: 100vh; }
.oa-header { border-bottom: 1px solid var(--oa-line); }
.oa-brand-mark {
  display: block;
  width: clamp(96px, 10vw, 138px);
  aspect-ratio: 1;
  margin-inline: auto;
  background: url('assets/olive-abbey-monogram-near-black.png') center / contain no-repeat;
}
.oa-wordmark {
  margin: .4rem 0 .8rem;
  color: var(--oa-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: .02em;
}
.oa-wordmark a { color: inherit; text-decoration: none; }
.oa-nav a { text-decoration: none; }
.oa-nav a:hover, .oa-nav a:focus { color: var(--oa-salmon); }
.oa-main { min-width: 0; }
.oa-kicker, .oa-kicker a { color: var(--oa-salmon); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.oa-archive-intro { max-width: 42rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; }
.oa-query-grid { gap: 2rem; }
.oa-query-card { height: 100%; padding-bottom: 1.25rem; border-bottom: 1px solid var(--oa-line); }
.oa-query-card .wp-block-post-title { margin: .85rem 0 .45rem; }
.oa-query-card .wp-block-post-title a { text-decoration: none; }
.oa-query-card .wp-block-post-excerpt__more-link { color: var(--oa-ink); text-decoration-color: var(--oa-salmon); text-decoration-thickness: 2px; text-underline-offset: .2em; }
.oa-sidebar { border-left: 1px solid var(--oa-line); }
.oa-sidebar-card { border-top: 3px solid var(--oa-salmon); }
.oa-sidebar-card + .oa-sidebar-card { margin-top: 1.25rem; }
.oa-sidebar-card.is-aqua { border-top-color: var(--oa-ink); background: var(--oa-cream); }
.oa-sidebar h3 { margin-top: .3rem; margin-bottom: .65rem; }
.oa-sidebar p { margin-top: .45rem; }

/* The shop is a focused, full-width product destination. */
.page-id-1221 .oa-content-shell > .wp-block-column:last-child { display: none; }
.page-id-1221 .oa-content-shell > .wp-block-column:first-child { flex-basis: 100% !important; }
.oa-eyebrow { margin-bottom: 0; color: var(--oa-salmon); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.oa-footer { border-top: 1px solid var(--oa-line); }
.oa-footer-title { margin-bottom: .25rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 400; }
.oa-footer-title a, .oa-footer-nav a { color: var(--oa-ink); text-decoration: none; }
.oa-footer-tagline { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; font-style: italic; }
.oa-footer-nav { margin-top: 1.5rem; }
.oa-footer-nav a:hover, .oa-footer-nav a:focus { color: var(--oa-salmon); }
.oa-footer-copyright { margin-top: 1.75rem; opacity: .72; }
.wp-element-button, .wp-block-button__link { transition: background-color .18s ease, color .18s ease; }
.wp-element-button:hover, .wp-block-button__link:hover { background: var(--oa-ink); }

.contact-form .pushbutton-wide {
	background: var(--oa-salmon);
	border: 1px solid var(--oa-salmon);
	border-radius: 2px;
	color: var(--oa-ink);
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	padding: .65rem 1.15rem;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus-visible {
	background: var(--oa-ink);
	border-color: var(--oa-ink);
	color: var(--oa-cream);
}
.oa-print-button { margin: .5rem 0 1.5rem; border: 1px solid var(--oa-salmon); border-radius: 2px; background: var(--oa-salmon); color: var(--oa-ink); cursor: pointer; font: inherit; font-weight: 600; letter-spacing: .01em; padding: .65rem 1.15rem; box-shadow: none; }
.oa-print-button:hover, .oa-print-button:focus-visible { background: var(--oa-ink); color: var(--oa-cream); }
.oa-print-brand { display: none; }

@media (max-width: 900px) {
  .oa-content-shell { grid-template-columns: 1fr !important; }
  .oa-sidebar { border-left: 0; border-top: 1px solid var(--oa-line); padding-left: 0 !important; padding-top: 2rem; }
}

@media (max-width: 600px) {
  .oa-brand-mark { width: 88px; }
  .oa-wordmark { font-size: 1.65rem; }
  .oa-header { padding-top: 1rem !important; }
  .oa-footer-nav .wp-block-navigation__container { gap: .65rem 1rem; justify-content: center; }
}


/* Official Olive & Abbey brand enforcement — v1.2.7 */
@media screen {
  body,
  .wp-site-blocks {
    background-color: var(--oa-cream) !important;
    color: var(--oa-ink) !important;
  }

  .wp-site-blocks :where(p, h1, h2, h3, h4, h5, h6, li, dt, dd, label, figcaption, blockquote, cite, a, input, textarea, select) {
    color: var(--oa-ink) !important;
  }

  .wp-site-blocks :where(.has-background),
  .oa-sidebar-card.is-aqua {
    background-color: var(--oa-cream) !important;
  }

  .oa-header,
  .oa-footer,
  .oa-sidebar,
  .oa-query-card,
  .oa-sidebar-card,
  .wp-block-separator,
  hr {
    border-color: var(--oa-ink) !important;
  }

  .oa-kicker,
  .oa-kicker a,
  .oa-eyebrow {
    color: var(--oa-salmon) !important;
  }

  .wp-element-button,
  .wp-block-button__link,
  .contact-form .pushbutton-wide,
  .oa-print-button {
    background-color: var(--oa-salmon) !important;
    border-color: var(--oa-salmon) !important;
    color: var(--oa-ink) !important;
  }

  input,
  textarea,
  select {
    background-color: var(--oa-cream) !important;
    border-color: var(--oa-ink) !important;
  }
}

.oa-sidebar-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%/*
Theme Name: Olive & Abbey
Theme URI: https://oliveandabbey.com/
Author: Olive & Abbey
Description: A warm, editorial block theme for Olive & Abbey.
Version: 1.2.7
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: olive-abbey
*/

:root {
  --oa-cream: #fbf8f2;
  --oa-ink: #1d1d1b;
  --oa-salmon: #de8f7e;
  --oa-aqua: #cfe4e2;
  --oa-line: #1d1d1b;
}

html { scroll-behavior: smooth; }
body { background: var(--oa-cream); color: var(--oa-ink); }
a { text-underline-offset: .16em; text-decoration-thickness: 1px; }
.wp-site-blocks { min-height: 100vh; }
.oa-header { border-bottom: 1px solid var(--oa-line); }
.oa-brand-mark {
  display: block;
  width: clamp(96px, 10vw, 138px);
  aspect-ratio: 1;
  margin-inline: auto;
  background: url('assets/olive-abbey-monogram-near-black.png') center / contain no-repeat;
}
.oa-wordmark {
  margin: .4rem 0 .8rem;
  color: var(--oa-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: .02em;
}
.oa-wordmark a { color: inherit; text-decoration: none; }
.oa-nav a { text-decoration: none; }
.oa-nav a:hover, .oa-nav a:focus { color: var(--oa-salmon); }
.oa-main { min-width: 0; }
.oa-kicker, .oa-kicker a { color: var(--oa-salmon); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.oa-archive-intro { max-width: 42rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; }
.oa-query-grid { gap: 2rem; }
.oa-query-card { height: 100%; padding-bottom: 1.25rem; border-bottom: 1px solid var(--oa-line); }
.oa-query-card .wp-block-post-title { margin: .85rem 0 .45rem; }
.oa-query-card .wp-block-post-title a { text-decoration: none; }
.oa-query-card .wp-block-post-excerpt__more-link { color: var(--oa-ink); text-decoration-color: var(--oa-salmon); text-decoration-thickness: 2px; text-underline-offset: .2em; }
.oa-sidebar { border-left: 1px solid var(--oa-line); }
.oa-sidebar-card { border-top: 3px solid var(--oa-salmon); }
.oa-sidebar-card + .oa-sidebar-card { margin-top: 1.25rem; }
.oa-sidebar-card.is-aqua { border-top-color: var(--oa-ink); background: var(--oa-cream); }
.oa-sidebar h3 { margin-top: .3rem; margin-bottom: .65rem; }
.oa-sidebar p { margin-top: .45rem; }

/* The shop is a focused, full-width product destination. */
.page-id-1221 .oa-content-shell > .wp-block-column:last-child { display: none; }
.page-id-1221 .oa-content-shell > .wp-block-column:first-child { flex-basis: 100% !important; }
.oa-eyebrow { margin-bottom: 0; color: var(--oa-salmon); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.oa-footer { border-top: 1px solid var(--oa-line); }
.oa-footer-title { margin-bottom: .25rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 400; }
.oa-footer-title a, .oa-footer-nav a { color: var(--oa-ink); text-decoration: none; }
.oa-footer-tagline { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; font-style: italic; }
.oa-footer-nav { margin-top: 1.5rem; }
.oa-footer-nav a:hover, .oa-footer-nav a:focus { color: var(--oa-salmon); }
.oa-footer-copyright { margin-top: 1.75rem; opacity: .72; }
.wp-element-button, .wp-block-button__link { transition: background-color .18s ease, color .18s ease; }
.wp-element-button:hover, .wp-block-button__link:hover { background: var(--oa-ink); }

.contact-form .pushbutton-wide {
	background: var(--oa-salmon);
	border: 1px solid var(--oa-salmon);
	border-radius: 2px;
	color: var(--oa-ink);
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	padding: .65rem 1.15rem;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus-visible {
	background: var(--oa-ink);
	border-color: var(--oa-ink);
	color: var(--oa-cream);
}
.oa-print-button { margin: .5rem 0 1.5rem; border: 1px solid var(--oa-salmon); border-radius: 2px; background: var(--oa-salmon); color: var(--oa-ink); cursor: pointer; font: inherit; font-weight: 600; letter-spacing: .01em; padding: .65rem 1.15rem; box-shadow: none; }
.oa-print-button:hover, .oa-print-button:focus-visible { background: var(--oa-ink); color: var(--oa-cream); }
.oa-print-brand { display: none; }

@media (max-width: 900px) {
  .oa-content-shell { grid-template-columns: 1fr !important; }
  .oa-sidebar { border-left: 0; border-top: 1px solid var(--oa-line); padding-left: 0 !important; padding-top: 2rem; }
}

@media (max-width: 600px) {
  .oa-brand-mark { width: 88px; }
  .oa-wordmark { font-size: 1.65rem; }
  .oa-header { padding-top: 1rem !important; }
  .oa-footer-nav .wp-block-navigation__container { gap: .65rem 1rem; justify-content: center; }
}


/* Official Olive & Abbey brand enforcement — v1.2.7 */
@media screen {
  body,
  .wp-site-blocks {
    background-color: var(--oa-cream) !important;
    color: var(--oa-ink) !important;
  }

  .wp-site-blocks :where(p, h1, h2, h3, h4, h5, h6, li, dt, dd, label, figcaption, blockquote, cite, a, input, textarea, select) {
    color: var(--oa-ink) !important;
  }

  .wp-site-blocks :where(.has-background),
  .oa-sidebar-card.is-aqua {
    background-color: var(--oa-cream) !important;
  }

  .oa-header,
  .oa-footer,
  .oa-sidebar,
  .oa-query-card,
  .oa-sidebar-card,
  .wp-block-separator,
  hr {
    border-color: var(--oa-ink) !important;
  }

  .oa-kicker,
  .oa-kicker a,
  .oa-eyebrow {
    color: var(--oa-salmon) !important;
  }

  .wp-element-button,
  .wp-block-button__link,
  .contact-form .pushbutton-wide,
  .oa-print-button {
    background-color: var(--oa-salmon) !important;
    border-color: var(--oa-salmon) !important;
    color: var(--oa-ink) !important;
  }

  input,
  textarea,
  select {
    background-color: var(--oa-cream) !important;
    border-color: var(--oa-ink) !important;
  }
}

.oa-sidebar-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

@media print {
  .oa-header, .oa-footer, .oa-sidebar, .oa-print-button { display: none !important; }
  body { background: #fff; color: #000; }
  .oa-content-shell { display: block !important; }
  .oa-single-recipe { max-width: none !important; padding: 0 !important; }
  .oa-single-recipe .oa-kicker, .oa-single-recipe .wp-block-post-excerpt, .oa-single-recipe .wp-block-post-featured-image { display: none !important; }
  .oa-single-recipe h1 { font-size: 14pt !important; }
  .oa-single-recipe, .oa-single-recipe p, .oa-single-recipe li { font-family: Georgia, 'Times New Roman', serif; font-size: 12pt; }
  .oa-single-recipe h2, .oa-single-recipe h3 { break-after: avoid; font-size: 12pt !important; font-weight: 700; }
  .oa-single-recipe table, .oa-single-recipe tr { break-inside: avoid; }
  .oa-print-brand { display: block; margin-top: 2rem; font-size: 12pt; }
}

}

@media print {
  .oa-header, .oa-footer, .oa-sidebar, .oa-print-button { display: none !important; }
  body { background: #fff; color: #000; }
  .oa-content-shell { display: block !important; }
  .oa-single-recipe { max-width: none !important; padding: 0 !important; }
  .oa-single-recipe .oa-kicker, .oa-single-recipe .wp-block-post-excerpt, .oa-single-recipe .wp-block-post-featured-image { display: none !important; }
  .oa-single-recipe h1 { font-size: 14pt !important; }
  .oa-single-recipe, .oa-single-recipe p, .oa-single-recipe li { font-family: Georgia, 'Times New Roman', serif; font-size: 12pt; }
  .oa-single-recipe h2, .oa-single-recipe h3 { break-after: avoid; font-size: 12pt !important; font-weight: 700; }
  .oa-single-recipe table, .oa-single-recipe tr { break-inside: avoid; }
  .oa-print-brand { display: block; margin-top: 2rem; font-size: 12pt; }
}
  .oa-single-recipe .oa-kicker, .oa-single-recipe .wp-block-post-excerpt, .oa-single-recipe .wp-block-post-featured-image { display: none !important; }
  .oa-single-recipe h1 { font-size: 14pt !important; }
  .oa-single-recipe, .oa-single-recipe p, .oa-single-recipe li { font-family: Georgia, 'Times New Roman', serif; font-size: 12pt; }
  .oa-single-recipe h2, .oa-single-recipe h3 { break-after: avoid; font-size: 12pt !important; font-weight: 700; }
  .oa-single-recipe table, .oa-single-recipe tr { break-inside: avoid; }
  .oa-print-brand { display: block; margin-top: 2rem; font-size: 12pt; }
}

html { scroll-behavior: smooth; }
body { background: var(--oa-cream); color: var(--oa-ink); }
a { text-underline-offset: .16em; text-decoration-thickness: 1px; }
.wp-site-blocks { min-height: 100vh; }
.oa-header { border-bottom: 1px solid var(--oa-line); }
.oa-brand-mark {
  display: block;
  width: clamp(96px, 10vw, 138px);
  aspect-ratio: 1;
  margin-inline: auto;
  background: url('assets/olive-abbey-monogram-near-black.png') center / contain no-repeat;
}
.oa-wordmark {
  margin: .4rem 0 .8rem;
  color: var(--oa-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: .02em;
}
.oa-wordmark a { color: inherit; text-decoration: none; }
.oa-nav a { text-decoration: none; }
.oa-nav a:hover, .oa-nav a:focus { color: var(--oa-salmon); }
.oa-main { min-width: 0; }
.oa-kicker, .oa-kicker a { color: var(--oa-salmon); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.oa-archive-intro { max-width: 42rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; }
.oa-query-grid { gap: 2rem; }
.oa-query-card { height: 100%; padding-bottom: 1.25rem; border-bottom: 1px solid var(--oa-line); }
.oa-query-card .wp-block-post-title { margin: .85rem 0 .45rem; }
.oa-query-card .wp-block-post-title a { text-decoration: none; }
.oa-query-card .wp-block-post-excerpt__more-link { color: var(--oa-ink); text-decoration-color: var(--oa-salmon); text-decoration-thickness: 2px; text-underline-offset: .2em; }
.oa-sidebar { border-left: 1px solid var(--oa-line); }
.oa-sidebar-card { border-top: 3px solid var(--oa-salmon); }
.oa-sidebar-card + .oa-sidebar-card { margin-top: 1.25rem; }
.oa-sidebar-card.is-aqua { border-top-color: var(--oa-aqua); background: color-mix(in srgb, var(--oa-aqua) 38%, transparent); }
.oa-sidebar h3 { margin-top: .3rem; margin-bottom: .65rem; }
.oa-sidebar p { margin-top: .45rem; }

/* The shop is a focused, full-width product destination. */
.page-id-1221 .oa-content-shell > .wp-block-column:last-child { display: none; }
.page-id-1221 .oa-content-shell > .wp-block-column:first-child { flex-basis: 100% !important; }
.oa-eyebrow { margin-bottom: 0; color: var(--oa-salmon); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.oa-footer { border-top: 1px solid var(--oa-line); }
.oa-footer-title { margin-bottom: .25rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 400; }
.oa-footer-title a, .oa-footer-nav a { color: var(--oa-ink); text-decoration: none; }
.oa-footer-tagline { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; font-style: italic; }
.oa-footer-nav { margin-top: 1.5rem; }
.oa-footer-nav a:hover, .oa-footer-nav a:focus { color: var(--oa-salmon); }
.oa-footer-copyright { margin-top: 1.75rem; opacity: .72; }
.wp-element-button, .wp-block-button__link { transition: background-color .18s ease, color .18s ease; }
.wp-element-button:hover, .wp-block-button__link:hover { background: var(--oa-ink); }

.contact-form .pushbutton-wide {
	background: var(--oa-salmon);
	border: 1px solid var(--oa-salmon);
	border-radius: 2px;
	color: var(--oa-ink);
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	padding: .65rem 1.15rem;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus-visible {
	background: var(--oa-ink);
	border-color: var(--oa-ink);
	color: var(--oa-cream);
}
.oa-print-button { margin: .5rem 0 1.5rem; border: 1px solid var(--oa-salmon); border-radius: 2px; background: var(--oa-salmon); color: var(--oa-ink); cursor: pointer; font: inherit; font-weight: 600; letter-spacing: .01em; padding: .65rem 1.15rem; box-shadow: none; }
.oa-print-button:hover, .oa-print-button:focus-visible { background: var(--oa-ink); color: var(--oa-cream); }
.oa-print-brand { display: none; }

@media (max-width: 900px) {
  .oa-content-shell { grid-template-columns: 1fr !important; }
  .oa-sidebar { border-left: 0; border-top: 1px solid var(--oa-line); padding-left: 0 !important; padding-top: 2rem; }
}

@media (max-width: 600px) {
  .oa-brand-mark { width: 88px; }
  .oa-wordmark { font-size: 1.65rem; }
  .oa-header { padding-top: 1rem !important; }
  .oa-footer-nav .wp-block-navigation__container { gap: .65rem 1rem; justify-content: center; }
}

@media print {
  .oa-header, .oa-footer, .oa-sidebar, .oa-print-button { display: none !important; }
  body { background: #fff; color: #000; }
  .oa-content-shell { display: block !important; }
  .oa-single-recipe { max-width: none !important; padding: 0 !important; }
  .oa-single-recipe .oa-kicker, .oa-single-recipe .wp-block-post-excerpt, .oa-single-recipe .wp-block-post-featured-image { display: none !important; }
  .oa-single-recipe h1 { font-size: 14pt !important; }
  .oa-single-recipe, .oa-single-recipe p, .oa-single-recipe li { font-family: Georgia, 'Times New Roman', serif; font-size: 12pt; }
  .oa-single-recipe h2, .oa-single-recipe h3 { break-after: avoid; font-size: 12pt !important; font-weight: 700; }
  .oa-single-recipe table, .oa-single-recipe tr { break-inside: avoid; }
  .oa-print-brand { display: block; margin-top: 2rem; font-size: 12pt; }
}
