:root {
  --alyn-bg: #faf6f1;
  --alyn-surface: rgba(255, 253, 250, 0.92);
  --alyn-surface-solid: #fffdf9;
  --alyn-soft: #f5eee5;
  --alyn-soft-strong: #eee2d4;
  --alyn-shell: #d8c09b;
  --alyn-line: rgba(91, 71, 50, 0.12);
  --alyn-line-strong: rgba(91, 71, 50, 0.2);
  --alyn-text: #211915;
  --alyn-text-soft: #6f6257;
  --alyn-text-muted: #9d8b7c;
  --alyn-gold: #b89a73;
  --alyn-gold-deep: #9a7850;
  --alyn-gold-soft: #ecdfcf;
  --alyn-ink-soft: #3f3027;

  --alyn-radius-xl: 36px;
  --alyn-radius-lg: 28px;
  --alyn-radius-md: 20px;
  --alyn-radius-pill: 999px;

  --alyn-container: 1320px;

  --alyn-shadow-soft: 0 18px 60px rgba(52, 34, 17, 0.05);
  --alyn-shadow-card: 0 24px 80px rgba(52, 34, 17, 0.07);
  --alyn-shadow-hover: 0 28px 90px rgba(52, 34, 17, 0.1);
}

@keyframes alynoreFadeRise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes alynoreSoftReveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #fcfaf7 0%, #faf6f1 32%, #f7f1e9 100%);
  color: var(--alyn-text);
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  animation: alynoreSoftReveal 0.55s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title,
.product_title,
.alynore-shop-hero__title,
.alynore-page-hero h1,
.alynore-footer-brand,
.alynore-logo-wordmark {
  font-family: "Playfair Display", Georgia, serif;
}

::selection {
  background: rgba(184, 154, 115, 0.18);
  color: var(--alyn-text);
}

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

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

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

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
  width: 100%;
  position: relative;
}

.entry-title,
.page-title {
  margin: 0;
}

.alynore-page-shell,
.alynore-default-page,
.alynore-shop-page,
body.single-product .site-main,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main {
  max-width: var(--alyn-container);
  margin-left: auto;
  margin-right: auto;
}

.alynore-default-page {
  padding: 48px 32px 88px;
}

.alynore-page-shell {
  width: 100%;
}

.alynore-page-hero {
  max-width: 920px;
  margin: 0 0 40px;
}

