@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.8
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* Corporate header/navigation tuning */
.l-header {
  border-bottom: 1px solid rgba(4, 56, 76, 0.08);
}

.c-headLogo__link {
  font-weight: 700;
  letter-spacing: 0;
}

.c-gnav {
  align-items: center;
  gap: 4px;
}

.c-gnav > .menu-item > a {
  min-height: 64px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.c-gnav > .menu-item > a .ttl {
  position: relative;
}

.c-gnav > .menu-item > a::after {
  bottom: 14px;
  height: 3px;
  border-radius: 999px;
}

.c-gnav > .menu-item:last-child > a {
  min-height: auto;
  margin-left: 8px;
  padding: 10px 18px;
  color: #fff;
  background: var(--color_main);
  border-radius: 999px;
}

.c-gnav > .menu-item:last-child > a::after {
  content: none;
}

.l-header__spNav {
  border-top: 1px solid rgba(4, 56, 76, 0.08);
}

.p-spHeadMenu {
  gap: 0;
  padding: 0 8px;
  list-style: none;
}

.p-spHeadMenu .menu-item {
  list-style: none;
}

.p-spHeadMenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.p-spMenu__nav .c-listMenu,
.p-spMenu__nav .c-listMenu li {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.p-spMenu__nav .c-listMenu a {
  display: block;
  padding: 14px 18px;
  font-weight: 700;
  border-bottom: 1px solid rgba(4, 56, 76, 0.08);
}

.p-spMenu__nav .c-listMenu a::before {
  content: none;
}

@media (max-width: 959px) {
  .l-header__inner {
    min-height: 64px;
  }

  .l-header__logo {
    max-width: calc(100% - 104px);
  }
}

@media (max-width: 599px) {
  .p-spHeadMenu a {
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }
}

/* Remove SWELL starter parts that clash with the corporate top page. */
.l-header__spNav,
#main_visual,
#post_slider {
  display: none !important;
}

.home #content {
  padding-top: 0;
}

.home .l-content {
  margin-top: 0;
}

.home .post_content > .wp-block-group:first-child {
  background:
    linear-gradient(120deg, rgba(4, 56, 76, 0.94), rgba(4, 56, 76, 0.74)),
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.18), transparent 34%);
  color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding-left: max(24px, calc((100vw - 1040px) / 2)) !important;
  padding-right: max(24px, calc((100vw - 1040px) / 2)) !important;
}

.home .post_content > .wp-block-group:first-child h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.25;
}

.home .post_content > .wp-block-group:first-child p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
}

.home .post_content > .wp-block-group:first-child .wp-block-button__link {
  border-radius: 999px;
}
/* Corporate header polish. */
.l-header__bar .c-iconList {
  display: none;
}

.l-header__bar .c-catchphrase {
  width: auto;
}

@media (min-width: 960px) {
  .l-header__inner {
    min-height: 84px;
  }

  .c-gnav > li > a {
    padding: 0 18px;
    font-weight: 700;
  }

  .c-gnav > li:last-child > a {
    min-width: 132px;
    min-height: 48px;
    margin-left: 14px;
    padding: 0 22px;
    color: #fff;
    background: #04384c;
    border-radius: 999px;
  }

  .c-gnav > li:last-child > a::after {
    content: none;
  }
}

@media (max-width: 959px) {
  .l-header__bar {
    display: none;
  }
}
/* Site-type corporate page styling */
.home #content {
  max-width: none;
  padding-top: 0;
}

.home #main_content {
  max-width: none;
}

.home .l-mainContent__inner {
  margin: 0;
}

.home .post_content {
  margin: 0;
}

.ytterby-hero {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(88px, 10vw, 148px) 24px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(4, 56, 76, 0.98), rgba(9, 78, 99, 0.84)),
    linear-gradient(135deg, transparent 0 52%, rgba(255, 255, 255, 0.12) 52% 53%, transparent 53%),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.2), transparent 28%);
}

.ytterby-hero::after {
  position: absolute;
  right: max(24px, calc((100vw - 1120px) / 2));
  bottom: 46px;
  width: min(34vw, 360px);
  aspect-ratio: 1 / 1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.22) 49% 51%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.18) 49% 51%, transparent 51%);
  opacity: 0.75;
}

.ytterby-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
}

