/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */@layer theme, base, components, utilities;@layer theme{:host,:root{--spacing:0.25rem;--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-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--tracking-wide:0.025em;--leading-tight:1.25;--leading-relaxed:1.625;--radius-lg:0.5rem;--default-transition-duration:150ms;--default-transition-timing-function:cubic-bezier(0.4,0,0.2,1);--color-cream:#f6f3ec;--color-cream-raised:#fbf9f3;--color-cream-sunk:#efeadf;--color-ink:#2b2722;--color-ink-soft:#5c554b;--color-bronze:#9a8262;--color-green:#6b7a4f;--color-rust:#a8643c;--color-rule:#e3dccd;--font-display:"Cormorant Garamond",ui-serif,Georgia,serif;--font-body:"Source Serif 4",ui-serif,Georgia,"Times New Roman",serif}}@layer utilities{.lp-scope .mt-1{margin-top:var(--spacing)}.lp-scope .mt-2{margin-top:calc(var(--spacing) * 2)}.lp-scope .mt-4{margin-top:calc(var(--spacing) * 4)}.lp-scope .mt-8{margin-top:calc(var(--spacing) * 8)}.lp-scope .mt-10{margin-top:calc(var(--spacing) * 10)}.lp-scope .mb-2{margin-bottom:calc(var(--spacing) * 2)}.lp-scope .mb-3{margin-bottom:calc(var(--spacing) * 3)}.lp-scope .mb-8{margin-bottom:calc(var(--spacing) * 8)}.lp-scope .mb-10{margin-bottom:calc(var(--spacing) * 10)}.lp-scope .ml-2{margin-left:calc(var(--spacing) * 2)}.lp-scope .ml-auto{margin-left:auto}.lp-scope .block{display:block}.lp-scope .contents{display:contents}.lp-scope .flex{display:flex}.lp-scope .grid{display:grid}.lp-scope .inline{display:inline}.lp-scope .h-2{height:calc(var(--spacing) * 2)}.lp-scope .h-9{height:calc(var(--spacing) * 9)}.lp-scope .w-2{width:calc(var(--spacing) * 2)}.lp-scope .w-9{width:calc(var(--spacing) * 9)}.lp-scope .min-w-0{min-width:0}.lp-scope .flex-1{flex:1 1}.lp-scope .shrink-0{flex-shrink:0}.lp-scope .cursor-pointer{cursor:pointer}.lp-scope .list-none{list-style-type:none}.lp-scope .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lp-scope .flex-col{flex-direction:column}.lp-scope .items-baseline{align-items:baseline}.lp-scope .items-center{align-items:center}.lp-scope .items-start{align-items:flex-start}.lp-scope .justify-between{justify-content:space-between}.lp-scope .justify-center{justify-content:center}.lp-scope .gap-1\.5{gap:calc(var(--spacing) * 1.5)}.lp-scope .gap-2{gap:calc(var(--spacing) * 2)}.lp-scope .gap-3{gap:calc(var(--spacing) * 3)}.lp-scope .gap-4{gap:calc(var(--spacing) * 4)}.lp-scope .gap-px{gap:1px}.lp-scope .space-y-1\.5{.lp-scope :where(&>:not(:last-child)){--tw-space-y-reverse:0;-webkit-margin-before:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));-webkit-margin-after:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}}.lp-scope .divide-y{.lp-scope :where(&>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}}.lp-scope .divide-rule{.lp-scope :where(&>:not(:last-child)){border-color:var(--color-rule)}}.lp-scope .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-scope .overflow-hidden{overflow:hidden}.lp-scope .rounded-\[10px\]{border-radius:10px}.lp-scope .rounded-full{border-radius:calc(infinity * 1px)}.lp-scope .rounded-lg{border-radius:var(--radius-lg)}.lp-scope .border{border-style:var(--tw-border-style);border-width:1px}.lp-scope .border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.lp-scope .border-dashed{--tw-border-style:dashed;border-style:dashed}.lp-scope .border-bronze{border-color:var(--color-bronze)}.lp-scope .border-rule{border-color:var(--color-rule)}.lp-scope .bg-bronze{background-color:var(--color-bronze)}.lp-scope .bg-cream-raised{background-color:var(--color-cream-raised)}.lp-scope .bg-cream-sunk{background-color:var(--color-cream-sunk)}.lp-scope .bg-ink{background-color:var(--color-ink)}.lp-scope .bg-ink-soft\/40{background-color:color-mix(in srgb,#5c554b 40%,transparent);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-ink-soft) 40%,transparent)}}.lp-scope .bg-rule{background-color:var(--color-rule)}.lp-scope .px-5{padding-inline:calc(var(--spacing) * 5)}.lp-scope .py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.lp-scope .py-3{padding-block:calc(var(--spacing) * 3)}.lp-scope .py-4{padding-block:calc(var(--spacing) * 4)}.lp-scope .py-6{padding-block:calc(var(--spacing) * 6)}.lp-scope .py-8{padding-block:calc(var(--spacing) * 8)}.lp-scope .pt-3{padding-top:calc(var(--spacing) * 3)}.lp-scope .text-center{text-align:center}.lp-scope .text-left{text-align:left}.lp-scope .font-body{font-family:var(--font-body)}.lp-scope .font-display{font-family:var(--font-display)}.lp-scope .text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.lp-scope .text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.lp-scope .text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.lp-scope .text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.lp-scope .text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.lp-scope .text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.lp-scope .text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.lp-scope .leading-none{--tw-leading:1;line-height:1}.lp-scope .leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.lp-scope .leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.lp-scope .tracking-\[0\.2em\]{--tw-tracking:0.2em;letter-spacing:.2em}.lp-scope .tracking-\[0\.15em\]{--tw-tracking:0.15em;letter-spacing:.15em}.lp-scope .tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.lp-scope .text-bronze{color:var(--color-bronze)}.lp-scope .text-bronze\/70{color:color-mix(in srgb,#9a8262 70%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-bronze) 70%,transparent)}}.lp-scope .text-cream{color:var(--color-cream)}.lp-scope .text-cream\/70{color:color-mix(in srgb,#f6f3ec 70%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-cream) 70%,transparent)}}.lp-scope .text-green{color:var(--color-green)}.lp-scope .text-ink{color:var(--color-ink)}.lp-scope .text-ink-soft{color:var(--color-ink-soft)}.lp-scope .text-ink-soft\/60{color:color-mix(in srgb,#5c554b 60%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-ink-soft) 60%,transparent)}}.lp-scope .text-ink-soft\/70{color:color-mix(in srgb,#5c554b 70%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-ink-soft) 70%,transparent)}}.lp-scope .text-ink-soft\/80{color:color-mix(in srgb,#5c554b 80%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-ink-soft) 80%,transparent)}}.lp-scope .text-rust{color:var(--color-rust)}.lp-scope .uppercase{text-transform:uppercase}.lp-scope .italic{font-style:italic}.lp-scope .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))}.lp-scope .transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.lp-scope .group-open\:rotate-90{.lp-scope &:is(:where(.group):is([open],:popover-open,:open) *){rotate:90deg}}.lp-scope .group-hover\:translate-x-0\.5{.lp-scope &:is(:where(.group):hover *){@media (hover:hover){--tw-translate-x:calc(var(--spacing) * 0.5);translate:var(--tw-translate-x) var(--tw-translate-y)}}}.lp-scope .group-hover\:text-cream\/70{.lp-scope &:is(:where(.group):hover *){@media (hover:hover){color:color-mix(in srgb,#f6f3ec 70%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-cream) 70%,transparent)}}}}.lp-scope .hover\:bg-bronze{.lp-scope &:hover{@media (hover:hover){background-color:var(--color-bronze)}}}.lp-scope .hover\:bg-cream-sunk{.lp-scope &:hover{@media (hover:hover){background-color:var(--color-cream-sunk)}}}.lp-scope .hover\:text-cream{.lp-scope &:hover{@media (hover:hover){color:var(--color-cream)}}}.lp-scope .lg\:grid-cols-4,.lp-scope .sm\:grid-cols-2,.lp-scope .sm\:grid-cols-3{@media (min-width:64rem){grid-template-columns:repeat(4,minmax(0,1fr))}}.lp-scope .\[\&\:\:-webkit-details-marker\]\:hidden{.lp-scope &::-webkit-details-marker{display:none}}}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-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-tracking{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){::-webkit-backdrop{--tw-space-y-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-tracking:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}*,::backdrop,:after,:before{--tw-space-y-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-tracking:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}}}.lp-track{position:relative;--font-display:var(--serif);--font-body:var(--lp-font-body),"Source Serif 4",ui-serif,Georgia,serif}.lp-band{min-height:175vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem);align-items:start}.lp-col-text{min-width:0}.lp-col-phone{display:flex;justify-content:center;position:-webkit-sticky;position:sticky;align-self:start;top:max(16px,calc(50vh - 308px))}.lp-phone{position:relative;width:300px;aspect-ratio:356/730;background:#1c1a17;border-radius:48px;padding:9px;box-shadow:0 40px 90px rgba(43,39,34,.28);opacity:0;transform:translateY(130px);will-change:transform,opacity}.lp-notch{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:74px;height:10px;border-radius:6px;background:#1c1a17;z-index:5}.lp-screen{position:relative;width:100%;height:100%;background:#fbf9f3;border-radius:40px;overflow:hidden;transform:translateZ(0);isolation:isolate;pointer-events:none}.lp-screen-inner{position:absolute;top:0;left:0;width:100%;will-change:transform}.lp-screen-scale{width:400px;transform-origin:top left;padding:46px 28px 28px}.lp-tabbar{position:absolute;left:0;right:0;bottom:0;z-index:6;display:flex;gap:2px;padding:6px;height:34px;align-items:center;background:#fbf9f3;border-top:1px solid #e3dccd;overflow:hidden}.lp-tab{flex:0 0 auto;border-radius:6px;padding:4px 9px;font-family:var(--font-body,ui-serif,Georgia,serif);font-size:10px;line-height:1;white-space:nowrap;color:#5c554b}.lp-tab-active{background:#efeadf;color:#2b2722}.lp-scope{font-family:var(--font-body,ui-serif,Georgia,serif);color:#2b2722;line-height:1.4;--green:#6b7a4f;--rust:#a8643c;--bronze:#9a8262}.lp-scope h1,.lp-scope h2,.lp-scope h3,.lp-scope h4{font-family:var(--font-display,ui-serif,Georgia,serif);font-weight:500;line-height:1.12;margin:0}.lp-scope p{margin:0}.lp-scope a{text-decoration:none;color:inherit}.lp-scope ul{list-style:none;margin:0;padding:0}.lp-scope section{padding-block:0;margin:0}.lp-scope .grid{grid-template-columns:minmax(0,1fr)!important}@media (max-width:880px){.lp-band{min-height:0;grid-template-columns:1fr;gap:0}.lp-col-phone{display:none}}@media (prefers-reduced-motion:reduce){.lp-band{min-height:0}.lp-col-phone{position:static}.lp-phone{opacity:1;transform:none}}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Source_Serif_4_f293a5";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Source_Serif_4_Fallback_f293a5";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_f293a5{font-family:"__Source_Serif_4_f293a5","__Source_Serif_4_Fallback_f293a5";font-style:normal}.__variable_f293a5{--lp-font-body:"__Source_Serif_4_f293a5","__Source_Serif_4_Fallback_f293a5"}.inqf-flow{display:flex;flex-direction:column}.inqf-step{padding-block:1.5rem;border-top:1px solid var(--hairline,rgba(46,34,24,.12));animation:inqf-rise .55s ease both}.inqf-step:first-child{border-top:0;padding-top:0}@keyframes inqf-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.inqf-kicker{font-family:var(--mono);font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.inqf-q{margin-top:.5rem;font-family:var(--serif);font-weight:400;font-size:calc(clamp(1.5rem, 2.6vw, 2rem) * var(--fc-head-scale, 1));line-height:1.12;color:var(--ink);max-width:24ch}.inqf-help{margin-top:.5rem;color:var(--sage-dim);font-size:.98rem;line-height:1.55;max-width:46ch}.inqf-group+.inqf-group{margin-top:1.1rem}.inqf-group-label{margin-top:1.1rem;font-family:var(--mono);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage)}.inqf-group-label+.inqf-options{margin-top:.55rem}.inqf-options{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(215px,1fr));grid-gap:.6rem;gap:.6rem}.inqf-option{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;text-align:left;padding:.8rem 1rem;background:var(--bg-soft);border:1px solid rgba(46,34,24,.22);border-radius:0;cursor:pointer;font-family:var(--serif);color:var(--ink);transition:background .3s ease,border-color .3s ease,color .3s ease,transform .3s ease}.inqf-option:hover{border-color:var(--gold);transform:translateY(-1px)}.inqf-option:focus-visible{outline:1px solid var(--gold);outline-offset:2px}.inqf-option-label{font-size:1.14rem;line-height:1.22}.inqf-option-sub{font-family:var(--mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);transition:color .3s ease}.inqf-option[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:var(--cream,#f3efe6)}.inqf-option[aria-pressed=true] .inqf-option-sub{color:var(--gold-lit,#e8c987)}.inqf-step-done{padding-block:.9rem}.inqf-recap{display:flex;align-items:baseline;gap:.9rem}.inqf-recap-q{flex-shrink:0;font-family:var(--mono);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage)}.inqf-recap-a{font-family:var(--serif);font-size:1.15rem;line-height:1.3;color:var(--ink)}.inqf-change{margin-left:auto;flex-shrink:0;background:none;border:0;padding:0 0 .1rem;border-bottom:1px solid rgba(160,120,64,.5);font-family:var(--mono);font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);cursor:pointer;transition:color .3s ease,border-color .3s ease}.inqf-change:hover{color:var(--ink);border-color:var(--ink)}.inqf-fields{margin-top:1.2rem;display:flex;flex-direction:column;gap:1.4rem}.inqf-sent-recap{margin-top:1rem;font-family:var(--mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);line-height:1.9}@media (max-width:560px){.inqf-options{grid-template-columns:1fr}.inqf-recap{flex-wrap:wrap;row-gap:.2rem}}@media (prefers-reduced-motion:reduce){.inqf-step{animation:none}.inqf-option,.inqf-option:hover{transform:none}}.os-track{position:relative}.os-band{display:block}.os-col-photo{display:none}@media (min-width:881px) and (prefers-reduced-motion:no-preference){.os-track:not(.os-track--edit){--os-step:44vh;--os-gap:clamp(1.5rem,3vh,2.4rem);--os-h:min(62vh,34rem);height:calc(100vh + var(--os-steps, var(--os-n)) * var(--os-step))}.os-track:not(.os-track--edit) .os-stage{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:clamp(1.25rem,3vh,2.5rem);padding-block:clamp(1.75rem,5vh,3.5rem)}.os-track:not(.os-track--edit) .os-band{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem);align-items:center;flex:1 1 auto;min-height:0}.os-track:not(.os-track--edit) .os-col-photo{display:block;align-self:center}.os-frame{position:relative;height:var(--os-h);overflow:hidden;background:rgba(46,34,24,.06)}.os-plate{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .62s cubic-bezier(.4,0,.2,1);will-change:opacity}.os-plate.is-on{opacity:1}.os-track:not(.os-track--edit) .os-col-entries{min-width:0;height:var(--os-h);align-self:center;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 7%,#000 93%,transparent);mask-image:linear-gradient(180deg,transparent 0,#000 7%,#000 93%,transparent)}.os-track:not(.os-track--edit) .os-list{position:relative;will-change:transform}.os-track:not(.os-track--edit) .os-slot+.os-slot{margin-top:var(--os-gap)}}.os-credit{position:absolute;left:.7rem;bottom:.7rem;z-index:3;padding:.26rem .55rem;background:rgba(20,15,10,.72);font-family:var(--mono);font-size:.44rem;letter-spacing:.16em;text-transform:uppercase;color:var(--cream);opacity:0;transition:opacity .62s cubic-bezier(.4,0,.2,1);pointer-events:none}.os-credit.is-on{opacity:1;pointer-events:auto}@media (min-width:881px){.os-track--edit .os-band{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem);align-items:start}.os-track--edit .os-col-photo{display:block;position:-webkit-sticky;position:sticky;top:max(1.5rem,calc(50vh - .5 * var(--os-h)))}.os-track--edit{--os-h:min(62vh,34rem)}.os-track--edit .os-frame{position:relative;height:var(--os-h);overflow:hidden;background:rgba(46,34,24,.06)}.os-track--edit .os-credit{bottom:3.1rem}.os-track--edit .os-slot+.os-slot{margin-top:clamp(1.5rem,3vh,2.4rem)}.os-track--edit .os-slot.is-selected .os-park{box-shadow:-.75rem 0 0 -.6rem var(--gold)}}.os-edit-nav{display:flex;align-items:center;gap:8px;margin-bottom:10px}.os-edit-thumbs{display:flex;gap:6px;overflow-x:auto;scrollbar-width:thin;padding-bottom:2px;flex:1 1 auto}.os-edit-thumb{position:relative;flex:0 0 auto;width:3.6rem;aspect-ratio:4/3;padding:0;border:1px solid var(--hairline);background:rgba(46,34,24,.06);cursor:pointer;overflow:hidden;opacity:.55;transition:opacity .15s ease,border-color .15s ease}.os-edit-thumb:hover{opacity:.85}.os-edit-thumb.is-on{opacity:1;border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}.os-edit-thumb img{width:100%;height:100%;object-fit:cover;display:block}.os-edit-thumb.is-empty{display:grid;place-items:center;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--gold) 55%,transparent)}.os-edit-thumb-add{font-size:14px;color:var(--gold);line-height:1}.os-edit-thumb-n{position:absolute;left:2px;bottom:1px;font-family:var(--mono);font-size:8px;letter-spacing:.08em;color:#f6f1e7;text-shadow:0 1px 2px rgba(0,0,0,.7)}.os-edit-arrow{flex:0 0 auto;width:24px;height:24px;border:1px solid var(--hairline);background:transparent;color:var(--ink);font-size:15px;line-height:1;cursor:pointer;border-radius:999px}.os-edit-arrow:disabled{opacity:.3;cursor:default}.os-edit-credit{position:absolute;left:10px;right:10px;bottom:10px;z-index:4;display:flex;flex-wrap:wrap;gap:8px}