.hiw-page{background:linear-gradient(180deg,#fefcf8,#faf6ef);padding:clamp(24px,3.5vw,48px) 0 calc(clamp(32px, 4.5vw, 64px) + env(safe-area-inset-bottom, 0px))}.hiw-page__inner{max-width:1240px;margin:0 auto;padding:0 clamp(18px,3vw,32px)}.hiw-hero{text-align:center;max-width:860px;margin:0 auto clamp(20px,3vw,36px)}.hiw-hero__eyebrow{margin:0 0 12px;font-family:var(--font-heading,"Cinzel",serif);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#9a7b3c}.hiw-hero__title{margin:0 auto 16px;font-family:Cormorant Garamond,Playfair Display,serif;font-size:2rem;font-weight:600;line-height:1.2;color:#3d2e22;letter-spacing:.01em;text-align:center}.hiw-hero__title.menu-page-title-lines{margin-left:auto;margin-right:auto}.hiw-hero__lede{margin:0 auto;max-width:720px;font-family:var(--font-body,"Lato",sans-serif);font-size:clamp(1rem,2.2vw,1.125rem);line-height:1.7;color:#5c5348}.hiw-hero__eyebrow:after{content:"";display:block;width:48px;height:2px;margin:14px auto 0;background:linear-gradient(90deg,transparent,rgba(154,123,60,.55),transparent)}.hiw-process{margin-bottom:clamp(40px,5vw,56px)}.hiw-process__intro{text-align:center;max-width:640px;margin:0 auto clamp(28px,4vw,40px)}.hiw-process__heading{margin:0 0 10px;font-family:var(--font-heading,"Cormorant Garamond",serif);font-size:clamp(1.5rem,3vw,1.85rem);font-weight:500;color:#3d2e22}.hiw-process__lede{margin:0;font-size:1rem;line-height:1.65;color:#6b5f52}.hiw-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:clamp(22px,2.5vw,28px);gap:clamp(22px,2.5vw,28px)}.hiw-mobile-slider{display:none}.hiw-step-card{display:flex;flex-direction:column;height:100%;padding:clamp(24px,3vw,32px);background:#fffdf9;border:1px solid hsla(33,38%,63%,.32);border-radius:16px;box-shadow:0 2px 8px rgba(74,55,40,.04),0 10px 28px rgba(74,55,40,.05);box-sizing:border-box}.hiw-step-card__number{font-family:var(--font-heading,"Cinzel",serif);font-size:.75rem;font-weight:600;letter-spacing:.12em;color:#9a7b3c;margin-bottom:14px}.hiw-step-card__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:16px;border-radius:12px;background:rgba(154,123,60,.1);color:#7a6230}.hiw-step-card__title{margin:0 0 10px;font-family:var(--font-heading,"Cormorant Garamond",serif);font-size:clamp(1.15rem,2.2vw,1.3rem);font-weight:600;line-height:1.3;color:#3d2e22}.hiw-step-card__desc{margin:0;font-size:.9375rem;line-height:1.65;color:#5c5348}@media (hover:hover) and (pointer:fine){.hiw-step-card--grid{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hiw-step-card--grid:hover{transform:translateY(-2px);border-color:rgba(154,123,60,.45);box-shadow:0 4px 12px rgba(74,55,40,.06),0 14px 32px rgba(74,55,40,.07)}}.hiw-custom-block{text-align:center;max-width:720px;margin:0 auto clamp(40px,5vw,52px);padding:clamp(28px,4vw,36px) clamp(22px,4vw,32px);background:hsla(0,0%,100%,.65);border:1px solid hsla(33,38%,63%,.28);border-radius:18px}.hiw-custom-block__title{margin:0 0 12px;font-family:var(--font-heading,"Cormorant Garamond",serif);font-size:clamp(1.35rem,3vw,1.65rem);font-weight:500;color:#3d2e22}.hiw-custom-block__text{margin:0 0 22px;font-size:1rem;line-height:1.7;color:#5c5348}.hiw-final-cta{text-align:center;max-width:720px;margin:0 auto;padding-bottom:clamp(16px,3vw,24px)}.hiw-final-cta__title{margin:0 0 22px;font-family:var(--font-heading,"Cormorant Garamond",serif);font-size:clamp(1.4rem,3.2vw,1.75rem);font-weight:500;color:#3d2e22}.hiw-final-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.hiw-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;font-family:var(--font-body,"Lato",sans-serif);font-size:.875rem;font-weight:600;letter-spacing:.03em;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.hiw-btn--primary{background:#9a7b3c;border:1px solid #9a7b3c;color:#fff}.hiw-btn--primary:hover{background:#8a6d35;border-color:#8a6d35}.hiw-btn--outline{background:transparent;border:1px solid rgba(154,123,60,.55);color:#4a3728}.hiw-btn--outline:hover{background:rgba(154,123,60,.08);border-color:rgba(154,123,60,.7)}.hiw-btn--ghost{background:hsla(0,0%,100%,.8);border:1px solid hsla(33,38%,63%,.35);color:#4a3728}.hiw-btn--ghost:hover{background:#fff;border-color:rgba(154,123,60,.5)}.hiw-btn:focus-visible{outline:2px solid rgba(154,123,60,.55);outline-offset:2px}@media (min-width:600px) and (max-width:1024px){.hiw-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.hiw-steps-grid>div:nth-child(5){grid-column:1/2;justify-self:stretch}.hiw-steps-grid>div:nth-child(6){grid-column:2/3;justify-self:stretch}}@media (max-width:767px){.hiw-page{padding-top:20px;padding-bottom:calc(48px + env(safe-area-inset-bottom, 0px))}.hiw-hero{margin-bottom:20px}.hiw-hero__title{font-size:clamp(2rem,8.5vw,2.5rem)}.hiw-hero__lede{font-size:1rem}.hiw-process__intro{margin-bottom:20px}.hiw-steps-grid{display:none}.hiw-mobile-slider{display:block}.hiw-mobile-slider,.hiw-swiper{width:100%;overflow:hidden}.hiw-swiper-slide{height:auto;box-sizing:border-box}.hiw-step-card--slide{min-height:260px}.hiw-slider-footer{margin-top:18px;padding-bottom:8px}.hiw-slider-progress__track{height:3px;border-radius:999px;background:hsla(33,38%,63%,.25);overflow:hidden}.hiw-slider-progress__fill{height:100%;background:#9a7b3c;border-radius:999px;transition:width .3s ease}.hiw-slider-controls{display:flex;gap:16px;margin-top:14px}.hiw-slider-controls,.hiw-slider-nav{align-items:center;justify-content:center}.hiw-slider-nav{display:inline-flex;width:44px;height:44px;border:1.5px solid rgba(154,123,60,.45);border-radius:50%;background:#fffdf9;color:#4a3728;cursor:pointer;transition:opacity .2s ease,border-color .2s ease,background-color .2s ease}.hiw-slider-nav:hover:not(:disabled){background:#faf6ef;border-color:rgba(154,123,60,.65)}.hiw-slider-nav:disabled{opacity:.35;cursor:not-allowed}.hiw-slider-nav:focus-visible{outline:2px solid rgba(154,123,60,.55);outline-offset:2px}.hiw-slider-counter{min-width:72px;text-align:center;font-family:var(--font-heading,"Cinzel",serif);font-size:.8125rem;font-weight:600;letter-spacing:.1em;color:#6b5a48}.hiw-slider-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.hiw-slider-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:rgba(154,123,60,.25);cursor:pointer;transition:background-color .2s ease,transform .2s ease}.hiw-slider-dot.is-active{background:#9a7b3c;transform:scale(1.15)}.hiw-slider-dot:focus-visible{outline:2px solid rgba(154,123,60,.55);outline-offset:2px}.hiw-final-cta__actions{flex-direction:column;align-items:stretch}.hiw-btn{width:100%}}@media (prefers-reduced-motion:reduce){.hiw-slider-dot,.hiw-slider-progress__fill,.hiw-step-card--grid{transition:none}}