.ytterby-eyebrow,
.ytterby-section-label {
  color: #0f6b83;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ytterby-hero .ytterby-eyebrow,
.ytterby-hero h1,
.ytterby-hero .ytterby-lead {
  color: #fff;
}

.ytterby-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 6vw, 80px);
  line-height: 1.15;
}

.ytterby-lead {
  max-width: 760px;
  margin-top: 28px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 2;
}

.ytterby-buttons {
  margin-top: 34px;
}

.ytterby-section,
.ytterby-band,
.ytterby-cta {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 24px;
}

.ytterby-section h2,
.ytterby-band h2,
.ytterby-cta h2,
.ytterby-card h2,
.ytterby-card h3 {
  color: #1f2b32 !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.ytterby-section h2::before,
.ytterby-band h2::before,
.ytterby-cta h2::before,
.ytterby-card h2::before,
.ytterby-card h3::before {
  content: none !important;
}

.ytterby-section h2,
.ytterby-band h2,
.ytterby-cta h2 {
  max-width: 780px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.35;
}

.ytterby-card-grid {
  gap: 24px;
  margin-top: 36px;
}

.ytterby-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(4, 56, 76, 0.14);
  background: #fff;
  box-shadow: 0 18px 44px rgba(21, 41, 51, 0.08);
}

.ytterby-card__num {
  color: #0f6b83;
  font-size: 13px;
  font-weight: 800;
}

.ytterby-card h3 {
  margin-top: 28px;
  font-size: 24px;
}

.ytterby-card p {
  line-height: 1.9;
}

.ytterby-band {
  max-width: none;
  padding-left: max(24px, calc((100vw - 1120px) / 2));
  padding-right: max(24px, calc((100vw - 1120px) / 2));
  background: #f3f8f9;
}

.ytterby-checklist {
  padding: 0;
  list-style: none;
}

.ytterby-checklist li {
  position: relative;
  padding: 18px 0 18px 34px;
  border-bottom: 1px solid rgba(4, 56, 76, 0.14);
  line-height: 1.8;
}

.ytterby-checklist li::before {
  position: absolute;
  left: 0;
  top: 24px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #04384c;
}

.ytterby-flow {
  counter-reset: flow;
  gap: 18px;
  margin-top: 34px;
}

.ytterby-flow .wp-block-column {
  counter-increment: flow;
  padding: 26px;
  border-top: 4px solid #04384c;
  background: #f8fbfb;
}

.ytterby-flow h3::before {
  content: "STEP " counter(flow);
  display: block;
  margin-bottom: 12px;
  color: #0f6b83;
  font-size: 12px;
  font-weight: 800;
}

.ytterby-cta {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(24px, calc((100vw - 1120px) / 2));
  padding-right: max(24px, calc((100vw - 1120px) / 2));
  color: #fff;
  background: #04384c;
}

.ytterby-cta h2,
.ytterby-cta p {
  color: #fff !important;
}

.ytterby-company-table table {
  border-collapse: collapse;
}

.ytterby-company-table th {
  width: 180px;
  color: #04384c;
  background: #f3f8f9;
}

.ytterby-contact-box {
  margin-top: 32px;
  padding: 32px;
  border: 1px solid rgba(4, 56, 76, 0.14);
  background: #f8fbfb;
}

