.page-id-9 .site-content,
.page-id-9 .ast-container,
.page-id-9 .entry-content,
.page-id-8 .site-content,
.page-id-8 .ast-container,
.page-id-8 .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
}

/* Public reference prices; purchasing remains disabled by the commerce guard. */
.nariya-product-price-list {
	display: grid;
	gap: 6px;
	margin: 12px 0 18px;
	padding: 12px 14px;
	border: 1px solid rgba(73, 58, 44, 0.18);
	background: rgba(255, 255, 255, 0.34);
}

.nariya-product-price-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	font-size: 13px;
	line-height: 1.45;
}

.nariya-product-price-row strong {
	color: #251f1a;
	font-weight: 600;
}

.nariya-product-price-note {
	margin: -8px 0 18px;
	color: #6b5b4d;
	font-size: 11px;
	line-height: 1.55;
}

.page-id-8 .entry-header,
.page-id-9 .entry-header { display: none; }
.page-id-8 #ast-scroll-top,
.page-id-9 #ast-scroll-top { display: none !important; }

.page-id-8 .site-title,
.page-id-9 .site-title { position: relative; padding-bottom: 12px; }
.page-id-8 .site-title a,
.page-id-9 .site-title a {
  display: block;
  width: 258px;
  height: 61px;
  overflow: hidden;
  background: url('/wp-content/uploads/2026/07/nariya-oud-official-logo.webp') left center / contain no-repeat;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  filter: saturate(1.35) contrast(1.25);
}
.page-id-8 .site-title::after,
.page-id-9 .site-title::after {
  position: absolute;
  bottom: 3px;
  left: 52px;
  content: 'NHA TRANG, VIETNAM';
  color: #8d6425;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .22em;
}

.nariya-ember-hero {
  min-height: calc(100vh - 104px);
  background: #efe6d6;
  color: #1c1712;
  display: grid;
  grid-template-columns: 54% 46%;
}

.nariya-ember-visual {
  min-height: 690px;
  background: #f6f2eb;
  overflow: hidden;
  padding: 24px 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nariya-ember-gallery-main {
  flex: 1 1 auto;
  min-height: 0;
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
  overflow: hidden;
}
.nariya-ember-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0;
  display: block;
  opacity: 1;
  transform: none;
  transition: opacity .18s ease;
}
.nariya-ember-gallery-main img.is-changing { opacity: .18; }
.nariya-ember-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  flex: 0 0 100px;
}
.nariya-ember-gallery-thumb {
  min-width: 0;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #d7cabb;
  outline: none;
  box-shadow: none;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.nariya-ember-gallery-thumb:focus,
.nariya-ember-gallery-thumb:active {
  background: #fff;
  color: inherit;
  outline: none;
  box-shadow: none;
}
.nariya-ember-gallery-thumb.is-selected,
.nariya-ember-gallery-thumb[aria-selected="true"],
.nariya-ember-gallery-thumb[aria-pressed="true"] {
  border: 1px solid #4B3020;
  outline: none;
  box-shadow: none;
}
body.nariya-shared-chrome .nariya-ember-gallery-thumbs .nariya-ember-gallery-thumb:not(:disabled):hover {
  border: 1px solid #B8ADA0;
  outline: none;
  box-shadow: none;
  background: #fff;
}
body.nariya-shared-chrome .nariya-ember-gallery-thumbs .nariya-ember-gallery-thumb.is-selected:not(:disabled):hover,
body.nariya-shared-chrome .nariya-ember-gallery-thumbs .nariya-ember-gallery-thumb[aria-selected="true"]:not(:disabled):hover,
body.nariya-shared-chrome .nariya-ember-gallery-thumbs .nariya-ember-gallery-thumb[aria-pressed="true"]:not(:disabled):hover {
  border: 1px solid #4B3020;
  outline: none;
  box-shadow: none;
  background: #fff;
}
.nariya-ember-gallery-thumb:focus-visible {
  outline: 2px solid #4B3020;
  outline-offset: 2px;
  box-shadow: none;
}
.nariya-ember-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border: 0;
  outline: none;
  box-shadow: none;
}

.nariya-ember-copy {
  display: flex;
  align-items: center;
  padding: 72px clamp(54px, 6vw, 100px);
}

