/* The hero subtitle is broken into two deliberate lines on wide screens. On a
   phone that break lands in the wrong place, so the spans fall back to inline
   and the text wraps to fit — which is why they are separated by a real space
   in the markup. */
.hero-sub-line{display:block}
@media (max-width:900px){.hero-sub-line{display:inline}}
header nav a{transition:color .25s ease,text-shadow .25s ease}
header nav a:hover{color:#0e8c84 !important}
.hero-card{transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .55s ease;cursor:pointer;pointer-events:auto;will-change:transform,filter}
.hero-card-left{transform:translateX(calc(-135% - 3px))}
.hero-card-right{transform:translateX(calc(35% + 3px))}
.hero-card-center{transform:translateX(-50%)}
.hero-card-left:hover{transform:translateX(calc(-135% - 3px)) translateY(-10px);filter:drop-shadow(0 14px 26px rgba(14,140,132,.35))}
.hero-card-right:hover{transform:translateX(calc(35% + 3px)) translateY(-10px);filter:drop-shadow(0 14px 26px rgba(14,140,132,.35))}
.hero-card-center:hover{transform:translateX(-50%) translateY(-12px);filter:drop-shadow(0 20px 38px rgba(14,140,132,.42))}
.crafted{padding:clamp(40px,6vw,90px) 0 clamp(40px,6vw,90px) clamp(20px,5vw,80px);display:grid;grid-template-columns:1fr;gap:28px;align-items:center;overflow:hidden;background:#fff;max-width:1500px;margin:0 auto}
.crafted-text{max-width:480px}
.crafted-img-wrap{min-width:0;margin-left:clamp(-30px,-1.5vw,-8px)}
.crafted-img{display:block;height:auto;width:100%;max-width:none}
@media(min-width:820px){.crafted{grid-template-columns:minmax(240px,380px) minmax(0,1fr);gap:clamp(28px,4vw,72px)}.crafted-img{min-width:820px}}
.col-grid{display:grid;grid-template-columns:1fr;gap:clamp(12px,1.4vw,18px)}
.col-card{display:block;background:#fff;border:1px solid rgba(10,13,22,.045);border-radius:14px;padding:clamp(8px,.9vw,12px);text-decoration:none;color:inherit;text-align:left;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;will-change:transform}
.col-card:hover{border-color:rgba(20,172,172,.55);transform:translateY(-3px);box-shadow:0 14px 32px rgba(10,13,22,.06)}
.col-card__img{overflow:hidden;border-radius:10px;aspect-ratio:16/10;background:#f5f5f5}
.col-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.col-card:hover .col-card__img img{transform:scale(1.04)}
.col-card__title{font-family:'Inter','AbarLow',system-ui,sans-serif;font-weight:600;font-size:16px;letter-spacing:-.02em;color:#0a0d16;margin:16px 4px 0 4px}
.col-card__desc{font-size:13.5px;color:#5b6070;margin:7px 4px 8px 4px;letter-spacing:-.01em;line-height:1.55}
@media(min-width:720px){.col-grid{grid-template-columns:repeat(2,1fr)}.col-card--wide{grid-column:1/-1}.col-card--wide .col-card__img{aspect-ratio:3.46/1}}
.svc-grid{display:grid;grid-template-columns:1fr;gap:clamp(12px,1.4vw,18px)}
@media(min-width:560px){.svc-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:820px){.svc-grid{grid-template-columns:repeat(3,1fr)}}
.ft-icon{opacity:.7;transition:opacity .25s ease}
.ft-icon:hover{opacity:1}
.blog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:clamp(30px,4vw,52px)}
.blog-eyebrow{color:#0e8c84;font-size:15px;font-weight:600;margin-bottom:10px;letter-spacing:-.01em;padding-left:2px}
.blog-title{font-family:'Inter','AbarLow',system-ui,sans-serif;font-weight:600;font-size:clamp(26px,3vw,40px);letter-spacing:-.034em;word-spacing:-.04em;line-height:1.1;color:#0a0d16;margin-bottom:14px}
.blog-sub{font-size:15.5px;color:#5b6070;letter-spacing:-.01em;line-height:1.55;max-width:560px;padding-left:2px}
.blog-view-all img{display:block;height:clamp(38px,3.4vw,46px);width:auto;transition:transform .25s ease}
.blog-view-all:hover img{transform:translateY(-2px)}
.blog-grid{display:grid;grid-template-columns:1fr;gap:clamp(22px,2.6vw,32px)}
@media(min-width:720px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.blog-grid{grid-template-columns:repeat(3,1fr)}}
.blog-card{position:relative;display:flex;flex-direction:column;height:100%}
.blog-card__media{display:block;overflow:hidden;border-radius:14px;aspect-ratio:4/3;background:#e8e8ea}
.blog-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.blog-card:hover .blog-card__media img{transform:scale(1.03)}
.blog-card__category{color:#0e8c84;font-size:12px;font-weight:700;letter-spacing:-.005em;margin-top:18px}
.blog-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-top:8px}
.blog-card__title{font-family:'Inter','AbarLow',system-ui,sans-serif;font-weight:600;font-size:16px;letter-spacing:-.02em;color:#0a0d16;line-height:1.3;flex:1}
.blog-card__arrow{color:#0a0d16;opacity:.3;text-decoration:none;flex-shrink:0;margin-top:2px;display:flex;transition:opacity .25s ease,transform .25s ease}
.blog-card:hover .blog-card__arrow{opacity:.8;transform:translate(2px,-2px)}
.blog-card__desc{font-size:13px;color:#5b6070;margin-top:8px;line-height:1.55;letter-spacing:-.01em;flex:1}
.blog-card__author{display:flex;align-items:center;gap:11px;margin-top:18px}
.blog-author-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#f5a623,#d97706);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:13px}
.blog-author-name{font-size:13px;font-weight:600;color:#0a0d16}
.blog-author-date{font-size:11.5px;color:#9ca0aa;margin-top:1px}
.artworks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,1.8vw,26px);margin-bottom:clamp(36px,4.5vw,56px)}
/* Grid items stretch to the tallest card in the row, so making the card a
   column and pushing the price to its end lines the prices up whatever the
   titles do — a one-line title no longer sits its price higher than its
   neighbours. Unlike reserving two lines, this also survives a title that
   needs three. */
.artwork-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;text-align:left;transition:transform .3s ease;will-change:transform}
.artwork-card__img{flex:none}   /* never let the square get squashed */
/* margin-top must stay `auto` at every width — it is what pushes the price
   to the bottom of a stretched grid item and lines it up across the row.
   A media query re-setting it to a fixed value silently undoes that, which
   is exactly what left mobile prices stepped. Size the gap with padding. */
.artwork-card__price{margin-top:auto}
.artwork-card:hover{transform:translateY(-3px)}
.artwork-card__img{aspect-ratio:1;background:#fff;border:1px solid rgba(10,13,22,.045);border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .3s ease,box-shadow .3s ease}
.artwork-card:hover .artwork-card__img{border-color:rgba(20,172,172,.4);box-shadow:0 14px 32px rgba(10,13,22,.06)}
.artwork-card__img img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.artwork-card:hover .artwork-card__img img{transform:scale(1.04)}
/* Scoped to the JS-rendered grid only: the markup that ships with the page has
   no script to un-hide it, so it must never start transparent. */
.artworks-grid[data-live="1"] .artwork-card__img img{opacity:0;transition:opacity .3s ease,transform .6s cubic-bezier(.2,.7,.2,1)}
.artworks-grid[data-live="1"] .artwork-card__img img.is-ready{opacity:1}
@media(prefers-reduced-motion:reduce){.artworks-grid[data-live="1"] .artwork-card__img img{transition:none}}
.artwork-card__title{font-family:'Inter','AbarLow',system-ui,sans-serif;font-size:14px;font-weight:500;color:#0a0d16;margin:16px 2px 0;line-height:1.4;letter-spacing:-.005em}
.artwork-card__price{font-family:'Inter','AbarLow',system-ui,sans-serif;font-size:18px;font-weight:700;color:#0a0d16;margin:12px 2px 0;margin-top:auto;padding-top:12px;letter-spacing:-.01em}
.view-all-btn{display:inline-block;line-height:0;transition:transform .25s ease}
.view-all-btn:hover{transform:translateY(-2px)}
.view-all-btn img{height:clamp(42px,3.6vw,52px);width:auto;display:block}
@media(max-width:960px){.artworks-grid{grid-template-columns:repeat(2,1fr);gap:14px}}
@media(max-width:520px){.artworks-grid{grid-template-columns:repeat(2,1fr);gap:12px}.artwork-card__img{padding:0;border-radius:12px}.artwork-card__title{font-size:12.5px;margin-top:10px;line-height:1.35}.artwork-card__price{font-size:14px;padding-top:6px}}
@media(max-width:420px){.artwork-card__img{padding:0;border-radius:10px}.artworks-grid{gap:10px}}
.concept-grid{display:grid;grid-template-columns:1fr;gap:clamp(28px,3vw,44px);align-items:start;text-align:left}
@media(min-width:820px){.concept-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(36px,4vw,64px)}}
.concept-accordion{display:flex;flex-direction:column}
.concept-item{border-bottom:1px solid rgba(10,13,22,.09);padding:0}
.concept-item__head{width:100%;background:none;border:0;font:inherit;text-align:left;cursor:pointer;display:flex;align-items:center;gap:14px;padding:22px 4px;font-family:'Inter','AbarLow',system-ui,sans-serif;font-weight:600;font-size:17px;letter-spacing:-.02em;color:#0a0d16;user-select:none;transition:color .35s ease}
.concept-item__icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}
.concept-item__icon img{width:100%;height:100%;object-fit:contain;display:block}
.concept-item[data-open="true"] .concept-item__icon{transform:scale(1.12) rotate(-6deg)}
.concept-item__label{flex:1}
.concept-item__chev{width:22px;height:22px;flex-shrink:0;color:#0a0d16;opacity:.55;transition:transform .45s cubic-bezier(.4,0,.2,1),opacity .3s ease;display:flex;align-items:center;justify-content:center}
.concept-item[data-open="true"] .concept-item__chev{transform:rotate(180deg);opacity:.9;color:#0e8c84}
.concept-item[data-open="true"] .concept-item__head{color:#0e8c84}
.concept-item__wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.22,.65,.2,1),opacity .35s ease,margin-bottom .5s cubic-bezier(.22,.65,.2,1);opacity:0}
.concept-item[data-open="true"] .concept-item__wrap{grid-template-rows:1fr;opacity:1}
.concept-item__wrap>div{overflow:hidden;min-height:0}
.concept-item__body{padding:4px 4px 22px;color:#5b6070;font-size:14px;line-height:1.65;letter-spacing:-.005em;transform:translateY(-4px);transition:transform .5s cubic-bezier(.22,.65,.2,1)}
.concept-item[data-open="true"] .concept-item__body{transform:translateY(0)}
.concept-image{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:3/2;background:#e8e8ea;max-width:520px;margin:0 auto;width:100%}
.concept-image img{width:100%;height:100%;object-fit:cover;display:block}
.concept-image::after{content:'';position:absolute;left:0;right:0;bottom:0;height:45%;background:linear-gradient(to top,rgba(14,140,132,.75) 0%,rgba(14,140,132,.35) 45%,rgba(14,140,132,0) 100%);pointer-events:none;z-index:2}
.concept-image>span{position:relative;display:block;width:100%;height:100%;z-index:1}
@media(max-width:820px){.concept-image{display:none}}
.search-icon-mobile{display:none}
/* Mobile account button — see the matching block in store.css for the
   reasoning. The home header is already justify-content:space-between, and
   with nav and .hdr-icons hidden on mobile the row is exactly three items:
   account, logo, menu. Equal 42px ends put the logo dead centre with no
   extra rule. */
.hdr-account-btn{display:none;width:42px;height:42px;border:1px solid rgba(10,13,22,.08);border-radius:50%;background:#fff;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0;box-shadow:0 2px 6px rgba(10,13,22,.04);color:rgba(10,13,22,.88);position:relative}
.hdr-account-btn svg{width:19px;height:19px;display:block}
.hdr-account-btn:active{transform:translateY(1px)}
.menu-btn{display:none;width:42px;height:42px;border:1px solid rgba(10,13,22,.08);border-radius:50%;background:#fff;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0;box-shadow:0 2px 6px rgba(10,13,22,.04);position:relative}
.menu-btn__lines{display:block;width:18px;height:1.6px;background:#0a0d16;position:relative;transition:transform .3s ease,opacity .3s ease}
.menu-btn__lines::before,.menu-btn__lines::after{content:'';position:absolute;left:0;width:100%;height:1.6px;background:#0a0d16;transition:transform .3s ease}
.menu-btn__lines::before{top:-6px}
.menu-btn__lines::after{top:6px}
.menu-btn.open .menu-btn__lines{background:transparent}
.menu-btn.open .menu-btn__lines::before{transform:rotate(45deg) translate(4px,4px)}
.menu-btn.open .menu-btn__lines::after{transform:rotate(-45deg) translate(4px,-4px)}
/* 100vh on a phone measures the viewport WITHOUT the browser's address bar,
   so a drawer sized to it runs past the bottom of the screen and anything
   anchored to its foot — the sign-in card — is cut off. 100dvh tracks the
   area actually visible; the 100vh line above stays as the fallback.
   The safe-area padding keeps it clear of the iPhone home indicator. */
.drawer{position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100vh;height:100dvh;background:#fff;z-index:100;padding:78px 24px calc(20px + env(safe-area-inset-bottom, 0px));display:flex;flex-direction:column;gap:0;box-shadow:-16px 0 40px rgba(0,0,0,.12);transition:right .4s cubic-bezier(.22,.65,.2,1);overflow-y:auto}
.drawer.open{right:0}
.drawer a.drawer-link{padding:16px 8px;font-size:15.5px;font-weight:500;color:#5b6070;text-decoration:none;border-bottom:1px solid rgba(10,13,22,.06);transition:color .25s ease,padding-left .25s ease;letter-spacing:-.01em}
.drawer a.drawer-link:first-of-type{font-weight:600;color:#0a0d16}
.drawer a.drawer-link:hover,.drawer a.drawer-link:active{color:#0e8c84;padding-left:14px}
.drawer a.drawer-link--icon{display:flex;align-items:center;gap:12px}
.drawer a.drawer-link--icon svg{flex-shrink:0}
.drawer-bg{position:fixed;inset:0;background:rgba(8,12,20,.45);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:99;opacity:0;pointer-events:none;transition:opacity .4s ease}
.drawer-bg.open{opacity:1;pointer-events:auto}
/* The header is space-between with three children: logo, nav, icons. That only
   centres the middle child when the outer two are the same width, and they are
   not — the logo measures 100px against the icon pair's 83px, which pushed the
   nav 9px right of centre.

   Three grid columns fix it exactly: the outer two are equal fractions, so the
   auto-width nav in the middle lands on the page's centre line. Grid is worth
   the switch over flex:1 on the outer items because justify-self lets each one
   keep its own width — with flex the logo anchor stretched to fill its share
   and became a 400px-wide invisible click target.

   Desktop only: below 720px the nav and icons are display:none and the header
   is a different layout, which this must not disturb. */
@media (min-width:721px){
  /* !important because the header carries display:flex as an inline style,
     which a stylesheet rule cannot otherwise outrank. */
  header{display:grid !important;grid-template-columns:1fr auto 1fr}
  header > a:first-of-type{justify-self:start}
  header > .hdr-icons{justify-self:end}
}

@media (max-width:720px){
  header{padding:14px 20px !important;position:fixed !important;box-shadow:0 1px 0 rgba(10,13,22,.05);gap:0 !important}
  header > nav,header > .hdr-icons{display:none !important}
  .cat-mega[data-open="false"]{display:none !important}
  .menu-btn{display:flex}
  body.is-signed-in .hdr-account-btn{display:flex}
  /* The header carries the account button on this page, so the drawer's copy
     of the same card — and its Sign out, which the popover also offers — is
     duplicated navigation. Hidden only where that button actually exists:
     :has() fails on store/product/services, which have no room for it and
     therefore still need the drawer to carry account. */
  body.is-signed-in:has(.hdr-account-btn) .drawer-account,
  body.is-signed-in:has(.hdr-account-btn) .drawer-signout{display:none}
  form > button[type="submit"]{display:none !important}
  .search-icon-mobile{display:flex !important}
  form > div:first-child{padding:0 14px 0 6px !important}
  form > div:first-child button[type="button"]{font-size:12px !important;padding:0 10px !important;gap:6px !important}
  form > div:first-child button[type="button"] svg{width:10px !important;height:7px !important}
  form > div:first-child input{font-size:13.5px !important}
  form{gap:0 !important}
  body.drawer-open{overflow:hidden}
  header > a img{height:24px !important}
  /* Tighten the search form on mobile: less breathing room from the
     headline above and a slightly shorter pill so it feels lighter. */
  .hero-content form{margin-top:clamp(24px,3.2vw,38px) !important}
  .hero-content form > div:first-child{height:clamp(48px,3.8vw,54px) !important}
  /* Container intentionally shorter than the tallest card so cards get a
     subtle clip at the section's bottom edge — same "peek" effect as
     desktop where the cards visibly extend into the next section.
     Extra margin-top provides headroom so hover-lift doesn't push card
     tops behind the search form above. */
  #hero-cards{height:clamp(118px,28vw,168px) !important;margin-top:clamp(32px,6vw,48px) !important}
  .hero-card-left{width:min(200px,39vw) !important;aspect-ratio:451/259 !important;top:clamp(36px,10vw,56px) !important;transform:translateX(calc(-115% - 2px)) !important}
  .hero-card-right{width:min(200px,39vw) !important;aspect-ratio:451/259 !important;top:clamp(36px,10vw,56px) !important;transform:translateX(calc(15% + 2px)) !important}
  /* Middle card: kept small (~55vw). top:2 nudges it up a few pixels while
     still leaving enough headroom for the translateY(-8) hover lift. */
  .hero-card-center{width:min(300px,55vw) !important;top:2px !important}
  .hero-card-left:hover,.hero-card-right:hover{transform:translateX(calc(-115% - 2px)) translateY(-6px) !important}
  .hero-card-right:hover{transform:translateX(calc(15% + 2px)) translateY(-6px) !important}
  .hero-card-center:hover{transform:translateX(-50%) translateY(-8px) !important}
  #hero-cards > div:not(.hero-card){display:none !important}
  section[style*="archive_bg"] > div > a[href]{margin-left:70px !important;margin-right:0 !important;position:relative !important;left:2px !important}
}
@media (max-width:900px){
  #footer > div{flex-direction:column !important;align-items:center !important;text-align:center;gap:9px !important;padding:22px 20px !important}
  #footer > div > div:first-child{display:none !important}
  #footer > div > span{order:2;font-size:12px !important;letter-spacing:-.005em}
  #footer > div > a{order:1;line-height:0}
  #footer > div > a img{height:20px !important;width:auto;opacity:.85}
}