.alynore-page-hero-kicker {
  display: inline-block;
  margin: 0 0 18px;
  color: #8f7961;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.alynore-page-hero h1 {
  margin: 0;
  color: var(--alyn-text);
  font-size: 76px;
  line-height: 0.92;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.alynore-page-content {
  max-width: 920px;
  color: var(--alyn-text-soft);
  font-size: 18px;
  line-height: 1.9;
}

.alynore-page-content p {
  margin: 0 0 18px;
}

.alynore-page-content h2,
.alynore-page-content h3,
.alynore-page-content h4 {
  color: var(--alyn-text);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.alynore-page-content h2 {
  margin: 42px 0 16px;
  font-size: 34px;
  line-height: 1.08;
}

.alynore-page-content h3 {
  margin: 34px 0 14px;
  font-size: 25px;
  line-height: 1.12;
}

.alynore-page-content h4 {
  margin: 26px 0 12px;
  font-size: 20px;
  line-height: 1.18;
}

.alynore-page-content ul,
.alynore-page-content ol {
  margin: 0 0 22px 24px;
  padding: 0;
  color: var(--alyn-text-soft);
}

.alynore-page-content li {
  margin: 0 0 10px;
  padding-left: 4px;
  line-height: 1.85;
}

.alynore-page-content strong {
  color: var(--alyn-text);
  font-weight: 600;
}

.alynore-page-content a {
  color: var(--alyn-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.alynore-page-content > *:last-child {
  margin-bottom: 0;
}

.alynore-company-note {
  max-width: 920px;
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--alyn-line);
  color: #8c7b6d;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alynore-company-note--checkout {
  margin-top: 24px;
  max-width: 100%;
}

.alynore-concierge-panel {
  max-width: 1100px;
  margin: 54px 0 0;
  padding-top: 28px;
  border-top: 1px solid rgba(91, 71, 50, 0.1);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.84fr);
  gap: 34px;
  align-items: start;
}

.alynore-concierge-panel__eyebrow {
  margin: 0 0 12px;
  color: #8f7961;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.alynore-concierge-panel__title {
  margin: 0 0 14px;
  color: var(--alyn-text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.04em;
  max-width: 14ch;
}

.alynore-concierge-panel__text {
  max-width: 34ch;
  margin: 0;
  color: var(--alyn-text-soft);
  font-size: 17px;
  line-height: 1.82;
}

.alynore-concierge-panel__card {
  padding: 24px 24px 22px;
  border: 1px solid var(--alyn-line);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--alyn-shadow-soft);
}

.alynore-concierge-panel__item + .alynore-concierge-panel__item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(91, 71, 50, 0.08);
}

.alynore-concierge-panel__label {
  display: inline-block;
  margin: 0 0 10px;
  color: #8f7961;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.alynore-concierge-panel__card a,
.alynore-concierge-panel__card p {
  margin: 0;
  color: var(--alyn-text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.28;
  text-decoration: none;
}

.alynore-concierge-panel__item p {
  color: var(--alyn-text-soft);
  font-size: 15px;
  line-height: 1.7;
}

.alynore-maison-panel {
  max-width: 1120px;
  margin: 58px 0 0;
  padding-top: 30px;
  border-top: 1px solid rgba(91, 71, 50, 0.1);
}

.alynore-maison-panel__intro {
  max-width: 780px;
  margin: 0 0 28px;
}

.alynore-maison-panel__eyebrow {
  margin: 0 0 12px;
  color: #8f7961;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.alynore-maison-panel__title {
  margin: 0 0 16px;
  color: var(--alyn-text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.045em;
  max-width: 14ch;
}

.alynore-maison-panel__text {
  max-width: 40ch;
  margin: 0;
  color: var(--alyn-text-soft);
  font-size: 17px;
  line-height: 1.82;
}

.alynore-maison-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.alynore-maison-panel__card {
  padding: 22px 22px 20px;
  border: 1px solid var(--alyn-line);
  border-radius: 26px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--alyn-shadow-soft);
}

.alynore-maison-panel__label {
  display: inline-block;
  margin: 0 0 12px;
  color: #8f7961;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.alynore-maison-panel__card p {
  margin: 0;
  color: var(--alyn-text-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  line-height: 1.62;
}

/* luxury controls */
button,
.button,
input[type="submit"],
input[type="button"] {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  transform: translateY(-1px);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select,
textarea {
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(154, 120, 80, 0.38);
  box-shadow: 0 0 0 4px rgba(184, 154, 115, 0.1);
  transform: translateY(-1px);
}

input::placeholder,
textarea::placeholder {
  color: rgba(111, 98, 87, 0.72);
}

select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
  caret-color: var(--alyn-gold-deep);
}

/* Woo generic notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: var(--alyn-radius-lg) !important;
  border: 1px solid var(--alyn-line) !important;
  background: rgba(255, 253, 249, 0.9) !important;
  box-shadow: var(--alyn-shadow-soft) !important;
  color: var(--alyn-text-soft) !important;
  padding: 18px 22px !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.woocommerce-notices-wrapper:empty {
  display: none !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  color: var(--alyn-gold-deep) !important;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.return-to-shop .button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px !important;
  border: 1px solid #1d1713 !important;
  background: #d1b07d !important;
  color: #1f1713 !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.return-to-shop .button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #c5a16d !important;
  color: #1f1713 !important;
}

.cart-empty,
.woocommerce-account .woocommerce-MyAccount-content > p:not([class]) {
  color: var(--alyn-text-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  line-height: 1.75;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle,
.woocommerce-form-login,
.woocommerce-form-coupon {
  border-radius: var(--alyn-radius-lg) !important;
}

.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--alyn-line);
  background: rgba(255, 253, 249, 0.84);
  color: var(--alyn-text-soft);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
  background: #d1b07d;
  border-color: #1d1713;
  color: #1f1713;
}

.return-to-shop {
  margin-top: 18px !important;
}

@media (max-width: 1100px) {
  .alynore-page-hero h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .alynore-default-page {
    padding: 28px 16px 54px;
  }

  .alynore-page-hero {
    margin-bottom: 24px;
  }

  .alynore-page-hero h1 {
    font-size: 42px;
    line-height: 0.96;
  }

  .alynore-page-content {
    font-size: 16px;
    line-height: 1.8;
  }

  .alynore-page-content h2 {
    margin-top: 30px;
    font-size: 28px;
  }

  .alynore-page-content h3 {
    font-size: 22px;
  }

  .alynore-company-note {
    font-size: 10px;
    line-height: 1.7;
  }

  .cart-empty,
  .woocommerce-account .woocommerce-MyAccount-content > p:not([class]) {
    font-size: 16px;
  }

  .alynore-concierge-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 38px;
  }

  .alynore-concierge-panel__title {
    font-size: 30px;
    max-width: none;
  }

  .alynore-concierge-panel__text {
    max-width: none;
    font-size: 16px;
  }

  .alynore-maison-panel {
    margin-top: 40px;
  }

  .alynore-maison-panel__title {
    font-size: 32px;
    max-width: none;
  }

  .alynore-maison-panel__text {
    max-width: none;
    font-size: 16px;
  }

  .alynore-maison-panel__grid {
    grid-template-columns: 1fr;
  }
}
