.website-franchise-page {
    --franchise-ink: #302a23;
    --franchise-bronze: #b6782f;
    --franchise-gold: #e4c477;
    --franchise-paper: #f8f2e6;
    --franchise-line: rgba(94, 67, 34, .16);
    overflow: hidden;
    color: var(--franchise-ink);
}
.website-franchise-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(226,191,112,.18), transparent 27%), linear-gradient(135deg,#211e1a,#352d25 62%,#483925); color: #fff; }
.website-franchise-hero::before { position: absolute; inset: 0; opacity: .14; background: url('/layouts/spa/bg_body.png'); content: ""; }
.website-franchise-hero__grid { position: relative; display: grid; min-height: 650px; grid-template-columns: minmax(0,.92fr) minmax(410px,1.08fr); gap: clamp(50px,7vw,100px); align-items: center; padding-block: 58px 68px; }
.website-franchise-hero__copy > * { animation: franchiseRise .65s ease both; }
.website-franchise-hero__copy > :nth-child(2) { animation-delay: .06s; }
.website-franchise-hero__copy > :nth-child(3) { animation-delay: .12s; }
.website-franchise-hero__copy > :nth-child(4) { animation-delay: .18s; }
.website-franchise-hero__copy > :nth-child(5) { animation-delay: .24s; }
.website-franchise-eyebrow { display: inline-flex; gap: 11px; align-items: center; color: var(--franchise-gold); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.website-franchise-eyebrow::before { width: 35px; height: 1px; background: currentColor; content: ""; }
.website-franchise-eyebrow--dark { color: var(--franchise-bronze); }
.website-franchise-hero h1 { max-width: 680px; margin: 18px 0 22px; color: #fff !important; font-family: var(--hm-serif); font-size: clamp(54px,6vw,80px); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
.website-franchise-hero__copy > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.75; }
.website-franchise-hero__actions { display: flex; gap: 22px; align-items: center; margin-top: 31px; }
.website-franchise-hero__actions .btn { display: inline-flex; min-height: 49px; gap: 9px; align-items: center; padding-inline: 22px; border: 0; border-radius: 999px; background: linear-gradient(135deg,#f0d486,#bd7c2d); color: #30261c; font-size: 9px; font-weight: 800; }
.website-franchise-hero__actions > a:not(.btn) { color: var(--franchise-gold); font-size: 9px; font-weight: 800; text-decoration: none; }
.website-franchise-hero__note { display: flex; max-width: 480px; gap: 13px; align-items: center; margin-top: 31px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.website-franchise-hero__note i { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(228,196,119,.35); border-radius: 50%; color: var(--franchise-gold); font-size: 11px; }
.website-franchise-hero__note span,.website-franchise-hero__note strong { display: block; }
.website-franchise-hero__note span { color: rgba(255,255,255,.45); font-size: 9px; line-height: 1.55; }
.website-franchise-hero__note strong { margin-bottom: 2px; color: #fff; font-family: var(--hm-serif); font-size: 14px; font-weight: 600; }
.website-franchise-hero__visual { position: relative; display: flex; min-height: 440px; align-items: flex-end; overflow: hidden; padding: 50px; border: 1px solid rgba(239,208,133,.24); border-radius: 2px 78px 2px 2px; background: radial-gradient(circle at 76% 21%,rgba(240,210,137,.22),transparent 22%),linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)); box-shadow: 0 34px 80px rgba(0,0,0,.26); animation: franchiseFade .85s .12s ease both; }
.website-franchise-hero__visual::after { position: absolute; inset: 17px; border: 1px solid rgba(255,255,255,.08); border-radius: 1px 63px 1px 1px; content: ""; }
.website-franchise-hero__visual > div { position: relative; z-index: 1; max-width: 400px; }
.website-franchise-hero__visual small { display: block; color: var(--franchise-gold); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.website-franchise-hero__visual strong { display: block; margin: 13px 0 16px; color: #fff; font-family: var(--hm-serif); font-size: clamp(34px,3.8vw,49px); font-weight: 600; line-height: 1.08; }
.website-franchise-hero__visual p { max-width: 360px; margin: 0; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.65; }
.website-franchise-hero__visual > b { position: absolute; top: 8px; right: 30px; color: rgba(255,255,255,.04); font-family: var(--hm-serif); font-size: 235px; font-weight: 500; line-height: 1; }
.website-franchise-hero__seal { position: absolute; top: 43px; left: 48px; z-index: 1; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(228,196,119,.43); border-radius: 50%; color: var(--franchise-gold); }

.website-franchise-pillars { border-bottom: 1px solid var(--franchise-line); background: #efe5d2; }
.website-franchise-pillars__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.website-franchise-pillars__grid > div { display: grid; min-height: 105px; grid-template-columns: 25px 36px minmax(0,1fr); gap: 13px; align-items: center; padding: 22px 30px; border-left: 1px solid var(--franchise-line); }
.website-franchise-pillars__grid > div:first-child { border-left: 0; }
.website-franchise-pillars__grid > div > span { color: rgba(101,72,37,.37); font-family: var(--hm-serif); font-size: 11px; }
.website-franchise-pillars__grid > div > i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #f8f1e4; color: var(--franchise-bronze); font-size: 12px; }
.website-franchise-pillars p,.website-franchise-pillars strong,.website-franchise-pillars small { display: block; margin: 0; }
.website-franchise-pillars strong { font-family: var(--hm-serif); font-size: 15px; font-weight: 600; }
.website-franchise-pillars small { margin-top: 3px; color: #8b7e6f; font-size: 8px; line-height: 1.5; }

.website-franchise-story { padding: 91px 0 98px; background: radial-gradient(circle at 100% 0,rgba(201,147,69,.08),transparent 22%),url('/layouts/spa/bg_body.png'),var(--franchise-paper); }
.website-franchise-story__grid { display: block; }
.website-franchise-story__cms { color: #4f4942; font-size: 15px; line-height: 1.85; }
.website-franchise-story__cms > .website-content-block { padding: 0 0 30px; }
.website-franchise-story__cms > .website-content-block + .website-content-block { padding-top: 31px; border-top: 1px solid var(--franchise-line); }
.website-franchise-story__cms h2 { margin: 0 0 16px; color: #3e352b !important; font-family: var(--hm-serif); font-size: 31px; font-weight: 600; line-height: 1.12; }
.website-franchise-story__cms p { margin: 0 0 16px; }
.website-franchise-story__cms ul { display: grid; gap: 10px; margin: 17px 0 0; padding-left: 22px; }
.website-franchise-story__cms li { padding-left: 5px; }
.website-franchise-story__cms li::marker { color: var(--franchise-bronze); }

.website-franchise-journey { padding: 88px 0 95px; background: radial-gradient(circle at 88% 12%,rgba(209,158,75,.14),transparent 25%),linear-gradient(135deg,#211f1b,#302a22 62%,#3c3327); color: #fff; }
.website-franchise-heading { display: flex; gap: 50px; align-items: end; justify-content: space-between; margin-bottom: 36px; }
.website-franchise-heading h2 { max-width: 740px; margin: 11px 0 0; color: #fff; font-family: var(--hm-serif); font-size: clamp(42px,4.9vw,58px); font-weight: 600; letter-spacing: -.03em; line-height: 1.02; }
.website-franchise-heading > p { max-width: 350px; margin: 0; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.7; }
.website-franchise-journey__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.website-franchise-journey__grid article { position: relative; min-height: 275px; padding: 28px 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 2px 22px 2px 2px; background: rgba(255,255,255,.055); }
.website-franchise-journey__grid article > b { position: absolute; top: 20px; right: 20px; color: rgba(255,255,255,.22); font-family: var(--hm-serif); font-size: 11px; }
.website-franchise-journey__grid article > i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(228,196,119,.32); border-radius: 50%; color: var(--franchise-gold); font-size: 13px; }
.website-franchise-journey__grid h3 { margin: 51px 0 11px; color: #fff; font-family: var(--hm-serif); font-size: 25px; font-weight: 600; line-height: 1.08; }
.website-franchise-journey__grid p { margin: 0; color: rgba(255,255,255,.51); font-size: 10px; line-height: 1.7; }

.website-franchise-principles { padding: 90px 0 98px; background: #f1e7d4; }
.website-franchise-principles__grid { display: grid; grid-template-columns: minmax(330px,.72fr) minmax(0,1.28fr); gap: clamp(55px,8vw,110px); align-items: start; }
.website-franchise-principles__heading h2 { margin: 13px 0 0; font-family: var(--hm-serif); font-size: clamp(42px,4.7vw,57px); font-weight: 600; letter-spacing: -.035em; line-height: 1.04; }
.website-franchise-principles__list { border-top: 1px solid var(--franchise-line); }
.website-franchise-principles__list article { display: grid; grid-template-columns: 47px minmax(0,1fr); gap: 19px; padding: 25px 0; border-bottom: 1px solid var(--franchise-line); }
.website-franchise-principles__list article > span { color: var(--franchise-bronze); font-family: var(--hm-serif); font-size: 13px; }
.website-franchise-principles__list h3 { margin: 0 0 7px; font-family: var(--hm-serif); font-size: 25px; font-weight: 600; }
.website-franchise-principles__list p { margin: 0; color: #756c61; font-size: 10px; line-height: 1.7; }

.website-franchise-resources { padding: 88px 0 96px; background: url('/layouts/spa/bg_body.png'),#fffdf8; }
.website-franchise-resources__heading { display: flex; gap: 50px; align-items: end; justify-content: space-between; margin-bottom: 33px; }
.website-franchise-resources__heading h2 { max-width: 720px; margin: 11px 0 0; font-family: var(--hm-serif); font-size: clamp(41px,4.8vw,57px); font-weight: 600; letter-spacing: -.03em; line-height: 1.03; }
.website-franchise-resources__heading > p { max-width: 340px; margin: 0; color: #7b7267; font-size: 10px; line-height: 1.7; }
.website-franchise-resources__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.website-franchise-resources__grid > article { overflow: hidden; border: 1px solid var(--franchise-line); border-radius: 2px 23px 2px 2px; background: rgba(255,255,255,.8); box-shadow: 0 18px 44px rgba(73,54,25,.07); }
.website-franchise-resource__media { position: relative; display: grid; height: 210px; place-items: center; overflow: hidden; background: linear-gradient(145deg,#4a4035,#6e5638); color: var(--franchise-gold); font-size: 38px; }
.website-franchise-resource__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.website-franchise-resources__grid > article:hover img { transform: scale(1.035); }
.website-franchise-resource__media b { position: absolute; right: 12px; bottom: 11px; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(45,36,25,.55); color: #fff; font-family: var(--hm-serif); font-size: 9px; }
.website-franchise-resources__grid > article > div { padding: 21px 22px 24px; }
.website-franchise-resources time { color: var(--franchise-bronze); font-size: 8px; font-weight: 800; }
.website-franchise-resources h3 { display: -webkit-box; overflow: hidden; min-height: 51px; margin: 8px 0 10px; font-family: var(--hm-serif); font-size: 24px; line-height: 1.08; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.website-franchise-resources h3 a { color: #3c3329; text-decoration: none; }
.website-franchise-resources article p { display: -webkit-box; overflow: hidden; min-height: 47px; margin: 0 0 14px; color: #81776b; font-size: 10px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.website-franchise-resources article > div > a { color: #8d5d24; font-size: 8px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.website-franchise-resources__empty { display: flex; min-height: 125px; gap: 18px; align-items: center; padding: 28px 31px; border: 1px dashed rgba(115,81,38,.25); border-radius: 2px 22px 2px 2px; background: rgba(255,255,255,.65); }
.website-franchise-resources__empty > i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: #f1e6d1; color: var(--franchise-bronze); }
.website-franchise-resources__empty strong,.website-franchise-resources__empty span { display: block; }
.website-franchise-resources__empty strong { font-family: var(--hm-serif); font-size: 20px; font-weight: 600; }
.website-franchise-resources__empty span { margin-top: 3px; color: #82786c; font-size: 10px; }

.website-franchise-inquiry { padding: 90px 0 100px; background: radial-gradient(circle at 10% 0,rgba(209,158,75,.15),transparent 24%),linear-gradient(135deg,#211e1a,#352d25 65%,#493a27); color: #fff; }
.website-franchise-inquiry__grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(430px,1.08fr); gap: clamp(55px,8vw,105px); align-items: center; }
.website-franchise-inquiry__copy h2 { max-width: 660px; margin: 14px 0 19px; color: #fff; font-family: var(--hm-serif); font-size: clamp(43px,5vw,60px); font-weight: 600; letter-spacing: -.035em; line-height: 1.03; }
.website-franchise-inquiry__copy > p { max-width: 600px; margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.8; }
.website-franchise-inquiry__copy > div { display: flex; max-width: 520px; gap: 13px; align-items: center; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.website-franchise-inquiry__copy > div i { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(228,196,119,.32); border-radius: 50%; color: var(--franchise-gold); }
.website-franchise-inquiry__copy > div span,.website-franchise-inquiry__copy > div strong { display: block; }
.website-franchise-inquiry__copy > div span { color: rgba(255,255,255,.43); font-size: 9px; line-height: 1.55; }
.website-franchise-inquiry__copy > div strong { margin-bottom: 2px; color: #fff; font-family: var(--hm-serif); font-size: 14px; font-weight: 600; }
.website-franchise-form-card { padding: 36px 38px 39px; border: 1px solid rgba(239,208,133,.22); border-radius: 2px 32px 2px 2px; background: rgba(255,255,255,.07); box-shadow: 0 30px 70px rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.website-franchise-form-card > span { color: var(--franchise-gold); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.website-franchise-form-card > h2 { margin: 8px 0 22px; color: #fff; font-family: var(--hm-serif); font-size: 37px; font-weight: 600; }
.website-franchise-form-card form,.website-franchise-form-card label { display: grid; gap: 7px; }
.website-franchise-form-card form { gap: 14px; }
.website-franchise-form-card label { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.website-franchise-form-card__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.website-franchise-form-card input,.website-franchise-form-card select,.website-franchise-form-card textarea { width: 100%; min-height: 44px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 2px 10px 2px 2px; outline: 0; background: rgba(255,255,255,.065); color: #fff; font: inherit; font-size: 11px; }
.website-franchise-form-card select { color-scheme: dark; }
.website-franchise-form-card textarea { min-height: 82px; resize: vertical; }
.website-franchise-form-card input::placeholder,.website-franchise-form-card textarea::placeholder { color: rgba(255,255,255,.3); }
.website-franchise-form-card input:focus,.website-franchise-form-card select:focus,.website-franchise-form-card textarea:focus { border-color: var(--franchise-gold); }
.website-franchise-form-card .btn { display: inline-flex; min-height: 47px; gap: 8px; align-items: center; justify-content: center; margin-top: 4px; border: 0; border-radius: 999px; background: linear-gradient(135deg,#f0d486,#bd7c2d); color: #30261c; font-size: 9px; font-weight: 800; }
.website-franchise-form-card__message { display: none; padding: 10px 12px; border-radius: 2px 9px 2px 2px; font-size: 10px; }
.website-franchise-form-card__message.is-visible { display: block; }
.website-franchise-form-card__message.is-success { background: rgba(82,182,121,.18); color: #bce8cc; }
.website-franchise-form-card__message.is-error { background: rgba(221,91,84,.18); color: #ffd1ce; }
.website-franchise-form-card__unavailable { padding: 18px; border: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.64); font-size: 11px; }
.website-franchise-form-card__unavailable a { color: var(--franchise-gold); }

@keyframes franchiseRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes franchiseFade { from { opacity: 0; transform: scale(.985); } to { opacity: 1; transform: none; } }
@media(max-width:991px){
    .website-franchise-hero__grid,.website-franchise-story__grid,.website-franchise-inquiry__grid { grid-template-columns: 1fr; }
    .website-franchise-hero__copy,.website-franchise-hero__visual { max-width: 760px; }
    .website-franchise-story__intro { position: static; }
    .website-franchise-journey__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .website-franchise-principles__grid { grid-template-columns: 1fr; }
    .website-franchise-resources__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media(max-width:767px){
    .website-franchise-hero__grid { min-height: 0; gap: 30px; padding-block: 37px 43px; }
    .website-franchise-eyebrow { font-size: 8px; }
    .website-franchise-eyebrow::before { width: 25px; }
    .website-franchise-hero h1 { max-width: 355px; margin: 13px 0 15px; font-size: clamp(45px,12.5vw,56px); }
    .website-franchise-hero__copy > p { display: -webkit-box; overflow: hidden; font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
    .website-franchise-hero__actions { gap: 14px; margin-top: 24px; }
    .website-franchise-hero__actions .btn { min-height: 45px; padding-inline: 17px; }
    .website-franchise-hero__note { margin-top: 23px; padding-top: 17px; }
    .website-franchise-hero__visual { min-height: 310px; padding: 33px 28px; border-radius: 2px 42px 2px 2px; }
    .website-franchise-hero__visual::after { inset: 11px; border-radius: 1px 33px 1px 1px; }
    .website-franchise-hero__visual strong { font-size: 34px; }
    .website-franchise-hero__visual > b { right: 16px; font-size: 170px; }
    .website-franchise-hero__seal { top: 29px; left: 28px; width: 43px; height: 43px; }
    .website-franchise-pillars { overflow: hidden; }
    .website-franchise-pillars__grid { display: flex; overflow-x: auto; padding-inline: 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .website-franchise-pillars__grid > div { min-width: 285px; min-height: 91px; padding: 17px 13px; border-left: 0; border-right: 1px solid var(--franchise-line); scroll-snap-align: start; }
    .website-franchise-story { padding: 53px 0 61px; }
    .website-franchise-story__grid { gap: 34px; }
    .website-franchise-story__intro h2 { font-size: 38px; }
    .website-franchise-story__cms { font-size: 14px; }
    .website-franchise-story__cms h2 { font-size: 27px; }
    .website-franchise-journey { padding: 54px 0 61px; }
    .website-franchise-heading,.website-franchise-resources__heading { display: block; margin-bottom: 25px; }
    .website-franchise-heading h2,.website-franchise-resources__heading h2 { font-size: 38px; }
    .website-franchise-heading > p,.website-franchise-resources__heading > p { margin-top: 15px; }
    .website-franchise-journey__grid { display: flex; overflow-x: auto; gap: 9px; margin-right: -12px; padding-right: 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .website-franchise-journey__grid article { min-width: 82%; min-height: 245px; scroll-snap-align: start; }
    .website-franchise-principles,.website-franchise-resources { padding: 54px 0 62px; }
    .website-franchise-principles__grid { gap: 31px; }
    .website-franchise-principles__heading h2 { font-size: 38px; }
    .website-franchise-principles__list article { grid-template-columns: 37px minmax(0,1fr); gap: 13px; padding-block: 20px; }
    .website-franchise-resources__grid { grid-template-columns: 1fr; gap: 10px; }
    .website-franchise-resources__grid > article { display: grid; min-height: 166px; grid-template-columns: 112px minmax(0,1fr); }
    .website-franchise-resource__media { width: 112px; height: 100%; min-height: 166px; }
    .website-franchise-resources__grid > article > div { padding: 14px; }
    .website-franchise-resources h3 { min-height: 0; font-size: 20px; }
    .website-franchise-resources article p { display: none; }
    .website-franchise-resources__empty { align-items: flex-start; padding: 21px; }
    .website-franchise-inquiry { padding: 55px 0 63px; }
    .website-franchise-inquiry__grid { gap: 34px; }
    .website-franchise-inquiry__copy h2 { font-size: 39px; }
    .website-franchise-form-card { padding: 25px 18px 27px; border-radius: 2px 23px 2px 2px; }
    .website-franchise-form-card > h2 { font-size: 32px; }
    .website-franchise-form-card__row { grid-template-columns: 1fr; }
    .website-franchise-form-card input,.website-franchise-form-card select { min-height: 46px; font-size: 16px; }
    .website-franchise-form-card textarea { font-size: 16px; }
}
@media(prefers-reduced-motion:reduce){.website-franchise-page *,.website-franchise-page *::before,.website-franchise-page *::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
