* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --gjs-t-color-primary: #111827;
    --gjs-t-color-secondary: #6b7280;
    --gjs-t-color-accent: #e7d8c9;
    --gjs-t-color-success: #2e7d5b;
    --gjs-t-color-warning: #b7791f;
    --gjs-t-color-error: #c53030;
}

html {
    scroll-behavior: smooth;
}

.gjs-t-body {
    background-color: #fcfaf7;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.6;
}

.gjs-t-h1 {
    color: #111827;
    font-size: 56px;
    line-height: 1.1;
}

.gjs-t-h2 {
    color: #111827;
    font-size: 36px;
    line-height: 1.2;
}

.gjs-t-button {
    background-color: #111827;
    color: #ffffff;
    border-radius: 9999px;
}

.gjs-t-link {
    color: #111827;
    text-decoration: none;
}

.gjs-t-border {
    border-radius: 24px;
    border-color: #e7e1d8;
}

.font-display {
    font-family: "Playfair Display", serif;
}

.font-body {
    font-family: "Inter", sans-serif;
}

.glass-card {
    backdrop-filter: blur(10px);
}

.header-scrolled {
    background-color: rgba(252, 250, 247, .92);
}

.menu-open {
    display: flex;
}

.text-balance {
    text-wrap: balance;
}

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html,
:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    line-height: inherit;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    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;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

