@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap);:root{--font-display:"Cormorant Garamond",serif;--font-body:"Manrope","Segoe UI",sans-serif;--color-bg:#f5f3ee;--color-ink:#1f1f1f;--color-copy:#4f4a43;--color-muted:#7c766c;--color-line:#d8d0c5;--image-field-padding:16px;--image-field-padding-mobile:8px}*{box-sizing:border-box}#root,body,html{height:100%}body{margin:0;font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-ink);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.app{max-width:1400px;margin:0 auto;padding:120px 32px 48px}.top-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px;padding:18px 32px;background:rgba(245,243,238,.94);border-bottom:1px solid rgba(216,208,197,.72);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:background-color .24s ease,border-color .24s ease,padding .24s ease}.top-nav--home{background:rgba(18,16,14,.08);border-bottom-color:transparent}.top-nav--scrolled{background:rgba(245,243,238,.96);border-bottom-color:rgba(216,208,197,.72);padding-top:14px;padding-bottom:14px}.top-nav--admin{display:flex;justify-content:space-between}.top-nav__brand{display:flex;align-items:center;grid-gap:14px;gap:14px}.top-nav__brand--centered{flex-direction:column;justify-self:center;grid-gap:2px;gap:2px}.top-nav__logo{font-family:var(--font-display);font-size:clamp(.82rem,1.55vw,1.2rem);letter-spacing:.02em;text-transform:none;line-height:1.15;max-width:38ch;text-align:center;display:grid;justify-items:center;grid-gap:0;gap:0}.top-nav__logo-main{display:block;font-size:clamp(.9rem,1.7vw,1.32rem);line-height:1.04}.top-nav__logo-sub{display:block;font-size:clamp(.56rem,1vw,.76rem);letter-spacing:.05em;line-height:1.15}.top-nav--home .top-nav__links a,.top-nav--home .top-nav__logo,.top-nav--home .top-nav__side a,.top-nav--home .top-nav__side button{color:#fff8f0}.top-nav--public:not(.top-nav--home) .top-nav__logo,.top-nav--public:not(.top-nav--home) .top-nav__side a,.top-nav--public:not(.top-nav--home) .top-nav__side button,.top-nav--scrolled .top-nav__links a,.top-nav--scrolled .top-nav__logo,.top-nav--scrolled .top-nav__side a,.top-nav--scrolled .top-nav__side button{color:var(--color-ink)}.top-nav__links,.top-nav__side{display:flex;align-items:center;grid-gap:18px;gap:18px}.top-nav__side--right{justify-content:flex-end}.top-nav__links{list-style:none;padding:0;margin:0;flex-wrap:wrap}.top-nav__links a,.top-nav__side a,.top-nav__side button{font-size:.64rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase}.top-nav__links button,.top-nav__side button{border:none;background:transparent;padding:0;cursor:pointer}.site-selector{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;font-size:.64rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-ink)}.site-selector select{min-width:180px;border:1px solid var(--color-line);border-radius:6px;background:hsla(0,0%,100%,.82);color:var(--color-ink);font:inherit;letter-spacing:0;text-transform:none;padding:6px 8px}.top-nav__context{max-width:32ch;padding-left:12px;border-left:1px solid rgba(216,208,197,.72);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted)}.top-nav__context--centered{display:block;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(62vw,74ch);padding-right:12px;border-right:1px solid rgba(216,208,197,.72)}h1,h2,h3{font-weight:700;margin:12px 0}.gallery-page{display:grid;grid-gap:20px;gap:20px}.gallery-header{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;grid-gap:10px;gap:10px}.gallery-header--carousel{justify-content:space-between;align-items:center;grid-gap:16px;gap:16px}.gallery-view-toggle{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap}.gallery-view-button{border:1px solid #d8d1c4;background:#fff;border-radius:999px;padding:8px 14px;cursor:pointer;color:#2f2b26}.gallery-view-button.is-active{background:#1f1f1f;color:#fff;border-color:#1f1f1f}.gallery-view-button--icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;background:#f4f1eb;color:#2f2b26}.gallery-info-icon{width:16px;height:16px;display:block}.gallery-cart-button{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;min-height:38px;padding:8px 12px;border:1px solid #d8d1c4;border-radius:999px;background:#fff;color:#2f2b26;font-weight:800;cursor:pointer}.gallery-cart-button.has-items{background:#1f1f1f;border-color:#1f1f1f;color:#fff}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:16px;gap:16px;margin-top:16px}.gallery-item{background:#fff;border:1px solid #e7e3db;border-radius:12px;padding:16px;box-shadow:0 6px 16px rgba(0,0,0,.04)}.gallery-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:8px;gap:8px;margin-top:8px}.gallery-images img{border-radius:0;height:110px;object-fit:cover;width:100%}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:12px}.gallery-grid--thumbs{margin-top:0}.gallery-thumb-card{display:grid;grid-gap:8px;gap:8px}.gallery-image-head{display:flex;align-items:center;justify-content:flex-start;grid-gap:10px;gap:10px}.gallery-image-head--list{padding:0}.gallery-image-head--carousel{grid-gap:14px;gap:14px}.gallery-image-title{margin:0 0 0 auto;font-size:.78rem;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;color:#6c665d;font-weight:700;text-align:right}.gallery-image-title--carousel{font-size:.82rem}.gallery-info-toggle{width:30px;height:30px;min-width:30px;padding:0;border-radius:999px;border:none;background:hsla(0,0%,100%,.62);color:#5f5950;font-size:.9rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:none}.gallery-image-actions{order:-1;display:inline-flex;align-items:center;grid-gap:8px;gap:8px}.gallery-buy-toggle,.gallery-download-toggle{width:30px;height:30px;min-width:30px;padding:0;border-radius:999px;border:none;background:hsla(0,0%,100%,.62);color:#5f5950;font-size:.9rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:none}.gallery-buy-toggle--carousel,.gallery-download-toggle--carousel{box-shadow:none}.gallery-buy-toggle .gallery-info-icon,.gallery-download-toggle .gallery-info-icon,.gallery-info-toggle .gallery-info-icon,.gallery-view-button--icon .gallery-info-icon{pointer-events:none}.gallery-info-toggle--carousel{box-shadow:none}.gallery-thumb{border:none;padding:0;background:transparent;cursor:pointer;border-radius:0;overflow:hidden}.gallery-thumb img{width:100%;height:160px;object-fit:cover;display:block}.gallery-list-view{display:grid;grid-gap:26px;gap:26px}.gallery-list-card{background:transparent;border:none;border-radius:0;box-shadow:none;overflow:visible;display:grid;grid-gap:8px;gap:8px}.gallery-list-card__media{border:none;padding:0;background:transparent;cursor:pointer;display:block}.gallery-list-card__media img{width:100%;height:auto;max-height:88vh;object-fit:contain;display:block;background:transparent;border-radius:0}.gallery-list-card__meta{font-size:.8rem;text-transform:uppercase;letter-spacing:.16em;color:#7c766c;font-weight:700}.gallery-download{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;margin-top:12px;padding:8px 14px;border-radius:999px;border:1px solid #d8d1c4;font-weight:700;color:#2f2b26;background:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.gallery-dreamy{margin-top:6px;display:grid;grid-gap:4px;gap:4px}.gallery-dreamy__text{margin:0;color:#4a4742}.gallery-dreamy__toggle{border:none;background:none;padding:0;color:#2f2b26;font-weight:700;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.gallery-back-to-top{position:fixed;right:24px;bottom:24px;z-index:40;border:1px solid #d8d1c4;background:#fff;color:#2f2b26;border-radius:999px;padding:10px 16px;box-shadow:0 8px 18px rgba(0,0,0,.12);cursor:pointer}.gallery-carousel{display:grid;grid-gap:16px;gap:16px}.gallery-carousel__toolbar{display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px}.gallery-carousel__count{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#7c766c;font-weight:700}.gallery-carousel__frame{position:relative;background:transparent;border-radius:18px;overflow:hidden;min-height:320px;display:grid;place-items:center}.gallery-carousel__frame img{width:100%;height:min(82vh,960px);object-fit:contain;background:transparent}.gallery-carousel__placeholder{width:100%;height:360px;background:#f7f6f3}.gallery-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:auto;height:auto;border-radius:0;color:#2f2b26;font-size:2.6rem;cursor:pointer;display:grid;place-items:center;padding:6px 10px}.gallery-carousel__nav:disabled{opacity:.5;cursor:not-allowed}.gallery-carousel__nav--prev{left:16px}.gallery-carousel__nav--next{right:16px}.gallery-info-drawer{position:fixed;inset:0;z-index:120;pointer-events:none}.gallery-info-drawer__backdrop{position:absolute;inset:0;z-index:0;background:rgba(24,21,18,.26);border:none;padding:0;cursor:pointer;pointer-events:auto}.gallery-info-drawer__panel{position:absolute;top:24px;right:24px;z-index:1;width:min(360px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;background:#fff;border:1px solid #e7e3db;border-radius:18px;box-shadow:0 24px 48px rgba(0,0,0,.16);padding:18px 18px 22px;transform:translateX(0);animation:galleryDrawerIn .24s ease;pointer-events:auto}.gallery-info-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:12px}.gallery-info-drawer__header h2{margin:4px 0 0;font-size:1.1rem}.gallery-info-drawer__eyebrow{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;color:#7c766c;font-weight:700}.gallery-info-drawer__description{margin:0 0 10px;color:#4f4a43;line-height:1.65}.gallery-info-drawer__close{background:transparent;color:#2f2b26;border:1px solid #d8d1c4;border-radius:999px;padding:7px 12px}.gallery-content-blocks{display:grid;grid-gap:34px;gap:34px;margin-bottom:10px}.gallery-content-block{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;grid-gap:28px;gap:28px;padding:26px 0;border-bottom:1px solid rgba(216,208,197,.72)}.gallery-content-block__copy{display:grid;grid-gap:10px;gap:10px;max-width:620px}.gallery-content-block__copy h2{margin:0;font-family:var(--font-display);font-size:clamp(2rem,4vw,4.2rem);line-height:.95}.gallery-content-block__copy p:not(.gallery-info-drawer__eyebrow){margin:0;color:var(--color-copy);font-size:1rem;line-height:1.8}.gallery-content-block__video{grid-column:1/-1}.gallery-content-block__video video{width:100%;max-height:72vh;background:#1f1d19;display:block}.gallery-content-block__images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.gallery-content-block__image{border:none;padding:0;background:transparent;cursor:pointer;overflow:hidden}.gallery-content-block__image img{width:100%;aspect-ratio:4/5;object-fit:cover}.gallery-dreamy--drawer{margin-top:10px}@keyframes galleryDrawerIn{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}.gallery-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.gallery-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border:1px solid #e7e3db;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.04);font-weight:600}.gallery-list-item a{color:#2c2c2c}.gallery-list-meta{font-size:.85rem;font-weight:600;color:#6b675f}.admin-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px;margin-bottom:24px}.admin-card{background:#fff;border:1px solid #e7e3db;border-radius:12px;padding:16px;box-shadow:0 6px 16px rgba(0,0,0,.04);display:grid;grid-gap:6px;gap:6px}.admin-card strong{font-size:1.6rem}.admin-card__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:#7c766c;font-weight:700}.admin-actions{flex-wrap:wrap;margin-bottom:20px}.admin-actions,.admin-list-actions{display:flex;grid-gap:12px;gap:12px}.admin-list-actions{align-items:center}.link-button{background:transparent;border:1px solid #d8d1c4;border-radius:999px;padding:6px 12px;font-weight:600;color:#2f2b26;cursor:pointer}.link-button--danger{border-color:#e0b4b4;color:#b00020}.admin-row{display:grid;grid-template-columns:1.2fr 1.6fr 1.2fr 1.2fr .9fr .9fr auto;align-items:center;grid-gap:12px;gap:12px;width:100%}.admin-row--image{grid-template-columns:1fr 1.6fr 1.2fr 1.2fr .9fr .9fr auto}.admin-row__title{font-weight:700}.admin-row__meta{font-size:.85rem;font-weight:600;color:#6b675f;white-space:nowrap}.admin-row__truncate{overflow:hidden;text-overflow:ellipsis}.modal-overlay{position:fixed;inset:0;background:rgba(27,24,20,.55);display:flex;align-items:flex-start;justify-content:center;padding:24px;z-index:100;overflow:auto}.modal{background:#fff;border-radius:16px;width:min(560px,100%);box-shadow:0 24px 48px rgba(0,0,0,.2);border:1px solid #e7e3db;max-height:calc(100vh - 80px);overflow:hidden;display:flex;flex-direction:column}.modal--wide{width:min(900px,100%)}.modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 0}.modal__header h3{margin:0}.modal__close{border:none;background:transparent;font-size:1.4rem;cursor:pointer}.modal__body{padding:16px 20px 20px;overflow:auto;min-height:0}.modal-image-preview{margin-bottom:16px;border-radius:14px;overflow:hidden;border:1px solid #e7e3db;box-shadow:0 10px 20px rgba(0,0,0,.08)}.modal-image-preview img{width:100%;max-height:320px;object-fit:cover;display:block}.modal-form{display:grid;grid-gap:14px;gap:14px}.modal-form label{display:grid;grid-gap:8px;gap:8px;margin-bottom:0}.modal-form input,.modal-form select,.modal-form textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #d8d1c4;background:#fcfbf8;font-family:inherit;font-weight:600}.modal-form textarea{min-height:110px;resize:vertical;line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px}.checkbox-row{display:flex;align-items:center;grid-gap:8px;gap:8px;font-weight:600}.checkbox-row input[type=checkbox]{margin:0;width:16px;height:16px}.admin-section--list{display:none}.admin-section--list.is-active{display:block}.admin-image-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.admin-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px;padding:12px;background:#fff;border:1px solid #e7e3db;border-radius:12px;box-shadow:0 6px 16px rgba(0,0,0,.04);margin-bottom:16px;align-items:flex-end}.admin-filters__group{display:grid;grid-gap:6px;gap:6px}.admin-filters__label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#7c766c;font-weight:700}.admin-filters__input,.admin-filters__select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #d8d1c4;background:#fcfbf8;font-weight:600;font-family:inherit}.admin-filters__actions{display:flex;justify-content:flex-end;align-items:center}.admin-filters__count{font-size:.85rem;font-weight:700;color:#6b675f}.admin-image-item{display:grid;grid-template-columns:110px 1fr;grid-gap:12px;gap:12px;padding:12px;background:#fff;border:1px solid #e7e3db;border-radius:12px;box-shadow:0 6px 16px rgba(0,0,0,.04);align-items:center}.admin-image-item img{width:110px;height:80px;object-fit:cover;border-radius:10px}.admin-image-item__meta{display:grid;grid-gap:8px;gap:8px}.admin-image-item__meta select{max-width:260px}.admin-home-block-create,.admin-home-block-item{background:#fff;border:1px solid #e7e3db;border-radius:12px;padding:14px;box-shadow:0 6px 16px rgba(0,0,0,.04);display:grid;grid-gap:10px;gap:10px}.admin-home-block-create{margin-bottom:16px}.admin-home-block-create textarea,.admin-home-block-item textarea{min-height:88px;padding:10px 12px;border-radius:10px;border:1px solid #d8d1c4;background:#fcfbf8;resize:vertical}.admin-home-block-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.admin-home-block-item__head{display:flex;justify-content:space-between;align-items:center;grid-gap:12px;gap:12px}.admin-home-block-item__head-right{display:inline-flex;align-items:center;grid-gap:10px;gap:10px}.admin-home-block-item__order{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:26px;padding:0 10px;border-radius:999px;border:1px solid #d8d1c4;background:#f7f4ef;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#5e574e}.admin-home-block-item__meta{display:flex;flex-wrap:wrap;align-items:center;grid-gap:8px;gap:8px}.admin-home-block-item__sep{color:#9a9388;font-size:.85rem}.admin-home-block-images{display:grid;grid-gap:8px;gap:8px;min-width:0}.admin-home-block-images__grid{max-height:min(520px,calc(100vh - 260px));overflow:auto;border:1px solid #efeae2;border-radius:10px;padding:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px;background:#fcfbf8}.admin-home-block-images__grid .checkbox-row{align-items:flex-start;min-width:0}.admin-home-block-images__grid .checkbox-row span{min-width:0;overflow-wrap:anywhere}.admin-home-block-form{grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);align-items:start}.admin-home-block-form__main,.admin-home-block-video{display:grid;grid-gap:14px;gap:14px;min-width:0}.admin-home-block-form__actions{grid-column:1/-1}.admin-home-block-video__preview{width:100%;aspect-ratio:16/9;background:#1f1d19;border:1px solid #e7e3db;border-radius:10px}.admin-gallery-blocks{display:grid;grid-gap:16px;gap:16px}.admin-gallery-block-form{background:#fff;border:1px solid #e7e3db;border-radius:12px;padding:14px}.gallery-edit-content-link{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px;padding:12px;border:1px solid #e7e3db;border-radius:10px;background:#fcfbf8;font-weight:700}.ai-texts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.ai-texts textarea{width:100%;min-height:320px;resize:vertical}.ai-texts__area{background:#fcfbf8;border:1px solid #e7e3db;border-radius:12px;padding:10px 12px;font-family:inherit;line-height:1.5}.ai-texts__label{margin:8px 0 4px;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#7c766c;font-weight:700}.ai-texts__row{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px}.ai-texts__row .ai-texts__label{margin:8px 0 4px}.ai-texts__area--hashtags{min-height:120px}.admin-image-edit{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.admin-image-edit__header{display:flex;justify-content:space-between;align-items:center;grid-gap:16px;gap:16px;flex-wrap:wrap}.admin-image-edit__layout{display:grid;grid-template-columns:minmax(240px,1fr) minmax(320px,1fr);grid-gap:20px;gap:20px}.admin-image-edit__preview{border-radius:16px;overflow:hidden;border:1px solid #e7e3db;box-shadow:0 12px 24px rgba(0,0,0,.08)}.admin-image-edit__preview img{width:100%;max-height:520px;object-fit:cover;display:block}.admin-image-edit__form{display:grid;grid-gap:12px;gap:12px}.admin-image-edit__form label{display:grid;grid-gap:6px;gap:6px}.admin-image-edit__form label.checkbox-row{display:flex;align-items:center;grid-gap:8px;gap:8px}.admin-image-edit__blocks{border:1px solid #e7e3db;border-radius:12px;padding:10px 12px;display:grid;grid-gap:8px;gap:8px;background:#fff}.admin-image-edit__blocks legend{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#7c766c;font-weight:700;padding:0 6px}.admin-image-edit__print-options{grid-gap:12px;gap:12px}.print-option-row{display:grid;grid-template-columns:minmax(140px,1.5fr) minmax(90px,.8fr) minmax(72px,.5fr) auto auto;grid-gap:10px;gap:10px;align-items:end;padding:10px;border:1px solid #ece6db;border-radius:8px;background:#fcfbf8}.print-option-row__active{padding-bottom:10px}.admin-image-edit__form input,.admin-image-edit__form select,.admin-image-edit__form textarea{width:100%}.admin-image-edit__form textarea{min-height:140px;padding:12px;border-radius:12px;border:1px solid #d8d1c4;background:#fcfbf8;font-family:inherit;line-height:1.6;resize:vertical}.admin-image-edit__form select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid #d8d1c4;background:#fcfbf8;font-weight:600;cursor:pointer}.admin-order-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.admin-order-item{border:1px solid #e7e3db;border-radius:8px;background:#fff;padding:14px}.admin-list-actions--order{align-items:center}.admin-list-actions--order select{min-width:150px;padding:8px 10px;border:1px solid #d8d1c4;border-radius:8px;background:#fcfbf8}.admin-order-item__lines{display:grid;grid-gap:4px;gap:4px;margin:4px 0}.ai-texts--page{background:#fff;border:1px solid #e7e3db;border-radius:16px;padding:16px;box-shadow:0 10px 24px rgba(0,0,0,.04)}.spinner{display:inline-block;width:18px;height:18px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:spin .9s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(1turn)}}.login-container{max-width:420px;margin:24px auto;background:#fff;border:1px solid #e7e3db;border-radius:12px;padding:20px;box-shadow:0 6px 16px rgba(0,0,0,.05)}label{display:block;font-weight:600;margin-bottom:6px}input[type=email],input[type=file],input[type=password],input[type=text]{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d8d1c4;margin-bottom:12px;background:#fcfbf8}button{background:#2f2b26;color:#fff;border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}button:disabled{opacity:.7;cursor:not-allowed}.error{color:#b00020;font-weight:600}.home{display:flex;flex-direction:column}.home-hero{position:relative;display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;align-items:flex-end;width:calc(100% + 64px);margin:-16px -32px 0;min-height:100vh;padding:126px 72px 54px;overflow:hidden;border:none;border-radius:0;background:#11100f;box-shadow:none}.home-hero__media,.home-hero__veil{position:absolute;inset:0}.home-hero__media img,.home-hero__media video{width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(.96) brightness(.8);display:block}.home-hero__media--placeholder{background:radial-gradient(circle at 20% 20%,rgba(240,214,177,.34),transparent 24%),linear-gradient(135deg,#3a2f28,#191614)}.home-hero__veil{background:linear-gradient(180deg,rgba(10,9,8,.04),rgba(10,9,8,.16) 50%,rgba(10,9,8,.56)),linear-gradient(90deg,rgba(10,9,8,.06),rgba(10,9,8,.04) 60%,rgba(10,9,8,.18))}.home-hero__content,.home-hero__series-link{position:relative;z-index:1}.home-hero__content{max-width:760px;text-align:center;justify-self:center}.home-hero__eyebrow{text-transform:uppercase;letter-spacing:.46em;font-size:.64rem;font-weight:600;color:rgba(247,239,226,.72);margin:0 0 18px}.home-hero__content h1{margin:0;font-family:var(--font-display);font-size:clamp(5.2rem,10vw,9.4rem);line-height:.8;font-weight:600;color:#fff8f0;max-width:none}.home-hero__actions{display:flex;grid-gap:12px;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:28px}.public-galleries{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.public-galleries__header{background:#fff;border:1px solid #e7e3db;border-radius:16px;padding:20px 24px;box-shadow:0 12px 24px rgba(0,0,0,.05)}.public-galleries__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;font-weight:700;color:#7c766c;margin:0 0 6px}.public-galleries__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}.public-gallery-card{background:#fff;border:1px solid #e7e3db;border-radius:16px;overflow:hidden;box-shadow:0 12px 24px rgba(0,0,0,.06);display:flex;flex-direction:column}.public-gallery-card__media{display:block}.public-gallery-card__media img{width:100%;height:220px;object-fit:cover}.public-gallery-card__placeholder{height:220px;background:linear-gradient(135deg,#e7e3db,#cfc8bb)}.public-gallery-card__content{padding:16px;display:grid;grid-gap:8px;gap:8px}.public-gallery-card__content p{color:#5a554c}.public-gallery-card__meta{display:flex;grid-gap:12px;gap:12px;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#8c857a;font-weight:600}.public-gallery-card__cta{grid-gap:6px;gap:6px;color:#2f2b26}.button,.public-gallery-card__cta{display:inline-flex;align-items:center;font-weight:600}.button{justify-content:center;padding:12px 18px;border-radius:0;border:1px solid hsla(0,0%,100%,.16);background:var(--color-ink);color:#fff;letter-spacing:.16em;text-transform:uppercase;font-size:.7rem;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease}.button:hover{transform:translateY(-1px)}.button--ghost{background:transparent;border-color:rgba(255,248,240,.28);color:#fff8f0;min-width:54px;min-height:54px;padding:0;font-size:1rem;letter-spacing:0}.button--ghost:hover{background:rgba(255,248,240,.06)}.button--ghost-dark{background:transparent;border-color:rgba(39,33,26,.16);color:var(--color-ink)}.button--ghost-dark:hover{background:rgba(39,33,26,.04)}.home-hero__wordmark{margin:0;font-family:var(--font-display);font-size:clamp(2.1rem,4.8vw,4.2rem);line-height:1.02;font-weight:600;color:#fff8f0;max-width:22ch;display:grid;grid-gap:4px;gap:4px}.home-hero__wordmark-main{display:block;line-height:.92}.home-hero__wordmark-sub{display:block;font-size:clamp(.9rem,1.7vw,1.4rem);line-height:1.08;letter-spacing:.02em}.home-hero__series-link{position:absolute;right:40px;bottom:32px;z-index:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff8f0;letter-spacing:.22em;text-transform:uppercase;font-size:.58rem;font-weight:600;border-bottom:1px solid rgba(255,248,240,.42);padding-bottom:6px}.home-showcase{display:flex;flex-direction:column;grid-gap:44px;gap:44px}.home-showcase__header{display:flex;align-items:flex-end;justify-content:space-between;grid-gap:24px;gap:24px}.home-showcase__intro{display:flex;align-items:center}.home-showcase__eyebrow{text-transform:uppercase;letter-spacing:.34em;font-size:.58rem;font-weight:600;color:var(--color-muted);margin:0}.gallery-card__overlay h3,.home-closing h2{font-family:var(--font-display)}.home-showcase__link{font-weight:600;color:var(--color-ink);letter-spacing:.2em;text-transform:uppercase;font-size:.6rem}.home-showcase__cards{display:grid;grid-gap:42px;gap:42px}.gallery-card{background:transparent;border:none;border-radius:0;overflow:hidden;display:flex;flex-direction:column;transition:transform .28s ease}.gallery-card:nth-child(2){transform:translateY(54px)}.gallery-card:hover{transform:translateY(-6px)}.gallery-card:nth-child(2):hover{transform:translateY(48px)}.gallery-card__media{display:block;position:relative;background:#e9e4da}.gallery-card__media:after{background:linear-gradient(180deg,rgba(14,12,10,0) 42%,rgba(14,12,10,.54));transition:opacity .22s ease}.gallery-card__media img{width:100%;height:520px;object-fit:cover;transition:transform .3s ease}.gallery-card__placeholder{height:520px;background:linear-gradient(135deg,#e7e3db,#cfc8bb)}.gallery-card__overlay{position:absolute;inset:auto 18px 18px 18px;z-index:1;display:grid;grid-gap:6px;gap:6px;align-content:end;opacity:0;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease}.gallery-card__overlay h3{margin:0;color:#fff8f0;font-size:2.2rem;line-height:.9}.gallery-card:focus-within .gallery-card__overlay,.gallery-card:hover .gallery-card__overlay{opacity:1;transform:translateY(0)}.gallery-card:hover .gallery-card__media img{transform:scale(1.02)}.gallery-card__index{position:absolute;top:0;left:0;z-index:1;width:52px;height:52px;display:grid;place-items:center;background:rgba(17,14,12,.78);color:#fff8f0;font-size:.78rem;letter-spacing:.12em;font-weight:700}.gallery-card__link{letter-spacing:.22em;font-weight:600;border-bottom:1px solid rgba(255,248,240,.44)}.home-signature-strip{display:grid;grid-gap:18px;gap:18px}.home-signature-strip__header{display:flex;align-items:center;justify-content:flex-start}.home-showcase__mosaic{display:grid;grid-template-columns:1.25fr .9fr 1.1fr .78fr 1.05fr;grid-gap:12px;gap:12px}.home-showcase__mosaic-item{position:relative;border-radius:0;overflow:hidden;min-height:480px;box-shadow:none}.home-showcase__mosaic-item:nth-child(2),.home-showcase__mosaic-item:nth-child(4){transform:translateY(48px)}.home-showcase__mosaic-item img{width:100%;height:480px;object-fit:cover;transition:transform .25s ease}.home-showcase__mosaic-item span{position:absolute;left:14px;bottom:14px;padding:6px 0;color:#fff8f0;border-bottom:1px solid rgba(255,248,240,.44);font-size:.54rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;transition:opacity .2s ease}.home-showcase__mosaic-item:focus img,.home-showcase__mosaic-item:hover img{transform:scale(1.04)}.home-closing{padding:28px 0 0;border-radius:0;background:transparent;border-top:1px solid var(--color-line);box-shadow:none;display:flex;align-items:flex-end;justify-content:space-between;grid-gap:24px;gap:24px;flex-wrap:wrap}.home-closing__eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.26em;font-size:.64rem;font-weight:600;color:var(--color-muted)}.home-closing h2{font-size:clamp(1.7rem,2.8vw,2.2rem);line-height:.96;max-width:16ch}.home-closing__actions{margin-top:18px}@media (max-width:900px){.top-nav{align-items:flex-start;padding:14px 18px}.top-nav--public{grid-template-columns:1fr;grid-gap:12px;gap:12px}.top-nav__brand{flex-direction:column;align-items:flex-start;grid-gap:6px;gap:6px}.top-nav__brand--centered{align-items:flex-start;order:-1}.top-nav__side{justify-content:flex-start;flex-wrap:wrap}.top-nav__context{max-width:100%;padding-left:0;border-left:none}.top-nav__context--centered{border-right:none;padding-right:0;white-space:normal;overflow:visible;text-overflow:clip}.app{padding:92px 18px 40px}.home{grid-gap:96px;gap:96px}.home-hero{grid-template-columns:1fr;min-height:auto;width:calc(100% + 36px);margin:-8px -18px 0;padding:112px 24px 28px;grid-gap:20px;gap:20px}.home-hero__content h1{max-width:none;font-size:clamp(1.6rem,7vw,2.6rem)}.home-hero__content{max-width:none}.gallery-header{align-items:stretch}.gallery-carousel__toolbar{flex-direction:column;align-items:flex-start}.gallery-info-drawer__panel{top:76px;right:12px;left:12px;width:auto;max-height:calc(100vh - 92px);animation:galleryDrawerDown .24s ease}.home-showcase__cards,.home-showcase__mosaic{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-card:nth-child(2),.gallery-card:nth-child(4),.home-showcase__mosaic-item:nth-child(2),.home-showcase__mosaic-item:nth-child(4){transform:none}.gallery-card__media img,.gallery-card__placeholder,.home-showcase__mosaic-item img{height:360px}.gallery-card__overlay,.home-showcase__mosaic-item span{opacity:1;transform:none}.gallery-card__media:after{opacity:1}.home-hero__series-link{right:24px;bottom:20px}.home-closing{padding:30px 0 0}}@media (max-width:1200px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.gallery-grid{grid-template-columns:1fr}}@keyframes galleryDrawerDown{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}.gallery-empty,.gallery-error,.gallery-loading{background:#fff;border:1px solid #e7e3db;border-radius:12px;padding:16px;font-weight:600}.home{grid-gap:112px;gap:112px}.home-hero{align-items:center;min-height:88vh;padding:132px 72px 76px}.home-hero__content{max-width:860px}.home-hero__eyebrow{margin-bottom:14px;color:rgba(255,248,240,.8);letter-spacing:.34em}.home-hero__content h1{max-width:12ch;font-size:clamp(2.8rem,8.5vw,7rem);line-height:.9}.home-hero__subline{margin:14px 0 0;max-width:52ch;color:rgba(255,248,240,.88);font-size:clamp(.94rem,1.4vw,1.12rem)}.home-hero__actions{justify-content:flex-start;margin-top:30px}.button--ghost{min-width:auto;min-height:auto;padding:11px 16px;font-size:.64rem;letter-spacing:.22em;text-transform:uppercase}.home-hero__series-link{bottom:44px}.home-intro{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:40px;gap:40px;align-items:end}.home-intro__copy{display:grid;grid-gap:16px;gap:16px;max-width:54ch}.home-intro__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.28em;font-size:.62rem;color:var(--color-muted);font-weight:700}.home-intro__copy h2{margin:0;font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.5rem);line-height:.95}.home-intro__copy p{margin:0;color:var(--color-copy);font-size:.96rem}.home-intro__media{min-height:460px;background:#e8e3da}.home-intro__media img,.home-intro__placeholder{width:100%;height:100%;min-height:460px;object-fit:cover}.home-intro__placeholder{background:linear-gradient(135deg,#e8e2d7,#d0c8ba)}.home-showcase{grid-gap:34px;gap:34px}.home-showcase__header{align-items:center;border-top:1px solid var(--color-line);padding-top:18px}.home-showcase__cards{grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.gallery-card{grid-gap:14px;gap:14px}.gallery-card,.gallery-card:nth-child(2){transform:none}.gallery-card:hover,.gallery-card:nth-child(2):hover{transform:translateY(-6px)}.gallery-card__media img,.gallery-card__placeholder{height:430px}.gallery-card__media:after,.gallery-card__overlay{display:none}.gallery-card__content h3{font-size:clamp(1.34rem,2.2vw,1.8rem);line-height:.98}.gallery-card__content p{color:var(--color-copy);font-size:.86rem}.gallery-card__link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;letter-spacing:.16em;font-size:.58rem;text-transform:uppercase;color:var(--color-ink);border-bottom:1px solid rgba(31,31,31,.32);padding-bottom:4px}.home-signature-strip{grid-gap:14px;gap:14px}.home-showcase__mosaic{grid-gap:10px;gap:10px}.home-showcase__mosaic-item,.home-showcase__mosaic-item img{min-height:320px;height:320px}.home-showcase__mosaic-item:nth-child(2),.home-showcase__mosaic-item:nth-child(4){transform:translateY(26px)}.home-showcase__mosaic-item span{opacity:1;font-size:.52rem}.home-closing{padding:28px 0 4px}.home-closing h2{margin:0;max-width:28ch;font-size:clamp(1.35rem,2.8vw,2.2rem)}.home-closing__actions{display:flex;grid-gap:12px;gap:12px;flex-wrap:wrap}.home-custom-block{display:grid;grid-gap:16px;gap:16px;border-top:1px solid var(--color-line);padding-top:16px}.home-custom-block__copy h2{margin:0;font-family:var(--font-display)}.home-custom-block__copy p{margin:6px 0 0;color:var(--color-copy)}.home-custom-block__images{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:10px;gap:10px}.home-block-video{grid-column:1/-1;width:100%;background:#11100f}.home-block-video__media{width:100%;aspect-ratio:16/9;max-height:72vh;object-fit:cover;display:block;background:#11100f}.home-custom-block__image{display:block;background:#e7e3db}.home-custom-block__image img{width:100%;height:220px;object-fit:cover}@media (max-width:1200px){.home-showcase__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-card__media img,.gallery-card__placeholder{height:460px}.home-showcase__mosaic{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.modal-overlay{padding:12px}.admin-home-block-form,.gallery-content-block{grid-template-columns:1fr}.gallery-content-block{grid-gap:18px;gap:18px}.gallery-content-block__images{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-home-block-images__grid{grid-template-columns:1fr;max-height:360px}.home{grid-gap:82px;gap:82px}.home-hero{min-height:76vh;padding:110px 24px 40px}.home-hero__content{justify-self:stretch}.home-hero__content h1{max-width:none;font-size:clamp(2.3rem,11vw,4rem)}.home-intro{grid-template-columns:1fr;grid-gap:20px;gap:20px}.home-intro__media,.home-intro__media img,.home-intro__placeholder{min-height:320px}.home-showcase__cards,.home-showcase__mosaic{grid-template-columns:1fr}.gallery-card__media img,.gallery-card__placeholder{height:360px}.home-showcase__mosaic-item,.home-showcase__mosaic-item img{min-height:280px;height:280px}.home-showcase__mosaic-item:nth-child(2),.home-showcase__mosaic-item:nth-child(4){transform:none}.home-hero__series-link{right:24px;bottom:18px}}.home{grid-gap:132px;gap:132px}.home-hero{min-height:84vh;align-items:stretch;background:#f7f4ef;padding:136px 72px 64px}.home-hero__veil{display:none}.home-hero__media{left:auto;right:0;width:min(58vw,940px)}.home-hero__media img,.home-hero__media video{filter:none}.home-hero__content{align-self:flex-end;max-width:430px;text-align:left;justify-self:start}.home-hero__eyebrow{color:var(--color-muted);margin-bottom:12px}.home-hero__content h1{color:#1f1f1f;max-width:9ch;font-size:clamp(1.7rem,4.1vw,3.6rem);line-height:.95}.home-hero__actions{margin-top:16px}.button--ghost{border-color:rgba(31,31,31,.22);color:#1f1f1f;background:rgba(247,244,239,.72)}.button--ghost:hover{background:rgba(31,31,31,.06)}.home-hero__series-link{color:#1f1f1f;border-bottom-color:rgba(31,31,31,.35);right:72px;bottom:34px}.home-intro{grid-gap:48px;gap:48px}.home-showcase__header{border-top:1px solid #d8d0c5;padding-top:22px}.home-showcase__cards{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.gallery-card{position:relative;grid-gap:0;gap:0}.gallery-card__media{isolation:isolate}.gallery-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,13,11,.04) 38%,rgba(15,13,11,.72));opacity:0;transition:opacity .24s ease;z-index:1}.gallery-card__media img,.gallery-card__placeholder{height:520px}.gallery-card__index{transform:translateY(6px)}.gallery-card__content,.gallery-card__index{opacity:0;transition:opacity .24s ease,transform .24s ease}.gallery-card__content{position:absolute;left:16px;right:16px;bottom:16px;z-index:2;color:#fff8f0;transform:translateY(12px);display:grid;grid-gap:8px;gap:8px}.gallery-card__content h3{color:#fff8f0;margin:0;font-family:var(--font-display);font-size:clamp(1.9rem,3.8vw,2.8rem);line-height:.9}.gallery-card__content p{margin:0;max-width:36ch;color:rgba(255,248,240,.9);font-size:.82rem;line-height:1.55}.gallery-card__link{color:#fff8f0;border-bottom:1px solid rgba(255,248,240,.5)}.gallery-card:hover,.gallery-card:nth-child(2):hover{transform:none}.gallery-card:focus-within .gallery-card__media:after,.gallery-card:hover .gallery-card__media:after{opacity:1}.gallery-card:focus-within .gallery-card__content,.gallery-card:focus-within .gallery-card__index,.gallery-card:hover .gallery-card__content,.gallery-card:hover .gallery-card__index{opacity:1;transform:translateY(0)}.home-showcase__mosaic{grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.home-showcase__mosaic-item,.home-showcase__mosaic-item img{min-height:280px;height:280px}.home-showcase__mosaic-item:nth-child(2),.home-showcase__mosaic-item:nth-child(4){transform:none}.home-showcase__mosaic-item span{opacity:0}.home-showcase__mosaic-item:focus span,.home-showcase__mosaic-item:hover span{opacity:1}@media (max-width:1200px){.home-showcase__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero__media{width:min(56vw,760px)}}@media (max-width:900px){.home-hero{min-height:74vh;padding:110px 24px 38px}.home-hero__media{width:100%;opacity:.84}.home-hero__content{max-width:none;align-self:end}.home-hero__content h1{font-size:clamp(1.42rem,6.8vw,2.35rem);max-width:11ch}.home-showcase__cards,.home-showcase__mosaic{grid-template-columns:1fr}.gallery-card__media img,.gallery-card__placeholder{height:380px}.gallery-card__content,.gallery-card__index,.gallery-card__media:after,.home-showcase__mosaic-item span{opacity:1;transform:none}.home-showcase__mosaic-item,.home-showcase__mosaic-item img{height:300px;min-height:300px}}.gallery-page{grid-gap:28px;gap:28px}.gallery-view-toggle{grid-gap:6px;gap:6px}.gallery-back-to-top,.gallery-carousel__frame,.gallery-download,.gallery-empty,.gallery-error,.gallery-info-drawer__close,.gallery-info-drawer__panel,.gallery-info-toggle,.gallery-list-item,.gallery-loading,.gallery-view-button,.gallery-view-button--icon{border-radius:0}.gallery-view-button{background:transparent;border:none;border-bottom:1px solid transparent;letter-spacing:.06em;text-transform:uppercase;font-size:.54rem;font-weight:700;padding:5px 8px;min-height:28px;color:#6e685f}.gallery-view-button.is-active{background:transparent;border-bottom-color:#1f1f1f;color:#1f1f1f}.gallery-view-button--icon{background:transparent;border:none;color:#6e685f;width:26px;height:26px;min-width:26px;font-size:.76rem;padding:0}.gallery-view-button--icon.is-active,.gallery-view-button--icon:focus-visible,.gallery-view-button--icon:hover,.gallery-view-button:focus-visible,.gallery-view-button:hover{color:#1f1f1f}.gallery-buy-toggle,.gallery-download-toggle,.gallery-info-toggle{background:transparent;border:none;box-shadow:none;color:rgba(39,33,26,.72)}.gallery-buy-toggle:focus-visible,.gallery-buy-toggle:hover,.gallery-download-toggle:focus-visible,.gallery-download-toggle:hover,.gallery-info-toggle:focus-visible,.gallery-info-toggle:hover{color:rgba(39,33,26,.92)}.gallery-payment-notice{width:100%;padding:10px 12px;border:1px solid #bfd9ce;border-radius:8px;color:#244f3c;background:#edf7f2;font-size:.92rem}.gallery-payment-notice--muted{border-color:#e0d8cd;color:#6c665d;background:#faf7f0}.gallery-purchase-modal{position:fixed;inset:0;z-index:70}.gallery-purchase-modal__panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(520px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto;background:#fffdf8;border:1px solid #e0d8cd;border-radius:8px;padding:18px;box-shadow:0 18px 60px rgba(0,0,0,.18)}.gallery-cart-panel{width:min(720px,calc(100vw - 32px))}.gallery-print-options{display:grid;grid-gap:10px;gap:10px;margin:16px 0}.gallery-print-option{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:12px;border:1px solid #e0d8cd;border-radius:8px;background:#fff}.gallery-print-option strong{white-space:nowrap}.gallery-cart-items{display:grid;grid-gap:12px;gap:12px;margin:16px 0}.gallery-cart-item{display:grid;grid-template-columns:72px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:12px;border:1px solid #e0d8cd;border-radius:8px;background:#fff}.gallery-cart-item img{width:72px;height:72px;object-fit:cover;border-radius:6px;border:1px solid #ece6db}.gallery-cart-item__body,.gallery-cart-item__controls{display:grid;grid-gap:4px;gap:4px}.gallery-cart-item__body span,.gallery-cart-item__controls label span{color:rgba(39,33,26,.66);font-size:.9rem}.gallery-cart-item__controls{justify-items:end;min-width:120px}.gallery-cart-item__controls input{width:72px;padding:7px 8px;border:1px solid #d8d1c4;border-radius:8px;background:#fcfbf8;font:inherit}.gallery-cart-total{display:flex;justify-content:space-between;grid-gap:16px;gap:16px;padding:12px 0;border-top:1px solid #e0d8cd;font-size:1.05rem}@media (max-width:640px){.gallery-cart-item{grid-template-columns:64px 1fr}.gallery-cart-item img{width:64px;height:64px}.gallery-cart-item__controls{grid-column:1/-1;grid-template-columns:1fr auto auto;align-items:end;justify-items:start}}.gallery-grid{grid-gap:20px;gap:20px}.gallery-list-card,.gallery-thumb-card{border-top:1px solid #e0d8cd;padding-top:12px}.gallery-thumb{border:1px solid #ece6db}.gallery-thumb img{height:220px}.gallery-list-view{grid-gap:34px;gap:34px}.gallery-list-card__media img{border:1px solid #ece6db}.gallery-list-card__media{position:relative}.gallery-image-head--list,.gallery-image-title--list-inline{display:none}.gallery-image-title--list-overlay{position:absolute;top:16px;left:16px;z-index:2;margin:0;text-align:left;pointer-events:none}.gallery-image-actions--list-inline{display:none}.gallery-image-actions--list-overlay{position:absolute;top:12px;right:12px;z-index:2}.gallery-image-title{color:#5c564e;letter-spacing:.12em;font-size:.68rem}.gallery-carousel{grid-gap:18px;gap:18px}.gallery-carousel__toolbar{display:none}.gallery-carousel__frame{border:1px solid #ebe5da;background:#faf8f4}.gallery-carousel__toolbar{justify-content:flex-end}.gallery-image-head--carousel-inline{display:none}.gallery-image-head--carousel-overlay{position:absolute;top:12px;left:16px;right:16px;z-index:2;justify-content:space-between;align-items:center}.gallery-image-title--carousel-overlay{margin-left:0;text-align:left}.gallery-image-actions--carousel-overlay{order:0;margin-left:auto}.gallery-carousel__nav{background:transparent;border:none;box-shadow:none;color:rgba(39,33,26,.72);font-size:1.5rem;padding:0 6px;opacity:.82;transition:opacity .2s ease,color .2s ease}.gallery-carousel__nav:focus-visible,.gallery-carousel__nav:hover{color:rgba(39,33,26,.92);opacity:1}.gallery-carousel__nav--prev{left:10px}.gallery-carousel__nav--next{right:10px}.gallery-download,.gallery-dreamy__toggle,.gallery-info-drawer__close{border:1px solid #d8d0c5;background:#fff;color:#27211a;letter-spacing:.12em;text-transform:uppercase;font-size:.62rem;font-weight:700}.gallery-download,.gallery-info-drawer__close{padding:8px 12px}.gallery-back-to-top{background:transparent;box-shadow:none;padding:6px 4px;letter-spacing:.08em;text-transform:uppercase;font-size:.56rem;font-weight:700;color:#6e685f;border:none;border-bottom:1px solid transparent;writing-mode:vertical-rl;text-orientation:mixed;line-height:1}.gallery-back-to-top:focus-visible,.gallery-back-to-top:hover{color:#1f1f1f;border-bottom-color:#1f1f1f}.gallery-info-drawer__panel{border:1px solid #d8d0c5;box-shadow:0 20px 44px rgba(35,30,25,.14);background:#fffdfa}.gallery-carousel__count,.gallery-info-drawer__eyebrow{letter-spacing:.2em}.gallery-carousel__count--header{flex-shrink:0}.gallery-list-item{border:1px solid #e7e0d4;box-shadow:none;background:#fffdfa}@media (max-width:900px){.gallery-grid{grid-gap:14px;gap:14px}.gallery-thumb img{height:200px}.gallery-list-card,.gallery-thumb-card{padding-top:8px}.gallery-image-head--list{display:flex;justify-content:space-between}.gallery-image-title--list-inline{display:block;margin-left:0;text-align:left}.gallery-image-title--list-overlay{display:none}.gallery-image-actions--list-inline{display:inline-flex}.gallery-image-actions--list-overlay{display:none}.gallery-header--carousel{align-items:flex-start}.gallery-carousel__toolbar{display:flex;flex-direction:column;align-items:stretch;grid-gap:10px;gap:10px}.gallery-image-head--carousel-inline{display:flex;justify-content:space-between;width:100%}.gallery-image-title--carousel-inline{margin-left:0;text-align:left}.gallery-image-actions--carousel-inline{order:0;margin-left:auto}.gallery-image-head--carousel-overlay{display:none}.gallery-carousel__frame{min-height:260px}}.public-galleries{grid-gap:34px;gap:34px}.public-galleries__header{background:transparent;border-radius:0;box-shadow:none;padding:0 0 18px;border:none;border-bottom:1px solid #d8d0c5}.public-galleries__header h1{margin:4px 0 0;font-family:var(--font-display);font-size:clamp(2rem,4.2vw,3.2rem);line-height:.94;letter-spacing:.01em}.public-galleries__header p{margin:10px 0 0;max-width:56ch;color:#554f47}.public-galleries__eyebrow{letter-spacing:.28em;font-size:.62rem}.public-galleries__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.public-gallery-card{background:transparent;border:none;border-radius:0;box-shadow:none;grid-gap:12px;gap:12px}.public-gallery-card__media{position:relative;border-radius:0;overflow:hidden;border:1px solid #e8e1d6;background:#e9e4da}.public-gallery-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,13,11,0) 42%,rgba(16,13,11,.62));opacity:0;transition:opacity .24s ease}.public-gallery-card__media img,.public-gallery-card__placeholder{height:430px}.public-gallery-card__content{border-top:1px solid #e4ddcf;padding:10px 0 0;grid-gap:6px;gap:6px}.public-gallery-card__index{margin:0;text-transform:uppercase;letter-spacing:.2em;font-size:.56rem;font-weight:700;color:#8a8378}.public-gallery-card__content h2{margin:0;font-family:var(--font-display);font-size:clamp(1.5rem,2.6vw,2.05rem);line-height:.95}.public-gallery-card__content p{margin:0;color:#5f584f;font-size:.88rem}.public-gallery-card__meta{color:#7e776d;font-size:.64rem;letter-spacing:.18em}.public-gallery-card__cta{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-bottom:1px solid rgba(31,31,31,.28);letter-spacing:.16em;text-transform:uppercase;font-size:.58rem;padding-bottom:4px}.public-gallery-card:focus-within .public-gallery-card__media:after,.public-gallery-card:hover .public-gallery-card__media:after{opacity:1}.public-gallery-card:focus-within .public-gallery-card__media img,.public-gallery-card:hover .public-gallery-card__media img{transform:scale(1.02);transition:transform .3s ease}@media (max-width:1100px){.public-galleries__grid{grid-template-columns:1fr}.public-gallery-card__media img,.public-gallery-card__placeholder{height:360px}}.gallery-card__media img,.gallery-carousel__frame img,.gallery-list-card__media img,.home-hero__media img,.home-intro__media img,.home-showcase__mosaic-item img,.public-gallery-card__media img{padding:var(--image-field-padding);background-color:#fff}.gallery-thumb img{padding:2mm;background-color:#fff}@media (max-width:900px){.gallery-card__media img,.gallery-carousel__frame img,.gallery-list-card__media img,.home-hero__media img,.home-intro__media img,.home-showcase__mosaic-item img,.public-gallery-card__media img{padding:var(--image-field-padding-mobile)}}
/*# sourceMappingURL=main.ecb0e2f5.chunk.css.map */