@media (max-width: 781px) {
  .ytterby-hero::after {
    width: 220px;
    opacity: 0.32;
  }

  .ytterby-card,
  .ytterby-flow .wp-block-column {
    min-height: auto;
    padding: 24px;
  }
}
/* Keep the header CTA inside the header instead of stretching vertically. */
@media (min-width: 960px) {
  .l-header__gnav .c-gnav > li:last-child,
  .l-fixHeader__gnav .c-gnav > li:last-child {
    display: flex;
    align-items: center;
  }

  .l-header__gnav .c-gnav > li:last-child > a,
  .l-fixHeader__gnav .c-gnav > li:last-child > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 132px;
    height: 44px !important;
    min-height: 0 !important;
    margin-left: 18px;
    padding: 0 22px !important;
    line-height: 1;
    color: #fff !important;
    background: #04384c;
    border-radius: 24px;
  }

  .l-header__gnav .c-gnav > li:last-child > a .ttl,
  .l-fixHeader__gnav .c-gnav > li:last-child > a .ttl {
    line-height: 1;
  }
}
/* Contact menu should not look active on every page. */
@media (min-width: 960px) {
  .l-header__gnav .c-gnav > li:last-child > a,
  .l-fixHeader__gnav .c-gnav > li:last-child > a {
    color: #04384c !important;
    background: transparent !important;
    border: 1px solid rgba(4, 56, 76, 0.38);
  }

  .l-header__gnav .c-gnav > li:last-child.current-menu-item > a,
  .l-header__gnav .c-gnav > li:last-child.current_page_item > a,
  .l-header__gnav .c-gnav > li:last-child > a:hover,
  .l-fixHeader__gnav .c-gnav > li:last-child.current-menu-item > a,
  .l-fixHeader__gnav .c-gnav > li:last-child.current_page_item > a,
  .l-fixHeader__gnav .c-gnav > li:last-child > a:hover {
    color: #fff !important;
    background: #04384c !important;
    border-color: #04384c;
  }
}
/* Normalize contact navigation item with the rest of the header menu. */
@media (min-width: 960px) {
  .l-header__gnav .c-gnav > li:last-child,
  .l-fixHeader__gnav .c-gnav > li:last-child {
    display: block;
  }

  .l-header__gnav .c-gnav > li:last-child > a,
  .l-fixHeader__gnav .c-gnav > li:last-child > a {
    display: flex !important;
    width: auto;
    min-width: 0;
    height: 100% !important;
    min-height: 0 !important;
    margin-left: 0;
    padding: 0 18px !important;
    color: var(--color_header_text) !important;
    line-height: inherit;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
  }

  .l-header__gnav .c-gnav > li:last-child > a::after,
  .l-fixHeader__gnav .c-gnav > li:last-child > a::after {
    content: "";
  }

  .l-header__gnav .c-gnav > li:last-child.current-menu-item > a,
  .l-header__gnav .c-gnav > li:last-child.current_page_item > a,
  .l-header__gnav .c-gnav > li:last-child > a:hover,
  .l-fixHeader__gnav .c-gnav > li:last-child.current-menu-item > a,
  .l-fixHeader__gnav .c-gnav > li:last-child.current_page_item > a,
  .l-fixHeader__gnav .c-gnav > li:last-child > a:hover {
    color: var(--color_header_text) !important;
    background: transparent !important;
    border: 0 !important;
  }
}
/* Bootstrap-like design layer without loading Bootstrap. */
:root {
  --ytb-primary: #04384c;
  --ytb-primary-rgb: 4, 56, 76;
  --ytb-secondary: #5f7480;
  --ytb-body: #28343a;
  --ytb-muted: #6d7b82;
  --ytb-light: #f6f9fa;
  --ytb-border: #d9e2e6;
  --ytb-radius: 8px;
  --ytb-shadow-sm: 0 2px 10px rgba(24, 44, 54, 0.06);
  --ytb-shadow: 0 16px 40px rgba(24, 44, 54, 0.1);
}

body {
  color: var(--ytb-body);
  background: #fff;
}

.l-container,
.post_content > *:not(.alignfull):not(.ytterby-hero):not(.ytterby-band):not(.ytterby-cta),
.ytterby-hero__inner,
.ytterby-section {
  max-width: 1140px;
}

.l-header {
  border-bottom: 1px solid var(--ytb-border);
  box-shadow: 0 0.125rem 0.75rem rgba(24, 44, 54, 0.05);
}

.l-header__inner {
  min-height: 76px;
}

.c-headLogo__link {
  color: #1f2b32;
  font-size: clamp(22px, 2vw, 30px);
}

.c-gnav > li > a {
  color: #33444c;
  font-size: 15px;
  font-weight: 700;
}

.c-gnav > li > a::after {
  bottom: 18px;
  height: 2px;
  background: var(--ytb-primary);
}

.c-gnav > .current-menu-item > a,
.c-gnav > .current_page_item > a {
  color: var(--ytb-primary);
}

.wp-block-button__link,
.is-style-btn_normal a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid var(--ytb-primary);
  border-radius: 0.5rem !important;
  background: var(--ytb-primary);
  box-shadow: var(--ytb-shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.wp-block-button__link:hover,
.is-style-btn_normal a:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.75rem 1.5rem rgba(var(--ytb-primary-rgb), 0.18);
  background: #032f40;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline--1 .wp-block-button__link {
  color: var(--ytb-primary);
  background: transparent;
  border-color: currentColor;
  box-shadow: none;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline--1 .wp-block-button__link:hover {
  color: #fff;
  background: var(--ytb-primary);
}

.ytterby-hero {
  min-height: clamp(560px, 66vh, 760px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(112deg, rgba(var(--ytb-primary-rgb), 0.97), rgba(43, 86, 103, 0.9)),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.18), transparent 28%);
}

