/*
Theme Name: AURELIA MIST
Description: Native inquiry-mode theme for contemporary jewelry and collected objects.
Author: AURELIA MIST
Version: 4.1.0
Text Domain: aurelia-mist
Requires at least: 6.5
Requires PHP: 8.1
*/

:root {
  --am-ink: #121816;
  --am-black: #090d0c;
  --am-green: #143d32;
  --am-green-deep: #0b241d;
  --am-moss: #61776c;
  --am-ivory: #f5f2e9;
  --am-paper: #fbfaf6;
  --am-stone: #dce0da;
  --am-line: #aab4ad;
  --am-gold: #b49a61;
  --am-white: #fffefa;
  --am-danger: #9b3c32;
  --am-success: #2f6b4f;
  --am-serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --am-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --am-shell: 1320px;
  --am-gutter: clamp(20px, 4vw, 64px);
  --am-section: clamp(80px, 10vw, 144px);
  --am-header: 76px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--am-ink);
  background: var(--am-ivory);
  font-family: var(--am-sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body:has(dialog[open]) { overflow: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure { margin: 0; }

a { color: inherit; text-decoration: none; }

button,
input,
select,
textarea { font: inherit; }

button { color: inherit; }

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2,
h3 {
  font-family: var(--am-serif);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 { font-size: clamp(46px, 7vw, 108px); }
h2 { font-size: clamp(34px, 4.6vw, 68px); }
h3 { font-size: clamp(23px, 2.2vw, 34px); }

::selection { color: var(--am-white); background: var(--am-green); }

:focus-visible {
  outline: 2px solid var(--am-gold);
  outline-offset: 4px;
}

.screen-reader-text,
.am-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.am-shell {
  width: min(calc(100% - (2 * var(--am-gutter))), var(--am-shell));
  margin-inline: auto;
}

.am-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--am-black);
  background: var(--am-white);
  transform: translateY(-180%);
}

.am-skip-link:focus { transform: translateY(0); }

.am-eyebrow {
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.am-button,
.am-header-concierge {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.am-button--primary { color: var(--am-white); background: var(--am-green); }
.am-button--primary:hover { background: var(--am-green-deep); }
.am-button--outline { border-color: var(--am-green); color: var(--am-green); background: transparent; }
.am-button--outline:hover { color: var(--am-white); background: var(--am-green); }
.am-button--light { color: var(--am-black); background: var(--am-white); }
.am-button--light:hover { color: var(--am-white); border-color: var(--am-white); background: transparent; }

.am-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-block: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.am-text-link--light { color: var(--am-white); }

.am-action-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.am-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--am-header);
  color: var(--am-white);
  background: var(--am-black);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.home .am-site-header {
  position: fixed;
  right: 0;
  left: 0;
  background: rgba(9, 13, 12, .16);
  border-bottom-color: rgba(255, 255, 255, .2);
  transition: background-color 240ms ease, border-color 240ms ease;
}

.home .am-site-header.is-scrolled { background: rgba(9, 13, 12, .96); border-bottom-color: rgba(255, 255, 255, .13); }

.admin-bar .am-site-header { top: 32px; }

.am-site-header__inner {
  min-height: var(--am-header);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
}

.am-wordmark {
  font-family: var(--am-serif);
  font-size: 20px;
  line-height: 1;
  letter-spacing: .13em;
  white-space: nowrap;
}

.am-primary-nav { display: flex; gap: clamp(16px, 1.8vw, 30px); justify-content: center; }

.am-primary-nav a,
.am-header-command,
.am-menu-trigger {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  color: inherit;
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.am-primary-nav a:hover,
.am-primary-nav a[aria-current="page"],
.am-header-command:hover { border-bottom-color: var(--am-gold); }

.am-header-actions { display: flex; gap: 18px; align-items: center; }

.am-header-concierge {
  min-height: 38px;
  padding: 9px 14px;
  border-color: rgba(255, 255, 255, .65);
  color: var(--am-white);
}

.am-header-concierge:hover { color: var(--am-black); background: var(--am-white); }
.am-menu-trigger { display: none; }

.am-panel,
.am-search-dialog,
.am-lightbox {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.am-panel { color: var(--am-white); background: var(--am-green-deep); }
.am-panel::backdrop,
.am-search-dialog::backdrop,
.am-lightbox::backdrop { background: rgba(0, 0, 0, .74); }

.am-panel__bar {
  min-height: var(--am-header);
  padding-inline: var(--am-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.am-panel__bar button { padding: 10px 0; border: 0; color: inherit; background: none; cursor: pointer; }

.am-panel__nav {
  min-height: calc(100% - var(--am-header));
  padding: 48px var(--am-gutter);
  display: grid;
  align-content: center;
  gap: 12px;
}

.am-panel__nav a,
.am-panel__nav button { padding: 8px 0; border: 0; color: inherit; background: none; font-family: var(--am-serif); font-size: clamp(34px, 9vw, 64px); line-height: 1; text-align: left; cursor: pointer; }

.am-search-dialog { height: auto; min-height: 340px; color: var(--am-ink); background: var(--am-paper); }
.am-search-dialog__inner { min-height: 340px; }
.am-search-form { width: min(900px, calc(100% - (2 * var(--am-gutter)))); margin: 70px auto; }
.am-search-form label { display: block; margin-bottom: 18px; font-family: var(--am-serif); font-size: clamp(28px, 4vw, 48px); }
.am-search-form > div { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--am-ink); }
.am-search-form input { min-width: 0; padding: 16px 0; border: 0; background: transparent; font-size: 18px; }
.am-search-form button { padding: 12px 4px 12px 24px; border: 0; background: transparent; font-size: 12px; font-weight: 650; text-transform: uppercase; cursor: pointer; }

.am-hero {
  position: relative;
	min-height: min(920px, 96svh);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: var(--am-white);
  background: var(--am-black);
}

.am-hero__media,
.am-hero__veil,
.am-cinema__media,
.am-cinema__veil { position: absolute; inset: 0; }

.am-hero__media img,
.am-cinema__media img { width: 100%; height: 100%; object-fit: cover; }
.am-hero__media img { object-position: center 46%; }
.am-hero__media picture { width: 100%; height: 100%; display: block; }
.am-hero__veil { background: rgba(4, 10, 8, .38); }

.am-hero__content {
  position: relative;
  z-index: 1;
	padding-block: clamp(88px, 10vw, 148px);
}

.am-hero h1 { max-width: 940px; margin-bottom: 16px; font-size: clamp(68px, 9vw, 132px); line-height: .84; }
.am-hero h2 { max-width: 720px; margin-bottom: 22px; font-size: clamp(30px, 3.6vw, 52px); }
.am-hero__content > p:not(.am-eyebrow) { max-width: 570px; margin-bottom: 32px; font-size: clamp(16px, 1.35vw, 19px); }
.am-hero__scroll { position: absolute; z-index: 2; right: var(--am-gutter); bottom: 28px; display: flex; gap: 10px; align-items: center; font-size: 10px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }

.am-band { padding-block: var(--am-section); }
.am-band--ivory { background: var(--am-ivory); }
.am-band--paper { background: var(--am-paper); }
.am-band--stone { background: var(--am-stone); }
.am-band--green { color: var(--am-white); background: var(--am-green); }

.am-section-heading { max-width: 850px; margin-bottom: clamp(44px, 6vw, 82px); }
.am-section-heading h2 { margin-bottom: 22px; }
.am-section-heading > p:last-child { max-width: 680px; margin-bottom: 0; font-size: 18px; }

.am-section-action { margin-top: 46px; text-align: right; }
.am-available-edit .am-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 2.2vw, 34px); }
.am-available-edit .am-product-card__body h3 { font-size: clamp(23px, 2vw, 29px); }

.am-statement__lead { max-width: 980px; margin-bottom: clamp(60px, 8vw, 110px); }
.am-statement__lead h2 { margin-bottom: 30px; }
.am-statement__lead > p:not(.am-eyebrow) { max-width: 720px; font-size: 19px; }
.am-statement__layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .7fr); gap: clamp(64px, 10vw, 170px); align-items: end; }
.am-statement__layout .am-statement__lead { margin: 0; }
.am-statement__copy { max-width: 600px; }
.am-statement__copy p { margin-bottom: 32px; font-size: 18px; }

.am-worlds { padding-top: var(--am-section); color: var(--am-white); background: var(--am-black); }
.am-worlds__heading { padding-bottom: clamp(48px, 7vw, 92px); }
.am-worlds__heading h2 { max-width: 860px; margin-bottom: 20px; }
.am-worlds__heading > p:last-child { max-width: 640px; font-size: 18px; }
.am-worlds__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.am-world-card a { position: relative; min-height: min(820px, 76svh); overflow: hidden; display: block; }
.am-world-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.am-world-card:hover img { transform: scale(1.018); }
.am-world-card__veil { position: absolute; inset: 0; background: rgba(4, 8, 7, .28); }
.am-world-card__copy { position: absolute; inset: auto 0 0; padding: clamp(28px, 5vw, 76px); display: grid; gap: 12px; }
.am-world-card__copy small,
.am-world-card__copy > span { font-size: 11px; font-style: normal; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.am-world-card__copy strong { max-width: 520px; font-family: var(--am-serif); font-size: clamp(38px, 4.6vw, 68px); font-weight: 400; line-height: 1; }

.am-material-feature__layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr); gap: clamp(60px, 9vw, 140px); align-items: center; }
.am-material-feature__media { aspect-ratio: 1.32 / 1; overflow: hidden; background: #d8d6cf; }
.am-material-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.am-material-feature__copy h2 { margin-bottom: 28px; }
.am-material-feature__copy > p:not(.am-eyebrow) { margin-bottom: 34px; font-size: 18px; }
.am-material-feature__facts { margin-bottom: 34px; border-top: 1px solid var(--am-line); }
.am-material-feature__facts span { padding: 15px 0; display: grid; grid-template-columns: 44px 1fr; border-bottom: 1px solid var(--am-line); font-size: 13px; }
.am-material-feature__facts strong { font-size: 10px; letter-spacing: .1em; }

.am-object-edit__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, .72fr)); gap: 14px; align-items: end; }
.am-object-edit__grid > a { position: relative; aspect-ratio: 4 / 5; overflow: hidden; display: block; color: var(--am-white); background: var(--am-black); }
.am-object-edit__grid > a.am-object-edit__lead { aspect-ratio: 1 / 1.03; }
.am-object-edit__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.am-object-edit__grid a:hover img { transform: scale(1.02); }
.am-object-edit__grid a::after { position: absolute; inset: 0; background: rgba(3, 7, 6, .2); content: ""; }
.am-object-edit__grid a > span { position: absolute; z-index: 1; inset: auto 0 0; padding: clamp(22px, 3vw, 40px); display: grid; gap: 8px; }
.am-object-edit__grid small,
.am-object-edit__grid em { font-size: 10px; font-style: normal; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.am-object-edit__grid strong { font-family: var(--am-serif); font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.05; }

.am-principles,
.am-trust-grid,
.am-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--am-line);
}