.nariya-ember-copy-inner { max-width: 540px; width: 100%; transform: translateY(12px); }
.nariya-ember-kicker,
.nariya-ember-scent,
.nariya-ember-label {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .2em;
  font-weight: 600;
  text-transform: uppercase;
}
.nariya-ember-kicker { color: #9b6d2a; margin: 0 0 19px; }
.nariya-ember-name {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1;
  font-weight: 400;
  margin: 0 0 22px;
}
.nariya-ember-scent { color: #8d6127; margin: 0 0 29px; }
.nariya-ember-description {
  font-size: 17px;
  line-height: 1.68;
  max-width: 520px;
  margin: 0 0 39px;
  color: #51483f;
}
.nariya-ember-label { display: block; margin: 0 0 12px; color: #33281e; }
.nariya-ember-sizes { display: flex; gap: 10px; margin: 0 0 26px; }
.nariya-ember-size {
  min-width: 72px;
  height: 44px;
  border: 1px solid #aa916c;
  background: transparent;
  color: #2c241c;
  font-size: 13px;
  letter-spacing: .08em;
}
body.nariya-shared-chrome .nariya-ember-sizes .nariya-ember-size:hover,
body.nariya-shared-chrome .nariya-ember-sizes .nariya-ember-size:focus-visible {
  border-color: #4b3020;
  background: rgba(75, 48, 32, .07);
  color: #26211d;
}
body.nariya-shared-chrome .nariya-ember-sizes .nariya-ember-size:active,
body.nariya-shared-chrome .nariya-ember-sizes .nariya-ember-size.is-selected,
body.nariya-shared-chrome .nariya-ember-sizes .nariya-ember-size.is-selected:hover,
body.nariya-shared-chrome .nariya-ember-sizes .nariya-ember-size.is-selected:focus-visible {
  border-color: #26211d;
  background: #26211d;
  color: #f6efe3;
}
.nariya-ember-price { display: none; }
.nariya-ember-quantity { display: flex; width: 126px; height: 44px; border: 1px solid #aa916c; margin: 0 0 22px; }
.nariya-ember-quantity span { flex: 1; display: grid; place-items: center; font-size: 14px; }
.nariya-ember-add {
  width: 100%;
  height: 54px;
  border: 1px solid #b38436;
  background: #b38436;
  color: #17120e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  cursor: not-allowed;
  opacity: .78;
}
.nariya-ember-add:hover,
.nariya-ember-add:focus,
.nariya-ember-add:focus-visible,
.nariya-ember-add:active {
  border-color: #9c712c;
  background: #9c712c;
  color: #17120e;
  opacity: .82;
}
.nariya-ember-safety { margin: 18px 0 0; font-size: 12.4px; line-height: 1.55; color: #554b40; }

@media (max-width: 767px) {
  .page-id-8 .site-title,
  .page-id-9 .site-title { padding-bottom: 9px; }
  .page-id-8 .site-title a,
  .page-id-9 .site-title a { width: 170px; height: 41px; }
  .page-id-8 .site-title::after,
  .page-id-9 .site-title::after { bottom: 1px; left: 40px; font-size: 6px; }
  .nariya-ember-hero { grid-template-columns: 1fr; min-height: 0; }
  .nariya-ember-visual { min-height: 0; padding: 14px; gap: 10px; }
  .nariya-ember-gallery-main { aspect-ratio: 1 / 1; flex: none; padding: 14px; }
  .nariya-ember-gallery-thumbs { display: flex; overflow-x: auto; flex: none; height: 86px; scrollbar-width: thin; }
  .nariya-ember-gallery-thumb { flex: 0 0 92px; }
  .nariya-ember-copy { padding: 44px 24px 54px; }
  .nariya-ember-copy-inner { transform: none; }
  .nariya-ember-name { font-size: 48px; }
  .nariya-ember-description { font-size: 16px; }
  .nariya-ember-sizes { flex-wrap: wrap; }
}

.nariya-ember-character {
  min-height: 760px;
  background: #f1e8d8;
  display: grid;
  grid-template-columns: 45% 55%;
  color: #201913;
}
.nariya-ember-character-copy {
  display: flex;
  align-items: center;
  padding: 86px clamp(48px, 4.8vw, 70px);
}
.nariya-ember-character-inner { max-width: 500px; }
.nariya-ember-character-kicker {
  margin: 0 0 18px;
  color: #986b2d;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.nariya-ember-character-title {
  margin: 0 0 30px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 3.58vw, 50px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -.02em;
}
.nariya-ember-character-body {
  margin: 0 0 18px;
  color: #554a3f;
  font-size: 17px;
  line-height: 1.72;
}
.nariya-ember-character-body + .nariya-ember-character-body { margin-top: -10px; }
.nariya-ember-character-note {
  margin: 20px 0 0;
  color: #625649;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: .02em;
}
.nariya-ember-character-visual { position: relative; min-height: 760px; overflow: hidden; }
.nariya-ember-character-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 20% 18% at 44% 45%, rgba(31, 20, 13, .10), rgba(31, 20, 13, 0) 76%);
}
.nariya-ember-character-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  display: block;
}

@media (max-width: 767px) {
  .nariya-ember-character { grid-template-columns: 1fr; min-height: 0; }
  .nariya-ember-character-visual { order: 1; min-height: 0; aspect-ratio: 4 / 3; }
  .nariya-ember-character-copy { order: 2; padding: 48px 24px 58px; }
  .nariya-ember-character-title { font-size: 40px; }
  .nariya-ember-character-body { font-size: 16px; }
}

.nariya-ember-guidance {
  min-height: 350px;
  background: #eee3d1;
  color: #241c15;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  padding: 70px clamp(48px, 7vw, 110px);
}
.nariya-ember-guidance-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px clamp(30px, 4.5vw, 70px);
}
.nariya-ember-guidance-column + .nariya-ember-guidance-column {
  border-left: 1px solid rgba(92, 69, 43, .13);
}
.nariya-ember-guidance-title {
  margin: 0 0 22px;
  color: #956827;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.nariya-ember-guidance-copy {
  max-width: 520px;
  margin: 0;
  color: #51463b;
  font-size: 18px;
  line-height: 1.72;
}

@media (max-width: 767px) {
  .nariya-ember-guidance {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 36px 24px;
  }
  .nariya-ember-guidance-column { padding: 38px 0; }
  .nariya-ember-guidance-column + .nariya-ember-guidance-column {
    border-left: 0;
    border-top: 1px solid rgba(92, 69, 43, .13);
  }
  .nariya-ember-guidance-copy { font-size: 16px; }
}

.nariya-ember-information {
  min-height: 560px;
  background: #f2e9da;
  color: #241c15;
  display: grid;
  grid-template-columns: 44% 56%;
  gap: clamp(54px, 7vw, 110px);
  align-items: start;
  padding: 104px clamp(54px, 8vw, 126px);
}
.nariya-ember-information-intro,
.nariya-ember-information-list { padding-top: 4px; }
.nariya-ember-information-kicker,
.nariya-ember-information-label {
  color: #956827;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.nariya-ember-information-kicker { margin: 0 0 19px; }
.nariya-ember-information-title {
  max-width: 500px;
  margin: 0 0 26px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 3.35vw, 48px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -.02em;
}
.nariya-ember-information-copy {
  max-width: 570px;
  margin: 0;
  color: #554a3f;
  font-size: 17px;
  line-height: 1.72;
}
.nariya-ember-information-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(34px, 4vw, 66px);
  row-gap: 0;
  transform: translateY(-10px);
}
.nariya-ember-information-item {
  min-height: 128px;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(92, 69, 43, .11);
}
.nariya-ember-information-label { display: block; margin-bottom: 14px; }
.nariya-ember-information-value {
  margin: 0;
  color: #40362d;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .nariya-ember-information {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 68px 24px;
  }
  .nariya-ember-information-title { font-size: 40px; }
  .nariya-ember-information-copy { font-size: 16px; }
  .nariya-ember-information-list { grid-template-columns: 1fr; }
  .nariya-ember-information-list { transform: none; }
  .nariya-ember-information-item { min-height: 0; padding: 22px 0 25px; }
}

