@media (max-width: 680px) {
body.single-post .entry-content > h1,
body.single .entry-content > h1,
body.page-template-default .entry-content > h1,
body .wp-block-post-title,
body.single-post .entry-title,
body.single .entry-title {
font-size: 24px !important;
line-height: 1.22 !important;
letter-spacing: -0.01em !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}
body.single-post .entry-content > h2,
body.single .entry-content > h2,
body.page-template-default .entry-content > h2 {
font-size: 22px !important;
line-height: 1.25 !important;
letter-spacing: -0.008em !important;
}
body.single-post .entry-content > h3,
body.single .entry-content > h3,
body.page-template-default .entry-content > h3 {
font-size: 20px !important;
line-height: 1.28 !important;
}
}
@media (max-width: 380px) {
body.single-post .entry-content > h1,
body.single .entry-content > h1,
body.page-template-default .entry-content > h1,
body .wp-block-post-title,
body.single-post .entry-title,
body.single .entry-title {
font-size: 22px !important;
line-height: 1.24 !important;
}
} .tag-front-page,
.tag-front-page * {
box-sizing: border-box;
}
.tag-front-page {
width: 100%;
max-width: 100%;
overflow-x: clip;
background: #faf9f6;
color: #57483d;
} .tag-front-intro {
position: relative;
isolation: isolate;
width: 100%;
overflow: hidden;
padding: clamp(48px, 7vw, 88px) 20px clamp(44px, 6vw, 72px);
border-bottom: 1px solid rgba(63, 49, 39, 0.09);
background:
radial-gradient(
circle at 8% 18%,
rgba(64, 181, 235, 0.15),
transparent 32%
),
radial-gradient(
circle at 92% 82%,
rgba(144, 203, 67, 0.15),
transparent 32%
),
linear-gradient(
135deg,
#f7fcff 0%,
#fffdf9 48%,
#f7faef 100%
);
}
.tag-front-intro::before {
content: "";
position: absolute;
inset: 0;
z-index: -2;
pointer-events: none;
opacity: 0.5;
background-image:
linear-gradient(
rgba(63, 49, 39, 0.025) 1px,
transparent 1px
),
linear-gradient(
90deg,
rgba(63, 49, 39, 0.025) 1px,
transparent 1px
);
background-size: 44px 44px;
}
.tag-front-intro::after {
content: "";
position: absolute;
top: -260px;
right: -190px;
z-index: -1;
width: 600px;
height: 600px;
border-radius: 50%;
background: rgba(64, 181, 235, 0.08);
filter: blur(12px);
pointer-events: none;
}
.tag-front-intro__inner {
width: min(1120px, 100%);
margin: 0 auto;
text-align: center;
}
.tag-front-intro__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
width: auto;
margin: 0 0 18px;
padding: 9px 15px;
border: 1px solid rgba(143, 31, 27, 0.14);
border-radius: 999px;
background: rgba(255, 255, 255, 0.78);
box-shadow: 0 8px 24px rgba(43, 32, 24, 0.05);
color: #7a1f1f;
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.tag-front-intro h1 {
display: block;
width: 100%;
max-width: 1080px;
margin: 0 auto;
padding: 0;
color: #3f3127;
font-size: clamp(38px, 5vw, 66px);
font-weight: 800;
line-height: 1.08;
letter-spacing: -0.04em;
text-align: center;
text-wrap: balance;
overflow-wrap: normal;
word-break: normal;
}
.tag-front-intro__description {
display: block;
width: min(800px, 100%);
margin: 22px auto 0;
padding: 0;
color: #67594f;
font-size: clamp(17px, 1.6vw, 20px);
font-weight: 400;
line-height: 1.7;
text-align: center;
text-wrap: pretty;
} .tag-front-content-shell {
position: relative;
width: 100%;
padding: 32px 20px 0;
}
.tag-front-main {
display: block;
width: min(1280px, 100%);
max-width: 1280px;
margin: 0 auto;
padding: 0;
}
.tag-front-editor-content {
display: block;
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}
.tag-front-editor-content > *:first-child {
margin-top: 0;
}
.tag-front-editor-content > *:last-child {
margin-bottom: 0;
}
.tag-front-editor-content .alignwide,
.tag-front-editor-content .alignfull {
width: 100%;
max-width: none;
margin-right: 0;
margin-left: 0;
} .tag-front-editor-content img,
.tag-front-editor-content video,
.tag-front-editor-content iframe {
max-width: 100%;
} .tag-front-search {
width: 100%;
padding: clamp(62px, 8vw, 96px) 20px;
}
.tag-front-search__inner {
width: min(680px, 100%);
margin: 0 auto;
text-align: center;
}
.tag-front-search__title {
margin: 0 0 22px;
padding: 0;
color: #3f3127;
font-size: clamp(30px, 4vw, 44px);
font-weight: 800;
line-height: 1.15;
letter-spacing: -0.03em;
text-align: center;
} .tag-front-debug {
position: fixed;
bottom: 20px;
left: 20px;
z-index: 99999;
padding: 8px 12px;
border-radius: 6px;
background: #fb923c;
color: #111;
font-size: 13px;
font-weight: 700;
} @media (max-width: 782px) {
.tag-front-intro {
padding: 46px 16px 54px;
}
.tag-front-intro h1 {
font-size: clamp(34px, 9vw, 48px);
line-height: 1.1;
letter-spacing: -0.035em;
}
.tag-front-intro__description {
margin-top: 18px;
font-size: 17px;
line-height: 1.65;
}
.tag-front-content-shell {
padding: 24px 12px 0;
}
.tag-front-search {
padding: 58px 16px;
}
} @media (max-width: 480px) {
.tag-front-intro {
padding: 38px 14px 46px;
}
.tag-front-intro__eyebrow {
margin-bottom: 15px;
font-size: 11px;
}
.tag-front-intro h1 {
font-size: 33px;
line-height: 1.12;
}
.tag-front-intro__description {
font-size: 16px;
line-height: 1.62;
}
.tag-front-content-shell {
padding: 16px 8px 0;
}
.tag-front-search {
padding-right: 14px;
padding-left: 14px;
}
} .tag-front-intro h1 {
max-width: 1040px;
margin: 0 auto;
font-size: clamp(34px, 3.8vw, 54px);
font-weight: 700;
line-height: 1.12;
letter-spacing: -0.025em;
text-wrap: balance;
} .tag-front-intro__description {
max-width: 780px;
margin: 20px auto 0;
font-size: clamp(16px, 1.35vw, 19px);
line-height: 1.65;
} .tag-front-search__title {
font-size: clamp(27px, 3vw, 38px);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
} @media (max-width: 782px) {
.tag-front-intro h1 {
max-width: 680px;
font-size: clamp(30px, 6.7vw, 42px);
font-weight: 700;
line-height: 1.14;
letter-spacing: -0.02em;
}
.tag-front-intro__description {
max-width: 620px;
font-size: 16.5px;
line-height: 1.62;
}
} @media (max-width: 480px) {
.tag-front-intro h1 {
font-size: 28px;
font-weight: 700;
line-height: 1.16;
letter-spacing: -0.015em;
}
.tag-front-intro__description {
margin-top: 16px;
font-size: 16px;
line-height: 1.58;
}
.tag-front-search__title {
font-size: 28px;
}
} .tag-ajax-search,
.tag-ajax-search * {
box-sizing: border-box;
}
.tag-ajax-search {
display: flex;
align-items: center;
width: 100%;
min-height: 58px;
margin: 0;
padding: 5px 5px 5px 20px;
overflow: hidden;
border: 1px solid rgba(63, 49, 39, 0.16);
border-radius: 999px;
background: #ffffff;
box-shadow:
0 14px 34px rgba(43, 32, 24, 0.08),
0 2px 8px rgba(43, 32, 24, 0.04);
transition:
border-color 180ms ease,
box-shadow 180ms ease,
background-color 180ms ease;
}
.tag-ajax-search:hover {
border-color: rgba(63, 49, 39, 0.28);
}
.tag-ajax-search:focus-within {
border-color: #328fbd;
background: #ffffff;
box-shadow:
0 0 0 4px rgba(50, 143, 189, 0.13),
0 16px 38px rgba(43, 32, 24, 0.10);
}
.tag-ajax-search__input {
flex: 1 1 auto;
width: 100%;
min-width: 0;
height: 46px;
margin: 0;
padding: 0 14px 0 0;
border: 0 !important;
border-radius: 0;
outline: 0;
background: transparent;
box-shadow: none !important;
color: #3f3127;
font-family: inherit;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
appearance: none;
-webkit-appearance: none;
}
.tag-ajax-search__input:focus {
border: 0 !important;
outline: 0;
box-shadow: none !important;
}
.tag-ajax-search__input::placeholder {
color: #877b72;
opacity: 1;
}
.tag-ajax-search__input::-webkit-search-cancel-button {
margin-right: 6px;
cursor: pointer;
}
.tag-ajax-search__submit {
display: inline-flex;
flex: 0 0 48px;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
margin: 0;
padding: 0;
border: 1px solid #328fbd;
border-radius: 50%;
background: #328fbd;
color: #ffffff;
cursor: pointer;
box-shadow: 0 10px 22px rgba(50, 143, 189, 0.24);
transition:
transform 180ms ease,
background-color 180ms ease,
border-color 180ms ease,
box-shadow 180ms ease;
}
.tag-ajax-search__submit:hover {
transform: translateY(-1px);
border-color: #24789f;
background: #24789f;
box-shadow: 0 13px 26px rgba(50, 143, 189, 0.30);
}
.tag-ajax-search__submit:focus-visible {
outline: 3px solid rgba(50, 143, 189, 0.28);
outline-offset: 3px;
}
.tag-ajax-search__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 21px;
height: 21px;
line-height: 0;
pointer-events: none;
}
.tag-ajax-search__icon svg {
display: block;
width: 100%;
height: 100%;
fill: none;
stroke: currentColor;
} #search-results {
width: 100%;
margin-top: 18px;
}
#search-results[aria-busy="true"] {
opacity: 0.78;
}
.tag-search-status {
margin: 0;
padding: 14px 16px;
border: 1px solid rgba(63, 49, 39, 0.10);
border-radius: 14px;
background: #f8f6f2;
color: #67594f;
font-size: 14px;
line-height: 1.55;
text-align: left;
}
.tag-search-status--loading {
background: #f3f9fc;
color: #34677e;
}
.tag-search-status--notice,
.tag-search-status--empty {
background: #fffaf0;
color: #725c35;
}
.tag-search-status--error {
border-color: rgba(143, 31, 27, 0.18);
background: #fff4f3;
color: #8f1f1b;
}
.is-hidden {
display: none !important;
}
body.tag-search-open {
overflow: hidden;
} #search-modal[aria-hidden="true"] {
display: none;
}
#search-modal.is-open[aria-hidden="false"] {
display: flex;
} @media (max-width: 600px) {
.tag-ajax-search {
min-height: 54px;
padding: 4px 4px 4px 16px;
}
.tag-ajax-search__input {
height: 44px;
padding-right: 10px;
font-size: 16px;
}
.tag-ajax-search__submit {
flex-basis: 44px;
width: 44px;
height: 44px;
}
.tag-ajax-search__icon {
width: 19px;
height: 19px;
}
} .tag-search-page {
width: 100%;
display: flex;
justify-content: center;
background: #faf9f6;
}
.tag-search-container {
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.tag-search-hero {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
min-height: 380px;
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.tag-search-hero__content {
width: 55%;
max-width: 680px;
padding: 48px 70px 48px 40px;
text-align: center;
color: #fff;
}
.tag-search-hero__eyebrow {
margin: 0 0 12px;
font-size: 13px;
font-weight: 700;
line-height: 1.4;
letter-spacing: 0.17em;
text-transform: uppercase;
color: #fff;
}
.tag-search-hero__title {
margin: 0;
font-family: inherit;
font-size: clamp(34px, 4vw, 54px);
font-weight: 700;
line-height: 1.08;
color: #fff;
text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}
.tag-search-hero__term {
display: block;
margin-top: 18px;
font-size: clamp(21px, 2.4vw, 32px);
font-weight: 600;
line-height: 1.25;
overflow-wrap: anywhere;
}
.tag-search-hero__count {
margin: 20px 0 0;
font-size: 17px;
font-weight: 500;
color: #fff;
}
.tag-search-main {
width: 100%;
padding: 44px 24px 64px;
}
.tag-search-results {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
gap: 20px;
} .tag-search-empty {
width: 100%;
max-width: 760px;
margin: 0 auto;
padding: 48px;
text-align: center;
background: #fff;
border: 1px solid #e2ded7;
border-radius: 14px;
box-shadow: 0 10px 32px rgba(40, 35, 28, 0.07);
}
.tag-search-empty__icon {
display: flex;
align-items: center;
justify-content: center;
width: 66px;
height: 66px;
margin: 0 auto 22px;
color: #319fca;
background: #eaf6fb;
border-radius: 50%;
}
.tag-search-empty__icon svg {
display: block;
width: 31px;
height: 31px;
}
.tag-search-empty__title {
margin: 0 0 14px;
font-size: clamp(27px, 3vw, 36px);
font-weight: 700;
line-height: 1.2;
color: #211d19;
}
.tag-search-empty__message {
max-width: 620px;
margin: 0 auto 30px;
font-size: 17px;
line-height: 1.7;
color: #625d56;
} .tag-search-form {
width: 100%;
max-width: 590px;
margin: 0 auto;
}
.tag-search-form__field {
position: relative;
display: flex;
align-items: stretch;
width: 100%;
min-height: 64px;
overflow: hidden;
background: #fff;
border: 1px solid #cfcac2;
border-radius: 9px;
box-shadow: 0 3px 12px rgba(32, 28, 23, 0.05);
transition:
border-color 0.2s ease,
box-shadow 0.2s ease;
}
.tag-search-form__field:focus-within {
border-color: #319fca;
box-shadow:
0 0 0 3px rgba(49, 159, 202, 0.15),
0 3px 12px rgba(32, 28, 23, 0.05);
}
.tag-search-form__input {
display: block;
flex: 1 1 auto;
width: 100%;
min-width: 0;
height: 64px;
margin: 0;
padding: 0 20px;
font-family: inherit;
font-size: 17px;
line-height: 64px;
color: #211d19;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
outline: none;
appearance: none;
-webkit-appearance: none;
}
.tag-search-form__input:focus {
border: 0;
box-shadow: none;
outline: none;
}
.tag-search-form__input::placeholder {
color: #8b867e;
opacity: 1;
} .tag-search-form__input::-webkit-search-decoration,
.tag-search-form__input::-webkit-search-cancel-button,
.tag-search-form__input::-webkit-search-results-button,
.tag-search-form__input::-webkit-search-results-decoration {
display: none;
-webkit-appearance: none;
}
.tag-search-form__button {
position: relative;
display: flex;
flex: 0 0 68px;
align-items: center;
justify-content: center;
width: 68px;
min-width: 68px;
height: 64px;
margin: 0;
padding: 0;
color: #5f5b54;
background: #fff;
border: 0;
border-left: 1px solid #d7d2ca;
border-radius: 0;
box-shadow: none;
cursor: pointer;
transition:
color 0.2s ease,
background-color 0.2s ease;
}
.tag-search-form__button:hover,
.tag-search-form__button:focus-visible {
color: #fff;
background: #319fca;
outline: none;
}
.tag-search-form__button:focus-visible {
box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.65);
}
.tag-search-form__button svg {
display: block;
width: 25px;
height: 25px;
flex: none;
} .tag-search-empty__footer {
margin-top: 34px;
padding-top: 27px;
border-top: 1px solid #ebe7e0;
}
.tag-search-empty__footer > p {
margin: 0 0 17px;
font-size: 14px;
color: #716c65;
}
.tag-search-empty__links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
}
.tag-search-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 11px 24px;
font-size: 15px;
font-weight: 700;
line-height: 1.2;
text-decoration: none;
border-radius: 7px;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
color 0.2s ease,
transform 0.2s ease;
}
.tag-search-link:hover {
transform: translateY(-1px);
}
.tag-search-link--primary {
color: #fff;
background: #319fca;
border: 1px solid #319fca;
}
.tag-search-link--primary:hover,
.tag-search-link--primary:focus {
color: #fff;
background: #267fa2;
border-color: #267fa2;
}
.tag-search-link--secondary {
color: #2a2621;
background: #fff;
border: 1px solid #cbc6be;
}
.tag-search-link--secondary:hover,
.tag-search-link--secondary:focus {
color: #267fa2;
border-color: #319fca;
} @media screen and (max-width: 900px) {
.tag-search-hero {
justify-content: center;
min-height: 330px;
background-position: center;
}
.tag-search-hero__content {
width: 100%;
max-width: 680px;
padding: 45px 30px;
}
.tag-search-main {
padding: 36px 20px 54px;
}
.tag-search-empty {
padding: 42px 32px;
}
} @media screen and (max-width: 600px) {
.tag-search-hero {
min-height: 260px;
background-position: 38% center;
}
.tag-search-hero__content {
padding: 34px 20px;
}
.tag-search-hero__eyebrow {
margin-bottom: 9px;
font-size: 11px;
}
.tag-search-hero__term {
margin-top: 12px;
}
.tag-search-hero__count {
margin-top: 15px;
font-size: 15px;
}
.tag-search-main {
padding: 28px 14px 44px;
}
.tag-search-empty {
padding: 34px 18px;
border-radius: 10px;
}
.tag-search-empty__icon {
width: 58px;
height: 58px;
margin-bottom: 18px;
}
.tag-search-empty__message {
margin-bottom: 24px;
font-size: 16px;
line-height: 1.6;
}
.tag-search-form__field,
.tag-search-form__input,
.tag-search-form__button {
height: 58px;
min-height: 58px;
}
.tag-search-form__input {
padding: 0 15px;
font-size: 16px;
line-height: 58px;
}
.tag-search-form__button {
flex-basis: 58px;
width: 58px;
min-width: 58px;
}
.tag-search-form__button svg {
width: 23px;
height: 23px;
}
.tag-search-empty__links {
flex-direction: column;
}
.tag-search-link {
width: 100%;
}
} .tag-site-header,
.tag-site-header *,
.tag-search-modal,
.tag-search-modal * {
box-sizing: border-box;
}
.tag-site-header-spacer {
width: 100%;
height: 100px;
}
.tag-site-header {
position: fixed;
inset: 0 0 auto;
z-index: 1000;
width: 100%;
height: 100px;
border-bottom: 1px solid rgba(63, 49, 39, 0.09);
background: rgba(255, 255, 255, 0.97);
box-shadow: 0 3px 16px rgba(43, 32, 24, 0.08);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
.tag-site-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
width: min(1280px, calc(100% - 40px));
height: 100%;
margin: 0 auto;
}
.tag-site-branding {
display: flex;
flex: 0 0 auto;
align-items: center;
height: 100%;
}
.tag-site-branding__link {
display: flex;
align-items: center;
height: 100%;
text-decoration: none;
}
.tag-site-branding__logo {
display: block;
width: 160px;
height: auto;
max-height: 78px;
object-fit: contain;
}
.tag-site-navigation {
display: flex;
align-items: center;
justify-content: flex-end;
min-width: 0;
height: 100%;
}
.tag-primary-menu-panel {
display: flex;
align-items: center;
height: 100%;
}
.tag-primary-menu {
display: flex;
align-items: center;
gap: clamp(24px, 3vw, 48px);
margin: 0;
padding: 0;
list-style: none;
}
.tag-primary-menu > li {
position: relative;
display: flex;
align-items: center;
height: 100px;
margin: 0;
padding: 0;
}
.tag-primary-menu > li > a {
display: inline-flex;
align-items: center;
min-height: 44px;
padding: 8px 0;
color: #181310;
font-size: 16px;
font-weight: 600;
line-height: 1.3;
text-decoration: none;
transition: color 180ms ease;
}
.tag-primary-menu > li > a:hover,
.tag-primary-menu > li > a:focus,
.tag-primary-menu > li.current-menu-item > a,
.tag-primary-menu > li.current-menu-ancestor > a {
color: #7a1f1f;
} .tag-primary-menu .sub-menu {
position: absolute;
top: calc(100% - 10px);
left: 50%;
z-index: 100;
display: block;
width: 250px;
margin: 0;
padding: 10px;
list-style: none;
border: 1px solid rgba(63, 49, 39, 0.10);
border-radius: 16px;
background: #ffffff;
box-shadow: 0 20px 50px rgba(43, 32, 24, 0.14);
opacity: 0;
visibility: hidden;
transform: translate(-50%, 8px);
transition:
opacity 180ms ease,
transform 180ms ease,
visibility 180ms ease;
}
.tag-primary-menu li:hover > .sub-menu,
.tag-primary-menu li:focus-within > .sub-menu {
opacity: 1;
visibility: visible;
transform: translate(-50%, 0);
}
.tag-primary-menu .sub-menu li {
display: block;
width: 100%;
margin: 0;
}
.tag-primary-menu .sub-menu a {
display: block;
width: 100%;
padding: 11px 13px;
border-radius: 10px;
color: #3f3127;
font-size: 15px;
font-weight: 600;
line-height: 1.4;
text-decoration: none;
}
.tag-primary-menu .sub-menu a:hover,
.tag-primary-menu .sub-menu a:focus {
background: #f7f3ed;
color: #7a1f1f;
} .tag-header-search-button {
display: none;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
margin: 0 8px 0 0;
padding: 0;
border: 0;
border-radius: 50%;
background: transparent;
color: #3f3127;
cursor: pointer;
transition:
background-color 180ms ease,
color 180ms ease;
}
.tag-header-search-button:hover,
.tag-header-search-button:focus-visible {
background: #f3f1ed;
color: #7a1f1f;
}
.tag-header-search-button:focus-visible {
outline: 3px solid rgba(50, 143, 189, 0.25);
outline-offset: 2px;
}
.tag-header-search-button svg {
display: block;
width: 22px;
height: 22px;
} .tag-mobile-menu-toggle,
.tag-mobile-menu-button {
display: none;
} .tag-search-modal.hidden,
.tag-search-modal[aria-hidden="true"] {
display: none;
}
.tag-search-modal.is-open,
.tag-search-modal[aria-hidden="false"] {
position: fixed;
inset: 0;
z-index: 9999;
display: flex;
align-items: flex-start;
justify-content: center;
overflow-y: auto;
padding: clamp(80px, 12vh, 140px) 20px 40px;
background: rgba(28, 22, 18, 0.60);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.tag-search-modal__panel {
position: relative;
width: min(720px, 100%);
padding: clamp(28px, 5vw, 48px);
border: 1px solid rgba(63, 49, 39, 0.11);
border-radius: 28px;
background:
radial-gradient(
circle at 8% 10%,
rgba(64, 181, 235, 0.11),
transparent 34%
),
radial-gradient(
circle at 92% 90%,
rgba(144, 203, 67, 0.11),
transparent 32%
),
#fffdf9;
box-shadow: 0 34px 90px rgba(15, 10, 8, 0.28);
}
.tag-search-modal__close {
position: absolute;
top: 16px;
right: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin: 0;
padding: 0;
border: 1px solid rgba(63, 49, 39, 0.12);
border-radius: 50%;
background: rgba(255, 255, 255, 0.86);
color: #3f3127;
cursor: pointer;
}
.tag-search-modal__close:hover,
.tag-search-modal__close:focus-visible {
background: #ffffff;
color: #7a1f1f;
}
.tag-search-modal__close svg {
width: 20px;
height: 20px;
}
.tag-search-modal__heading {
margin: 0 48px 28px 0;
}
.tag-search-modal__eyebrow {
display: inline-flex;
margin: 0 0 12px;
padding: 7px 12px;
border: 1px solid rgba(143, 31, 27, 0.14);
border-radius: 999px;
background: rgba(255, 255, 255, 0.76);
color: #7a1f1f;
font-size: 11px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.tag-search-modal__heading h2 {
margin: 0;
color: #3f3127;
font-size: clamp(28px, 4vw, 40px);
font-weight: 700;
line-height: 1.16;
letter-spacing: -0.025em;
}
.tag-search-modal__helper {
max-width: 590px;
margin: 14px 0 0;
color: #67594f;
font-size: 16px;
line-height: 1.65;
}
.tag-search-results {
max-height: min(440px, 45vh);
overflow-y: auto;
margin-top: 20px;
padding-right: 4px;
}
.is-hidden {
display: none !important;
}
body.tag-search-open {
overflow: hidden;
} @media (max-width: 1100px) {
.tag-site-header-spacer,
.tag-site-header {
height: 80px;
}
.tag-site-header__inner {
width: min(100% - 28px, 1280px);
}
.tag-site-branding__logo {
width: 134px;
max-height: 65px;
}
.tag-header-search-button {
display: inline-flex;
}
.tag-mobile-menu-toggle {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
opacity: 0;
pointer-events: none;
}
.tag-mobile-menu-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
margin: 0;
border-radius: 50%;
color: #3f3127;
cursor: pointer;
}
.tag-mobile-menu-button:hover {
background: #f3f1ed;
}
.tag-mobile-menu-button svg {
display: block;
width: 25px;
height: 25px;
}
.tag-mobile-menu-button__close {
display: none;
}
.tag-mobile-menu-toggle:checked +
.tag-mobile-menu-button
.tag-mobile-menu-button__open {
display: none;
}
.tag-mobile-menu-toggle:checked +
.tag-mobile-menu-button
.tag-mobile-menu-button__close {
display: inline-flex;
}
.tag-primary-menu-panel {
position: fixed;
top: 80px;
right: 0;
bottom: 0;
z-index: 900;
display: none;
width: min(420px, 100%);
height: auto;
overflow-y: auto;
padding: 24px;
border-left: 1px solid rgba(63, 49, 39, 0.10);
background: #f7f5f1;
box-shadow: -18px 20px 50px rgba(43, 32, 24, 0.12);
}
.tag-mobile-menu-toggle:checked ~ .tag-primary-menu-panel {
display: block;
}
.tag-primary-menu {
display: block;
width: 100%;
}
.tag-primary-menu > li {
display: block;
width: 100%;
height: auto;
border-bottom: 1px solid rgba(63, 49, 39, 0.10);
}
.tag-primary-menu > li > a {
display: flex;
width: 100%;
min-height: 54px;
padding: 14px 6px;
font-size: 17px;
}
.tag-primary-menu .sub-menu {
position: static;
display: block;
width: 100%;
padding: 0 0 12px 14px;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
opacity: 1;
visibility: visible;
transform: none;
}
.tag-primary-menu .sub-menu a {
padding: 10px 8px;
font-size: 15px;
}
}
@media (max-width: 600px) {
.tag-site-header-spacer,
.tag-site-header {
height: 70px;
}
.tag-site-header__inner {
width: calc(100% - 20px);
}
.tag-site-branding__logo {
width: 118px;
max-height: 58px;
}
.tag-header-search-button {
width: 42px;
height: 42px;
margin-right: 2px;
}
.tag-mobile-menu-button {
width: 42px;
height: 42px;
}
.tag-primary-menu-panel {
top: 70px;
width: 100%;
padding: 20px;
}
.tag-search-modal.is-open,
.tag-search-modal[aria-hidden="false"] {
align-items: flex-start;
padding: 76px 10px 20px;
}
.tag-search-modal__panel {
padding: 28px 18px 22px;
border-radius: 20px;
}
.tag-search-modal__heading {
margin-right: 40px;
margin-bottom: 22px;
}
.tag-search-modal__heading h2 {
font-size: 28px;
}
}