@charset "UTF-8";
/* ================================
   PAGE CONTACT - NHÀ XINH MỖI NGÀY
   File: contact.scss.liquid
   ================================ */
/* ===== Màu dùng chung ===== */
.contact-page {
  background: #fbf8f5;
  color: #2f241d;
  padding-bottom: 50px; }
  .contact-page .container {
    max-width: 1200px; }
  .contact-page img {
    max-width: 100%;
    height: auto;
    display: block; }
  .contact-page a {
    text-decoration: none;
    transition: all 0.25s ease; }

/* ===== Hero ===== */
.contact-hero {
  position: relative;
  background: linear-gradient(180deg, rgba(247, 242, 237, 0.25), rgba(247, 242, 237, 0.72)), url("//theme.hstatic.net/1000072897/1001037905/14/page-about-new-image-1.png?v=1754") center center/cover no-repeat;
  min-height: 360px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  overflow: hidden; }

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18); }

.contact-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 60px 0; }
  .contact-hero-content h1 {
    margin: 0 0 14px;
    font-size: 54px;
    line-height: 1.1;
    color: #2f241d;
    font-weight: 500;
    letter-spacing: 0.5px; }
  .contact-hero-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.75;
    color: #6e5d51;
    max-width: 660px; }

/* ===== Khối chung ===== */
.contact-main {
  display: flex;
  flex-direction: column;
  gap: 34px; }

.contact-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch; }

.contact-card {
  background: #f7f2ed;
  border: 1px solid #e7ddd3;
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(47, 36, 29, 0.08);
  overflow: hidden; }

.contact-card-text {
  padding: 38px 36px; }

.contact-card-image {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: stretch; }

.contact-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center; }

.contact-section-info .contact-card-image {
  min-height: 540px; }

.contact-section-address .contact-card-image {
  min-height: 420px; }

/* ===== Heading ===== */
.contact-heading {
  margin-bottom: 18px; }

.contact-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #9a6b46;
  font-weight: 700; }

.contact-heading h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  color: #2f241d;
  font-weight: 500; }

.contact-desc {
  font-size: 17px;
  line-height: 1.85;
  color: #6e5d51;
  margin-bottom: 22px; }
  .contact-desc p:last-child {
    margin-bottom: 0; }

/* ===== SĐT ===== */
.contact-phone {
  margin-bottom: 22px; }
  .contact-phone a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 40px;
    line-height: 1.2;
    color: #9a6b46;
    font-weight: 500; }
  .contact-phone a:hover {
    color: #7c5333; }

/* ===== Social ===== */
.contact-social-title {
  font-size: 16px;
  color: #6e5d51;
  margin-bottom: 14px; }

.contact-social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px; }

.contact-social-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #e7ddd3;
  border-radius: 16px;
  color: #2f241d; }

.contact-social-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(47, 36, 29, 0.08); }

.contact-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 40px; }

.contact-social-label {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600; }

.facebook {
  background: #1877f2; }

.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4); }