.am-principles article,
.am-trust-grid article,
.am-steps-grid article {
  min-width: 0;
  padding: 30px clamp(18px, 2.4vw, 38px) 10px 0;
  border-right: 1px solid var(--am-line);
}

.am-principles article:not(:first-child),
.am-trust-grid article:not(:first-child),
.am-steps-grid article:not(:first-child) { padding-left: clamp(18px, 2.4vw, 38px); }

.am-principles article:last-child,
.am-trust-grid article:last-child,
.am-steps-grid article:last-child { border-right: 0; }

.am-principles span,
.am-trust-grid span,
.am-steps-grid span { display: block; margin-bottom: 54px; font-size: 11px; letter-spacing: .12em; }
.am-principles h3,
.am-trust-grid h3,
.am-steps-grid h2 { margin-bottom: 18px; font-size: 27px; }
.am-principles p,
.am-trust-grid p,
.am-steps-grid p { margin-bottom: 0; }
.am-band--green .am-trust-grid { border-color: rgba(255, 255, 255, .45); }
.am-band--green .am-trust-grid article { border-color: rgba(255, 255, 255, .28); }

.am-collection-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.am-collection-tile { min-width: 0; }
.am-collection-tile a { position: relative; min-height: 520px; overflow: hidden; display: block; color: var(--am-white); background: var(--am-black); }
.am-collection-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.am-collection-tile:hover img { transform: scale(1.025); }
.am-collection-tile__veil { position: absolute; inset: 0; background: rgba(0, 0, 0, .28); }
.am-collection-tile__copy { position: absolute; inset: auto 0 0; padding: 28px; display: grid; gap: 10px; }
.am-collection-tile__copy strong { font-family: var(--am-serif); font-size: 34px; font-weight: 400; }
.am-collection-tile__copy small { max-width: 260px; font-size: 14px; }