.ytterby-hero h1 {
  letter-spacing: 0;
}

.ytterby-eyebrow,
.ytterby-section-label {
  color: #2d7d91;
  letter-spacing: 0.08em;
}

.ytterby-hero .ytterby-eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.ytterby-section,
.ytterby-band,
.ytterby-cta {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.ytterby-card-grid {
  gap: 1.5rem;
}

.ytterby-card,
.ytterby-flow .wp-block-column,
.ytterby-contact-box {
  border: 1px solid var(--ytb-border);
  border-radius: var(--ytb-radius);
  background: #fff;
  box-shadow: var(--ytb-shadow-sm);
}

.ytterby-card {
  padding: 2rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ytterby-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--ytb-primary-rgb), 0.25);
  box-shadow: var(--ytb-shadow);
}

.ytterby-card h2,
.ytterby-card h3 {
  margin-bottom: 0.85rem;
  font-size: clamp(22px, 2.3vw, 28px);
}

.ytterby-card p,
.ytterby-flow p,
.post_content p {
  color: var(--ytb-body);
}

.ytterby-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 1rem;
  color: #fff;
  border-radius: 50%;
  background: var(--ytb-primary);
}

.ytterby-band {
  background: var(--ytb-light);
}

.ytterby-checklist li {
  border-bottom-color: var(--ytb-border);
}

.ytterby-flow .wp-block-column {
  border-top: 4px solid var(--ytb-primary);
}

.ytterby-cta {
  background:
    linear-gradient(135deg, var(--ytb-primary), #0b5369);
}

.c-pageTitle {
  margin-bottom: 2.5rem;
}

.c-pageTitle__inner {
  font-size: clamp(28px, 4vw, 44px);
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  color: #1f2b32;
  background: transparent;
  padding: 0 0 0.65rem;
  border-bottom: 1px solid var(--ytb-border);
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  content: none;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  padding: 0 0 0.5rem;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  width: 72px;
  background: var(--ytb-primary);
}

.wp-block-table table,
.ytterby-company-table table {
  overflow: hidden;
  border: 1px solid var(--ytb-border);
  border-radius: var(--ytb-radius);
  box-shadow: var(--ytb-shadow-sm);
}

.wp-block-table th,
.wp-block-table td {
  padding: 1rem 1.15rem;
  border-color: var(--ytb-border);
}

.wp-block-table th {
  font-weight: 800;
  background: var(--ytb-light);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select,
.wp-block-search__input {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.9rem;
  color: var(--ytb-body);
  border: 1px solid var(--ytb-border);
  border-radius: 0.5rem;
  background: #fff;
}

input:focus,
textarea:focus,
select:focus,
.wp-block-search__input:focus {
  border-color: rgba(var(--ytb-primary-rgb), 0.55);
  box-shadow: 0 0 0 0.2rem rgba(var(--ytb-primary-rgb), 0.12);
  outline: 0;
}

.p-breadcrumb {
  color: var(--ytb-muted);
  background: var(--ytb-light);
  box-shadow: none;
}

.l-footer {
  border-top: 1px solid var(--ytb-border);
}

@media (max-width: 959px) {
  .l-header__inner {
    min-height: 64px;
  }

  .ytterby-hero {
    min-height: 560px;
  }
}

@media (max-width: 599px) {
  .wp-block-buttons {
    gap: 0.75rem;
  }

  .wp-block-button,
  .wp-block-button__link {
    width: 100%;
  }
}
/* Red victory palette: passion, strength, and trust. */
:root {
  --ytb-primary: #b11226;
  --ytb-primary-rgb: 177, 18, 38;
  --ytb-secondary: #7a0c1a;
  --ytb-body: #2b2426;
  --ytb-muted: #766a6d;
  --ytb-light: #fff8f6;
  --ytb-border: #ead9d5;
  --ytb-gold: #d6a23a;
  --color_main: #b11226;
  --color_main_dark: #7a0c1a;
  --color_link: #b11226;
  --color_htag: #b11226;
  --color_header_text: #2b2426;
}

.l-header__bar {
  background: #1f252b;
}

.c-gnav > li > a::after,
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  background: var(--ytb-primary);
}

.c-gnav > .current-menu-item > a,
.c-gnav > .current_page_item > a,
.c-gnav > li > a:hover {
  color: var(--ytb-primary);
}

.wp-block-button__link,
.is-style-btn_normal a {
  border-color: var(--ytb-primary);
  background: var(--ytb-primary);
}

.wp-block-button__link:hover,
.is-style-btn_normal a:hover {
  background: #8f0e1f;
  box-shadow: 0 0.75rem 1.5rem rgba(var(--ytb-primary-rgb), 0.22);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline--1 .wp-block-button__link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.78);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline--1 .wp-block-button__link:hover {
  color: var(--ytb-primary);
  background: #fff;
}

.ytterby-hero {
  background:
    linear-gradient(112deg, rgba(31, 37, 43, 0.96), rgba(122, 12, 26, 0.92)),
    radial-gradient(circle at 78% 22%, rgba(214, 162, 58, 0.2), transparent 28%),
    linear-gradient(135deg, transparent 0 54%, rgba(255, 255, 255, 0.1) 54% 55%, transparent 55%);
}

.ytterby-hero::after {
  border-color: rgba(214, 162, 58, 0.3);
  background:
    linear-gradient(90deg, transparent 49%, rgba(214, 162, 58, 0.28) 49% 51%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.16) 49% 51%, transparent 51%);
}