.pinterest {
  background: #e60023; }

.x-social {
  background: #111111; }

.tiktok {
  background: #111111; }

/* ===== Nút chat ===== */
.contact-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px; }

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 10px 24px rgba(47, 36, 29, 0.12); }

.contact-btn:hover {
  transform: translateY(-2px);
  color: #fff; }

.contact-btn-zalo {
  background: #4d6b57; }

.contact-btn-zalo:hover {
  background: #405949; }

.contact-btn-facebook {
  background: #3d5a98; }

.contact-btn-facebook:hover {
  background: #344d82; }

/* ===== Giờ làm việc ===== */
.contact-hours {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #e7ddd3;
  border-radius: 18px; }

.contact-hours h3 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #2f241d;
  font-weight: 500; }

.contact-hours p {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.6;
  color: #9a6b46;
  font-weight: 600; }

.contact-hours em {
  display: block;
  color: #6e5d51;
  font-size: 15px;
  line-height: 1.7;
  font-style: italic; }

/* ===== Khối note ===== */
.contact-note-box {
  margin-top: 22px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdfb, #f6eee6);
  border: 1px solid #e7ddd3;
  color: #6e5d51;
  font-size: 16px;
  line-height: 1.8; }

/* ===== Map ===== */
.contact-map-wrap {
  background: #f7f2ed;
  border: 1px solid #e7ddd3;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 35px rgba(47, 36, 29, 0.08); }

.contact-map-heading {
  text-align: center;
  margin-bottom: 20px; }
  .contact-map-heading h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
    color: #2f241d;
    font-weight: 500; }

.contact-map {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e7ddd3;
  background: #ffffff; }
  .contact-map iframe {
    display: block;
    width: 100%;
    min-height: 460px; }

/* ===== Dòng cuối ===== */
.contact-bottom-text {
  text-align: center;
  padding: 18px 24px;
  background: linear-gradient(90deg, #4f6b57, #365140);
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(54, 81, 64, 0.2); }
  .contact-bottom-text p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .contact-hero {
    min-height: 300px;
    margin-bottom: 28px; }
  .contact-hero-content {
    padding: 42px 0;
    text-align: center; }
    .contact-hero-content h1 {
      font-size: 40px; }
    .contact-hero-content p {
      font-size: 16px;
      margin: 0 auto; }
  .contact-section {
    grid-template-columns: 1fr; }
  .contact-section-info .contact-card-image {
    order: -1; }
  .contact-heading h2 {
    font-size: 30px; }
  .contact-phone a {
    font-size: 30px; }
  .contact-map-heading h2 {
    font-size: 30px; } }

@media (max-width: 767px) {
  .contact-page {
    padding-bottom: 32px; }
  .contact-hero {
    min-height: 240px; }
  .contact-hero-content h1 {
    font-size: 32px; }
  .contact-hero-content p {
    font-size: 15px;
    line-height: 1.7; }
  .contact-card-text {
    padding: 24px 18px; }
  .contact-heading h2 {
    font-size: 25px; }
  .contact-desc {
    font-size: 15px; }
  .contact-phone a {
    font-size: 26px; }
  .contact-social-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px; }
  .contact-social-item {
    min-width: initial;
    padding: 10px 12px; }
  .contact-cta-row {
    flex-direction: column; }
  .contact-btn {
    width: 100%;
    min-width: 100%; }
  .contact-hours h3 {
    font-size: 22px; }
  .contact-hours p {
    font-size: 17px; }
  .contact-map-wrap {
    padding: 20px 14px; }
  .contact-map-heading h2 {
    font-size: 26px; }
  .contact-map iframe {
    min-height: 320px; }
  .contact-bottom-text {
    border-radius: 20px;
    padding: 16px 14px; }
    .contact-bottom-text p {
      font-size: 15px; } }

.contact-address-decor p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.9;
  color: #6e5d51; }

.contact-address-decor strong {
  color: #2f241d;
  font-weight: 700; }

.contact-address-note {
  margin-top: 18px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.55);
  border-left: 3px solid #9a6b46;
  border-radius: 12px; }
  .contact-address-note em {
    font-size: 15px;
    line-height: 1.8;
    color: #6e5d51;
    font-style: italic;
    display: block; }

.contact-info-decor {
  margin-top: 6px; }

.contact-info-brand {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.5;
  color: #2f241d;
  font-weight: 700; }

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 14px; }

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  line-height: 1.9;
  color: #6e5d51; }

.contact-info-icon {
  width: 24px;
  flex: 0 0 24px;
  text-align: center;
  color: #9a6b46;
  font-size: 18px;
  line-height: 1.8; }

.contact-info-text {
  flex: 1; }

.contact-info-text a {
  color: #6e5d51;
  text-decoration: none;
  border-bottom: 1px solid transparent; }

.contact-info-text a:hover {
  color: #9a6b46;
  border-bottom-color: #9a6b46; }

@media (max-width: 767px) {
  .contact-info-brand {
    font-size: 20px;
    margin-bottom: 14px; }
  .contact-info-item {
    gap: 10px;
    font-size: 15px;
    line-height: 1.8; }
  .contact-info-icon {
    width: 20px;
    flex: 0 0 20px;
    font-size: 16px; } }

.contact-social-grid-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px; }

.contact-social-item-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e7ddd3;
  box-shadow: 0 8px 18px rgba(47, 36, 29, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px; }

.contact-social-item-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(47, 36, 29, 0.12);
  border-color: #d9c7b8; }

.contact-social-item-icon img {
  max-width: 100%;
  max-height: 100%;
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block; }

@media (max-width: 767px) {
  .contact-social-grid-icons {
    gap: 10px; }
  .contact-social-item-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    padding: 8px; }
  .contact-social-item-icon img {
    width: 28px;
    height: 28px; } }

.contact-hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 42px 36px;
  background: rgba(255, 251, 247, 0.42);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(220, 206, 194, 0.7);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(47, 36, 29, 0.08); }

.contact-hero-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #9a6b46;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(217, 199, 184, 0.9);
  border-radius: 999px; }