.am-product-grid,
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 3vw, 48px);
  list-style: none;
}

.am-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.am-product-card,
.woocommerce ul.products li.product { min-width: 0; margin: 0; }
.am-product-card__media { aspect-ratio: 4 / 5; overflow: hidden; display: block; background: #e8e8e3; }
.woocommerce ul.products li.product > a:first-child { display: block; }
.am-product-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.woocommerce ul.products li.product img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; background: #e8e8e3; transition: transform 400ms ease; }
.am-product-card:hover .am-product-card__image,
.woocommerce ul.products li.product:hover img { transform: scale(1.018); }
.am-product-card__body { padding-top: 24px; }
.am-product-card__body .am-eyebrow { margin-bottom: 10px; color: var(--am-moss); }
.am-product-card__body h3,
.woocommerce ul.products li.product h2 { margin-bottom: 10px; font-size: 29px; }
.am-product-card__body > p { margin-bottom: 16px; color: #4f5d56; font-size: 14px; }

.am-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .8fr);
  gap: clamp(52px, 8vw, 128px);
  align-items: center;
}

.am-split--reverse .am-split__media { order: 2; }
.am-split__media { aspect-ratio: 1 / 1.08; overflow: hidden; background: #d3d8d3; }
.am-split__media img { width: 100%; height: 100%; object-fit: cover; }
.am-split__copy { max-width: 620px; }
.am-split__copy h1,
.am-split__copy h2 { margin-bottom: 28px; }
.am-split__copy > p:not(.am-eyebrow) { margin-bottom: 22px; font-size: 18px; }

.am-cinema {
  position: relative;
  min-height: 72svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: var(--am-white);
  background: var(--am-black);
}

.am-cinema__veil { background: rgba(5, 9, 8, .42); }
.am-cinema__copy { position: relative; z-index: 1; padding-block: clamp(70px, 10vw, 140px); }
.am-cinema__copy h2 { max-width: 760px; margin-bottom: 24px; }
.am-cinema__copy > p:last-child { max-width: 620px; font-size: 19px; }
.am-cinema--living { min-height: 78svh; }
.am-cinema--living .am-cinema__media img { object-position: center 48%; }
.am-cinema--living .am-cinema__copy > p { max-width: 560px; }
.am-cinema--living .am-text-link { margin-top: 12px; }

.am-journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(30px, 4vw, 60px); }
.am-journal-card__media { aspect-ratio: 4 / 5; overflow: hidden; display: block; margin-bottom: 24px; }
.am-journal-card__media img { width: 100%; height: 100%; object-fit: cover; }
.am-journal-card h2 { font-size: 32px; }

