.mode-toggle--global{display:flex;gap:.4rem;position:sticky;top:.4rem;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);padding:.35rem;border-radius:999px;border:1px solid #e5e7eb;margin:.3rem 0 .8rem}
/* Keep iPhone Safari from treating a quick tap as a double-tap zoom gesture,
   and keep focused controls at a readable size so Safari does not auto-zoom
   into them. Pinch zoom remains available for accessibility. */
html{-webkit-text-size-adjust:100%}
:where(a,button,input,select,textarea,summary,[role="button"]){touch-action:manipulation}
:where(input,select,textarea){font-size:16px}

.mode-toggle--global a{flex:1;text-align:center;padding:.45rem .65rem;border-radius:999px;border:1px solid #ddd;text-decoration:none;color:#111;background:#fff;font-weight:600}
.mode-toggle--global a.active{background:#111;color:#fff}
.brand-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.brand-header__main{display:flex;align-items:center;gap:.8rem;min-width:0}
.brand-header__main-link{text-decoration:none;color:inherit}
.brand-header__main-link:hover{opacity:.94}
.brand-header a,.ios-topbar a{text-decoration:none!important;border-bottom:none!important}
a[x-apple-data-detectors],a[x-apple-data-detectors-type]{color:inherit!important;text-decoration:none!important;border-bottom:none!important}
.property-card__content a[x-apple-data-detectors],.property-card__content a[x-apple-data-detectors-type]{pointer-events:none!important}
.brand-header__name-row{display:flex;align-items:center;gap:.45rem;flex-wrap:nowrap}
.app-install-icon-btn{width:auto!important;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.08rem;padding:.24rem .36rem!important;margin:0!important;border-radius:10px!important;border:1px solid #dbe3ef!important;background:#fff!important;color:#0f172a!important;line-height:1}
.app-install-icon-btn span{font-size:.86rem;line-height:1}
.app-install-icon-btn small{font-size:.54rem;font-weight:700;letter-spacing:.01em}
.app-update-banner{display:none;position:sticky;top:0;z-index:50;background:#111;color:#fff;padding:.6rem .75rem;border-radius:12px;margin:.5rem 0}
.app-update-banner.show{display:block}
.toast{position:fixed;left:50%;top:var(--app-shell-flash-top,6rem);bottom:auto;width:max-content;max-width:calc(100vw - 1.25rem);margin:0;min-height:52px;padding:.68rem .9rem;border:1px solid #78927b;border-radius:13px;background:#eef7ed;color:#173d24;box-shadow:0 12px 28px rgba(23,37,29,.2);font-size:.95rem;font-weight:800;line-height:1.35;z-index:1500;opacity:0;transform:translate(-50%,-8px);transition:opacity .18s ease,transform .18s ease;pointer-events:none}
.toast.show{opacity:1;transform:translate(-50%,0)}
.flash-stack{position:fixed;left:.5rem;right:.5rem;top:var(--app-shell-flash-top,calc(5.2rem + env(safe-area-inset-top,0px)));width:auto;max-width:680px;margin:0 auto;display:grid;gap:.45rem;z-index:1250;pointer-events:none}
.flash.flash--toast{display:flex;align-items:center;justify-content:flex-start;gap:.65rem;min-height:54px;padding:.68rem .9rem;margin:0;border-radius:13px;border:1px solid transparent;box-shadow:0 12px 28px rgba(23,37,29,.2);pointer-events:none;opacity:1;max-width:100%;word-break:break-word;overflow-wrap:anywhere;overflow:hidden}
.flash.flash--toast::before{content:"✓";display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#173d24;color:#fff;font-weight:900}
.flash.flash--toast.ok{background:#eef7ed;color:#173d24;border-color:#78927b}
.flash.flash--toast.err{background:#fff2ef;color:#7f1d1d;border-color:#d6a096}
.flash.flash--toast.err::before{content:"!";background:#7f1d1d}
.flash__message{font-size:.95rem;font-weight:800;line-height:1.35;flex:1 1 auto;min-width:0}
.ios-topbar-stack{position:sticky;top:calc(.35rem + env(safe-area-inset-top,0px));z-index:1230}.ios-topbar{position:static;top:auto;z-index:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:112px;overflow:visible;margin:.2rem 0 1.25rem;padding:.6rem .8rem;border-radius:16px;background:#0b2618;border:1px solid #183d28;box-shadow:0 10px 26px rgba(11,38,24,.28)}
.ios-topbar__brand{display:flex;align-items:center;gap:.68rem;min-width:0;flex:0 1 auto;color:#fff;text-decoration:none;align-self:center;overflow:hidden}
.ios-topbar__brand img{width:auto;max-width:270px;height:94px;object-fit:contain;object-position:left center;border-radius:0;border:0;box-shadow:none;flex-shrink:0}
.ios-topbar__brand--wood-art{flex:0 0 340px;align-self:stretch;min-height:112px;overflow:visible;position:relative}
.ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{position:absolute;z-index:1;left:-4px;top:-11px;width:340px;max-width:none;height:auto;object-fit:contain;object-position:left top}
.ios-topbar__brand-text{display:block;min-width:0;line-height:1;overflow:hidden}
.ios-topbar__brand-name{display:block;font-weight:800;font-size:1.03rem;line-height:1.12;letter-spacing:.01em;white-space:nowrap;min-width:0}
.ios-topbar__brand-name-row{display:flex;align-items:center;gap:.4rem;flex-wrap:nowrap;min-width:0;white-space:nowrap}
.ios-topbar__brand-tagline{display:block;margin-top:.15rem;font-size:.68rem;color:#e3d6bf;line-height:1.1;white-space:nowrap;overflow:visible;text-overflow:clip;max-width:none}
.ios-topbar__title-link{text-decoration:none;color:inherit}
.ios-topbar .profile-menu-trigger{align-self:center}
.wood-header-nav{display:flex;align-items:center;justify-content:stretch;flex:1 1 auto;min-width:0;gap:.3rem;margin:0;padding:.28rem;border:1px solid rgba(228,181,95,.38);border-radius:14px;background:rgba(255,255,255,.045);box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}
.wood-header-nav a{display:inline-flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;min-height:44px;padding:.52rem clamp(.65rem,1vw,.9rem);border-radius:10px;color:#f8f4e9!important;text-decoration:none!important;font-family:Georgia,serif;font-size:clamp(1.14rem,1.4vw,1.5rem);font-weight:800;line-height:1;white-space:nowrap;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.wood-header-nav a:hover,.wood-header-nav a:focus-visible,.wood-header-nav a[aria-current="page"]{background:#e4b55f;color:#17251d!important;transform:translateY(-1px)}
.wood-header-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.48rem;min-height:54px;padding:.38rem .55rem .38rem .8rem;border:1px solid #b97d2a;border-radius:12px;background:#d1a15b;color:#17251d!important;text-decoration:none!important;font-weight:900;white-space:nowrap;box-shadow:0 8px 18px rgba(0,0,0,.18);transform-origin:center}
.wood-header-cart svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.wood-header-cart__count{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 .38rem;border:2px solid rgba(255,255,255,.7);border-radius:999px;background:#17251d;color:#fff;font-size:.85rem}
.wood-header-cart__count[hidden]{display:none}
.wood-header-cart.is-bumping{animation:woodHeaderCartWiggle .56s ease}.wood-header-cart.is-bumping .wood-header-cart__count{animation:woodHeaderBadgeBounce .56s ease}
.ios-topbar__actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;gap:.55rem;margin-left:auto;min-width:0}
@keyframes woodHeaderCartWiggle{0%,100%{transform:rotate(0)}25%{transform:rotate(-5deg) scale(1.03)}50%{transform:rotate(4deg) scale(1.03)}75%{transform:rotate(-2deg)}}
@keyframes woodHeaderBadgeBounce{0%,100%{transform:scale(1)}45%{transform:scale(1.3)}75%{transform:scale(.94)}}

.ios-topbar__cta-row{display:flex;flex-wrap:wrap;gap:.45rem;margin:.08rem 0 .08rem}
.ios-topbar__cta-link{position:relative;display:inline-flex;align-items:center;gap:.35rem;padding:.44rem .72rem;border-radius:999px;text-decoration:none;font-weight:700;font-size:.82rem;color:#fff;background:linear-gradient(140deg,#0f172a,#1d4ed8);box-shadow:0 10px 18px rgba(15,23,42,.2);}
.ios-topbar__cta-link--quote{background:linear-gradient(140deg,#0f766e,#16a34a)}
.ios-topbar__cta-link:hover{transform:translateY(-1px)}
.ios-topbar__cta-row--inline{display:none}
.ios-topbar__cta-row--mobile-under{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;width:100%;margin:.28rem 0 .82rem;padding:0;background:transparent;border:0;border-radius:0}
.ios-topbar__cta-row--mobile-under .ios-topbar__cta-link{flex:1 1 170px;width:100%;min-width:0;justify-content:center;min-height:42px;white-space:nowrap}
.header-announcements{display:flex;align-items:center;justify-content:center;margin:-.15rem auto .75rem;max-width:min(96vw,760px)}
.header-announcements__bubble{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;max-width:100%;text-align:center;padding:.52rem .8rem .52rem .95rem;border-radius:999px;background:#dbeafe;border:1px solid #93c5fd;color:#1e3a8a;font-weight:700;box-shadow:0 6px 14px rgba(37,99,235,.16)}
.header-announcements__all-link{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:999px;border:1px solid rgba(30,64,175,.25);background:#ffffff;color:#1e3a8a;text-decoration:none;opacity:.8;transition:opacity .18s ease,background .18s ease,transform .18s ease}
.header-announcements__all-link:hover,.header-announcements__all-link:focus-visible{opacity:1;background:#fff;transform:translateY(-1px)}
.header-announcements__all-link i{font-size:.72rem}

.ios-topbar--logo-only .ios-topbar__brand{flex:0 1 auto}
.ios-topbar--logo-only .ios-topbar__brand img{max-width:300px;height:98px}
.profile-menu-trigger{width:44px;height:44px;border-radius:50%;padding:0;overflow:hidden;border:1px solid #d1d5db;background:#fff;display:grid;place-items:center;box-shadow:0 8px 18px rgba(15,23,42,.18)}
.profile-menu-trigger__inner{position:relative;display:grid;place-items:center;width:100%;height:100%}
.profile-menu-trigger__badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 .3rem;border-radius:999px;background:#ef4444;color:#fff;font-size:.64rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}
.profile-menu-avatar{width:100%;height:100%;object-fit:cover;display:block}
.profile-menu-avatar--fallback{display:flex;align-items:center;justify-content:center;font-size:1rem;background:#f8fafc;color:#0f172a}
.profile-drawer{position:fixed;top:0;right:0;height:100vh;width:min(360px,88vw);transform:translateX(105%);transition:transform .22s ease;z-index:1400;padding:.85rem;background:transparent}
.profile-drawer.open{transform:translateX(0)}
.profile-drawer__card{height:100%;background:linear-gradient(180deg,#fffaf1 0%,#fff 38%);border:1px solid rgba(154,104,44,.34);border-radius:20px;box-shadow:0 16px 32px rgba(23,37,29,.3);padding:1rem 1rem calc(6.5rem + env(safe-area-inset-bottom,0px));overflow:auto}
.drawer-refresh-btn{width:max-content!important;max-width:max-content!important;min-width:40px!important;display:inline-flex!important;flex:0 0 auto!important;align-self:center!important;flex-direction:column;align-items:center;justify-content:center;gap:.06rem;padding:.26rem .44rem!important;margin:0!important;border-radius:10px!important;background:#fff!important;color:#0f172a!important;border:1px solid #dbe3ef!important;line-height:1}
.drawer-refresh-btn span{font-size:.85rem;line-height:1}
.drawer-refresh-btn small{font-size:.5rem;font-weight:700;letter-spacing:.01em}
.profile-drawer__identity{display:flex;align-items:center;gap:.7rem;padding:.35rem .15rem .75rem;border-bottom:2px solid #d7b27a;margin-bottom:.45rem}
.profile-drawer__identity:has(.profile-drawer__avatar--fallback){justify-content:flex-start}
.profile-drawer__identity:has(.profile-drawer__avatar--fallback) .profile-drawer__avatar,.profile-drawer__identity:has(.profile-drawer__avatar--fallback) .profile-drawer__identity-main{display:none}
.profile-drawer__identity:has(.profile-drawer__avatar--fallback)::before{content:"";display:block;width:220px;height:78px;background:url('/favicon.png') left center/contain no-repeat}
.profile-drawer__identity--guest{justify-content:space-between}
.profile-drawer__logo-link{display:inline-flex;align-items:center;min-width:0;text-decoration:none}
.profile-drawer__logo{display:block;width:auto;max-width:220px;height:78px;object-fit:contain;border:0;border-radius:0;box-shadow:none}
.profile-drawer__avatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#f8fafc;border:1px solid #e2e8f0;object-fit:cover;flex:0 0 52px}
.profile-drawer__avatar--fallback{font-size:1.25rem;color:#9a682c;background:#fff7ed;border-color:rgba(154,104,44,.35)}
.profile-drawer__avatar--fallback{background-color:#fffaf1;background-image:url('/favicon.png');background-position:center;background-repeat:no-repeat;background-size:72%;font-size:0}
.profile-drawer__avatar--fallback i{display:none}
.profile-drawer__identity-main{min-width:0;flex:1}
.profile-drawer__name{margin:.1rem 0;font-weight:700}
.profile-drawer__profile-link{display:inline-block;margin-top:.08rem;color:#475569;text-decoration:none;font-size:.88rem}
.profile-drawer__profile-link:hover{text-decoration:none}
.profile-drawer__profile-link i{margin-right:.25rem}
.profile-drawer__modes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;padding:.45rem 0 .65rem}
.profile-drawer__modes a{display:block!important;text-align:center;border:1px solid #dbe3ef;border-radius:999px;padding:.45rem .3rem!important;background:#fff;font-size:.78rem;font-weight:700}
.profile-drawer__modes a.active{background:#111827;color:#fff;border-color:#111827}
.profile-drawer__links a,.profile-drawer__links summary{display:block;padding:.62rem .35rem;border-bottom:0;color:#111827;text-decoration:none;cursor:pointer}
.profile-drawer__links a,.profile-drawer__links summary{display:flex;align-items:center;gap:.62rem;margin:.14rem 0;padding:.68rem .85rem .68rem 1rem;border-radius:12px;font-weight:650;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.profile-drawer__links a:hover,.profile-drawer__links a:focus-visible,.profile-drawer__links summary:hover{background:#e6f0e7;color:#17251d;transform:translateX(2px)}
.profile-drawer__links a.active{background:#17251d;color:#fff}
.profile-drawer__links a.active i{color:#e4c28d}
.profile-drawer__links a i,.profile-drawer__links summary i{width:1.15rem;text-align:center;color:#9a682c;opacity:1;font-size:.95rem}
.profile-drawer__link-count{margin-left:auto;color:#475569;font-weight:700}
.profile-drawer__links details{margin:.2rem 0 .35rem}
.profile-drawer__links details summary{list-style:none}
.profile-drawer__links details summary::-webkit-details-marker{display:none}
.profile-drawer__links details summary::after{content:'＋';margin-left:auto;color:#9a682c;font-weight:800}
.profile-drawer__links details[open] summary::after{content:'−'}
.profile-drawer__links .profile-drawer__submenu{margin:.05rem 0 .25rem;padding-left:.7rem;border-left:2px solid #d7b27a}
.profile-drawer__links .profile-drawer__submenu a{margin:.08rem 0;padding:.52rem .7rem .52rem .8rem;font-size:.94rem}
.profile-drawer__links .logout-form{margin:0}
.profile-drawer__links .logout-link{color:#b91c1c;font-weight:700;background:none;border:none;width:100%;text-align:left;cursor:pointer;font:inherit}
.drawer-notifications-btn{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbe3ef;background:#fff;color:#111827;text-decoration:none;position:relative;flex:0 0 40px}
.drawer-notifications-btn i{font-size:1rem}
.profile-drawer__icon-badge{position:absolute;top:-4px;right:-5px;min-width:17px;height:17px;padding:0 .24rem;border-radius:999px;background:#ef4444;color:#fff;font-size:.6rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}
.profile-drawer__footer{margin-top:.7rem;padding:.7rem .2rem 0;border-top:1px solid #eef2f7;display:grid;gap:.55rem}
.profile-drawer__footer-links{display:flex;flex-wrap:wrap;gap:.35rem .65rem}
.profile-drawer__footer-links a{display:inline-flex;align-items:center;gap:.25rem;padding:0!important;font-size:.78rem;color:#475569;text-decoration:none}
.profile-drawer__footer-links a:hover{text-decoration:underline}
.profile-drawer__version{margin:0;font-size:.76rem}
.profile-drawer__version a{text-decoration:none}
.profile-drawer-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.34);opacity:0;pointer-events:none;transition:opacity .2s;z-index:1350}
.profile-drawer-backdrop.open{opacity:1;pointer-events:auto}
.ios-tabbar{position:fixed;left:50%;transform:translateX(-50%);bottom:calc(.7rem + env(safe-area-inset-bottom,0px));width:min(760px,calc(100vw - 1rem));background:rgba(255,255,255,.98);backdrop-filter:blur(8px);border:1px solid #dbe3ef;border-radius:18px;z-index:1200;padding:.35rem .45rem;box-shadow:0 10px 26px rgba(15,23,42,.2)}
.ios-tabbar ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.18rem}
.ios-tabbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:.16rem;min-height:40px;text-decoration:none;color:#64748b;padding:.18rem .08rem;border-radius:11px;font-size:clamp(.55rem,1.7vw,.67rem);font-weight:600;position:relative;white-space:nowrap;line-height:1.02;transition:background-color .18s ease,color .18s ease}
.ios-tabbar a .icon{display:grid;place-items:center;min-height:1rem;font-size:1rem;line-height:1}

.ios-tabbar a span:last-child{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ios-tabbar a.active{color:#111827;background:#eef2f7;font-weight:800}
.ios-tabbar a:focus-visible{outline:2px solid #2563eb;outline-offset:2px}
.ios-tabbar__badge{position:absolute;top:.18rem;right:calc(50% - 1.35rem);background:#ef4444;color:#fff;border-radius:999px;padding:0 .32rem;font-size:.64rem;line-height:1.35}
body{padding-bottom:7.2rem!important}

@media (max-width:920px){
  .ios-topbar{min-height:86px;padding:.5rem .6rem;gap:.6rem;flex-wrap:nowrap;align-items:center;margin-bottom:1rem}
  .ios-topbar__brand{min-width:0;flex:1 1 auto;align-self:center}
  .ios-topbar__brand img{width:auto;max-width:205px;height:82px;object-fit:contain;border-radius:0;border:0;box-shadow:none}
  .ios-topbar__brand--wood-art{flex:1 1 auto;align-self:center;min-height:86px;overflow:visible}
  .ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{position:absolute;left:-2px;top:-7px;width:235px;max-width:none;height:auto}
  .wood-header-nav{display:none}
  .wood-header-cart__label{display:inline}
  .wood-header-cart{min-width:108px;width:auto;height:56px;padding:.32rem .48rem .32rem .62rem;gap:.38rem}
  .wood-header-cart svg{width:32px;height:32px}
  .wood-header-cart__count{min-width:30px;height:30px}
}
.back-to-top-btn{position:fixed;right:.8rem;bottom:calc(6rem + env(safe-area-inset-bottom,0px));z-index:1150;width:48px;height:48px;border:none;border-radius:14px;background:rgba(15,23,42,.9);color:#fff;font-size:1.1rem;font-weight:800;display:grid;place-items:center;box-shadow:0 12px 24px rgba(15,23,42,.35);opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.back-to-top-btn i{font-size:1.08rem;line-height:1}
.back-to-top-btn[data-visible="true"]{opacity:1;transform:translateY(0);pointer-events:auto}
@media (max-width:760px){
  .flash-stack{left:.45rem;right:.45rem;top:var(--app-shell-flash-top,calc(5rem + env(safe-area-inset-top,0px)));max-width:none}
  .flash.flash--toast{padding:.6rem .68rem}
  .flash__message{font-size:.85rem}
  .ios-topbar{min-height:78px;padding:.42rem .48rem;gap:.45rem;flex-wrap:nowrap;align-items:center;margin-bottom:.95rem}
  .ios-topbar__brand{min-width:0;flex:1 1 auto}
  .ios-topbar__cta-row--mobile-under{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;width:100%;margin:.22rem 0 .82rem;padding:0;background:transparent;border:0;border-radius:0}
  .ios-topbar__cta-row--mobile-under>.ios-topbar__cta-link:last-child:nth-child(odd){grid-column:span 2}
  .ios-topbar__cta-link{width:100%;justify-content:center;min-width:0;padding:.5rem .45rem;font-size:.78rem}
  .ios-topbar__cta-link span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .header-announcements{margin:-.35rem auto .75rem}
  .header-announcements__bubble{width:100%;border-radius:16px;padding:.58rem .65rem .58rem .75rem}
  .ios-topbar__brand img{width:auto;max-width:168px;height:70px;object-fit:contain;border-radius:0;border:0;box-shadow:none}
  .ios-topbar__brand--wood-art{min-height:78px}
  .ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{left:-2px;top:-5px;width:215px;max-width:none;height:auto}
  .ios-topbar--logo-only .ios-topbar__brand img{max-width:185px;height:76px}
  .ios-topbar__brand-name{font-size:.92rem}
  .ios-topbar__brand-name-row{gap:.28rem}
  .ios-topbar__brand-tagline{font-size:.57rem;max-width:none}
  .drawer-refresh-btn{padding:.2rem .32rem!important;border-radius:8px!important}
  .drawer-refresh-btn span{font-size:.7rem}
  .drawer-refresh-btn small{font-size:.43rem}
  .back-to-top-btn{right:.62rem;bottom:calc(6.2rem + env(safe-area-inset-bottom,0px));width:44px;height:44px;border-radius:12px}
}
@media(max-width:430px){.ios-topbar{min-height:74px;gap:.28rem;padding:.36rem .38rem}.ios-topbar__brand img,.ios-topbar--logo-only .ios-topbar__brand img{max-width:145px;height:62px}.ios-topbar__brand--wood-art{min-height:74px}.ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{left:-2px;top:-3px;width:180px;max-width:none;height:auto}.wood-header-cart{min-width:82px;width:82px;height:52px;min-height:52px;padding:0 .32rem;gap:.24rem}.wood-header-cart svg{width:30px;height:30px}.wood-header-cart__label{font-size:.75rem}.wood-header-cart__count{position:absolute;top:-7px;right:-5px;min-width:25px;height:25px;padding:0 .25rem;font-size:.72rem}.profile-menu-trigger--menu{min-width:66px;min-height:52px;padding:0 .34rem}.profile-menu-trigger--menu .profile-menu-trigger__label{font-size:.75rem}}
@media(max-width:360px){.ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{width:154px}.wood-header-cart{min-width:74px;width:74px;padding:0 .25rem}.wood-header-cart svg{width:27px;height:27px}.wood-header-cart__label{font-size:.68rem}.profile-menu-trigger--menu{min-width:62px;padding:0 .28rem}.profile-menu-trigger--menu .profile-menu-trigger__label{font-size:.7rem}}
@media(prefers-reduced-motion:reduce){.wood-header-nav a{transition:none}.wood-header-cart.is-bumping,.wood-header-cart.is-bumping .wood-header-cart__count{animation:none}}
.notification-page,.notif-page{display:grid;gap:1rem;color:#17251d}
.notification-page__hero,.notif-page__hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:clamp(1rem,3vw,1.5rem);border:1px solid #345842;border-radius:20px;background:linear-gradient(145deg,#0b2618,#183d28 68%,#294c36);color:#f8f4e9;box-shadow:0 14px 30px rgba(23,37,29,.2)}
.notification-page__hero h1,.notif-page__hero h1{margin:.15rem 0 .3rem;color:#fff;font-size:clamp(1.8rem,4vw,2.7rem)}
.notification-page__eyebrow,.notif-page__eyebrow{margin:0;color:#e4b55f;font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.notification-page__hero .muted,.notif-page__hero .muted{max-width:660px;margin:.2rem 0 0;color:#e8ede8}
.notification-page__settings{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:48px;padding:.65rem .9rem;border:1px solid #b97d2a;border-radius:12px;background:#d1a15b;color:#17251d;text-decoration:none;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.notification-page__toolbar{display:flex;justify-content:flex-end}.notification-page__toolbar form{width:auto;margin:0}.notification-page__toolbar button{width:auto;min-height:44px;margin:0;padding:.55rem .85rem;border:1px solid #345842;border-radius:11px;background:#17251d;color:#fff}
.notification-list{display:grid;gap:.7rem}.notification-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:.8rem;align-items:start;padding:.9rem;border:1px solid #ded4c4;border-radius:17px;background:#fff;box-shadow:0 7px 18px rgba(53,42,26,.06)}
.notification-card--unread{border-color:#d2a754;background:#fffdf7;box-shadow:inset 4px 0 0 #d1a15b,0 9px 22px rgba(53,42,26,.09)}
.notification-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#edf3ed;color:#183d28;font-size:1.05rem}.notification-card--unread .notification-card__icon{background:#f4e2bd;color:#70491f}
.notification-card__copy{min-width:0}.notification-card__title-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.notification-card__title{margin:0;font-size:1.05rem}.notification-card__badge{display:inline-flex;padding:.12rem .45rem;border-radius:999px;background:#d1a15b;color:#17251d;font-size:.7rem;font-weight:900;text-transform:uppercase}.notification-card__body{margin:.3rem 0;color:#4f5c53;overflow-wrap:anywhere}.notification-card__date{display:block;color:#786f63;font-size:.78rem}.notification-card__actions{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.notification-card__actions a,.notification-card__actions button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:42px;margin:0;padding:.5rem .72rem;border-radius:10px;font-size:.82rem;font-weight:800;text-decoration:none}.notification-card__actions a{background:#17251d;color:#fff}.notification-card__actions form{width:auto;margin:0}.notification-card__actions button{border:1px solid #c9bda9;background:#f8f4e9;color:#17251d}
.notification-empty{padding:clamp(1.4rem,5vw,2.5rem);border:1px dashed #c9bda9;border-radius:18px;background:#f8f4e9;text-align:center}.notification-empty i{display:block;margin-bottom:.6rem;color:#9a682c;font-size:2rem}.notification-empty h2{margin:.1rem 0 .3rem}
.notif-form,.notif-push{padding:clamp(.9rem,2.5vw,1.2rem);border:1px solid #ded4c4;border-radius:18px;background:#fff;box-shadow:0 9px 22px rgba(53,42,26,.07)}
.notif-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.7rem}
.notif-option{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;min-height:112px;padding:.85rem;border:1px solid #ded4c4;border-radius:15px;background:#f8f4e9;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}
.notif-option:hover{border-color:#c79b51;background:#fffaf0}.notif-option strong{display:block;color:#17251d;line-height:1.25}.notif-option small{display:block;margin-top:.28rem;color:#625c52;line-height:1.4}.notif-option input[type="checkbox"]{flex:0 0 auto;width:1.25rem;height:1.25rem;margin:.12rem 0 0;accent-color:#9a682c}
.notif-save-btn{width:auto!important;min-height:48px;margin:.85rem 0 0!important;padding:.65rem 1rem!important;border:1px solid #b97d2a!important;border-radius:12px!important;background:#d1a15b!important;color:#17251d!important;font-weight:900!important}.notif-save-btn:hover{background:#e4b55f!important}
.notif-push h2{margin:.1rem 0 .35rem;color:#17251d}.notif-push .muted{color:#625c52}.notif-push__actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem}.notif-push__actions button{min-height:48px;border-radius:12px;background:#17251d;color:#fff}.notif-secondary-btn{background:#f8f4e9!important;color:#17251d!important;border:1px solid #c9bda9!important}
@media(max-width:700px){.notification-page__hero{align-items:stretch}.notification-page__settings{width:100%}.notification-card{grid-template-columns:44px minmax(0,1fr)}.notification-card__icon{width:44px;height:44px}.notification-card__actions{grid-column:1/-1}.notification-card__actions a,.notification-card__actions form,.notification-card__actions button{flex:1 1 140px;width:100%}.notif-grid{grid-template-columns:1fr}.notif-option{min-height:0}}
.discover-listing-header{align-items:center!important}
.discover-listing-header__actions{align-items:center!important}
@media (max-width:640px){
  h1{font-size:clamp(1.25rem,5.8vw,1.55rem);line-height:1.2}
  .discover-listing-header{align-items:center!important;gap:.45rem}
  .discover-listing-header__title{font-size:clamp(1.2rem,5.4vw,1.45rem);line-height:1.18}
  .discover-listing-header__actions{align-items:center!important;gap:.35rem}
}
.tinder-wizard{display:grid;gap:.6rem;margin:.15rem 0 .8rem;padding:.62rem;border:1px solid #dbe4ef;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#f1f5f9)}
.tinder-wizard__tabs{display:flex;gap:.45rem;flex-wrap:wrap}
.tinder-wizard__tab{width:auto!important;margin:0!important;border-radius:999px!important;background:#e2e8f0!important;color:#0f172a!important;padding:.45rem .82rem!important;border:1px solid #cbd5e1!important;font-size:.79rem;font-weight:700;display:inline-flex;align-items:center;gap:.4rem}
.tinder-wizard__tab::before{content:attr(data-step-index);display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border-radius:999px;background:#cbd5e1;color:#0f172a;font-size:.68rem;line-height:1}
.tinder-wizard__tab.is-active{background:linear-gradient(145deg,#0f172a,#1d4ed8)!important;color:#fff!important;border-color:#1d4ed8!important;box-shadow:0 8px 20px rgba(29,78,216,.25)}
.tinder-wizard__tab.is-active::before{background:rgba(255,255,255,.24);color:#fff}
.tinder-wizard__progress{height:9px;background:#dbe4ef;border-radius:999px;overflow:hidden}
.tinder-wizard__progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#2563eb,#0ea5a4);transition:width .2s ease}
.tinder-wizard__nav{display:flex;gap:.5rem;justify-content:space-between;margin-top:.62rem}
.tinder-wizard__nav button{width:auto!important;margin:0!important;min-width:120px}
.tinder-wizard__nav [data-step-back]{background:#475569!important}
.tinder-wizard__step{animation:tinderStepFade .18s ease}
@keyframes tinderStepFade{from{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}

.profile-menu-trigger--menu{width:auto;min-width:92px;min-height:52px;padding:0 .82rem;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#d1a15b;color:#17251d;border:1px solid #b97d2a;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.profile-menu-trigger--menu .profile-menu-trigger__inner{display:flex;align-items:center;justify-content:center;gap:.46rem}
.profile-menu-trigger--menu .profile-menu-avatar--fallback{width:25px;height:25px;border:0;border-radius:0;background:transparent;color:#17251d;font-size:1.05rem}
.profile-menu-trigger--menu .profile-menu-trigger__label{font-size:.9rem;font-weight:900;color:#17251d;line-height:1}
@media(max-width:420px){.profile-menu-trigger--menu{min-width:84px;padding:0 .65rem}}
/* Keep the artwork-sized logo in normal flex flow so it cannot cover Cart/Menu. */
.ios-topbar-stack{top:0;margin-top:-1rem}
.ios-topbar{width:100vw;margin:0 calc(50% - 50vw) 1.55rem;border-radius:0;border-left:0;border-right:0;padding-left:clamp(1rem,2.4vw,2.4rem);padding-right:clamp(1rem,2.4vw,2.4rem)}
.ios-topbar--wood-art{margin-bottom:5.25rem}
html,body{width:100%;max-width:none;overflow-x:clip}
body{margin-left:0!important;margin-right:0!important}
main#main-content{display:block;width:100%;max-width:none;min-width:0}
main#main-content>:where(section,div,article,form,footer){width:100%;max-width:none!important;min-width:0}
.home-landing-frame,.landing-hero,.landing-section,.landing-page-footer{width:100%;max-width:none}
.ios-topbar--logo-only .ios-topbar__brand--wood-art{flex:0 0 390px;min-height:92px}
.ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{left:-7px;top:0;width:390px;max-width:none;height:auto}
.wood-header-nav a{font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-weight:700;letter-spacing:.015em;text-rendering:optimizeLegibility}
.wood-header-cart__label{font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-size:1.05rem}
@media(max-width:1120px) and (min-width:1041px){.wood-header-nav{gap:.12rem;padding:.2rem}.wood-header-nav a{min-height:42px;padding:.45rem .48rem;font-size:1rem}}
@media(max-width:1040px){.wood-header-nav{display:none}}
@media(max-width:920px){.ios-topbar{padding-left:.65rem;padding-right:.65rem}.ios-topbar--logo-only .ios-topbar__brand--wood-art{flex-basis:235px;min-height:86px}.ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{left:-2px;top:-7px;width:235px}.wood-header-cart__label{font-family:inherit;font-size:inherit}}
@media(max-width:760px){.ios-topbar--logo-only .ios-topbar__brand--wood-art{flex-basis:215px;min-height:78px}.ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{left:-2px;top:-5px;width:215px}}
@media(max-width:430px){.ios-topbar{padding-left:.5rem;padding-right:.5rem}.ios-topbar--logo-only .ios-topbar__brand--wood-art{flex-basis:168px;min-height:74px}.ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{left:-2px;top:-3px;width:168px}.profile-menu-trigger--menu{min-width:84px;padding:0 .65rem}}
@media(max-width:360px){.ios-topbar--logo-only .ios-topbar__brand--wood-art{flex-basis:145px}.ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{width:145px}.profile-menu-trigger--menu{min-width:76px;padding:0 .45rem}}
/* Keep Cart and Menu as one right-aligned control group at every width. */
@media(max-width:1080px){
  .ios-topbar--wood-art{margin-bottom:1.55rem}
  .ios-topbar{flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.6rem;min-width:0;max-width:100vw;padding-top:.5rem;padding-bottom:.7rem;overflow:visible}
  .wood-header-nav{display:none}
  .ios-topbar--logo-only .ios-topbar__brand--wood-art{order:1;flex:1 1 auto;min-width:0;max-width:none;min-height:92px;overflow:visible}
  .ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{left:-2px;top:-4px;width:min(245px,100%);max-width:100%;height:auto}
  .ios-topbar__actions{order:2;flex:0 0 auto;gap:.5rem;margin-left:auto}
  .profile-menu-trigger--menu{order:2;flex:0 0 auto;max-width:92px;overflow:visible}
  .profile-menu-trigger--menu .profile-menu-trigger__inner,.profile-menu-trigger--menu .profile-menu-trigger__label{min-width:0;white-space:nowrap}
  .ios-topbar__actions .wood-header-cart{order:1;flex:0 0 auto;width:auto;min-width:108px;max-width:none;height:56px;min-height:56px;padding:.32rem .48rem .32rem .62rem;gap:.38rem;border-radius:12px;overflow:visible}
  .ios-topbar__actions .wood-header-cart svg{width:32px;height:32px;flex:0 0 32px}
  .ios-topbar__actions .wood-header-cart__label{min-width:0;overflow:visible;font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-size:1rem;font-weight:800;white-space:nowrap}
  .ios-topbar__actions .wood-header-cart__count{position:absolute;top:-7px;right:-5px;min-width:27px;height:27px;margin-left:0;padding:0 .3rem;font-size:.76rem}
}
@media(max-width:430px){
  .ios-topbar{gap:.35rem}
  .ios-topbar--logo-only .ios-topbar__brand--wood-art{flex-basis:auto;max-width:none;min-height:74px}
  .ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{width:100%}
  .ios-topbar__actions{gap:.32rem}
  .ios-topbar__actions .wood-header-cart{width:auto;min-width:0;flex:0 1 auto;height:52px;min-height:52px;padding:0 .42rem;gap:.24rem;overflow:visible}
  .ios-topbar__actions .wood-header-cart svg{width:30px;height:30px;flex:0 0 30px}
  .ios-topbar__actions .wood-header-cart__label{min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap;font-family:inherit;font-size:.75rem;font-weight:800}
}
@media(max-width:360px){
  .ios-topbar{gap:.25rem;padding-left:.4rem;padding-right:.4rem}
  .ios-topbar--logo-only .ios-topbar__brand--wood-art{flex-basis:auto;max-width:none;min-height:0}
  .ios-topbar__actions{gap:.22rem}
  .profile-menu-trigger--menu{min-width:76px;max-width:76px;padding:0 .42rem}
  .ios-topbar__actions .wood-header-cart{width:auto;min-width:0;flex:0 1 auto;height:52px;min-height:52px;padding:0 .32rem;overflow:visible}
  .ios-topbar__actions .wood-header-cart svg{width:27px;height:27px;flex:0 0 27px}
  .ios-topbar__actions .wood-header-cart__label{min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap;font-size:.7rem;font-weight:800}
}
/* Below ~380px the brand logo and the Cart+Menu actions row would otherwise
   squeeze each other off-screen. Wrap them so Cart+Menu drop to a new line
   at full topbar width and remain fully visible at every phone width. */
@media(max-width:380px){
  .ios-topbar{flex-wrap:wrap!important;align-items:center!important;column-gap:.4rem!important;row-gap:.45rem!important;overflow:visible}
  .ios-topbar--logo-only .ios-topbar__brand--wood-art{flex:1 1 auto!important;min-width:0!important;max-width:100%!important}
  .ios-topbar__actions{order:2!important;flex:1 0 100%!important;width:100%!important;margin-left:0!important;justify-content:space-between!important;gap:.45rem!important}
  .ios-topbar__actions .profile-menu-trigger--menu{flex:1 1 auto!important;min-width:0!important;max-width:none!important}
  .ios-topbar__actions .wood-header-cart{flex:1 1 auto!important;min-width:0!important;max-width:none!important;width:auto!important}
  .ios-topbar__actions .wood-header-cart__count{top:-7px!important;right:0!important}
}
/* Phones: let the responsive logo artwork establish the first header row's height. */
@media(max-width:600px){
  .ios-topbar{min-height:0}
  .ios-topbar--logo-only .ios-topbar__brand{align-self:auto}
  .ios-topbar--logo-only .ios-topbar__brand--wood-art{min-height:0;height:auto;overflow:hidden}
  .ios-topbar__brand--wood-art img,.ios-topbar--logo-only .ios-topbar__brand--wood-art img{position:static;display:block;left:auto;top:auto;width:100%;max-width:100%;height:auto;object-fit:contain;object-position:left center}
  .ios-topbar--logo-only .ios-topbar__brand:not(.ios-topbar__brand--wood-art) img{display:block;width:100%;max-width:100%;height:auto;max-height:none;object-fit:contain;object-position:left center}
}
.landing-page-footer{margin-top:1.15rem;padding:1.05rem 1.1rem;border:1px solid rgba(148,163,184,.3);border-radius:20px;background:linear-gradient(145deg,#17251d,#26382d);color:#eef6ef;box-shadow:0 12px 26px rgba(15,23,42,.16)}
.landing-page-footer p{line-height:1.45}
.landing-page-footer a{color:#fff}
.landing-page-footer .quick-links{gap:.38rem;margin:.8rem 0 0}
.landing-page-footer .quick-links a{padding:.28rem .58rem;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.1);font-size:.78rem;color:#f8fafc}

/* Brand typography: rustic old-style text with the Shop title face on every heading. */
:root{--wood-body-font:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;--wood-heading-font:Georgia,"Times New Roman",serif}
body{font-family:var(--wood-body-font)}
button,input,optgroup,select,textarea{font-family:inherit}
h1,h2,h3,h4,h5,h6{font-family:var(--wood-heading-font);font-weight:700;text-rendering:optimizeLegibility}
body{font-size:1rem;line-height:1.55}
main#main-content h1{font-size:clamp(2.25rem,5vw,4rem);line-height:1;letter-spacing:-.035em}
main#main-content :where(p,li,dd,dt,label,input,select,textarea,button){line-height:1.55}
