@layer properties;
@layer theme, base, components, utilities;
@layer theme {
:root, :host {
--font-sans: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--color-blue-600: oklch(54.6% 0.245 262.881);
--color-blue-700: oklch(48.8% 0.243 264.376);
--color-gray-50: oklch(98.5% 0.002 247.839);
--color-gray-100: oklch(96.7% 0.003 264.542);
--color-gray-200: oklch(92.8% 0.006 264.531);
--color-gray-900: oklch(21% 0.034 264.665);
--color-white: #fff;
--spacing: 0.25rem;
--container-xl: 36rem;
--container-2xl: 42rem;
--container-3xl: 48rem;
--text-xs: 0.75rem;
--text-xs--line-height: calc(1 / 0.75);
--text-sm: 0.875rem;
--text-sm--line-height: calc(1.25 / 0.875);
--text-base: 1rem;
--text-base--line-height: calc(1.5 / 1);
--text-lg: 1.125rem;
--text-lg--line-height: calc(1.75 / 1.125);
--text-xl: 1.25rem;
--text-xl--line-height: calc(1.75 / 1.25);
--text-3xl: 1.875rem;
--text-3xl--line-height: calc(2.25 / 1.875);
--text-6xl: 3.75rem;
--text-6xl--line-height: 1;
--text-7xl: 4.5rem;
--text-7xl--line-height: 1;
--font-weight-medium: 500;
--font-weight-semibold: 600;
--font-weight-bold: 700;
--tracking-tight: -0.025em;
--tracking-wide: 0.025em;
--leading-tight: 1.25;
--leading-relaxed: 1.625;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--default-transition-duration: 150ms;
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
--default-font-family: var(--font-sans);
--default-mono-font-family: var(--font-mono);
--color-ink: #15191f;
--color-oak: #745431;
--color-honey: #fde2bd;
--color-cream: #fbf8f3;
--color-line: #e7e0d6;
--color-body: #2b2f36;
--color-muted: #6b7079;
--font-display: "Fraunces", "Times New Roman", Georgia, serif;
}
}
@layer base {
*, ::after, ::before, ::backdrop, ::file-selector-button {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0 solid;
}
html, :host {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
tab-size: 4;
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
font-feature-settings: var(--default-font-feature-settings, normal);
font-variation-settings: var(--default-font-variation-settings, normal);
-webkit-tap-highlight-color: transparent;
}
hr {
height: 0;
color: inherit;
border-top-width: 1px;
}
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: inherit;
}
a {
color: inherit;
-webkit-text-decoration: inherit;
text-decoration: inherit;
}
b, strong {
font-weight: bolder;
}
code, kbd, samp, pre {
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
font-feature-settings: var(--default-mono-font-feature-settings, normal);
font-variation-settings: var(--default-mono-font-variation-settings, normal);
font-size: 1em;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
table {
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
}
:-moz-focusring {
outline: auto;
}
progress {
vertical-align: baseline;
}
summary {
display: list-item;
}
ol, ul, menu {
list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
display: block;
vertical-align: middle;
}
img, video {
max-width: 100%;
height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
font: inherit;
font-feature-settings: inherit;
font-variation-settings: inherit;
letter-spacing: inherit;
color: inherit;
border-radius: 0;
background-color: transparent;
opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
padding-inline-start: 20px;
}
::file-selector-button {
margin-inline-end: 4px;
}
::placeholder {
opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
::placeholder {
color: currentcolor;
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, currentcolor 50%, transparent);
}
}
}
textarea {
resize: vertical;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-date-and-time-value {
min-height: 1lh;
text-align: inherit;
}
::-webkit-datetime-edit {
display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
padding-block: 0;
}
::-webkit-calendar-picker-indicator {
line-height: 1;
}
:-moz-ui-invalid {
box-shadow: none;
}
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
display: none !important;
}
}
@layer utilities {
.visible {
visibility: visible;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border-width: 0;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: sticky;
}
.top-0 {
top: calc(var(--spacing) * 0);
}
.right-0 {
right: calc(var(--spacing) * 0);
}
.left-0 {
left: calc(var(--spacing) * 0);
}
.z-10 {
z-index: 10;
}
.z-50 {
z-index: 50;
}
.container {
width: 100%;
@media (width >= 40rem) {
max-width: 40rem;
}
@media (width >= 48rem) {
max-width: 48rem;
}
@media (width >= 64rem) {
max-width: 64rem;
}
@media (width >= 80rem) {
max-width: 80rem;
}
@media (width >= 96rem) {
max-width: 96rem;
}
}
.mx-auto {
margin-inline: auto;
}
.mt-0\.5 {
margin-top: calc(var(--spacing) * 0.5);
}
.mt-1 {
margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
margin-top: calc(var(--spacing) * 10);
}
.mt-12 {
margin-top: calc(var(--spacing) * 12);
}
.mt-auto {
margin-top: auto;
}
.mr-2 {
margin-right: calc(var(--spacing) * 2);
}
.mb-3 {
margin-bottom: calc(var(--spacing) * 3);
}
.mb-6 {
margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
margin-bottom: calc(var(--spacing) * 8);
}
.block {
display: block;
}
.contents {
display: contents;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.h-4 {
height: calc(var(--spacing) * 4);
}
.h-5 {
height: calc(var(--spacing) * 5);
}
.h-6 {
height: calc(var(--spacing) * 6);
}
.h-9 {
height: calc(var(--spacing) * 9);
}
.h-12 {
height: calc(var(--spacing) * 12);
}
.h-14 {
height: calc(var(--spacing) * 14);
}
.h-16 {
height: calc(var(--spacing) * 16);
}
.min-h-screen {
min-height: 100vh;
}
.w-4 {
width: calc(var(--spacing) * 4);
}
.w-5 {
width: calc(var(--spacing) * 5);
}
.w-6 {
width: calc(var(--spacing) * 6);
}
.w-9 {
width: calc(var(--spacing) * 9);
}
.w-12 {
width: calc(var(--spacing) * 12);
}
.w-\[92\%\] {
width: 92%;
}
.w-auto {
width: auto;
}
.max-w-2xl {
max-width: var(--container-2xl);
}
.max-w-3xl {
max-width: var(--container-3xl);
}
.max-w-\[80rem\] {
max-width: 80rem;
}
.max-w-xl {
max-width: var(--container-xl);
}
.shrink-0 {
flex-shrink: 0;
}
.flex-grow {
flex-grow: 1;
}
.scroll-mt-28 {
scroll-margin-top: calc(var(--spacing) * 28);
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-center {
align-items: center;
}
.items-start {
align-items: flex-start;
}
.justify-between {
justify-content: space-between;
}
.justify-center {
justify-content: center;
}
.gap-2 {
gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
gap: calc(var(--spacing) * 3);
}
.gap-4 {
gap: calc(var(--spacing) * 4);
}
.gap-5 {
gap: calc(var(--spacing) * 5);
}
.gap-7 {
gap: calc(var(--spacing) * 7);
}
.gap-8 {
gap: calc(var(--spacing) * 8);
}
.space-y-2 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-3 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-4 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
}
.gap-x-4 {
column-gap: calc(var(--spacing) * 4);
}
.gap-y-1 {
row-gap: calc(var(--spacing) * 1);
}
.overflow-hidden {
overflow: hidden;
}
.rounded-2xl {
border-radius: var(--radius-2xl);
}
.rounded-full {
border-radius: calc(infinity * 1px);
}
.rounded-lg {
border-radius: var(--radius-lg);
}
.rounded-md {
border-radius: var(--radius-md);
}
.rounded-xl {
border-radius: var(--radius-xl);
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-t {
border-top-style: var(--tw-border-style);
border-top-width: 1px;
}
.border-b {
border-bottom-style: var(--tw-border-style);
border-bottom-width: 1px;
}
.border-l-4 {
border-left-style: var(--tw-border-style);
border-left-width: 4px;
}
.border-gray-100 {
border-color: var(--color-gray-100);
}
.border-gray-200 {
border-color: var(--color-gray-200);
}
.border-line {
border-color: var(--color-line);
}
.border-oak {
border-color: var(--color-oak);
}
.border-white\/10 {
border-color: color-mix(in srgb, #fff 10%, transparent);
@supports (color: color-mix(in lab, red, red)) {
border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
}
}
.bg-blue-600 {
background-color: var(--color-blue-600);
}
.bg-cream\/95 {
background-color: color-mix(in srgb, #fbf8f3 95%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-cream) 95%, transparent);
}
}
.bg-gray-50 {
background-color: var(--color-gray-50);
}
.bg-honey {
background-color: var(--color-honey);
}
.bg-ink {
background-color: var(--color-ink);
}
.bg-oak\/10 {
background-color: color-mix(in srgb, #745431 10%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-oak) 10%, transparent);
}
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
background-color: var(--color-white);
}
.bg-white\/15 {
background-color: color-mix(in srgb, #fff 15%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
}
}
.p-2 {
padding: calc(var(--spacing) * 2);
}
.p-4 {
padding: calc(var(--spacing) * 4);
}
.p-6 {
padding: calc(var(--spacing) * 6);
}
.px-1 {
padding-inline: calc(var(--spacing) * 1);
}
.px-4 {
padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
padding-inline: calc(var(--spacing) * 5);
}
.py-2 {
padding-block: calc(var(--spacing) * 2);
}
.py-2\.5 {
padding-block: calc(var(--spacing) * 2.5);
}
.py-8 {
padding-block: calc(var(--spacing) * 8);
}
.pt-0 {
padding-top: calc(var(--spacing) * 0);
}
.pt-4 {
padding-top: calc(var(--spacing) * 4);
}
.pt-\[4px\] {
padding-top: 4px;
}
.pt-\[10px\] {
padding-top: 10px;
}
.pt-\[16px\] {
padding-top: 16px;
}
.pb-2 {
padding-bottom: calc(var(--spacing) * 2);
}
.font-display {
font-family: var(--font-display);
}
.text-3xl {
font-size: var(--text-3xl);
line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-6xl {
font-size: var(--text-6xl);
line-height: var(--tw-leading, var(--text-6xl--line-height));
}
.text-base {
font-size: var(--text-base);
line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
font-size: var(--text-sm);
line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
font-size: var(--text-xl);
line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
font-size: var(--text-xs);
line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[0\.7rem\] {
font-size: 0.7rem;
}
.leading-none {
--tw-leading: 1;
line-height: 1;
}
.leading-relaxed {
--tw-leading: var(--leading-relaxed);
line-height: var(--leading-relaxed);
}
.leading-tight {
--tw-leading: var(--leading-tight);
line-height: var(--leading-tight);
}
.font-bold {
--tw-font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-bold);
}
.font-medium {
--tw-font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-medium);
}
.font-semibold {
--tw-font-weight: var(--font-weight-semibold);
font-weight: var(--font-weight-semibold);
}
.tracking-\[0\.18em\] {
--tw-tracking: 0.18em;
letter-spacing: 0.18em;
}
.tracking-\[0\.22em\] {
--tw-tracking: 0.22em;
letter-spacing: 0.22em;
}
.tracking-tight {
--tw-tracking: var(--tracking-tight);
letter-spacing: var(--tracking-tight);
}
.tracking-wide {
--tw-tracking: var(--tracking-wide);
letter-spacing: var(--tracking-wide);
}
.text-body {
color: var(--color-body);
}
.text-gray-900 {
color: var(--color-gray-900);
}
.text-honey {
color: var(--color-honey);
}
.text-ink {
color: var(--color-ink);
}
.text-ink\/75 {
color: color-mix(in srgb, #15191f 75%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-ink) 75%, transparent);
}
}
.text-muted {
color: var(--color-muted);
}
.text-oak {
color: var(--color-oak);
}
.text-white {
color: var(--color-white);
}
.text-white\/45 {
color: color-mix(in srgb, #fff 45%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-white) 45%, transparent);
}
}
.text-white\/50 {
color: color-mix(in srgb, #fff 50%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-white) 50%, transparent);
}
}
.text-white\/70 {
color: color-mix(in srgb, #fff 70%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-white) 70%, transparent);
}
}
.text-white\/75 {
color: color-mix(in srgb, #fff 75%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-white) 75%, transparent);
}
}
.text-white\/80 {
color: color-mix(in srgb, #fff 80%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-white) 80%, transparent);
}
}
.text-white\/90 {
color: color-mix(in srgb, #fff 90%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-white) 90%, transparent);
}
}
.uppercase {
text-transform: uppercase;
}
.not-italic {
font-style: normal;
}
.opacity-70 {
opacity: 70%;
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xl {
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.blur {
--tw-blur: blur(8px);
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur {
--tw-backdrop-blur: blur(8px);
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
--tw-duration: 200ms;
transition-duration: 200ms;
}
.text-shadow-lg {
text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
}
.hover\:bg-blue-700 {
&:hover {
@media (hover: hover) {
background-color: var(--color-blue-700);
}
}
}
.hover\:text-honey {
&:hover {
@media (hover: hover) {
color: var(--color-honey);
}
}
}
.hover\:text-oak {
&:hover {
@media (hover: hover) {
color: var(--color-oak);
}
}
}
.hover\:text-white {
&:hover {
@media (hover: hover) {
color: var(--color-white);
}
}
}
.focus-visible\:ring-2 {
&:focus-visible {
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
}
.focus-visible\:ring-honey {
&:focus-visible {
--tw-ring-color: var(--color-honey);
}
}
.focus-visible\:ring-ink\/40 {
&:focus-visible {
--tw-ring-color: color-mix(in srgb, #15191f 40%, transparent);
@supports (color: color-mix(in lab, red, red)) {
--tw-ring-color: color-mix(in oklab, var(--color-ink) 40%, transparent);
}
}
}
.focus-visible\:ring-white\/70 {
&:focus-visible {
--tw-ring-color: color-mix(in srgb, #fff 70%, transparent);
@supports (color: color-mix(in lab, red, red)) {
--tw-ring-color: color-mix(in oklab, var(--color-white) 70%, transparent);
}
}
}
.focus-visible\:ring-offset-2 {
&:focus-visible {
--tw-ring-offset-width: 2px;
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
}
.focus-visible\:ring-offset-ink {
&:focus-visible {
--tw-ring-offset-color: var(--color-ink);
}
}
.focus-visible\:ring-offset-transparent {
&:focus-visible {
--tw-ring-offset-color: transparent;
}
}
.focus-visible\:outline-none {
&:focus-visible {
--tw-outline-style: none;
outline-style: none;
}
}
.supports-\[backdrop-filter\]\:bg-cream\/80 {
@supports (backdrop-filter: var(--tw)) {
background-color: color-mix(in srgb, #fbf8f3 80%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-cream) 80%, transparent);
}
}
}
.sm\:grid-cols-2 {
@media (width >= 40rem) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.sm\:flex-row {
@media (width >= 40rem) {
flex-direction: row;
}
}
.sm\:items-center {
@media (width >= 40rem) {
align-items: center;
}
}
.sm\:gap-6 {
@media (width >= 40rem) {
gap: calc(var(--spacing) * 6);
}
}
.sm\:p-5 {
@media (width >= 40rem) {
padding: calc(var(--spacing) * 5);
}
}
.sm\:text-7xl {
@media (width >= 40rem) {
font-size: var(--text-7xl);
line-height: var(--tw-leading, var(--text-7xl--line-height));
}
}
.lg\:sticky {
@media (width >= 64rem) {
position: sticky;
}
}
.lg\:top-28 {
@media (width >= 64rem) {
top: calc(var(--spacing) * 28);
}
}
.lg\:col-span-2 {
@media (width >= 64rem) {
grid-column: span 2 / span 2;
}
}
.lg\:mt-0 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 0);
}
}
.lg\:flex {
@media (width >= 64rem) {
display: flex;
}
}
.lg\:hidden {
@media (width >= 64rem) {
display: none;
}
}
.lg\:h-16 {
@media (width >= 64rem) {
height: calc(var(--spacing) * 16);
}
}
.lg\:h-20 {
@media (width >= 64rem) {
height: calc(var(--spacing) * 20);
}
}
.lg\:h-\[4\.5rem\] {
@media (width >= 64rem) {
height: 4.5rem;
}
}
.lg\:grid-cols-3 {
@media (width >= 64rem) {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.lg\:flex-row {
@media (width >= 64rem) {
flex-direction: row;
}
}
.lg\:items-center {
@media (width >= 64rem) {
align-items: center;
}
}
.lg\:justify-between {
@media (width >= 64rem) {
justify-content: space-between;
}
}
.lg\:justify-end {
@media (width >= 64rem) {
justify-content: flex-end;
}
}
.lg\:gap-10 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 10);
}
}
.lg\:py-3 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 3);
}
}
.lg\:py-9 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 9);
}
}
.lg\:pt-12 {
@media (width >= 64rem) {
padding-top: calc(var(--spacing) * 12);
}
}
.lg\:text-right {
@media (width >= 64rem) {
text-align: right;
}
}
}
@property --tw-space-y-reverse {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-border-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-leading {
syntax: "*";
inherits: false;
}
@property --tw-font-weight {
syntax: "*";
inherits: false;
}
@property --tw-tracking {
syntax: "*";
inherits: false;
}
@property --tw-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-inset-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-inset-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-ring-color {
syntax: "*";
inherits: false;
}
@property --tw-ring-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
syntax: "*";
inherits: false;
}
@property --tw-inset-ring-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
syntax: "*";
inherits: false;
}
@property --tw-ring-offset-width {
syntax: "<length>";
inherits: false;
initial-value: 0px;
}
@property --tw-ring-offset-color {
syntax: "*";
inherits: false;
initial-value: #fff;
}
@property --tw-ring-offset-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-blur {
syntax: "*";
inherits: false;
}
@property --tw-brightness {
syntax: "*";
inherits: false;
}
@property --tw-contrast {
syntax: "*";
inherits: false;
}
@property --tw-grayscale {
syntax: "*";
inherits: false;
}
@property --tw-hue-rotate {
syntax: "*";
inherits: false;
}
@property --tw-invert {
syntax: "*";
inherits: false;
}
@property --tw-opacity {
syntax: "*";
inherits: false;
}
@property --tw-saturate {
syntax: "*";
inherits: false;
}
@property --tw-sepia {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-drop-shadow-size {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-blur {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-brightness {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-contrast {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-grayscale {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-hue-rotate {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-invert {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-opacity {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-saturate {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-sepia {
syntax: "*";
inherits: false;
}
@property --tw-duration {
syntax: "*";
inherits: false;
}
@property --tw-text-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-text-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@layer properties {
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
*, ::before, ::after, ::backdrop {
--tw-space-y-reverse: 0;
--tw-border-style: solid;
--tw-leading: initial;
--tw-font-weight: initial;
--tw-tracking: initial;
--tw-shadow: 0 0 #0000;
--tw-shadow-color: initial;
--tw-shadow-alpha: 100%;
--tw-inset-shadow: 0 0 #0000;
--tw-inset-shadow-color: initial;
--tw-inset-shadow-alpha: 100%;
--tw-ring-color: initial;
--tw-ring-shadow: 0 0 #0000;
--tw-inset-ring-color: initial;
--tw-inset-ring-shadow: 0 0 #0000;
--tw-ring-inset: initial;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-offset-shadow: 0 0 #0000;
--tw-blur: initial;
--tw-brightness: initial;
--tw-contrast: initial;
--tw-grayscale: initial;
--tw-hue-rotate: initial;
--tw-invert: initial;
--tw-opacity: initial;
--tw-saturate: initial;
--tw-sepia: initial;
--tw-drop-shadow: initial;
--tw-drop-shadow-color: initial;
--tw-drop-shadow-alpha: 100%;
--tw-drop-shadow-size: initial;
--tw-backdrop-blur: initial;
--tw-backdrop-brightness: initial;
--tw-backdrop-contrast: initial;
--tw-backdrop-grayscale: initial;
--tw-backdrop-hue-rotate: initial;
--tw-backdrop-invert: initial;
--tw-backdrop-opacity: initial;
--tw-backdrop-saturate: initial;
--tw-backdrop-sepia: initial;
--tw-duration: initial;
--tw-text-shadow-color: initial;
--tw-text-shadow-alpha: 100%;
}
}
}:root {
--wk-ink: #15191f;
--wk-ink-700: #262b34;
--wk-oak: #745431;
--wk-oak-dark: #5c4228;
--wk-honey: #fde2bd;
--wk-sand: #f5f1ea;
--wk-cream: #fbf8f3;
--wk-line: #e7e0d6;
--wk-text: #2b2f36;
--wk-muted: #6b7079;
--wk-homepage-gutter: clamp(1rem, 2.75vw, 1.25rem);
--wk-homepage-content: 72rem;
--wk-homepage-narrow: 56rem;
--wk-section-px: clamp(1rem, 3vw, 1.5rem);
--wk-section-py: 3.5rem;
--wk-section-py-compact: 3rem;
--wk-surface-radius: 1rem;
--wk-surface-shadow: 0 10px 28px rgba(21, 25, 31, 0.08);
}
body {
font-family:
"Plus Jakarta Sans",
"Inter",
system-ui,
-apple-system,
sans-serif;
color: var(--wk-text);
}
@media (width >= 40rem) {
:root {
--wk-section-py: 4rem;
--wk-section-py-compact: 3.5rem;
}
}
@media (width >= 64rem) {
:root {
--wk-section-py: 4.5rem;
--wk-section-py-compact: 4rem;
}
}
.wk-homepage-section {
position: relative;
box-sizing: border-box;
width: 100%;
margin-inline: auto;
}
body.wk-is-front-page .entry-content {
padding-inline: var(--wk-homepage-gutter);
}
body.wk-is-front-page .entry-content .alignfull {
margin-left: 0;
margin-right: 0;
width: 100%;
max-width: none;
}
.wk-section {
padding: var(--wk-section-py) var(--wk-section-px) !important;
}
.wk-section--compact {
padding-block: var(--wk-section-py-compact) !important;
}
.wk-section--overlap {
margin-top: -2rem !important;
padding-top: calc(var(--wk-section-py-compact) + 1rem) !important;
}
.wk-section--sand {
background: var(--wk-sand);
}
.wk-section--cta {
padding-block: var(--wk-section-py) !important;
}
body.wk-is-front-page .wk-homepage-section > :where(.wp-block-group__inner-container),
body.wk-is-front-page .wk-homepage-section > :where(.wp-block-cover__inner-container) {
max-width: var(--wk-homepage-content);
margin-inline: auto;
}
body.wk-is-front-page .wk-homepage-section > :where(.wp-block-cover__inner-container) {
width: 100%;
}
body.wk-is-front-page .wk-contact-cta > :where(.wp-block-group__inner-container) {
max-width: var(--wk-homepage-narrow);
}
.wk-hero {
min-height: 74vh !important;
margin-block: var(--wk-homepage-gutter);
padding: 7.5rem var(--wk-section-px) 4.5rem !important;
border-radius: 1.25rem;
overflow: hidden;
}
@media (width >= 64rem) {
.wk-hero {
min-height: 86vh !important;
padding-top: 9rem !important;
padding-bottom: 6rem !important;
}
}
@media (width < 40rem) {
.wk-hero {
min-height: auto !important;
padding-top: 6.25rem !important;
padding-bottom: 3.5rem !important;
}
.wk-hero__title {
margin-top: 0.85rem !important;
font-size: 2.35rem !important;
line-height: 1.05 !important;
}
.wk-hero .has-lead-font-size {
margin-top: 1rem !important;
font-size: 1rem !important;
line-height: 1.55 !important;
}
.wk-hero__cta,
.wk-hero__trust {
margin-top: 1rem !important;
}
}
.wk-hero__title {
text-shadow:
0 4px 8px rgba(0, 0, 0, 0.8),
0 2px 4px rgba(0, 0, 0, 0.6);
}
.wk-hero__title span {
display: block;
}
.wk-hero__accent {
color: var(--wk-honey);
}
.wk-hero__kicker {
color: var(--wk-honey) !important;
}
.wk-section-title {
color: var(--wk-ink);
font-family: "Fraunces", "Times New Roman", Georgia, serif;
font-size: clamp(1.875rem, 4vw, 2.5rem);
font-weight: 600;
line-height: 1.15;
text-wrap: balance;
}
.wk-section > :where(p:first-child),
.carousel__header p {
margin-block: 0;
}
.wk-section > :where(.wk-section-title, h2),
.carousel__header .wk-section-title {
margin-top: 0.35rem !important;
}
.wk-section > :where(.has-lead-font-size) {
margin-top: 0.85rem !important;
}
.wk-section :where(.wp-block-buttons) {
gap: 0.75rem;
}
.wk-section :where(.wp-block-button__link),
.site-header a.bg-honey,
.site-footer a.bg-honey {
border-radius: 0.625rem;
}
.wk-steps > .wk-section-title {
margin-bottom: 0;
}
.wk-steps > .wk-steps__grid {
margin-block-start: 3.5rem !important;
}
.wk-steps__grid {
display: flex;
flex-direction: column;
align-items: center;
gap: 0;
}
.wk-steps__grid > .wk-step,
.wk-steps__grid > .wk-steps__connector {
margin-block-start: 0 !important;
}
.wk-step {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 20rem;
text-align: center;
}
.wk-step.is-layout-flow > * + * {
margin-block-start: 0 !important;
}
.wk-step > :where(.wk-step__circle-wrap, .wp-block-heading, p) {
margin-left: 0 !important;
margin-right: 0 !important;
max-width: none !important;
}
.wk-step__circle-wrap {
margin-bottom: 1.25rem;
}
.wk-step__circle {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 5.5rem;
height: 5.5rem;
border-radius: 50%;
background-color: #ffffff;
border: 2px solid var(--wk-line);
box-shadow: 0 8px 24px rgba(21, 25, 31, 0.08);
}
.wk-step__number {
position: absolute;
top: -0.35rem;
right: -0.35rem;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 1.75rem;
height: 1.75rem;
border-radius: 50%;
background-color: var(--wk-oak);
color: #ffffff;
font-family: "Fraunces", "Times New Roman", Georgia, serif;
font-size: 0.875rem;
font-weight: 600;
line-height: 1;
box-shadow: 0 2px 8px rgba(116, 84, 49, 0.35);
}
.wk-step__icon {
width: 2rem;
height: 2rem;
background-repeat: no-repeat;
background-position: center;
background-size: 1.75rem;
}
.wk-step .wp-block-heading {
margin-top: 0;
margin-bottom: 0.625rem;
width: 100%;
}
.wk-step > p {
margin-top: 0;
margin-bottom: 0;
width: 100%;
}
.wk-steps__connector {
flex-shrink: 0;
width: 1.5rem;
height: 2.5rem;
margin: 0.75rem auto;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 48' fill='none'%3E%3Cpath d='M12 4v32' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-dasharray='5 5' opacity='0.45'/%3E%3Cpolyline points='6 30 12 38 18 30' fill='none' stroke='%23745431' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.wk-step__icon--inquiry {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}
.wk-step__icon--quote {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M15 2H9a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E");
}
.wk-step__icon--handover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2'/%3E%3Cpath d='M15 18H9'/%3E%3Cpath d='M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3C/svg%3E");
}
@media (min-width: 1024px) {
.wk-steps__grid {
display: grid;
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(
0,
1fr
);
align-items: start;
column-gap: 0;
row-gap: 0;
max-width: 56rem;
margin-left: auto;
margin-right: auto;
}
.wk-step {
max-width: none;
}
.wk-steps__connector {
width: 4.5rem;
height: 5.5rem;
margin: 0;
align-self: start;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 24' fill='none'%3E%3Cpath d='M6 12h48' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-dasharray='5 5' opacity='0.45'/%3E%3Cpolyline points='48 6 60 12 48 18' fill='none' stroke='%23745431' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
}
.wk-stats__callout {
border-left-color: var(--wk-oak) !important;
border-radius: var(--wk-surface-radius) !important;
box-shadow: var(--wk-surface-shadow);
}
.wk-intro-form {
z-index: 3;
}
.wk-contact-card,
.wk-amenity,
.wk-faq__item {
border-radius: var(--wk-surface-radius) !important;
border-color: var(--wk-line) !important;
box-shadow: var(--wk-surface-shadow);
}
.wk-contact-card,
.wk-amenity {
padding: clamp(1.25rem, 3vw, 1.75rem) !important;
}
.wk-contact-card h3 {
font-size: clamp(1.75rem, 3.2vw, 2.25rem);
line-height: 1.12;
}
.wk-contact-card__meta {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 1rem;
}
.wk-contact-card__meta-sep {
padding-inline: 0.625rem;
color: var(--wk-muted);
}
.wk-check-list {
list-style: none;
padding-left: 0;
}
.wk-check-list li {
position: relative;
padding-left: 2rem;
color: var(--wk-text);
}
.wk-check-list li::before {
content: "";
position: absolute;
left: 0;
top: 0.15em;
width: 1.25rem;
height: 1.25rem;
border-radius: 9999px;
background-color: rgba(116, 84, 49, 0.12);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 0.8rem;
}
.wk-amenities__grid > .wk-amenity {
margin-block-start: 0 !important;
height: 100%;
}
.wk-amenity {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}
.wk-amenity.is-layout-flow > * + * {
margin-block-start: 0 !important;
}
.wk-amenity > :where(.wk-amenity__icon, .wp-block-heading, p) {
margin-left: 0 !important;
margin-right: 0 !important;
max-width: none !important;
}
.wk-amenity .wp-block-heading,
.wk-amenity > p {
width: 100%;
}
.wk-amenity__icon {
margin-bottom: 1.25rem;
flex-shrink: 0;
background-repeat: no-repeat;
background-position: center;
background-size: 1.5rem;
}
.wk-amenity .wp-block-heading {
margin-top: 0;
margin-bottom: 0.625rem;
}
.wk-amenity > p {
margin-top: 0;
margin-bottom: 0;
}
.wk-amenity__icon--bed {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 4v16'/%3E%3Cpath d='M2 8h20a2 2 0 0 1 2 2v10'/%3E%3Cpath d='M2 17h20'/%3E%3Cpath d='M6 8V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E");
}
.wk-amenity__icon--kitchen {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8h1a4 4 0 0 1 0 8h-1'/%3E%3Cpath d='M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z'/%3E%3Cline x1='6' y1='1' x2='6' y2='4'/%3E%3Cline x1='10' y1='1' x2='10' y2='4'/%3E%3Cline x1='14' y1='1' x2='14' y2='4'/%3E%3C/svg%3E");
}
.wk-amenity__icon--bathroom {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 4 8 6'/%3E%3Cpath d='M17 19v2'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M7 19v2'/%3E%3Cpath d='M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5'/%3E%3C/svg%3E");
}
.wk-amenity__icon--transport {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='3' width='15' height='13'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E");
}
.wk-amenity__icon--people {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}
.wk-amenity__icon--location {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.wk-contact-cta {
margin-bottom: var(--wk-homepage-gutter);
border-radius: var(--wk-surface-radius) !important;
}
.wk-contact-cta,
.wk-contact-cta h2 {
color: #ffffff !important;
}
.wk-contact-cta p:not(.text-honey) {
color: rgba(255, 255, 255, 0.82) !important;
}
.wk-contact-cta .text-honey {
color: var(--wk-honey) !important;
} .text-shadow-lg {
text-shadow:
0 4px 8px rgba(0, 0, 0, 0.8),
0 2px 4px rgba(0, 0, 0, 0.6);
}
.text-shadow-xl {
text-shadow:
0 6px 12px rgba(0, 0, 0, 0.9),
0 3px 6px rgba(0, 0, 0, 0.7);
} .site-header a.bg-honey,
.site-footer a.bg-honey,
.wp-block-button__link.has-honey-background-color,
.wk-contact-cta .wp-block-button__link.has-honey-background-color {
background-color: var(--wk-honey) !important;
border-color: transparent !important;
color: var(--wk-ink) !important;
}
.site-header a.bg-honey:hover,
.site-footer a.bg-honey:hover,
.wp-block-button__link.has-honey-background-color:hover,
.wk-contact-cta .wp-block-button__link.has-honey-background-color:hover {
background-color: color-mix(
in srgb,
var(--wk-honey) 88%,
var(--wk-ink)
) !important;
color: var(--wk-ink) !important;
}
.wk-hero .wp-block-button.is-style-fill .wp-block-button__link,
.wk-contact-cta .wp-block-button.is-style-fill .wp-block-button__link {
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
font-weight: 800;
}
.wk-hero .wp-block-button.is-style-outline .wp-block-button__link,
.wk-contact-cta .wp-block-button.is-style-outline .wp-block-button__link {
background: rgba(255, 255, 255, 0.12) !important;
border: 1.5px solid rgba(255, 255, 255, 0.78) !important;
color: #ffffff !important;
}
.wk-hero .wp-block-button.is-style-outline .wp-block-button__link:hover,
.wk-contact-cta .wp-block-button.is-style-outline .wp-block-button__link:hover {
background: rgba(255, 255, 255, 0.22) !important;
border-color: #ffffff !important;
color: #ffffff !important;
}
.wp-block-button__link:focus-visible,
.site-header a.bg-honey:focus-visible,
.site-footer a.bg-honey:focus-visible {
outline: 3px solid var(--wk-honey) !important;
outline-offset: 3px !important;
}
.site-header.absolute a[href^="tel"],
.site-header.absolute a[href^="tel"] * {
color: #ffffff !important;
}
.site-header.absolute a[href^="tel"] .text-\[0\.7rem\] {
color: rgba(255, 255, 255, 0.72) !important;
}
.site-header.sticky a[href^="tel"],
.site-header.sticky a[href^="tel"] * {
color: var(--wk-ink) !important;
}
.site-footer a,
.site-footer .footer-navigation a {
color: rgba(255, 255, 255, 0.78) !important;
}
.site-footer a:hover,
.site-footer .footer-navigation a:hover {
color: var(--wk-honey) !important;
}
.site-footer a[href^="tel"] {
color: #ffffff !important;
}
.site-footer a[href^="tel"] svg {
color: var(--wk-honey) !important;
} .site-header {
transition: all 0.3s ease-in-out;
} .navbar-transparent {
background-color: transparent !important;
}
.navbar-dark {
background-color: rgba(0, 0, 0, 0.8) !important;
backdrop-filter: blur(10px);
}
.navbar-hidden {
transform: translateY(-100%);
} @media (min-width: 1024px) {
#primary-menu a {
position: relative;
overflow: hidden;
}
#primary-menu a::after {
content: "";
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background-color: var(--wk-honey);
transition: width 0.3s ease-in-out;
}
#primary-menu a:hover::after {
width: 100%;
}
} body.wk-is-privacy-page #primary-menu a::after,
body:not(.wk-is-front-page) #primary-menu a::after {
background-color: var(--wk-oak);
} body.wk-is-front-page #content {
padding-top: 0;
}
body:not(.wk-is-front-page) #content {
padding-top: 0;
} .contact-form {
max-width: 100%;
margin: 0 auto;
}
.contact-form__row {
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: flex-start;
}
.contact-form__field {
flex: 1;
min-width: 0;
}
.contact-form__field > p {
margin: 0;
}
.contact-form__field--full {
flex: 1 1 100%;
}
.contact-form__label {
display: block;
font-weight: 600;
color: var(--wk-ink);
margin-bottom: 0.375rem;
font-size: 0.875rem;
}
.contact-form__label br {
display: none;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
width: 100%;
padding: 0.7rem 0.75rem;
border: 1.5px solid var(--wk-line);
border-radius: 0.625rem;
font-size: 0.95rem;
transition:
border-color 0.2s ease-in-out,
box-shadow 0.2s ease-in-out;
background-color: #ffffff;
color: var(--wk-text);
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
outline: none;
border-color: var(--wk-honey);
box-shadow: 0 0 0 3px rgba(253, 226, 189, 0.55);
}
.contact-form textarea {
height: 150px;
resize: vertical;
}
.contact-form__consent {
margin: 1.5rem 0;
padding: 1rem;
background-color: var(--wk-sand);
border-radius: 0.625rem;
border: 1px solid var(--wk-line);
display: grid;
grid-template-columns: auto 1fr;
column-gap: 0.625rem;
row-gap: 0.125rem;
align-items: start;
}
.contact-form__consent > p:first-child {
grid-column: 1;
grid-row: 1;
margin: 0;
align-self: start;
}
.contact-form__consent > p:not(:first-child) {
display: none;
}
.contact-form__consent .wpcf7-list-item {
margin: 0;
}
.contact-form__consent .wpcf7-list-item label {
display: block;
cursor: pointer;
line-height: 1;
}
.contact-form__consent .wpcf7-list-item label > input[type="checkbox"] {
display: block;
width: 1rem;
height: 1rem;
margin: 0.125rem 0 0;
accent-color: var(--wk-honey);
}
.contact-form__consent .wpcf7-list-item-label:empty {
display: none;
}
.contact-form__consent > .contact-form__consent-text,
.contact-form__consent .wpcf7-list-item-label .contact-form__consent-text {
grid-column: 2;
grid-row: 1;
display: block;
font-size: 0.75rem;
color: #374151;
line-height: 1.35;
margin: 0;
padding: 0;
cursor: pointer;
}
.contact-form__consent .wpcf7-list-item-label .contact-form__consent-text {
cursor: inherit;
}
.contact-form__consent > .contact-form__toggle,
.contact-form__consent .wpcf7-list-item-label .contact-form__toggle {
grid-column: 2;
grid-row: 2;
justify-self: start;
margin: 0;
}
.contact-form__consent > .contact-form__consent-details,
.contact-form__consent .wpcf7-list-item-label .contact-form__consent-details {
grid-column: 2;
grid-row: 3;
font-size: 0.7rem;
color: #6b7280;
line-height: 1.35;
margin: 0.25rem 0 0;
display: none;
} .contact-form__consent
.wpcf7-acceptance
.wpcf7-list-item
label:has(.contact-form__consent-text) {
display: flex !important;
flex-direction: row !important;
align-items: flex-start !important;
gap: 0.625rem !important;
grid-column: 1 / -1;
grid-row: 1;
cursor: pointer;
}
.contact-form__consent
.wpcf7-acceptance
.wpcf7-list-item
label:has(.contact-form__consent-text)
> input[type="checkbox"] {
flex: 0 0 1rem;
margin: 0.125rem 0 0;
}
.contact-form__consent
.wpcf7-acceptance
.wpcf7-list-item
label:has(.contact-form__consent-text)
.wpcf7-list-item-label {
flex: 1 1 auto;
min-width: 0;
line-height: 1.35;
font-size: 0.75rem;
color: #374151;
}
.contact-form__consent
.wpcf7-acceptance
.wpcf7-list-item
label:has(.contact-form__consent-text)
.contact-form__consent-text {
display: inline;
grid-column: auto;
grid-row: auto;
}
.contact-form__consent
.wpcf7-acceptance
.wpcf7-list-item
label:has(.contact-form__consent-text)
.contact-form__toggle {
display: inline;
grid-column: auto;
grid-row: auto;
margin: 0 0 0 0.15rem;
}
.contact-form__consent
.wpcf7-acceptance
.wpcf7-list-item
label:has(.contact-form__consent-text)
.contact-form__consent-details {
grid-column: auto;
grid-row: auto;
margin: 0.375rem 0 0;
}
.contact-form__consent:has(
.wpcf7-acceptance .wpcf7-list-item label .contact-form__consent-text
) {
display: block;
}
.contact-form__consent:has(
.wpcf7-acceptance .wpcf7-list-item label .contact-form__consent-text
)
> p:first-child {
margin: 0;
}
.contact-form__consent-details.show {
display: block;
}
.contact-form__link {
color: var(--wk-oak);
text-decoration: underline;
font-weight: 600;
}
.contact-form__link:hover {
color: var(--wk-oak-dark);
}
.contact-form__toggle {
background: none;
border: none;
color: var(--wk-oak);
cursor: pointer;
font-size: 0.75rem;
padding: 0;
text-decoration: underline;
transition: color 0.2s ease-in-out;
display: inline;
margin: 0 0 0 0.15rem;
vertical-align: baseline;
}
.contact-form__toggle:hover {
color: var(--wk-oak-dark);
}
.contact-form__actions {
text-align: center;
margin-top: 1.5rem;
}
.contact-form__submit {
width: 100% !important;
background-color: var(--wk-honey) !important;
color: var(--wk-ink) !important;
padding: 0.95rem 2rem !important;
border: none !important;
border-radius: 0.625rem !important;
font-weight: 700 !important;
font-size: 1rem !important;
cursor: pointer !important;
transition: all 0.2s ease-in-out !important;
box-shadow: 0 2px 4px rgba(21, 25, 31, 0.12) !important;
}
.contact-form__submit:hover {
background-color: color-mix(
in srgb,
var(--wk-honey) 88%,
var(--wk-ink)
) !important;
transform: translateY(-1px) !important;
box-shadow: 0 6px 14px rgba(21, 25, 31, 0.18) !important;
}
.contact-form__submit:focus-visible {
outline: 2px solid var(--wk-ink) !important;
outline-offset: 2px !important;
}
.contact-form__submit:active {
transform: translateY(0) !important;
}
.wpcf7-spinner {
display: none;
} @media (max-width: 768px) {
.contact-form__row {
flex-direction: column;
gap: 0;
}
.contact-form__field {
margin-bottom: 1rem;
}
} .wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc2626;
font-size: 0.875rem;
margin-top: 0.25rem;
}
.wpcf7-validation-errors {
background-color: #fef2f2;
border: 1px solid #fecaca;
border-radius: 0.5rem;
padding: 1rem;
margin-bottom: 1rem;
color: #dc2626;
}
.wpcf7-mail-sent-ok {
background-color: #f0fdf4;
border: 1px solid #bbf7d0;
border-radius: 0.5rem;
padding: 1rem;
margin-bottom: 1rem;
color: #166534;
} body.wk-is-privacy-page .entry-content {
box-sizing: border-box;
max-width: 56rem;
margin: 0 auto;
padding: 2rem 1rem 4rem;
text-align: left;
}
body.wk-is-privacy-page .entry-content :where(h1, h2, h3) {
font-family: "Fraunces", "Times New Roman", Georgia, serif;
color: var(--wk-ink);
font-weight: 600;
line-height: 1.2;
text-wrap: balance;
scroll-margin-top: 6rem;
}
body.wk-is-privacy-page .entry-content h1 {
margin: 0 0 1rem;
text-align: center;
font-size: clamp(1.5rem, 3vw, 2rem);
}
body.wk-is-privacy-page
.entry-content
> p:not(.wk-privacy-toc__title) {
margin: 0 0 1.125rem;
}
body.wk-is-privacy-page .entry-content > p + .wk-privacy-toc {
margin-top: 0.25rem;
}
body.wk-is-privacy-page .entry-content h2 {
margin: 2.25rem 0 0.25rem;
text-align: center;
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}
body.wk-is-privacy-page .entry-content h2 + p {
margin: 0 0 1.25rem;
color: var(--wk-oak);
font-weight: 700;
text-align: center;
}
body.wk-is-privacy-page .entry-content :where(p, li) {
color: var(--wk-text);
line-height: 1.75;
}
body.wk-is-privacy-page
.entry-content
> p:first-of-type {
font-size: 1.125rem;
font-weight: 600;
color: var(--wk-ink);
}
body.wk-is-privacy-page .entry-content :where(ol, ul) {
list-style-position: outside;
margin: 0 0 2rem;
padding-left: 1.75rem;
}
body.wk-is-privacy-page .entry-content ol {
list-style-type: decimal;
}
body.wk-is-privacy-page .entry-content ol ol {
list-style-type: lower-alpha;
margin-top: 0.75rem;
margin-bottom: 0.5rem;
}
body.wk-is-privacy-page .entry-content ul {
list-style-type: disc;
}
body.wk-is-privacy-page .entry-content li {
display: list-item;
}
body.wk-is-privacy-page .entry-content li + li {
margin-top: 1rem;
}
body.wk-is-privacy-page .entry-content ol ol li + li {
margin-top: 0.5rem;
}
body.wk-is-privacy-page .entry-content a {
color: var(--wk-oak);
text-decoration: underline;
text-underline-offset: 0.18em;
}
body.wk-is-privacy-page .entry-content table {
width: 100%;
border-collapse: collapse;
font-size: 0.875rem;
margin: 0 0 2rem;
}
body.wk-is-privacy-page .entry-content > table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
body.wk-is-privacy-page .entry-content .wp-block-table,
body.wk-is-privacy-page .entry-content .table-scroll {
overflow-x: auto;
margin: 0 0 2rem;
-webkit-overflow-scrolling: touch;
}
body.wk-is-privacy-page .entry-content :where(th, td) {
border: 1px solid var(--wk-line);
padding: 0.75rem;
vertical-align: top;
}
body.wk-is-privacy-page .entry-content th,
body.wk-is-privacy-page .entry-content td:first-child {
background: var(--wk-sand);
color: var(--wk-ink);
font-weight: 700;
} .wk-privacy-toc {
margin: 0 0 2rem;
padding: 1.15rem 1.65rem 1.25rem 1.85rem;
border: 1px solid var(--wk-line);
border-radius: 1rem;
background: var(--wk-cream);
}
.wk-privacy-toc__title {
margin: 0 0 0.5rem;
font-family: "Fraunces", "Times New Roman", Georgia, serif;
font-size: 1.05rem;
font-weight: 600;
line-height: 1.3;
color: var(--wk-ink);
}
.wk-privacy-toc__list {
margin: 0;
padding: 0 0 0 1.15rem;
display: flex;
flex-direction: column;
gap: 0.4rem;
list-style-position: outside;
}
body.wk-is-privacy-page .entry-content .wk-privacy-toc :where(ol, ul) {
margin: 0;
padding-left: 1.15rem;
}
body.wk-is-privacy-page .entry-content .wk-privacy-toc__list li,
body.wk-is-privacy-page .entry-content .wk-privacy-toc li {
margin: 0;
padding: 0;
color: var(--wk-muted);
line-height: 1.55;
}
.wk-privacy-toc__list a {
color: var(--wk-oak);
text-decoration: none;
font-weight: 500;
}
.wk-privacy-toc__list a:hover {
text-decoration: underline;
}
.wk-back-to-top {
position: fixed;
right: 1.25rem;
bottom: 1.25rem;
z-index: 60;
display: inline-flex;
align-items: center;
justify-content: center;
width: 3rem;
height: 3rem;
border: none;
border-radius: 9999px;
background: var(--wk-ink);
color: #fff;
cursor: pointer;
box-shadow: 0 10px 28px rgba(21, 25, 31, 0.25);
opacity: 0;
visibility: hidden;
transform: translateY(0.5rem);
transition:
opacity 0.2s ease,
transform 0.2s ease,
visibility 0.2s ease,
background-color 0.2s ease;
}
.wk-back-to-top.is-visible {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.wk-back-to-top:hover {
background: var(--wk-oak);
}
.wk-back-to-top:focus-visible {
outline: 2px solid var(--wk-honey);
outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
.wk-back-to-top {
transition:
opacity 0.2s ease,
visibility 0.2s ease;
transform: none;
}
} .wk-faq__item {
padding-inline: 1.25rem;
padding-bottom: 0;
transition:
border-color 0.2s ease,
box-shadow 0.2s ease;
}
.wk-faq__item.is-layout-flow {
gap: 0;
}
.wk-faq__item.is-layout-flow > * {
margin-block-start: 0 !important;
margin-block-end: 0 !important;
}
.wk-faq__item[open] {
padding-bottom: 1.25rem;
box-shadow: 0 10px 28px rgba(21, 25, 31, 0.07);
}
.wk-faq__item summary {
list-style: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 1.25rem 0;
font-weight: 700;
font-size: 1.0625rem;
line-height: 1.45;
color: var(--wk-ink);
}
.wk-faq__item[open] summary {
padding-bottom: 0.375rem;
}
.wk-faq__item summary::-webkit-details-marker {
display: none;
}
.wk-faq__item summary::after {
content: "";
flex: 0 0 auto;
width: 1.75rem;
height: 1.75rem;
border-radius: 9999px;
background-color: rgba(116, 84, 49, 0.12);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23745431' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 0.875rem;
transition: transform 0.2s ease;
}
.wk-faq__item[open] summary::after {
transform: rotate(45deg);
}
.wk-faq__item summary:focus-visible {
outline: 2px solid var(--wk-honey);
outline-offset: 3px;
border-radius: 0.5rem;
}
.wk-faq__item > p,
.wk-faq__item > :not(summary),
.wk-faq__item .wp-block-paragraph {
margin: 0 !important;
padding: 0;
line-height: 1.65;
}
@media (prefers-reduced-motion: reduce) {
.wk-faq__item summary::after {
transition: none;
}
} .carousel {
max-width: none;
margin: 0 auto;
padding: var(--wk-section-py) 0 !important;
}
.carousel__header,
.carousel__viewport,
.carousel__dots {
max-width: var(--wk-homepage-content);
margin-inline: auto;
}
.carousel__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.75rem;
}
.carousel__controls {
display: flex;
gap: 0.5rem;
}
.carousel__btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 3rem;
height: 3rem;
border: 1.5px solid rgba(21, 25, 31, 0.32);
border-radius: 50%;
background: var(--wk-sand);
color: var(--wk-ink) !important;
cursor: pointer;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
color 0.2s ease,
box-shadow 0.2s ease,
transform 0.2s ease;
box-shadow: 0 2px 8px rgba(21, 25, 31, 0.08);
}
.carousel__btn::before {
content: "";
display: block;
width: 0.55rem;
height: 0.55rem;
border-left: 2.5px solid currentColor;
border-bottom: 2.5px solid currentColor;
}
.carousel__btn--prev::before {
transform: rotate(45deg);
margin-left: 0.2rem;
}
.carousel__btn--next::before {
transform: rotate(-135deg);
margin-right: 0.2rem;
}
.carousel__btn svg {
display: none;
}
.carousel__btn:hover {
background: var(--wk-ink);
color: #fff !important;
border-color: var(--wk-ink);
box-shadow: 0 6px 16px rgba(21, 25, 31, 0.22);
}
.carousel__btn:focus-visible {
outline: 2px solid var(--wk-honey);
outline-offset: 2px;
}
.carousel__btn:active {
transform: scale(0.93);
}
.carousel__viewport {
overflow: hidden;
border-radius: var(--wk-surface-radius);
}
.carousel__track {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
gap: 0;
scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar {
display: none;
}
.carousel__slide {
flex: 0 0 100%;
scroll-snap-align: start;
position: relative;
aspect-ratio: 16 / 9;
background: linear-gradient(90deg, #f3eee4 0%, #e9e0d2 40%, #f3eee4 80%);
background-size: 200% 100%;
animation: shimmer 2s ease-in-out infinite;
overflow: hidden;
}
.carousel__slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transition: opacity 0.5s ease;
}
.carousel__slide img.loaded {
opacity: 1;
}
.carousel__dots {
display: flex;
justify-content: center;
gap: 0.5rem;
margin-top: 1.25rem;
flex-wrap: wrap;
}
.carousel__dot {
position: relative;
width: 0.625rem;
height: 0.625rem;
border-radius: 50%;
border: none;
background: rgba(116, 84, 49, 0.28);
cursor: pointer;
padding: 0;
transition: all 0.25s ease;
}
.carousel__dot::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 2.75rem;
height: 2.75rem;
}
.carousel__dot:hover {
background: rgba(116, 84, 49, 0.55);
}
.carousel__dot:focus-visible {
outline: 2px solid var(--wk-honey);
outline-offset: 2px;
}
.carousel__dot.active {
background: var(--wk-oak);
width: 1.75rem;
border-radius: 9999px;
}
.carousel__counter {
display: none;
font-size: 0.95rem;
font-weight: 600;
color: #6b7280;
letter-spacing: 0.04em;
}
@keyframes shimmer {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
}
.carousel__slide:has(img.loaded) {
animation: none;
background: var(--wk-sand);
}
@media (prefers-reduced-motion: reduce) {
.carousel__track {
scroll-behavior: auto;
}
.carousel__slide {
animation: none;
}
.carousel__slide img {
transition: none;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.carousel__slide {
aspect-ratio: 3 / 2;
}
}
@media (max-width: 767px) {
.carousel__header {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.carousel__counter {
display: block;
}
.carousel__btn {
width: 2.5rem;
height: 2.5rem;
}
.carousel__track {
gap: 0.75rem;
}
.carousel__slide {
flex: 0 0 88%;
aspect-ratio: 4 / 3;
border-radius: 0.75rem;
}
.carousel__dots {
display: none;
}
} .wk-blog-index,
.wk-blog-single {
padding-inline: var(--wk-section-px);
color: var(--wk-text);
}
.wk-blog-hero {
padding-block: clamp(4rem, 8vw, 6.5rem) clamp(3rem, 6vw, 5rem);
border-bottom: 1px solid var(--wk-line);
background: linear-gradient(180deg, var(--wk-cream) 0%, #ffffff 100%);
}
.wk-blog-hero__inner {
width: min(100%, var(--wk-homepage-narrow));
margin-inline: auto;
text-align: center;
}
.wk-blog-kicker {
margin: 0 0 0.9rem;
color: var(--wk-oak);
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.16em;
line-height: 1.2;
text-transform: uppercase;
}
.wk-blog-hero h1,
.wk-blog-article__header h1,
.wk-blog-cta h2 {
margin: 0;
color: var(--wk-ink);
font-family: "Fraunces", "Times New Roman", Georgia, serif;
font-weight: 600;
letter-spacing: 0;
}
.wk-blog-hero h1 {
font-size: clamp(2.35rem, 6vw, 4.25rem);
line-height: 1.05;
}
.wk-blog-hero p:not(.wk-blog-kicker) {
max-width: 42rem;
margin: 1.1rem auto 0;
color: var(--wk-muted);
font-size: clamp(1rem, 2vw, 1.2rem);
line-height: 1.65;
}
.wk-blog-list {
width: min(100%, var(--wk-homepage-content));
margin-inline: auto;
padding-block: clamp(3rem, 6vw, 5rem);
}
.wk-blog-grid {
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 1.25rem;
}
.wk-blog-card {
display: flex;
min-width: 0;
flex-direction: column;
overflow: hidden;
border: 1px solid var(--wk-line);
border-radius: 0.5rem;
background: #ffffff;
box-shadow: 0 10px 26px rgba(21, 25, 31, 0.06);
}
.wk-blog-card__image {
display: block;
aspect-ratio: 16 / 10;
overflow: hidden;
background: var(--wk-sand);
}
.wk-blog-card__img,
.wk-blog-article__img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.wk-blog-card__body {
display: flex;
flex: 1;
flex-direction: column;
padding: 1.35rem;
}
.wk-blog-meta {
display: flex;
flex-wrap: wrap;
gap: 0.45rem 0.65rem;
align-items: center;
color: var(--wk-muted);
font-size: 0.82rem;
font-weight: 700;
line-height: 1.4;
}
.wk-blog-meta--center {
justify-content: center;
}
.wk-blog-meta > * {
display: inline-flex;
align-items: center;
}
.wk-blog-meta > * + *::before {
width: 0.22rem;
height: 0.22rem;
margin-right: 0.65rem;
border-radius: 999px;
background: var(--wk-line);
content: "";
}
.wk-blog-meta a {
color: var(--wk-oak);
text-decoration: none;
}
.wk-blog-meta a:hover {
color: var(--wk-oak-dark);
}
.wk-blog-card__title {
margin: 0.9rem 0 0;
font-family: "Fraunces", "Times New Roman", Georgia, serif;
font-size: clamp(1.45rem, 3vw, 1.85rem);
font-weight: 600;
line-height: 1.18;
letter-spacing: 0;
}
.wk-blog-card__title a {
color: var(--wk-ink);
text-decoration: none;
}
.wk-blog-card__title a:hover {
color: var(--wk-oak);
}
.wk-blog-card__excerpt {
margin: 0.85rem 0 0;
color: var(--wk-muted);
font-size: 0.97rem;
line-height: 1.65;
}
.wk-blog-card__link {
align-self: flex-start;
margin-top: auto;
padding-top: 1.2rem;
color: var(--wk-oak);
font-size: 0.92rem;
font-weight: 800;
text-decoration: none;
}
.wk-blog-card__link:hover {
color: var(--wk-oak-dark);
}
.wk-blog-pagination {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
justify-content: center;
margin-top: 2.5rem;
}
.wk-blog-pagination :where(a, span) {
display: inline-flex;
min-width: 2.35rem;
min-height: 2.35rem;
align-items: center;
justify-content: center;
border: 1px solid var(--wk-line);
border-radius: 0.5rem;
padding-inline: 0.8rem;
color: var(--wk-ink);
font-size: 0.92rem;
font-weight: 800;
text-decoration: none;
}
.wk-blog-pagination .current,
.wk-blog-pagination a:hover {
border-color: var(--wk-oak);
background: var(--wk-oak);
color: #ffffff;
}
.wk-blog-empty {
width: min(100%, 42rem);
margin-inline: auto;
border: 1px solid var(--wk-line);
border-radius: 0.5rem;
padding: 2rem;
text-align: center;
}
.wk-blog-empty h2 {
margin: 0;
color: var(--wk-ink);
font-family: "Fraunces", "Times New Roman", Georgia, serif;
font-size: 2rem;
line-height: 1.15;
}
.wk-blog-empty p {
margin: 0.8rem 0 0;
color: var(--wk-muted);
}
.wk-blog-single {
padding-block: clamp(3rem, 6vw, 5.5rem);
}
.wk-blog-article {
width: min(100%, var(--wk-homepage-content));
margin-inline: auto;
}
.wk-blog-article__header {
width: min(100%, var(--wk-homepage-narrow));
margin-inline: auto;
text-align: center;
}
.wk-blog-article__header h1 {
margin-top: 1rem;
font-size: clamp(2.35rem, 6vw, 4.5rem);
line-height: 1.05;
}
.wk-blog-article__image {
width: min(100%, var(--wk-homepage-narrow));
margin: clamp(2rem, 5vw, 3.5rem) auto 0;
aspect-ratio: 16 / 8.5;
overflow: hidden;
border-radius: 0.5rem;
background: var(--wk-sand);
}
.wk-blog-content {
width: min(100%, 48rem);
margin: clamp(2.5rem, 5vw, 4rem) auto 0;
color: var(--wk-text);
font-size: clamp(1rem, 1.8vw, 1.08rem);
line-height: 1.85;
}
.wk-blog-content > * {
margin-top: 0;
margin-bottom: 0;
}
.wk-blog-content > * + * {
margin-top: 1.35rem;
}
.wk-blog-content :where(h2, h3, h4) {
color: var(--wk-ink);
font-family: "Fraunces", "Times New Roman", Georgia, serif;
font-weight: 600;
letter-spacing: 0;
line-height: 1.18;
}
.wk-blog-content h2 {
margin-top: 2.4rem;
font-size: clamp(1.75rem, 4vw, 2.35rem);
}
.wk-blog-content h3 {
margin-top: 2rem;
font-size: clamp(1.35rem, 3vw, 1.75rem);
}
.wk-blog-content :where(p, li) {
color: var(--wk-text);
}
.wk-blog-content :where(ul, ol) {
padding-left: 1.35rem;
}
.wk-blog-content li + li {
margin-top: 0.45rem;
}
.wk-blog-content a {
color: var(--wk-oak);
font-weight: 700;
text-decoration-thickness: 0.08em;
text-underline-offset: 0.18em;
}
.wk-blog-content :where(.wp-block-image, .wp-block-gallery) {
margin-block: 2rem;
}
.wk-blog-content .wp-block-image img {
border-radius: 0.5rem;
}
.wk-blog-content figcaption {
margin-top: 0.65rem;
color: var(--wk-muted);
font-size: 0.88rem;
text-align: center;
}
.wk-blog-content blockquote {
margin-block: 2rem;
border-left: 0.25rem solid var(--wk-oak);
padding: 0.25rem 0 0.25rem 1.2rem;
color: var(--wk-ink);
font-family: "Fraunces", "Times New Roman", Georgia, serif;
font-size: clamp(1.35rem, 3vw, 1.75rem);
line-height: 1.35;
}
.wk-blog-cta {
width: min(100%, var(--wk-homepage-narrow));
margin: clamp(3rem, 7vw, 5rem) auto 0;
border: 1px solid var(--wk-line);
border-radius: 0.5rem;
padding: clamp(1.5rem, 4vw, 2.4rem);
background: var(--wk-cream);
text-align: center;
}
.wk-blog-cta h2 {
font-size: clamp(1.85rem, 4vw, 2.6rem);
line-height: 1.1;
}
.wk-blog-cta p:not(.wk-blog-kicker) {
max-width: 38rem;
margin: 0.85rem auto 0;
color: var(--wk-muted);
line-height: 1.7;
}
.wk-blog-cta__actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
justify-content: center;
margin-top: 1.35rem;
}
.wk-blog-cta__actions a {
display: inline-flex;
min-height: 2.8rem;
align-items: center;
justify-content: center;
border-radius: 0.5rem;
padding-inline: 1.2rem;
font-size: 0.92rem;
font-weight: 800;
text-decoration: none;
}
.wk-blog-cta__actions a:first-child {
background: var(--wk-oak);
color: #ffffff;
}
.wk-blog-cta__actions a:last-child {
border: 1px solid var(--wk-line);
background: #ffffff;
color: var(--wk-ink);
}
.wk-blog-post-nav {
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 0.75rem;
width: min(100%, var(--wk-homepage-narrow));
margin: 2rem auto 0;
}
.wk-blog-post-nav a {
display: block;
border: 1px solid var(--wk-line);
border-radius: 0.5rem;
padding: 1rem;
color: var(--wk-ink);
text-decoration: none;
}
.wk-blog-post-nav a:hover {
border-color: var(--wk-oak);
}
.wk-blog-post-nav span {
display: block;
color: var(--wk-muted);
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.wk-blog-post-nav strong {
display: block;
margin-top: 0.25rem;
font-family: "Fraunces", "Times New Roman", Georgia, serif;
font-size: 1.15rem;
font-weight: 600;
line-height: 1.2;
}
@media (min-width: 720px) {
.wk-blog-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wk-blog-post-nav {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 1080px) {
.wk-blog-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.wk-blog-meta--center {
justify-content: flex-start;
}
.wk-blog-article__header {
text-align: left;
}
.wk-blog-article__image {
aspect-ratio: 4 / 3;
}
.wk-blog-cta {
text-align: left;
}
.wk-blog-cta__actions {
justify-content: flex-start;
}
.wk-blog-cta__actions a {
width: 100%;
}
}