.am-final-cta { position: relative; overflow: hidden; padding-block: clamp(100px, 14vw, 200px); color: var(--am-white); background: var(--am-black); }
.am-final-cta .am-shell { max-width: 980px; margin-left: max(var(--am-gutter), calc((100vw - var(--am-shell)) / 2)); }
.am-final-cta h2 { margin-bottom: 28px; }
.am-final-cta p:not(.am-eyebrow) { max-width: 680px; margin-bottom: 32px; font-size: 19px; }
.am-final-cta__media,
.am-final-cta__veil { position: absolute; inset: 0; }
.am-final-cta__media img { width: 100%; height: 100%; object-fit: cover; }
.am-final-cta__veil { background: rgba(3, 8, 6, .68); }
.am-final-cta--image .am-shell { position: relative; z-index: 1; }

.am-shop-objects { margin-top: clamp(84px, 10vw, 150px); padding-top: clamp(76px, 8vw, 120px); border-top: 1px solid var(--am-line); }
.am-shop-objects__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.am-shop-objects__grid a { position: relative; aspect-ratio: 1.3 / 1; overflow: hidden; display: block; color: var(--am-white); background: var(--am-black); }
.am-shop-objects__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.am-shop-objects__grid a:hover img { transform: scale(1.018); }
.am-shop-objects__grid span { position: absolute; inset: auto 0 0; padding: clamp(24px, 4vw, 48px); display: grid; gap: 8px; background: rgba(4, 8, 7, .48); }
.am-shop-objects__grid strong { font-family: var(--am-serif); font-size: clamp(30px, 3.5vw, 50px); font-weight: 400; line-height: 1; }
.am-shop-objects__grid small { font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }

.am-page-hero { padding-block: clamp(90px, 12vw, 170px); }
.am-page-hero--light { background: var(--am-ivory); }
.am-page-hero--green { color: var(--am-white); background: var(--am-green); }
.am-page-hero .am-shell { max-width: 1080px; }
.am-page-hero h1 { margin-bottom: 28px; }
.am-page-hero p:not(.am-eyebrow) { max-width: 700px; margin-bottom: 30px; font-size: 19px; }
.am-editorial-lead { padding-top: clamp(64px, 8vw, 110px); }

.am-vertical-notes { border-top: 1px solid rgba(255, 255, 255, .45); }
.am-vertical-notes article { padding: 26px 0; border-bottom: 1px solid rgba(255, 255, 255, .28); }
.am-vertical-notes h3 { margin-bottom: 8px; font-size: 28px; }
.am-vertical-notes p { margin: 0; }

.am-contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr); gap: clamp(54px, 8vw, 120px); align-items: start; }
.am-contact-layout__media { position: sticky; top: calc(var(--am-header) + 28px); aspect-ratio: 4 / 5; overflow: hidden; }
.am-contact-layout__media img { width: 100%; height: 100%; object-fit: cover; }
.am-contact-layout__content header { margin-bottom: 44px; }
.am-contact-layout__content h1 { margin-bottom: 28px; font-size: clamp(44px, 6vw, 82px); }
.am-contact-entity {
  margin: 34px 0 0;
  padding: 24px 0;
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--am-line);
  border-bottom: 1px solid var(--am-line);
  font-size: 14px;
}
.am-contact-entity strong { color: var(--am-green); font-family: var(--am-serif); font-size: 24px; font-weight: 400; }
.am-contact-entity address { font-style: normal; }