.contact-hero-content h1 {
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 1.05;
  color: #2f241d;
  font-weight: 600;
  letter-spacing: -1px; }

.contact-hero-content p {
  margin: 0;
  max-width: 560px;
  font-size: 19px;
  line-height: 1.8;
  color: #5d4f44; }

.contact-hero-content {
  padding: 28px 22px;
  margin: 0 auto;
  text-align: left; }
  .contact-hero-content h1 {
    font-size: 42px; }
  .contact-hero-content p {
    font-size: 16px;
    margin: 0; }

.contact-hero-content {
  max-width: 100%;
  padding: 20px 16px;
  border-radius: 18px; }
  .contact-hero-content h1 {
    font-size: 34px;
    line-height: 1.12; }
  .contact-hero-content p {
    font-size: 15px;
    line-height: 1.7; }

.contact-hero-kicker {
  margin-bottom: 10px;
  padding: 7px 12px;
  font-size: 11px;
  letter-spacing: 1.4px; }

.contact-phone-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding: 18px 20px;
  background: linear-gradient(180deg, #fffdfb, #f7efe7);
  border: 1px solid #e7ddd3;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(47, 36, 29, 0.06); }

.contact-phone-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(154, 107, 70, 0.12);
  color: #9a6b46;
  font-size: 24px;
  line-height: 1; }

.contact-phone-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0; }

.contact-phone-label {
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #6e5d51;
  font-weight: 700; }

.contact-phone-content a {
  display: inline-block;
  font-size: 42px;
  line-height: 1.15;
  color: #9a6b46;
  font-weight: 500;
  letter-spacing: 0.5px;
  word-break: break-word; }

.contact-phone-content a:hover {
  color: #7c5333; }

.contact-hours {
  padding: 22px 24px;
  background: linear-gradient(180deg, #fffdfb, #f7efe7);
  border: 1px solid #e7ddd3;
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(47, 36, 29, 0.06); }

.contact-hours-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px; }

.contact-hours-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(154, 107, 70, 0.12);
  color: #9a6b46;
  font-size: 20px;
  line-height: 1; }

.contact-hours h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  color: #2f241d;
  font-weight: 500; }

.contact-hours-time {
  font-size: 20px;
  line-height: 1.6;
  color: #9a6b46;
  font-weight: 600;
  margin-bottom: 8px; }

.contact-hours-note {
  font-size: 15px;
  line-height: 1.75;
  color: #6e5d51;
  font-style: italic; }

@media (max-width: 767px) {
  .contact-phone-box {
    gap: 12px;
    padding: 14px 14px;
    border-radius: 16px; }
  .contact-phone-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    font-size: 20px; }
  .contact-phone-label {
    font-size: 11px;
    letter-spacing: 1.2px; }
  .contact-phone-content a {
    font-size: 30px;
    line-height: 1.2; }
  .contact-hours {
    padding: 18px 16px;
    border-radius: 18px; }
  .contact-hours-head {
    gap: 10px;
    margin-bottom: 10px; }
  .contact-hours-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    font-size: 17px; }
  .contact-hours h3 {
    font-size: 23px; }
  .contact-hours-time {
    font-size: 18px; }
  .contact-hours-note {
    font-size: 14px; } }

.contact-map-heading {
  text-align: center;
  margin-bottom: 22px; }
  .contact-map-heading h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    color: #2f241d;
    font-weight: 500; }
  .contact-map-heading p {
    margin: 0 auto;
    max-width: 620px;
    font-size: 16px;
    line-height: 1.8;
    color: #6e5d51; }

.contact-bottom-text {
  text-align: center;
  padding: 18px 24px;
  background: linear-gradient(90deg, #5f7b66, #4f6b57);
  color: #fff;
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(57, 81, 66, 0.14); }
  .contact-bottom-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500; }

/* ===== Icon ko xuong dong ===== */
.contact-social-grid-icons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1px;
  margin-bottom: 10px; }

.contact-social-grid-icons a,
.contact-social-grid-icons li {
  flex: 0 0 auto; }