.ytterby-eyebrow,
.ytterby-section-label,
.ytterby-card__num,
.ytterby-flow h3::before {
  color: var(--ytb-gold);
}

.ytterby-card__num {
  background: var(--ytb-primary);
}

.ytterby-card:hover {
  border-color: rgba(var(--ytb-primary-rgb), 0.25);
}

.ytterby-band,
.wp-block-table th,
.ytterby-contact-box {
  background: var(--ytb-light);
}

.ytterby-checklist li::before,
.ytterby-flow .wp-block-column {
  border-color: var(--ytb-primary);
}

.ytterby-checklist li::before {
  background: var(--ytb-primary);
}

.ytterby-cta {
  background:
    linear-gradient(135deg, #7a0c1a, #b11226 58%, #1f252b);
}

.p-breadcrumb {
  background: var(--ytb-light);
}

input:focus,
textarea:focus,
select:focus,
.wp-block-search__input:focus {
  border-color: rgba(var(--ytb-primary-rgb), 0.55);
  box-shadow: 0 0 0 0.2rem rgba(var(--ytb-primary-rgb), 0.12);
}
/* Make the hero section clearly red and energetic. */
.ytterby-hero {
  background:
    linear-gradient(112deg, rgba(122, 12, 26, 0.98) 0%, rgba(177, 18, 38, 0.94) 48%, rgba(31, 37, 43, 0.94) 100%),
    radial-gradient(circle at 78% 22%, rgba(214, 162, 58, 0.28), transparent 30%),
    linear-gradient(135deg, transparent 0 54%, rgba(255, 255, 255, 0.1) 54% 55%, transparent 55%) !important;
}

.ytterby-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 38%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 28px);
}

.ytterby-hero::after {
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(90deg, transparent 49%, rgba(214, 162, 58, 0.34) 49% 51%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.22) 49% 51%, transparent 51%);
}

.ytterby-hero .wp-block-button__link {
  color: #7a0c1a;
  background: #fff;
  border-color: #fff;
}

.ytterby-hero .wp-block-button__link:hover {
  color: #fff;
  background: #1f252b;
  border-color: #1f252b;
}

.ytterby-hero .wp-block-button.is-style-outline .wp-block-button__link,
.ytterby-hero .wp-block-button.is-style-outline--1 .wp-block-button__link {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.82);
}

.ytterby-hero .wp-block-button.is-style-outline .wp-block-button__link:hover,
.ytterby-hero .wp-block-button.is-style-outline--1 .wp-block-button__link:hover {
  color: #7a0c1a;
  background: #fff;
  border-color: #fff;
}
/* Match the top header bar with the red victory palette. */
.l-header__bar {
  background: linear-gradient(90deg, #7a0c1a 0%, #b11226 58%, #1f252b 100%) !important;
}

.l-header__bar .c-catchphrase {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
}