.am-contact-form { border-top: 1px solid var(--am-line); padding-top: 34px; }
.am-form-required { margin-bottom: 24px; color: #57645e; font-size: 12px; }
.am-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.am-form-field--full { grid-column: 1 / -1; }
.am-form-field label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.am-form-field input,
.am-form-field select,
.am-form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #68766e;
  border-radius: 0;
  color: var(--am-ink);
  background: transparent;
}
.am-form-field textarea { min-height: 150px; resize: vertical; }
.am-form-field small { display: block; min-height: 20px; padding-top: 4px; color: var(--am-danger); font-size: 12px; }
.am-form-field [aria-invalid="true"] { border-color: var(--am-danger); }
.am-form-field input:focus,
.am-form-field select:focus,
.am-form-field textarea:focus { outline: 2px solid var(--am-green); outline-offset: 4px; }
.am-contact-form .am-button { margin-top: 22px; }
.am-form-privacy { max-width: 600px; margin: 18px 0 0; color: #57645e; font-size: 12px; }
.am-form-privacy a { border-bottom: 1px solid currentColor; }
.am-form-status { min-height: 26px; margin: 16px 0 0; scroll-margin-top: calc(var(--am-header) + 24px); font-size: 14px; }
.am-form-status.is-error,
.am-form-status.is-success { padding: 14px 16px; border-left: 3px solid currentColor; background: var(--am-paper); }
.am-form-status.is-error { color: var(--am-danger); }
.am-form-status.is-success { color: var(--am-success); }
.am-form-status:focus { outline: 2px solid currentColor; outline-offset: 3px; }
.am-inquiry-context { margin-bottom: 28px; padding: 18px; display: grid; gap: 3px; color: var(--am-white); background: var(--am-green); }
.am-inquiry-context span,
.am-inquiry-context small { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.am-inquiry-context strong { font-family: var(--am-serif); font-size: 24px; font-weight: 400; }

.am-document-page,
.am-article-page { padding-block: var(--am-section); background: var(--am-paper); }
.am-document,
.am-article { max-width: 880px; }
.am-document h1,
.am-article h1 { margin-bottom: 42px; }
.am-document__content,
.am-article__content { font-family: var(--am-serif); font-size: 19px; }
.am-document__content h2,
.am-article__content h2 { margin-top: 54px; font-size: 36px; }
.am-document__content h3,
.am-article__content h3 { margin-top: 38px; font-size: 28px; }
.am-document__content a,
.am-article__content a { border-bottom: 1px solid currentColor; }
.am-article header { margin-bottom: 50px; }
.am-article__dek { max-width: 720px; font-size: 20px; }
.am-article > figure { margin-bottom: 54px; }

.am-search-results { display: grid; gap: 0; }
.am-search-results article { padding-block: 34px; border-top: 1px solid var(--am-line); }
.am-search-results article h2 { margin-bottom: 12px; font-size: 34px; }
.am-search-results article p:last-child { margin-bottom: 0; }

.am-empty-state,
.am-system-state { max-width: 900px; padding-block: 40px; }
.am-empty-state h2,
.am-system-state h1 { margin-bottom: 24px; }
.am-system-page,
.am-commerce-page:has(.am-system-state) { min-height: 70vh; padding-block: var(--am-section); background: var(--am-ivory); }
.am-system-state > p:not(.am-eyebrow) { max-width: 650px; margin-bottom: 30px; font-size: 18px; }
.am-system-state__steps { margin-top: 80px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--am-line); }
.am-system-state__steps article { padding: 28px 28px 0 0; }
.am-system-state__steps h2 { margin-top: 42px; font-size: 28px; }

.am-commerce-page { padding-bottom: var(--am-section); background: var(--am-ivory); }
.am-shop-intro { padding-top: clamp(64px, 7vw, 104px); }
.am-shop-intro h1 { max-width: 860px; margin-bottom: 24px; font-size: clamp(52px, 6.5vw, 88px); }
.am-shop-intro > p:last-child { max-width: 720px; font-size: 18px; }
.am-shop-filters { margin-block: 48px 58px; display: flex; gap: 8px; flex-wrap: wrap; }
.am-shop-filters a { min-width: 92px; padding: 10px 15px; border: 1px solid var(--am-line); font-size: 12px; text-align: center; text-transform: uppercase; }
.am-shop-filters a[aria-current="page"] { color: var(--am-white); border-color: var(--am-green); background: var(--am-green); }
.woocommerce ul.products { width: min(calc(100% - (2 * var(--am-gutter))), var(--am-shell)); margin-inline: auto; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product .woocommerce-loop-product__link { display: block; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 22px 0 10px; padding: 0; }
.woocommerce ul.products li.product .price { display: block; margin-bottom: 12px; color: #526058; font-size: 14px; }
.woocommerce nav.woocommerce-pagination { width: min(calc(100% - (2 * var(--am-gutter))), var(--am-shell)); margin: 64px auto 0; }
.woocommerce nav.woocommerce-pagination ul { display: flex; gap: 8px; padding: 0; border: 0; list-style: none; }
.woocommerce nav.woocommerce-pagination a,
.woocommerce nav.woocommerce-pagination span { min-width: 42px; min-height: 42px; display: grid; place-items: center; border: 1px solid var(--am-line); }
.woocommerce nav.woocommerce-pagination .current { color: var(--am-white); background: var(--am-green); }

.single-product .am-commerce-page { padding-top: clamp(44px, 6vw, 84px); }
.single-product div.product {
  width: min(calc(100% - (2 * var(--am-gutter))), var(--am-shell));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .72fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: start;
}
.single-product div.product::before,
.single-product div.product::after { display: none; }
.single-product div.product .summary { position: static; float: none; width: auto; margin: 0; }
.single-product div.product .product_title { margin-bottom: 16px; font-size: clamp(46px, 5.5vw, 76px); }
.single-product div.product .woocommerce-product-details__short-description { margin-block: 28px; font-size: 17px; }
.am-product-availability { margin-bottom: 7px; color: var(--am-green); font-size: 12px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.am-price-on-request { color: #536159; font-size: 14px; }
.am-product-actions { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.am-product-actions small { grid-column: 1 / -1; margin-top: 4px; color: #56635c; font-size: 12px; }

.am-product-gallery { min-width: 0; }
.am-gallery-stage { position: relative; aspect-ratio: 1 / 1.06; overflow: hidden; background: #e0e2dd; }
.am-gallery-stage__open { width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.am-gallery-stage__open img { width: 100%; height: 100%; object-fit: cover; }
.am-gallery-arrow,
.am-gallery-zoom {
  position: absolute;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .8);
  color: var(--am-white);
  background: rgba(9, 13, 12, .68);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.am-gallery-arrow { top: 50%; transform: translateY(-50%); }
.am-gallery-arrow--prev { left: 16px; }
.am-gallery-arrow--next { right: 16px; }
.am-gallery-zoom { right: 16px; bottom: 16px; }
.am-gallery-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.am-gallery-thumbs button { aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: #e0e2dd; cursor: pointer; }
.am-gallery-thumbs button[aria-pressed="true"] { border-color: var(--am-green); }
.am-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.am-lightbox {
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--am-white);
  background: #070b0a;
}
.am-lightbox::backdrop { background: #070b0a; }
.am-lightbox__toolbar { min-height: 70px; padding-inline: var(--am-gutter); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.am-lightbox__toolbar p { margin: 0; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.am-lightbox button { min-width: 72px; min-height: 42px; padding: 9px 14px; border: 1px solid rgba(255, 255, 255, .6); color: var(--am-white); background: transparent; cursor: pointer; }
.am-lightbox__stage { height: calc(100% - 70px); padding: 20px var(--am-gutter); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; }
.am-lightbox__stage img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; }

.am-product-details { grid-column: 1 / -1; margin-top: clamp(70px, 10vw, 140px); padding-top: clamp(70px, 8vw, 110px); border-top: 1px solid var(--am-line); }
.am-product-details__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--am-line); }
.am-product-details__grid article { padding: 26px 30px 28px 0; border-bottom: 1px solid var(--am-line); }
.am-product-details__grid article:not(:nth-child(3n + 1)) { padding-left: 30px; border-left: 1px solid var(--am-line); }
.am-product-details__grid h3 { margin-bottom: 12px; font-size: 25px; }
.am-product-details__grid p { margin: 0; font-size: 14px; }

.am-mobile-inquiry-bar { display: none; }
.am-empty-state--catalog { width: min(calc(100% - (2 * var(--am-gutter))), 860px); margin-inline: auto; padding-block: clamp(64px, 8vw, 110px); }
.am-empty-state--catalog > p:not(.am-eyebrow) { max-width: 620px; margin-bottom: 30px; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error { width: min(calc(100% - (2 * var(--am-gutter))), var(--am-shell)); margin: 22px auto; padding: 16px; border: 1px solid var(--am-line); background: var(--am-paper); list-style: none; }

[data-am-reveal],
.am-js [data-am-reveal],
.am-js [data-am-reveal].is-visible { opacity: 1; transform: none; }

.am-site-footer {
  padding: clamp(72px, 8vw, 112px) 0 28px;
  color: rgba(255, 255, 255, .78);
  background: var(--am-black);
}
.am-site-footer__top { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(520px, 1.45fr); gap: clamp(60px, 8vw, 140px); align-items: start; }
.am-footer-statement .am-eyebrow { color: rgba(255, 255, 255, .58); }
.am-footer-statement h2 { max-width: 520px; margin: 22px 0; color: var(--am-white); font-size: clamp(38px, 4vw, 62px); }
.am-footer-statement > p:last-child { max-width: 440px; font-size: 15px; }
.am-footer-entity { margin-top: 28px; display: grid; gap: 3px; color: rgba(255, 255, 255, .62); font-size: 12px; }
.am-footer-entity strong { color: var(--am-white); font-weight: 600; }
.am-footer-entity address { font-style: normal; }
.am-footer-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.am-footer-nav section { display: grid; align-content: start; gap: 11px; }
.am-footer-nav h3 { margin: 0 0 13px; color: rgba(255, 255, 255, .52); font-family: var(--am-sans); font-size: 11px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.am-footer-nav a { width: fit-content; color: var(--am-white); font-size: 14px; }
.am-footer-nav a:hover { color: var(--am-mist); }
.am-site-footer__bottom { margin-top: clamp(64px, 8vw, 110px); padding-top: 24px; display: flex; gap: 24px; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .18); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.am-band--stone .am-vertical-notes { border-top-color: var(--am-line); }
.am-band--stone .am-vertical-notes article { border-bottom-color: var(--am-line); }

@media (max-width: 1120px) {
  .am-primary-nav { display: none; }
  .am-site-header__inner { grid-template-columns: 1fr auto; }
  .am-header-command,
  .am-header-concierge { display: none; }
  .am-menu-trigger { display: block; }
  .am-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .am-collection-tile a { min-height: 580px; }
	.am-available-edit .am-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.am-object-edit__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.am-object-edit__grid > a.am-object-edit__lead { grid-column: 1 / -1; aspect-ratio: 1.7 / 1; }
  .am-principles,
  .am-trust-grid,
  .am-steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .am-principles article:nth-child(2),
  .am-trust-grid article:nth-child(2),
  .am-steps-grid article:nth-child(2) { border-right: 0; }
  .am-principles article:nth-child(n + 3),
  .am-trust-grid article:nth-child(n + 3),
  .am-steps-grid article:nth-child(n + 3) { border-top: 1px solid var(--am-line); }
}

@media (max-width: 800px) {
  :root { --am-header: 66px; --am-section: 78px; }
  .admin-bar .am-site-header { top: 46px; }
  .am-wordmark { font-size: 17px; }
	.am-hero { min-height: 92svh; align-items: flex-end; }
	.am-hero__media img { object-position: center 44%; }
	.am-hero__veil { background: rgba(3, 7, 6, .5); }
	.am-hero__content { padding-top: 150px; padding-bottom: 76px; }
	.am-hero h1 { font-size: clamp(52px, 17vw, 82px); }
	.am-hero h2 { max-width: 440px; font-size: 31px; }
  .am-hero__content > p:not(.am-eyebrow) { font-size: 16px; }
	.am-hero__scroll { display: none; }
  .am-action-row { align-items: stretch; }
  .am-action-row .am-button { flex: 1 1 auto; }
  .am-collection-tile a { min-height: 440px; }
  .am-product-grid,
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.am-statement__layout,
	.am-material-feature__layout { grid-template-columns: 1fr; gap: 44px; }
	.am-worlds__grid { grid-template-columns: 1fr; }
	.am-world-card a { min-height: 72svh; }
	.am-material-feature__media { aspect-ratio: 4 / 3; }
	.am-object-edit__grid > a.am-object-edit__lead { aspect-ratio: 4 / 3; }
	.am-cinema--living { min-height: 70svh; }
	.am-cinema--living .am-cinema__media img { object-position: 58% center; }
	.am-shop-objects__grid { grid-template-columns: 1fr; }
  .am-split,
  .am-contact-layout { grid-template-columns: 1fr; }
  .am-split--reverse .am-split__media { order: 0; }
  .am-split__media { aspect-ratio: 4 / 5; }
  .am-contact-layout__media { position: static; aspect-ratio: 4 / 5; }
  .am-journal-grid { grid-template-columns: 1fr; }
  .am-site-footer__top { grid-template-columns: 1fr; gap: 54px; }
  .am-footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 42px; }
  .am-site-footer__bottom { display: grid; justify-content: start; }
  .am-final-cta .am-shell { margin-inline: auto; }
  .single-product div.product { grid-template-columns: 1fr; }
  .single-product div.product .summary { position: static; }
  .am-product-details__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .am-product-details__grid article:not(:nth-child(3n + 1)) { padding-left: 0; border-left: 0; }
  .am-product-details__grid article:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--am-line); }
  .am-mobile-inquiry-bar {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 72px;
    padding: 10px var(--am-gutter);
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    color: var(--am-white);
    background: var(--am-black);
    transform: translateY(110%);
    transition: transform 200ms ease;
  }
  .am-mobile-inquiry-bar.is-visible { transform: translateY(0); }
  .am-mobile-inquiry-bar span { max-width: 44%; font-family: var(--am-serif); font-size: 16px; line-height: 1.2; }
  .am-mobile-inquiry-bar .am-button { min-height: 44px; padding-inline: 14px; }
  body.am-mobile-inquiry-visible { padding-bottom: 72px; }
}

@media (max-width: 560px) {
  :root { --am-gutter: 18px; }
  h1 { font-size: 48px; }
  h2 { font-size: 37px; }
  .am-button { width: 100%; }
  .am-text-link { width: auto; }
  .am-hero .am-action-row { align-items: flex-start; }
  .am-hero .am-button { width: auto; }
	.am-hero .am-action-row { display: grid; justify-items: start; }
	.am-hero .am-action-row .am-button { width: auto; }
	.am-hero__content { padding-bottom: 52px; }
	.am-available-edit .am-product-grid { grid-template-columns: 1fr; }
	.am-section-action { text-align: left; }
  .am-panel__nav a,
  .am-panel__nav button { font-size: 38px; }
  .am-search-form > div { grid-template-columns: 1fr; }
  .am-search-form button { padding-left: 0; text-align: left; }
  .am-principles,
  .am-trust-grid,
  .am-steps-grid,
  .am-collection-grid,
  .am-product-grid,
  .woocommerce ul.products,
  .am-system-state__steps,
  .am-product-details__grid { grid-template-columns: 1fr; }
	.am-world-card a { min-height: 68svh; }
	.am-world-card__copy { padding: 26px 20px; }
	.am-world-card__copy strong { font-size: 39px; }
	.am-material-feature__media { aspect-ratio: 4 / 3; }
	.am-object-edit__grid { grid-template-columns: 1fr; }
	.am-object-edit__grid > a,
	.am-object-edit__grid > a.am-object-edit__lead { grid-column: auto; aspect-ratio: 4 / 5; }
	.am-shop-objects__grid a { aspect-ratio: 4 / 5; }
  .am-principles article,
  .am-trust-grid article,
  .am-steps-grid article,
  .am-principles article:not(:first-child),
  .am-trust-grid article:not(:first-child),
  .am-steps-grid article:not(:first-child) { padding: 24px 0; border-right: 0; border-top: 1px solid var(--am-line); }
  .am-principles span,
  .am-trust-grid span,
  .am-steps-grid span { margin-bottom: 24px; }
  .am-collection-tile a { min-height: 500px; }
  .am-form-grid { grid-template-columns: 1fr; }
  .am-form-field--full { grid-column: auto; }
  .am-product-actions { grid-template-columns: 1fr; }
  .am-product-actions small { grid-column: auto; }
  .am-gallery-thumbs { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
  .am-gallery-arrow { min-width: 42px; overflow: hidden; color: transparent; }
  .am-gallery-arrow::after { position: absolute; inset: 0; display: grid; place-items: center; color: var(--am-white); content: "‹"; font-size: 24px; }
  .am-gallery-arrow--next::after { content: "›"; }
  .am-lightbox__toolbar { min-height: 62px; padding-inline: 18px; }
  .am-lightbox__stage { position: relative; height: calc(100% - 62px); grid-template-columns: minmax(0, 1fr); padding: 12px; }
  .am-lightbox__stage img { max-height: 100%; }
  .am-lightbox__stage button { position: absolute; z-index: 1; top: 50%; min-width: 44px; padding-inline: 5px; overflow: hidden; color: transparent; background: rgba(7, 11, 10, .76); transform: translateY(-50%); }
  .am-lightbox__stage button:first-child { left: 12px; }
  .am-lightbox__stage button:last-child { right: 12px; }
  .am-lightbox__stage button::after { color: var(--am-white); content: "‹"; font-size: 24px; }
  .am-lightbox__stage button:last-child::after { content: "›"; }
  .am-product-details__grid article,
  .am-product-details__grid article:nth-child(even) { padding: 22px 0; border-left: 0; }
  .am-footer-statement h2 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .am-js [data-am-reveal] { opacity: 1; transform: none; }
}