button,
[role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

.page-body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-wrapper {
    min-height: 100vh;
    background-color: rgb(252 250 247 / 1);
    color: rgb(30 41 59 / 1);
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 50;
    border-bottom-width: 1px;
    border-color: rgb(238 231 221 / 1);
    background-color: rgb(252 250 247 / 0.8);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.header-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 80rem;
    align-items: center;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-mark {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(222 214 203 / 1);
    background-color: rgb(255 255 255 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: rgb(15 23 42 / 1);
}

.logo-text {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.08em;
    color: rgb(15 23 42 / 1);
}

.desktop-navigation {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: rgb(51 65 85 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.nav-link:hover {
    color: rgb(2 6 23 / 1);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(15 23 42 / 1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.header-cta:hover {
    background-color: rgb(255 255 255 / 1);
    color: rgb(15 23 42 / 1);
}

.mobile-menu-button {
    display: none;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(221 213 202 / 1);
    background-color: rgb(255 255 255 / 1);
    color: rgb(15 23 42 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.mobile-menu-button:hover {
    border-color: rgb(15 23 42 / 1);
}

.menu-icon {
    height: 1.25rem;
    width: 1.25rem;
}

.mobile-navigation-panel {
    display: none;
    border-top-width: 1px;
    border-color: rgb(238 231 221 / 1);
    background-color: rgb(252 250 247 / 1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.mobile-navigation-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
}

.mobile-nav-link {
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(232 225 215 / 1);
    background-color: rgb(255 255 255 / 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(30 41 59 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.mobile-nav-link:hover {
    border-color: rgb(15 23 42 / 1);
}

.mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.mobile-cta:hover {
    background-color: rgb(42 51 66 / 1);
}

.main-content {
    padding-top: 6rem;
}

.hero-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-top: 2.5rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 2rem;
    border-radius: 32px;
    border-width: 1px;
    border-color: rgb(235 227 216 / 1);
    background-image: linear-gradient(to bottom right, #fffdfa, #f9f4ee, #f6efe7);
    padding: 2rem;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.hero-eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(230 221 209 / 1);
    background-color: rgb(255 255 255 / 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(71 85 105 / 1);
}

.eyebrow-dot {
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 9999px;
    background-color: rgb(214 184 157 / 1);
}

.hero-title {
    text-wrap: balance;
}

.hero-highlight {
    color: rgb(184 144 111 / 1);
}

.hero-description {
    max-width: 36rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(71 85 105 / 1);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.primary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.primary-cta:hover {
    background-color: rgb(39 49 66 / 1);
}

.secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(222 214 203 / 1);
    background-color: rgb(255 255 255 / 1);
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.secondary-cta:hover {
    border-color: rgb(15 23 42 / 1);
}

.arrow-icon {
    height: 1rem;
    width: 1rem;
}

.hero-stats {
    display: grid;
    max-width: 36rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 0.5rem;
}

.stat-card {
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(232 224 213 / 1);
    background-color: rgb(255 255 255 / 0.8);
    padding: 1rem;
}

.stat-number {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: rgb(15 23 42 / 1);
}

.stat-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(100 116 139 / 1);
}

.hero-visual {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(234 223 210 / 1);
    background-color: rgb(255 255 255 / 1);
}

.hero-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-overlay-card {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 24px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.6);
    background-color: rgb(255 255 255 / 0.7);
    padding: 1rem;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.overlay-subtitle {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgb(100 116 139 / 1);
}

.overlay-title {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(15 23 42 / 1);
}

.overlay-price-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.overlay-price {
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(229 219 207 / 1);
    background-color: rgb(255 255 255 / 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
}

.overlay-button {
    display: inline-flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(15 23 42 / 1);
    background-color: rgb(15 23 42 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.overlay-button:hover {
    background-color: rgb(255 255 255 / 1);
}

.overlay-arrow-icon {
    height: 1.25rem;
    width: 1.25rem;
}

.benefits-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.section-header {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.section-header-content {
    display: flex;
    max-width: 42rem;
    flex-direction: column;
    gap: 0.75rem;
}

.section-eyebrow {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(164 127 98 / 1);
}

.section-description {
    max-width: 36rem;
    color: rgb(71 85 105 / 1);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.benefit-card {
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(232 224 214 / 1);
    background-color: rgb(255 255 255 / 1);
    padding: 1.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.benefit-card:hover {
    transform: translate(0, -0.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    border-color: rgb(202 179 155 / 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 50px rgba(54, 39, 24, 0.08);
}

.benefit-icon-wrap {
    margin-bottom: 1.25rem;
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background-color: rgb(247 239 231 / 1);
}

.benefit-icon {
    height: 1.75rem;
    width: 1.75rem;
}

.benefit-title {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(15 23 42 / 1);
}

.benefit-description {
    color: rgb(71 85 105 / 1);
}

.products-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.products-header {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.products-heading {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.products-eyebrow {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(164 127 98 / 1);
}

.products-view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(222 214 203 / 1);
    background-color: rgb(255 255 255 / 1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.products-view-all:hover {
    border-color: rgb(15 23 42 / 1);
}

.products-arrow-icon {
    height: 1rem;
    width: 1rem;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.product-card {
    overflow: hidden;
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(232 224 214 / 1);
    background-color: rgb(255 255 255 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.product-card:hover {
    transform: translate(0, -0.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    border-color: rgb(205 181 157 / 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 24px 50px rgba(34, 29, 20, 0.08);
}

.product-image-wrap {
    overflow: hidden;
    border-bottom-width: 1px;
    border-color: rgb(239 231 220 / 1);
    background-color: rgb(250 245 239 / 1);
}

.product-image {
    height: 20rem;
    width: 100%;
    object-fit: cover;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.group:hover .product-image {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
}

.product-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
}

.product-text-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.product-name {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(15 23 42 / 1);
}

.product-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(100 116 139 / 1);
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.product-price {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
}

.add-to-cart-button {
    border-radius: 9999px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.add-to-cart-button:hover {
    background-color: rgb(39 49 66 / 1);
}

.cta-band-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border-radius: 32px;
    border-width: 1px;
    border-color: rgb(234 223 210 / 1);
    background-color: rgb(247 239 230 / 1);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cta-band-content {
    display: flex;
    max-width: 42rem;
    flex-direction: column;
    gap: 0.5rem;
}

.cta-band-eyebrow {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(164 127 98 / 1);
}

.cta-band-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: rgb(15 23 42 / 1);
}

.cta-band-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.phone-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(217 204 190 / 1);
    background-color: rgb(255 255 255 / 1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.phone-button:hover {
    border-color: rgb(15 23 42 / 1);
}

.phone-icon {
    height: 1rem;
    width: 1rem;
}

.footer {
    margin-top: 2.5rem;
    border-top-width: 1px;
    border-color: rgb(235 227 216 / 1);
    background-color: rgb(255 255 255 / 1);
}

.footer-container {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 80rem;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.footer-brand-column {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-logo-mark {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(222 214 203 / 1);
    background-color: rgb(252 250 247 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: rgb(15 23 42 / 1);
}

.footer-logo-text {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.08em;
    color: rgb(15 23 42 / 1);
}

.footer-description {
    max-width: 28rem;
    color: rgb(71 85 105 / 1);
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(227 219 207 / 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(51 65 85 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.social-link:hover {
    border-color: rgb(15 23 42 / 1);
    color: rgb(15 23 42 / 1);
}

.social-icon {
    height: 1rem;
    width: 1rem;
}

.footer-contact-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-column-title {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(15 23 42 / 1);
}

.footer-hotline {
    border-radius: 24px;
    border-width: 1px;
    border-color: rgb(234 223 210 / 1);
    background-color: rgb(252 250 247 / 1);
    padding: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-hotline:hover {
    border-color: rgb(15 23 42 / 1);
}

.footer-hotline-label {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgb(100 116 139 / 1);
}

.footer-hotline-number {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: rgb(15 23 42 / 1);
}

.footer-cta-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-cta-text {
    color: rgb(71 85 105 / 1);
}

.footer-cta-button {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-cta-button:hover {
    background-color: rgb(39 49 66 / 1);
}

.footer-note {
    border-radius: 24px;
    border-width: 1px;
    border-color: rgb(234 223 210 / 1);
    background-color: rgb(247 239 230 / 1);
    padding: 1.25rem;
}

.footer-note-title {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: rgb(15 23 42 / 1);
}

.footer-note-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(71 85 105 / 1);
}

.footer-bottom {
    border-top-width: 1px;
    border-color: rgb(238 231 221 / 1);
}

.footer-bottom-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 80rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.copyright-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(100 116 139 / 1);
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.footer-bottom-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(100 116 139 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-bottom-link:hover {
    color: rgb(15 23 42 / 1);
}

@media (max-width: 992px) {
    .gjs-t-h1 {
        font-size: 44px;
        line-height: 1.1;
    }

    .gjs-t-h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .header-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .desktop-navigation {
        display: none;
    }

    .header-cta {
        display: none;
    }

    .mobile-menu-button {
        display: flex;
    }

    .mobile-navigation-panel {
        display: none;
    }

    .hero-section {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 1.5rem;
    }

    .hero-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5rem;
        padding: 1.25rem;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .hero-visual {
        min-height: 420px;
    }

    .benefits-section {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .benefits-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .products-section {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .products-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cta-band-section {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .cta-band {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .cta-band-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .footer-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .footer-bottom-container {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (max-width: 480px) {
    .gjs-t-h1 {
        font-size: 34px;
        line-height: 1.12;
    }

    .gjs-t-h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .header-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .logo-text {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .hero-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-stats {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .hero-visual {
        min-height: 340px;
    }

    .hero-overlay-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .benefits-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .products-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .products-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cta-band-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cta-band-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .footer-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .footer-bottom-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}