.nariya-ember-service-links {
  min-height: 430px;
  background: #eee3d1;
  color: #241c15;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 78px clamp(48px, 7vw, 110px);
}
.nariya-ember-service-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 22px clamp(28px, 3.8vw, 58px);
}
.nariya-ember-service-item + .nariya-ember-service-item {
  border-left: 1px solid rgba(92, 69, 43, .12);
}
.nariya-ember-service-title {
  margin: 0 0 22px;
  color: #956827;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.nariya-ember-service-copy {
  min-height: 84px;
  margin: 0 0 28px;
  color: #51463b;
  font-size: 16px;
  line-height: 1.65;
}
.nariya-ember-service-link {
  color: #7f5720;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(127, 87, 32, .45);
  padding-bottom: 5px;
}
a.nariya-ember-service-link:hover { color: #4c3214; border-color: #4c3214; }
.nariya-ember-service-link[aria-disabled="true"] {
  cursor: default;
  opacity: .44;
}

@media (max-width: 767px) {
  .nariya-ember-service-links { min-height: 0; grid-template-columns: 1fr; padding: 34px 24px; }
  .nariya-ember-service-item { padding: 42px 0; }
  .nariya-ember-service-item + .nariya-ember-service-item { border-left: 0; border-top: 1px solid rgba(92, 69, 43, .12); }
  .nariya-ember-service-copy { min-height: 0; }
}
