.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:var(--color-bg-card);border-top:1px solid var(--color-border);box-shadow:0 -4px 20px #0000001a;padding:var(--space-lg);z-index:1001}.cookie-backdrop{position:fixed;inset:0;background:#00000073;z-index:1000;pointer-events:auto;animation:cookie-backdrop-in .22s ease-out}@keyframes cookie-backdrop-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.cookie-backdrop{animation:none}}.cookie-banner__content{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;gap:var(--space-xl)}.cookie-banner__content p{flex:1;font-size:var(--font-size-sm);color:var(--color-text-light)}.cookie-banner__actions{display:flex;gap:var(--space-sm);flex-shrink:0}@media(max-width:768px){.cookie-banner__content{flex-direction:column;text-align:center}}.header{position:sticky;top:0;z-index:100;background-color:#faf7f5f2;transition:all var(--transition-base);height:var(--header-height);display:flex;align-items:center}@media(hover:hover)and (pointer:fine){.header{background-color:#faf7f5d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}.header--scrolled{box-shadow:var(--shadow-sm);background-color:#faf7f5f2}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.header__logo{flex-shrink:0}.header__logo-img{height:auto;width:auto;max-height:55px;max-width:280px}.header__nav{flex:1;display:flex;justify-content:center}.header__nav-list{display:flex;align-items:center;justify-content:center;gap:var(--space-xs)}.header__nav-link{padding:.5rem .875rem;font-size:var(--font-size-sm);font-weight:500;color:var(--color-text);border-radius:var(--border-radius);transition:all var(--transition-fast);white-space:nowrap}.header__nav-link:hover{color:#b88559;background-color:#c89a6d1a}.header__nav-link--active{color:#b88559;background-color:#c89a6d29;font-weight:600}.header__nav-dropdown{position:relative}.header__nav-link--dropdown{display:inline-flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;font-family:inherit}.header__dropdown-chevron{transition:transform var(--transition-fast)}.header__nav-dropdown:hover .header__dropdown-chevron{transform:rotate(180deg)}.header__dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(4px);min-width:220px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);padding:var(--space-xs);opacity:0;visibility:hidden;transition:opacity var(--transition-fast),visibility var(--transition-fast);z-index:200}.header__nav-dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible}.header__dropdown-link{display:block;padding:.5rem .875rem;font-size:var(--font-size-sm);font-weight:500;color:var(--color-text);border-radius:var(--border-radius);transition:all var(--transition-fast);white-space:nowrap}.header__dropdown-link:hover{color:#b88559;background-color:#c89a6d1a}.header__dropdown-link--active{color:#b88559;font-weight:600}.header__cta-text{display:inline}.header__cta.btn--primary{background-color:#b88559;border-color:#b88559;color:#fff}.header__cta.btn--primary:hover{background-color:#a67548;border-color:#a67548;color:#fff}.header__cta.header__cta--mobile{display:none}.header__cta.header__cta--desktop{display:inline-flex}.header__lang-toggle{display:flex;align-items:center;gap:4px;color:var(--color-text);text-decoration:none;font-weight:600;transition:color .2s ease;padding:.5rem;border-radius:var(--border-radius)}.header__lang-toggle:hover{color:#b88559;background-color:#c89a6d1a}.header__burger{display:none;color:var(--color-text);padding:var(--space-sm);background:none;border:none;cursor:pointer;flex-shrink:0;min-width:44px;min-height:44px;align-items:center;justify-content:center}.mobile-menu{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background-color:var(--color-bg);z-index:999;padding:var(--space-xl);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition-base);overflow-y:auto}.mobile-menu--open{transform:translate(0)}.mobile-menu__list{display:flex;flex-direction:column;gap:var(--space-xs)}.mobile-menu__heading{display:block;padding:.5rem var(--space-md);font-size:var(--font-size-sm);font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:var(--space-sm)}.mobile-menu__sublist{display:flex;flex-direction:column;padding-left:var(--space-md)}.mobile-menu__link--sub{font-size:var(--font-size-base)}.mobile-menu__link{display:flex;align-items:center;gap:var(--space-sm);padding:.875rem var(--space-md);font-size:var(--font-size-lg);font-weight:500;color:var(--color-text);border-radius:var(--border-radius);transition:all var(--transition-fast)}.mobile-menu__link:hover,.mobile-menu__link--active{color:#b88559;background-color:#c89a6d1a}.mobile-menu__link--emergency{color:var(--color-error);margin-top:var(--space-md);border-top:1px solid var(--color-border);padding-top:var(--space-lg)}.mobile-menu__contact{margin-top:auto;padding-top:var(--space-xl)}.mobile-menu__contact .btn{width:100%;justify-content:center}.footer{background-color:#f6f2ee;color:var(--color-text);padding:var(--space-4xl) 0 var(--space-xl)}.footer a{color:var(--color-text);transition:color var(--transition-fast)}.footer a:hover{color:var(--color-primary)}.footer__grid{display:grid;grid-template-columns:1.5fr 1.2fr 1fr 1fr;gap:var(--space-3xl);margin-bottom:var(--space-3xl)}.footer__logo{height:auto;width:auto;max-height:50px;max-width:260px;margin-bottom:var(--space-md)}.footer__tagline{font-size:var(--font-size-sm);line-height:var(--line-height-relaxed);color:var(--color-text-light)}.footer__heading{font-family:var(--font-display);font-size:var(--font-size-lg);color:var(--color-text);margin-bottom:var(--space-lg)}.footer__contact-list{display:flex;flex-direction:column;gap:var(--space-md)}.footer__contact-list li{display:flex;gap:var(--space-sm);font-size:var(--font-size-sm);line-height:var(--line-height-relaxed)}.footer__contact-list li svg{flex-shrink:0;margin-top:3px;opacity:.6}.footer__contact-list small{display:block;color:var(--color-text-muted);font-size:var(--font-size-xs)}.footer__address-hint{display:flex;align-items:center;gap:var(--space-xs);margin-top:var(--space-md);font-size:var(--font-size-xs);color:var(--color-accent2)}.footer__links{display:flex;flex-direction:column;gap:var(--space-sm)}.footer__links a{font-size:var(--font-size-sm)}.footer__emergency{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--color-border)}.footer__emergency-link{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-size-sm);color:var(--color-accent)!important;font-weight:600}.footer__bottom{border-top:1px solid var(--color-border);padding-top:var(--space-lg);display:flex;justify-content:space-between;align-items:center;font-size:var(--font-size-xs);color:var(--color-text-muted)}.footer__therapy-hint{color:var(--color-text-muted)}@media(max-width:1024px){.header__inner{gap:var(--space-sm)}.header__logo{min-width:0;flex-shrink:1}.header__logo-img{max-width:100%}.header__nav,.header__cta-text,.header__cta.header__cta--desktop{display:none}.header__cta.header__cta--mobile{display:inline-flex}.header__lang-toggle{display:none}.header__burger{display:inline-flex}}@media(max-width:380px){.header__logo-img{max-height:44px}}@media(max-width:768px){.footer__grid{grid-template-columns:1fr;gap:var(--space-2xl)}.footer__bottom{flex-direction:column;gap:var(--space-sm);text-align:center}}.proto-page{--color-bg: #FAF5ED;--color-bg-warm: #EDD9C0;--color-surface: #FFFFFF;--color-border: #E8DCC8;--color-text: #3D3028;--color-text-body: #5A4A40;--color-text-muted: #8B7A6B;--color-brand-sage: #7FA88A;--color-brand-terracotta: #C89A6D;--color-brand-terracotta-deep: #B88559;--color-wash-peach: #F4D5B8;--color-wash-lavender: #D4C5D9;--color-wash-mint: #C5DBC8;--color-wash-butter: #EDD9A8;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", -apple-system, system-ui, sans-serif;--content-max: 1120px;--content-narrow: 920px;--section-py: clamp(40px, 5vw, 64px);--radius-card: 16px;--radius-pill: 999px;--shadow-card: 0 2px 16px rgba(61, 48, 40, .04);--shadow-card-hover: 0 6px 24px rgba(61, 48, 40, .08);background:var(--color-bg);color:var(--color-text-body);font-family:var(--font-body);font-size:17px;line-height:1.65;overflow-x:hidden}.proto-page h1,.proto-page h2,.proto-page h3,.proto-page h4{font-family:var(--font-heading);color:var(--color-text);font-weight:500;line-height:1.2;margin:0}.proto-page h1{font-size:clamp(38px,5.5vw,56px);letter-spacing:-.01em;line-height:1.12}.proto-page h2{font-size:clamp(26px,3vw,36px)}.proto-page h3{font-size:clamp(22px,2.2vw,26px)}.proto-page h4{font-size:clamp(18px,1.8vw,20px)}.proto-page p{margin:0}.proto-page a{color:var(--color-brand-terracotta-deep);text-decoration:none}.proto-page a:hover{color:var(--color-brand-sage)}.proto-page *:focus-visible{outline:2px solid var(--color-brand-terracotta-deep);outline-offset:3px;border-radius:4px}.proto-container{max-width:var(--content-max);margin:0 auto;padding:0 clamp(20px,4vw,48px)}.proto-container--narrow{max-width:var(--content-narrow)}.proto-section{padding:var(--section-py) 0;position:relative}.proto-section--alt{background:#edd9c038}.proto-section--center{text-align:center}.proto-section--center h2{margin-bottom:16px}.proto-section__head{text-align:center;max-width:680px;margin:0 auto clamp(28px,3.5vw,44px)}.proto-section__head p{margin-top:16px;color:var(--color-text-body);font-size:17px}.proto-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:16px;font-weight:500;line-height:1;cursor:pointer;border:1.5px solid transparent;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;text-decoration:none;white-space:nowrap}.proto-page .proto-btn--primary{background:var(--color-brand-terracotta-deep);color:#fff}.proto-page .proto-btn--primary:hover{background:#a67548;color:#fff;transform:translateY(-1px)}.proto-page .proto-btn--secondary{background:transparent;color:var(--color-brand-terracotta-deep);border-color:var(--color-brand-terracotta)}.proto-page .proto-btn--secondary:hover{background:#c89a6d14;color:var(--color-brand-terracotta-deep)}.proto-btn--lg{padding:16px 32px;font-size:17px;min-height:48px}.proto-btn--sm{padding:10px 16px;font-size:14px;gap:6px;min-height:44px}.proto-link{display:inline-flex;align-items:center;gap:6px;color:var(--color-brand-terracotta-deep);font-weight:500;font-size:15px}.proto-link:hover{gap:10px;transition:gap .18s ease}.proto-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:clamp(18px,2vw,24px);box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.proto-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover)}.proto-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-brand-terracotta-deep);background:#c89a6d1f;margin-bottom:20px}.proto-card__title{margin-bottom:12px}.proto-card__text{color:var(--color-text-body);flex:1}.proto-page .proto-card--inline-header{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:16px;row-gap:14px}.proto-page .proto-card--inline-header>.proto-card__icon{margin-bottom:0}.proto-page .proto-card--inline-header>.proto-card__title{margin-bottom:0;font-weight:700;line-height:1.25}.proto-page .proto-card--inline-header>.proto-card__text,.proto-page .proto-card--inline-header>.proto-checks,.proto-page .proto-card--inline-header>.proto-link{grid-column:1 / -1}.proto-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,2.5vw,32px)}.proto-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.6vw,20px)}.proto-hero--center{padding:clamp(56px,8vw,88px) 0 clamp(40px,5vw,64px);text-align:center}.proto-hero--center .proto-container{max-width:720px}.proto-hero-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#c89a6d24;color:var(--color-brand-terracotta-deep);margin-bottom:24px}.proto-hero--center h1{margin-bottom:20px}.proto-lead{font-size:clamp(18px,1.7vw,21px);color:var(--color-text-body);line-height:1.6;max-width:60ch;margin:0 auto}.proto-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:28px}.proto-badge{background:#c89a6d24;color:var(--color-brand-terracotta-deep);padding:6px 14px;border-radius:var(--radius-pill);font-size:13px;font-weight:500}.proto-callout{font-family:var(--font-heading);font-style:italic;font-size:clamp(20px,2.4vw,28px);line-height:1.5;color:var(--color-text);max-width:720px;margin:0 auto;padding:8px 0 8px 28px;border-left:3px solid var(--color-brand-terracotta)}.proto-checks{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:12px}.proto-checks li{display:flex;align-items:flex-start;gap:12px;color:var(--color-text-body);line-height:1.55}.proto-checks li>svg{color:var(--color-brand-sage);flex-shrink:0;margin-top:3px}.proto-info{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,80px);align-items:center}.proto-info--reverse .proto-info__visual{order:-1}.proto-info__content h2{margin-bottom:16px}.proto-info__content p{color:var(--color-text-body);margin-bottom:14px;line-height:1.7}.proto-info__content p:last-child{margin-bottom:0}.proto-info__visual img{width:100%;height:100%;max-height:440px;object-fit:cover;display:block;border-radius:var(--radius-card);box-shadow:0 4px 24px #3d302814}.proto-info-icon-row{display:flex;align-items:center;gap:14px;margin-bottom:16px}.proto-info-icon-row svg{color:var(--color-brand-terracotta-deep);flex-shrink:0}.proto-info-icon-row h2{margin:0}.proto-card__icon--colored{color:var(--color-brand-terracotta-deep)}.proto-vorlesen{background:linear-gradient(135deg,#f4d5b852,#d4c5d952);border:1px solid var(--color-border);border-radius:24px;padding:clamp(28px,4vw,44px);text-align:center;max-width:720px;margin:0 auto}.proto-vorlesen__label{display:inline-flex;align-items:center;gap:8px;background:#ffffffb8;color:var(--color-brand-terracotta-deep);padding:6px 14px;border-radius:var(--radius-pill);font-size:12.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:24px}.proto-vorlesen__icons{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.proto-vorlesen__icon-circle{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--color-brand-terracotta-deep)}.proto-vorlesen__text{font-family:var(--font-heading);font-style:italic;font-size:clamp(20px,2.4vw,26px);line-height:1.5;color:var(--color-text);max-width:56ch;margin:0 auto}.proto-vorlesen__text strong{color:var(--color-brand-terracotta-deep);font-weight:600;font-style:normal}.proto-tip{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:clamp(28px,3.5vw,40px);box-shadow:var(--shadow-card);max-width:720px;margin:0 auto}.proto-tip__label{display:inline-flex;align-items:center;gap:8px;background:#c89a6d24;color:var(--color-brand-terracotta-deep);padding:6px 14px;border-radius:var(--radius-pill);font-size:12.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px}.proto-tip h2{margin-bottom:12px}.proto-tip>p{color:var(--color-text-body);margin-bottom:20px;line-height:1.65}.proto-tip__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.proto-tip__list li{display:flex;align-items:flex-start;gap:14px;color:var(--color-text-body);line-height:1.6}.proto-tip__list li>svg{color:var(--color-brand-terracotta);flex-shrink:0;margin-top:3px}.proto-tip__list strong{color:var(--color-text);font-weight:600}.proto-form{display:flex;flex-direction:column;gap:20px;max-width:880px;margin:0 auto}.proto-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.proto-form-row--3{grid-template-columns:1fr 1fr 1fr}@media(max-width:900px){.proto-form-row--3{grid-template-columns:1fr 1fr}}@media(max-width:600px){.proto-form-row,.proto-form-row--3{grid-template-columns:1fr}}.proto-field{display:flex;flex-direction:column;gap:6px}.proto-field--full{grid-column:1 / -1}.proto-page .proto-label{font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--color-text);letter-spacing:.01em}.proto-label__required{color:var(--color-brand-terracotta-deep);margin-left:2px}.proto-input,.proto-select,.proto-textarea{width:100%;padding:12px 14px;font-family:var(--font-body);font-size:16px;color:var(--color-text);background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:10px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;box-sizing:border-box}.proto-input::placeholder,.proto-textarea::placeholder{color:var(--color-text-muted)}.proto-input:hover,.proto-select:hover,.proto-textarea:hover{border-color:var(--color-brand-terracotta)}.proto-input:focus,.proto-select:focus,.proto-textarea:focus{outline:none;border-color:var(--color-brand-terracotta-deep);box-shadow:0 0 0 3px #b885592e}.proto-input--error,.proto-select--error,.proto-textarea--error{border-color:#c0473a}.proto-input--error:focus,.proto-select--error:focus,.proto-textarea--error:focus{box-shadow:0 0 0 3px #c0473a2e}.proto-textarea{font-family:var(--font-body);line-height:1.6;resize:vertical;min-height:96px}.proto-select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3e%3cpath d='M1 1l5 5 5-5' stroke='%23B88559' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}.proto-select--placeholder{color:var(--color-text-muted)}.proto-field-hint{font-size:13px;color:var(--color-text-muted);margin:0;line-height:1.5}.proto-field-error{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#c0473a;margin:0;font-weight:500}.proto-options{display:flex;flex-direction:column;gap:10px}.proto-option{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:12px;cursor:pointer;transition:border-color .18s ease,background .18s ease;font-size:15px;color:var(--color-text);line-height:1.5}.proto-option:hover{border-color:var(--color-brand-terracotta);background:#c89a6d0d}.proto-option>input{flex-shrink:0;margin-top:3px;cursor:pointer;accent-color:var(--color-brand-terracotta-deep)}.proto-option--selected{border-color:var(--color-brand-terracotta-deep);background:#c89a6d14}.proto-checkbox-row{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:12px;cursor:pointer;transition:border-color .18s ease,background .18s ease;font-size:14.5px;color:var(--color-text-body);line-height:1.55}.proto-checkbox-row:hover{border-color:var(--color-brand-terracotta)}.proto-checkbox-row>input{flex-shrink:0;margin-top:3px;cursor:pointer;accent-color:var(--color-brand-terracotta-deep)}.proto-checkbox-row--highlight{background:#c89a6d0f;border-color:var(--color-brand-terracotta)}.proto-checkbox-row--gkv{background:#d4c5d92e;border-color:#8e7ba0}.proto-progress{width:100%;height:6px;background:var(--color-border);border-radius:999px;overflow:hidden}.proto-progress__bar{height:100%;background:linear-gradient(to right,var(--color-brand-terracotta),var(--color-brand-terracotta-deep));border-radius:999px;transition:width .25s ease}.proto-step-indicators{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:14px}.proto-step-indicator{display:inline-flex;align-items:center;gap:10px;padding:8px 14px 8px 8px;border-radius:var(--radius-pill);background:var(--color-surface);border:1.5px solid var(--color-border);font-size:13.5px;font-weight:500;color:var(--color-text-muted)}.proto-step-indicator__circle{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--color-bg);color:var(--color-text-muted);flex-shrink:0}.proto-step-indicator--active{border-color:var(--color-brand-terracotta-deep);color:var(--color-brand-terracotta-deep);background:#c89a6d0f}.proto-step-indicator--active .proto-step-indicator__circle{background:var(--color-brand-terracotta-deep);color:#fff}.proto-step-indicator--done{color:var(--color-brand-sage)}.proto-step-indicator--done .proto-step-indicator__circle{background:var(--color-brand-sage);color:#fff}.proto-form-error{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#c0473a14;border:1.5px solid rgba(192,71,58,.35);border-radius:12px;color:#962f25;font-size:14.5px;line-height:1.55}.proto-form-error svg{flex-shrink:0;margin-top:2px}.proto-faq{display:flex;flex-direction:column;gap:10px}.proto-faq-group{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.proto-faq-group__heading{font-family:var(--font-heading);font-weight:600;font-size:clamp(20px,2vw,24px);color:var(--color-brand-terracotta-deep);letter-spacing:.01em;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--color-border)}.proto-faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);transition:box-shadow .2s ease,border-color .2s ease;overflow:hidden}.proto-faq-item:hover{box-shadow:var(--shadow-card-hover)}.proto-faq-item[open]{border-color:var(--color-brand-terracotta)}.proto-faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 24px;cursor:pointer;list-style:none;font-family:var(--font-heading);font-weight:600;font-size:clamp(16px,1.6vw,18px);color:var(--color-text);line-height:1.4;-webkit-user-select:none;user-select:none;transition:color .18s ease}.proto-faq-item__question::-webkit-details-marker{display:none}.proto-faq-item__question::marker{display:none;content:""}.proto-faq-item__question:hover{color:var(--color-brand-terracotta-deep)}.proto-faq-item__chevron{flex-shrink:0;color:var(--color-brand-terracotta-deep);transition:transform .22s ease}.proto-faq-item[open] .proto-faq-item__chevron{transform:rotate(180deg)}.proto-faq-item__answer{padding:0 24px 22px;color:var(--color-text-body);line-height:1.7;font-size:15.5px}.proto-page .proto-faq-item__answer p{margin-bottom:12px;color:var(--color-text-body)}.proto-page .proto-faq-item__answer p:last-child{margin-bottom:0}.proto-faq-item__answer a{color:var(--color-brand-terracotta-deep);text-decoration:underline;text-underline-offset:3px}.proto-prep-steps{list-style:none;padding:0;margin:14px 0 18px;counter-reset:prep-step;display:flex;flex-direction:column;gap:12px}.proto-prep-steps li{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;background:#c89a6d0a;border:1px solid var(--color-border);border-radius:10px;font-size:14.5px;line-height:1.65;color:var(--color-text-body);counter-increment:prep-step}.proto-prep-steps li:before{content:counter(prep-step);width:28px;height:28px;border-radius:50%;background:var(--color-brand-terracotta-deep);color:#fff;font-family:"DM Serif Display",Georgia,serif;font-size:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.proto-prep-steps__badge{display:inline-block;padding:2px 9px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-right:8px;vertical-align:1px}.proto-prep-steps__badge--rec{background:#7fa88a2e;color:#4e7a5d}.proto-prep-steps__badge--opt{background:#c89a6d24;color:var(--color-brand-terracotta-deep)}.proto-note{background:#c89a6d12;border:1px solid var(--color-border);border-left:4px solid var(--color-brand-terracotta);border-radius:var(--radius-card);padding:clamp(18px,2.4vw,26px);color:var(--color-text-body);line-height:1.7;display:flex;gap:14px;align-items:flex-start}.proto-note__icon{color:var(--color-brand-terracotta-deep);flex-shrink:0;margin-top:2px}.proto-note__body{flex:1}.proto-note h3,.proto-note h4{font-family:var(--font-heading);font-weight:600;margin:0 0 8px;color:var(--color-text)}.proto-page .proto-note p{color:var(--color-text-body);margin:0}.proto-page .proto-note p+p{margin-top:10px}.proto-note--sage{background:#7fa88a14;border-left-color:var(--color-brand-sage)}.proto-note--sage .proto-note__icon{color:#4e7a5d}.proto-note--lavender{background:#d4c5d947;border-left-color:#8e7ba0}.proto-note--lavender .proto-note__icon{color:#6e5c82}.proto-note--error{background:#c0473a0d;border-left-color:#c0473a;border-color:#c0473a40}.proto-note--error .proto-note__icon,.proto-note--error h3,.proto-note--error h4{color:#962f25}.proto-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0 auto 36px}.proto-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:var(--radius-pill);background:transparent;color:var(--color-text-muted);border:1.5px solid var(--color-border);font-family:var(--font-body);font-size:14.5px;font-weight:500;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.proto-tab:hover{color:var(--color-brand-terracotta-deep);border-color:var(--color-brand-terracotta)}.proto-tab--active,.proto-tab--active:hover{background:var(--color-brand-terracotta-deep);color:#fff;border-color:var(--color-brand-terracotta-deep)}.proto-blog-card{gap:12px;padding:clamp(22px,2.8vw,30px)}.proto-blog-card__category{display:inline-block;background:#c89a6d24;color:var(--color-brand-terracotta-deep);padding:4px 12px;border-radius:var(--radius-pill);font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;align-self:flex-start}.proto-blog-card__meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:var(--color-text-muted)}.proto-blog-card__meta-item{display:inline-flex;align-items:center;gap:5px}.proto-page .proto-blog-card__title{font-family:var(--font-heading);font-weight:600;font-size:clamp(17px,1.5vw,20px);line-height:1.3;color:var(--color-text);margin:0}.proto-blog-card__title a{color:inherit}.proto-blog-card__title a:hover{color:var(--color-brand-terracotta-deep)}.proto-blog-card__excerpt{color:var(--color-text-body);font-size:15px;line-height:1.65;flex:1}.proto-blog-back{display:inline-flex;align-items:center;gap:6px;font-size:14.5px;color:var(--color-brand-terracotta-deep);margin-bottom:24px}.proto-blog-back:hover{gap:10px;transition:gap .18s ease}.proto-blog-hero{text-align:center;padding-bottom:32px}.proto-blog-hero__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;font-size:13.5px;color:var(--color-text-muted);margin-bottom:20px}.proto-blog-hero__meta-item{display:inline-flex;align-items:center;gap:6px}.proto-blog-hero h1{font-size:clamp(32px,4.5vw,48px);line-height:1.18;letter-spacing:-.01em}.proto-prose{color:var(--color-text-body);line-height:1.75;font-size:17px}.proto-page .proto-prose p{color:var(--color-text-body);margin-bottom:1.1em}.proto-page .proto-prose p:last-child{margin-bottom:0}.proto-prose h2{font-family:var(--font-heading);font-weight:600;font-size:clamp(24px,2.6vw,30px);color:var(--color-text);margin-top:1.8em;margin-bottom:.5em;line-height:1.25}.proto-prose h3{font-family:var(--font-heading);font-weight:600;font-size:clamp(19px,2vw,22px);color:var(--color-text);margin-top:1.5em;margin-bottom:.4em;line-height:1.3}.proto-prose ul,.proto-prose ol,.proto-note__body ul,.proto-note__body ol{padding-left:1.5em;color:var(--color-text-body);margin:1em 0}.proto-prose ul,.proto-note__body ul{list-style:disc outside}.proto-prose ol,.proto-note__body ol{list-style:decimal outside}.proto-prose ul ul,.proto-note__body ul ul{list-style:circle outside}.proto-prose li,.proto-note__body li{margin-bottom:6px;line-height:1.7;display:list-item}.proto-prose li::marker,.proto-note__body li::marker{color:var(--color-brand-terracotta-deep)}.proto-prose strong{color:var(--color-text);font-weight:600}.proto-prose a{color:var(--color-brand-terracotta-deep);text-decoration:underline;text-underline-offset:3px}.proto-prose a:hover{color:var(--color-brand-sage)}.proto-prose blockquote{background:#c89a6d0f;border-left:3px solid var(--color-brand-terracotta);border-radius:0 var(--radius-card) var(--radius-card) 0;padding:16px 22px;margin:1.5em 0;font-style:italic;color:var(--color-text)}.proto-prose blockquote p{margin-bottom:0!important}.proto-prose img{width:100%;border-radius:var(--radius-card);display:block;margin:1.5em 0}.proto-prose code{font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:.92em;background:#c89a6d1a;color:var(--color-brand-terracotta-deep);padding:1px 6px;border-radius:4px}.proto-template{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card)}.proto-template__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;background:#c89a6d0f;border-bottom:1px solid var(--color-border)}.proto-template__header+.proto-template__header{border-top:1px solid var(--color-border)}.proto-template__title{font-family:var(--font-body);font-size:12.5px;font-weight:600;color:var(--color-text);letter-spacing:.05em;text-transform:uppercase;margin:0}.proto-template__copy{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:transparent;border:1.5px solid var(--color-brand-terracotta);color:var(--color-brand-terracotta-deep);border-radius:var(--radius-pill);font-family:var(--font-body);font-size:12.5px;font-weight:500;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.proto-template__copy:hover{background:#c89a6d14}.proto-template__copy.is-copied{background:var(--color-brand-sage);border-color:var(--color-brand-sage);color:#fff}.proto-template__field{width:100%;display:block;border:none;background:transparent;font-family:var(--font-body);font-size:14px;color:var(--color-text-body);padding:14px 18px;line-height:1.65;resize:vertical;box-sizing:border-box}.proto-template__field:focus{outline:none;background:#c89a6d0a}.proto-download{display:flex;align-items:flex-start;gap:18px;background:#c89a6d12;border:1px solid var(--color-border);border-radius:var(--radius-card);padding:20px 24px}.proto-download__icon{color:var(--color-brand-terracotta-deep);flex-shrink:0;margin-top:2px}.proto-download__body{flex:1}.proto-download__title{font-family:var(--font-heading);font-weight:600;font-size:18px;color:var(--color-text);margin:0 0 4px}.proto-download__text{font-size:14.5px;color:var(--color-text-muted);margin:0 0 12px;line-height:1.55}.proto-services-table-wrap{overflow-x:auto;border-radius:var(--radius-card);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-card);max-width:880px;margin:0 auto}.proto-services-table{width:100%;border-collapse:collapse;font-size:15px}.proto-services-table th,.proto-services-table td{padding:14px 18px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--color-border)}.proto-services-table thead th{font-family:var(--font-heading);font-weight:500;font-size:16px;color:var(--color-brand-terracotta-deep);background:#c89a6d14;border-bottom:2px solid var(--color-brand-terracotta);white-space:nowrap}.proto-services-table thead th:not(:first-child),.proto-services-table tbody td:not(:first-child){text-align:center;width:130px}.proto-services-table tbody tr:last-child td{border-bottom:none}.proto-services-table tbody tr:hover{background:#c89a6d0d}.proto-services-table__label{display:inline-flex;align-items:center;gap:12px;color:var(--color-text);font-weight:500}.proto-services-table__label svg{color:var(--color-brand-terracotta);flex-shrink:0}.proto-services-table__check{color:var(--color-brand-sage)}.proto-services-table__none{color:var(--color-border)}.proto-topic-head{display:flex;align-items:center;gap:16px;margin-bottom:20px}.proto-topic-head__icon{width:52px;height:52px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#c89a6d24;color:var(--color-brand-terracotta-deep);flex-shrink:0}.proto-topic-head h2{margin:0}.proto-topic-body p{color:var(--color-text-body);line-height:1.7;margin-bottom:16px}.proto-topic-body p:last-child{margin-bottom:0}.proto-process-list{display:flex;flex-direction:column;gap:20px;max-width:760px;margin:0 auto}.proto-process-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:clamp(24px,3vw,32px);box-shadow:var(--shadow-card);transition:box-shadow .2s ease,transform .2s ease}.proto-process-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.proto-process-card__header{display:flex;align-items:baseline;gap:18px;margin-bottom:14px;flex-wrap:wrap}.proto-process-card__num{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(36px,4vw,48px);color:var(--color-brand-terracotta);line-height:1;font-weight:400;flex-shrink:0}.proto-process-card__title{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-heading);font-weight:700;font-size:clamp(20px,2vw,24px);color:var(--color-text);line-height:1.2;margin:0}.proto-process-card__title svg{color:var(--color-brand-terracotta-deep);flex-shrink:0}.proto-process-card__text{color:var(--color-text-body);line-height:1.7}.proto-page .proto-process-card__details{color:var(--color-text-muted);font-size:15.5px;line-height:1.65;margin-top:20px}.proto-page .proto-process-card__meta{display:inline-flex;align-items:center;gap:6px;background:#c89a6d24;color:var(--color-brand-terracotta-deep);padding:5px 12px;border-radius:var(--radius-pill);font-size:13px;font-weight:500;margin-top:20px}.proto-qa-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,2.5vw,28px);max-width:900px;margin:28px auto 0}.proto-qa-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:clamp(22px,2.6vw,28px);box-shadow:var(--shadow-card);transition:box-shadow .2s ease,transform .2s ease;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:16px;row-gap:10px}.proto-qa-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.proto-qa-card__icon{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--color-brand-terracotta-deep)}.proto-qa-card__question{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--color-text);line-height:1.25;margin:0}.proto-qa-card__answer{grid-column:1 / -1}.proto-qa-card__answer{color:var(--color-text-body);font-size:15px;line-height:1.65}.proto-hero{position:relative;padding:clamp(28px,3.5vw,48px) 0 clamp(40px,5vw,64px)}.proto-page .proto-hero h1{font-size:clamp(30px,3.6vw,44px);line-height:1.15}.proto-hero__subtitle{margin-top:16px}.proto-hero__actions{margin-top:24px}.proto-hero__inner{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(32px,5vw,72px);align-items:center}.proto-hero__content{max-width:560px}.proto-availability{display:inline-flex;align-items:center;gap:8px;background:#7fa88a24;color:#4e7a5d;padding:8px 16px;border-radius:var(--radius-pill);font-size:14px;font-weight:500;margin-bottom:24px}.proto-availability:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--color-brand-sage);box-shadow:0 0 0 3px #7fa88a40}.proto-availability__short{display:none}@media(max-width:600px){.proto-availability__full{display:none}.proto-availability__short{display:inline}}.proto-hero__subtitle{margin-top:20px;font-size:clamp(17px,1.6vw,19px);color:var(--color-text-body);line-height:1.6}.proto-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.proto-hero__image{position:relative;aspect-ratio:1 / 1.05;max-width:480px;margin-left:auto}.proto-blob-wrap{position:absolute;inset:-8%;z-index:0}.proto-blob-wrap svg{width:100%;height:100%}.proto-hero__image img{position:relative;z-index:1;width:88%;height:90%;object-fit:cover;margin:5% 6%;border-radius:42% 58% 50% 50%/50% 45% 55% 50%;box-shadow:0 8px 30px #3d30281f}.proto-ueber-intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(40px,6vw,88px);align-items:center}.proto-ueber-portrait{position:relative;aspect-ratio:1 / 1.15;max-width:420px}.proto-ueber-portrait img{position:relative;z-index:1;width:86%;height:88%;object-fit:cover;object-position:center 18%;margin:6% 7%;border-radius:45% 55% 50% 50%/55% 48% 52% 45%;box-shadow:0 8px 28px #3d30281a}.proto-ueber-intro__content h1{margin-bottom:12px}.proto-ueber-intro__subtitle{font-family:var(--font-heading);font-style:italic;font-size:clamp(17px,1.6vw,21px);color:var(--color-brand-terracotta-deep);margin-bottom:28px}.proto-ueber-intro__content p{color:var(--color-text-body);margin-bottom:16px;max-width:54ch;line-height:1.7}.proto-ueber-intro__content p:last-child{margin-bottom:0}.proto-band>.proto-container{position:relative;z-index:2}.proto-band{position:relative;background:linear-gradient(to bottom,var(--color-bg) 0%,transparent 80px),linear-gradient(to top,var(--color-bg) 0%,transparent 80px),var(--color-bg-warm);margin:0;padding:clamp(72px,9vw,104px) 0;overflow:hidden}.proto-band .proto-ornament,.proto-cta .proto-ornament{position:absolute;width:200px;height:auto;opacity:.95;pointer-events:none;-webkit-user-select:none;user-select:none;filter:blur(.4px);image-rendering:-webkit-optimize-contrast;z-index:1}.proto-ornament--tl{top:40px;left:0}.proto-ornament--br{bottom:40px;right:0}.proto-ornament--lg{width:260px}.proto-focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:960px;margin:0 auto}.proto-focus-item{display:flex;align-items:center;gap:14px;padding:20px 24px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;color:var(--color-text);font-weight:500}.proto-focus-item svg{color:var(--color-brand-terracotta);flex-shrink:0}.proto-focus-cta{text-align:center;margin-top:40px}.proto-steps{display:grid;grid-template-columns:repeat(4,1fr);column-gap:clamp(20px,2.5vw,32px)}.proto-step{text-align:center;padding:36px 22px 32px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.proto-step h3{font-weight:600;margin-bottom:10px;font-size:22px}.proto-step__n{display:block;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(40px,4vw,52px);color:var(--color-brand-terracotta);line-height:1;margin-bottom:12px;font-weight:400}.proto-step__icon{display:flex;align-items:center;justify-content:center;width:88px;height:88px;margin:0 auto 24px;border-radius:50%;background:#c89a6d24;color:var(--color-brand-terracotta-deep)}.proto-step p{color:var(--color-text-body);font-size:15.5px}.proto-about{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(40px,6vw,88px);align-items:center}.proto-about__image{position:relative;aspect-ratio:1 / 1.12;max-width:440px}.proto-about__image img{position:relative;z-index:1;width:86%;height:88%;object-fit:cover;object-position:center 18%;margin:6% 7%;border-radius:45% 55% 50% 50%/55% 48% 52% 45%;box-shadow:0 8px 28px #3d30281a}.proto-about__content h2{margin-bottom:8px}.proto-about__subtitle{color:var(--color-brand-terracotta-deep);font-family:var(--font-heading);font-style:italic;font-size:22px;margin-bottom:24px}.proto-about__content p{margin-bottom:16px;color:var(--color-text-body)}.proto-about__content .proto-btn{margin-top:12px}.proto-page .timeline-col__header h3{font-family:var(--font-heading);font-weight:500;font-size:clamp(20px,2vw,24px)}.proto-page .timeline-col--career .timeline-col__header h3,.proto-page .timeline-col--education .timeline-col__header h3{color:var(--color-brand-terracotta-deep)}.proto-page .timeline-col__header-icon--career,.proto-page .timeline-col__header-icon--education{background:#b8855924;color:var(--color-brand-terracotta-deep)}.proto-page .timeline-col__line{background-color:#b8855938}.proto-page .timeline-entry__dot{background-color:var(--color-bg);border-color:#b8855959}.proto-page .timeline-entry__dot--career,.proto-page .timeline-entry__dot--education{color:var(--color-brand-terracotta-deep)}.proto-page .timeline-entry__card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.proto-page .timeline-entry__card:hover{box-shadow:var(--shadow-card-hover)}.proto-page .timeline-entry__year{font-family:var(--font-heading);font-size:15px;font-weight:500;letter-spacing:.01em}.proto-page .timeline-entry__year--career,.proto-page .timeline-entry__year--education{color:var(--color-brand-terracotta-deep)}.proto-page .timeline-entry__title{font-family:var(--font-body);color:var(--color-text)}.proto-page .timeline-entry__desc{color:var(--color-text-muted)}.proto-testimonial-card{gap:14px}.proto-testimonial-icon{color:var(--color-brand-terracotta);opacity:.28;flex-shrink:0}.proto-testimonial-card blockquote{margin:0;padding:0;border:none;flex:1;display:flex;flex-direction:column;gap:12px}.proto-testimonial-quote{font-family:var(--font-heading);font-style:italic;font-size:clamp(16px,1.4vw,18px);line-height:1.6;margin-bottom:0!important}.proto-testimonial-source{font-size:14px;font-weight:500;color:var(--color-brand-terracotta-deep);margin-top:auto}.proto-testimonials-disclaimer{text-align:center;font-size:13px;color:var(--color-text-muted);margin-top:36px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.55}.proto-cta{position:relative;overflow:hidden;background:linear-gradient(to bottom,var(--color-bg) 0%,transparent 80px),linear-gradient(to top,var(--color-bg) 0%,transparent 80px),var(--color-bg-warm);padding:clamp(72px,9vw,104px) 0;margin-top:0}.proto-cta__inner{position:relative;z-index:2;max-width:720px;margin:0 auto;text-align:center}.proto-cta h2{margin-bottom:16px}.proto-cta p{color:var(--color-text);margin-bottom:28px;font-size:17px}.proto-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:24px}.proto-cta__hours{display:inline-flex;align-items:center;gap:8px;color:var(--color-text);font-size:14.5px;opacity:.85}.proto-page .proto-cta-lead{color:var(--color-text-muted);margin:16px auto 32px;max-width:540px;text-align:center}.proto-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:900px){.proto-hero__inner{grid-template-columns:1fr}.proto-hero__image{max-width:420px;margin:0 auto}.proto-grid-3,.proto-focus-grid{grid-template-columns:repeat(2,1fr)}.proto-steps{grid-template-columns:1fr;row-gap:20px}.proto-about{grid-template-columns:1fr}.proto-about__image{max-width:360px;margin:0 auto}.proto-ornament{width:130px!important;height:auto!important}.proto-ueber-intro{grid-template-columns:1fr}.proto-ueber-portrait{max-width:340px;margin:0 auto}.proto-ueber-intro__content p{max-width:none}.proto-grid-2{grid-template-columns:1fr}.proto-info{grid-template-columns:1fr;gap:32px}.proto-info--reverse .proto-info__visual{order:0}.proto-info__visual img{max-width:480px;margin:0 auto}}@media(max-width:700px){.proto-qa-grid{grid-template-columns:1fr}}@media(max-width:768px){.proto-page .timeline-col,.proto-page .timeline-col__entries,.proto-page .timeline-entry{min-width:0}.proto-page .timeline-entry__card{min-width:0;padding:16px 20px}.proto-page .timeline-entry__title{font-size:13.5px}.proto-page .timeline-entry__desc{font-size:12.5px}.proto-page .timeline-entry__year{font-size:13px}}@media(max-width:600px){.proto-grid-3,.proto-focus-grid{grid-template-columns:1fr}.proto-steps{row-gap:16px}.proto-hero__actions,.proto-cta__actions,.proto-cta-actions{flex-direction:column;align-items:stretch}.proto-btn{justify-content:center}.proto-ornament{display:none}}:root{--color-primary: hsl(130, 22%, 42%);--color-primary-light: hsl(130, 20%, 55%);--color-primary-dark: hsl(130, 24%, 32%);--color-secondary: hsl(280, 25%, 88%);--color-secondary-dark: hsl(280, 25%, 78%);--color-accent: hsl(15, 55%, 65%);--color-accent-dark: hsl(15, 55%, 55%);--color-accent2: hsl(40, 55%, 62%);--color-text: hsl(30, 25%, 20%);--color-text-light: hsl(30, 15%, 42%);--color-text-muted: hsl(30, 10%, 55%);--color-bg: hsl(30, 30%, 97%);--color-bg-alt: hsl(30, 25%, 94%);--color-bg-card: hsl(0, 0%, 100%);--color-border: hsl(30, 20%, 88%);--color-white: #ffffff;--color-error: hsl(0, 65%, 55%);--color-success: hsl(145, 45%, 42%);--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "Source Sans 3", system-ui, -apple-system, sans-serif;--font-size-xs: .8125rem;--font-size-sm: .9375rem;--font-size-base: 1.0625rem;--font-size-md: 1.1875rem;--font-size-lg: 1.375rem;--font-size-xl: 1.75rem;--font-size-2xl: 2.25rem;--font-size-3xl: 2.875rem;--font-size-4xl: 3.5rem;--line-height-tight: 1.2;--line-height-normal: 1.6;--line-height-relaxed: 1.8;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--max-width: 1200px;--max-width-narrow: 800px;--header-height: 64px;--border-radius: 8px;--border-radius-lg: 16px;--border-radius-full: 9999px;--shadow-sm: 0 1px 3px hsla(0, 0%, 0%, .08);--shadow-md: 0 4px 12px hsla(0, 0%, 0%, .1);--shadow-lg: 0 8px 30px hsla(0, 0%, 0%, .12);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease}[id]{scroll-margin-top:calc(var(--header-height) + 1.5rem)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}a:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}button{cursor:pointer;font-family:inherit;border:none;background:none}button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}ul,ol{list-style:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:var(--line-height-tight);color:var(--color-text)}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.container--narrow{max-width:var(--max-width-narrow)}.section{padding:var(--space-xl) 0}.section--alt{background-color:var(--color-bg-alt)}.section__header{text-align:center;margin-bottom:var(--space-xl)}.section__header h2{margin-bottom:var(--space-md)}.section__header p{color:var(--color-text-light);font-size:var(--font-size-base);max-width:600px;margin:0 auto}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.75rem 1.75rem;font-size:var(--font-size-base);font-weight:600;border-radius:var(--border-radius);transition:all var(--transition-base);text-decoration:none;line-height:1}.btn--primary{background-color:var(--color-primary);color:var(--color-white)}.btn--primary:hover{background-color:var(--color-primary-dark);color:var(--color-white);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--secondary{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn--secondary:hover{background-color:var(--color-primary);color:var(--color-white)}.btn--accent{background-color:var(--color-accent);color:var(--color-white)}.btn--accent:hover{background-color:var(--color-accent-dark);color:var(--color-white);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--sm{padding:.5rem 1.25rem;font-size:var(--font-size-sm)}.btn--lg{padding:1rem 2.25rem;font-size:var(--font-size-md)}.card{background-color:var(--color-bg-card);border-radius:var(--border-radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-sm);transition:all var(--transition-base);border:1px solid var(--color-border)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--color-secondary);border-radius:var(--border-radius);color:var(--color-primary);margin-bottom:var(--space-md)}.card__title{font-family:var(--font-display);font-size:var(--font-size-xl);margin-bottom:var(--space-sm)}.card__text{color:var(--color-text-light);line-height:var(--line-height-relaxed)}.grid{display:grid;gap:var(--space-xl)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.availability-badge{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.5rem 1rem;background-color:#3b9b631a;color:var(--color-success);border-radius:var(--border-radius-full);font-size:var(--font-size-sm);font-weight:600}.availability-badge:before{content:"";width:8px;height:8px;background-color:var(--color-success);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:9999;padding:.75rem 1.5rem;background:var(--color-primary);color:var(--color-white);font-weight:600}.skip-to-content:focus{left:0}@media(max-width:768px){h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}.section{padding:var(--space-lg) 0}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.container{padding:0 var(--space-md)}}@media(max-width:480px){h1{font-size:var(--font-size-2xl)}h2{font-size:var(--font-size-xl)}.btn--lg{width:100%;justify-content:center}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff")}@font-face{font-family:"DM Serif Display";font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-serif-display-latin-400-normal-C5_t9oOD.woff2) format("woff2"),url(/assets/dm-serif-display-latin-400-normal-_kVFYEpx.woff) format("woff")}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/assets/cormorant-garamond-cyrillic-ext-wght-normal-Bg62sWL9.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/assets/cormorant-garamond-cyrillic-wght-normal-BWCqVJN0.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/assets/cormorant-garamond-vietnamese-wght-normal-CDLFB6hb.woff2) format("woff2-variations");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:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/assets/cormorant-garamond-latin-ext-wght-normal-ltf1AbuM.woff2) format("woff2-variations");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:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/assets/cormorant-garamond-latin-wght-normal-CUoBjw-S.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(/assets/cormorant-garamond-cyrillic-ext-wght-italic-1rG_WyvK.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(/assets/cormorant-garamond-cyrillic-wght-italic-C5ZlGLFt.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(/assets/cormorant-garamond-vietnamese-wght-italic-1M78L1Br.woff2) format("woff2-variations");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:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(/assets/cormorant-garamond-latin-ext-wght-italic-PWzi_-0y.woff2) format("woff2-variations");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:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(/assets/cormorant-garamond-latin-wght-italic-C-nL33vl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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 Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-cyrillic-ext-wght-normal-DzyfIafT.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-cyrillic-wght-normal-BMDVbyM7.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-greek-ext-wght-normal-BWSLJLk6.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-greek-wght-normal-C9H9m1vD.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-vietnamese-wght-normal-C1uRvKPU.woff2) format("woff2-variations");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 Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-latin-ext-wght-normal-C8iNium2.woff2) format("woff2-variations");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 Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-latin-wght-normal-BqRLTx4X.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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 Sans 3 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-cyrillic-ext-wght-italic-Bmy0yRBR.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-cyrillic-wght-italic-BqzjwPnH.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Source Sans 3 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-greek-ext-wght-italic-CsGuNfVR.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:"Source Sans 3 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-greek-wght-italic-BfAgiArQ.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:"Source Sans 3 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-vietnamese-wght-italic-DnchwVcj.woff2) format("woff2-variations");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 Sans 3 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-latin-ext-wght-italic-B1mMy0tD.woff2) format("woff2-variations");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 Sans 3 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-latin-wght-italic-Bg-PIjcQ.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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}
