/*!
Theme Name: Linear Web - Atlantic Painting
Theme URI: http://underscores.me/
Author: Linear Web Solutions
Author URI: https://linearwebsolutions.com.au/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linearweb_atlanticpainting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
import it to make something cool, have fun, and share what you've learned.

Linear Web - Atlantic Painting is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-color, #1c1c1e);
}

h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #5a5a5a;
}

strong {
  font-weight: 700;
}

.display-text {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -2px;
}

.italic-accent {
  font-style: italic;
  color: var(--secondary-color, #d4842a);
}

.eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary-color, #d4842a);
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--secondary-color, #d4842a);
  display: inline-block;
  flex-shrink: 0;
}
.eyebrow--on-dark {
  color: var(--secondary-color, #d4842a);
}
.eyebrow--center {
  justify-content: center;
}

.lede {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  color: rgba(var(--primary-color, #1c1c1e), 0.78);
  max-width: 46ch;
}
.lede--wide {
  max-width: 62ch;
}
.lede--on-dark {
  color: rgba(245, 242, 238, 0.85);
}

button {
  border: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.6rem;
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  cursor: pointer;
}
.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.btn--primary {
  background: var(--secondary-color, #d4842a);
  color: #f5f2ee;
}
.btn--primary:hover {
  background: #b86e1e;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(212, 132, 42, 0.32);
}
.btn--primary:active {
  transform: translateY(0);
  box-shadow: none;
}

.btn--ghost {
  border: 1.5px solid rgba(var(--primary-color, #1c1c1e), 0.25);
  color: var(--primary-color, #1c1c1e);
}
.btn--ghost:hover {
  border-color: var(--primary-color, #1c1c1e);
  background: rgba(var(--primary-color, #1c1c1e), 0.04);
}

.btn--on-dark {
  border: 1.5px solid rgba(245, 242, 238, 0.35);
  color: #f5f2ee;
}
.btn--on-dark:hover {
  background: rgba(245, 242, 238, 0.1);
  border-color: #f5f2ee;
}

.btn--ochre {
  background: var(--secondary-color, #d4842a);
  color: var(--primary-color, #1c1c1e);
}
.btn--ochre:hover {
  background: #b86e1e;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(212, 132, 42, 0.3);
}

.btn--sm {
  padding: 0.6rem 1.1rem;
  font-size: 0.875rem;
}
.btn--sm svg {
  width: 15px;
  height: 15px;
}

.btn--lg {
  padding: 1.05rem 2rem;
  font-size: 1.05rem;
}

.btn--block {
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 539px) {
  .btn--full-mobile {
    width: 100%;
    justify-content: center;
  }
}
.btn:focus-visible {
  outline: 2.5px solid var(--secondary-color, #d4842a);
  outline-offset: 3px;
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary-color, #1c1c1e);
  color: #f5f2ee;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark:hover {
  background: #484848;
  transform: translateY(-2px);
  color: #f5f2ee;
}

.btn-amber-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--secondary-color, #d4842a);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 10px;
  border: 2px solid var(--secondary-color, #d4842a);
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-amber-outline:hover {
  background: var(--secondary-color, #d4842a);
  color: #f5f2ee;
  transform: translateY(-2px);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--secondary-color, #d4842a);
  color: #f5f2ee;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-primary:hover {
  background: #b86e1e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 132, 42, 0.35);
  color: #f5f2ee;
}
.btn-primary svg {
  width: 18px;
  height: 18px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #f5f2ee;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 34px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-outline:hover {
  border-color: #f5f2ee;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-color, #1c1c1e);
  color: #f5f2ee;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 3px;
  transition: background 0.3s;
}
.btn-secondary:hover {
  background: #3a3a3a;
}

.icon-block {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0;
}
.icon-block .icon-wrap {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: rgba(212, 132, 42, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-block .icon-wrap svg,
.icon-block .icon-wrap i {
  font-size: 22px;
  color: var(--secondary-color, #d4842a);
}
.icon-block .icon-content h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 5px;
}
.icon-block .icon-content p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.65;
}

.form-group {
  margin-bottom: 22px;
}
.form-group label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 18px;
  border: none;
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--primary-color, #1c1c1e);
  background: #f5f2ee;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  appearance: none;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder {
  color: #5a5a5a;
}
.form-group input:-moz-placeholder,
.form-group textarea:-moz-placeholder,
.form-group select:-moz-placeholder {
  color: #5a5a5a;
}
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder,
.form-group select::-moz-placeholder {
  color: #5a5a5a;
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder,
.form-group select:-ms-input-placeholder {
  color: #5a5a5a;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--secondary-color, #d4842a);
  box-shadow: 0 0 0 3px rgba(34, 32, 31, 0.12);
}
.form-group textarea {
  min-height: 140px;
  resize: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.form-submit {
  width: 100%;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.field:last-child {
  margin-bottom: 0;
}

.field-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 540px) {
  .field-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.field-label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--primary-color, #1c1c1e), 0.7);
  font-weight: 600;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=url],
.field-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid rgba(var(--primary-color, #1c1c1e), 0.18);
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  color: var(--primary-color, #1c1c1e);
  background: #f5f2ee;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=url]::placeholder,
.field-input::placeholder {
  color: rgba(90, 90, 90, 0.8);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
.field-input:focus {
  outline: none;
  border-color: var(--secondary-color, #d4842a);
  box-shadow: 0 0 0 3px rgba(212, 132, 42, 0.12);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=url]:disabled,
.field-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.field-hint {
  font-size: 0.8rem;
  color: rgba(90, 90, 90, 0.85);
  line-height: 1.4;
}

.field-error {
  font-size: 0.8rem;
  color: #ff0000;
  font-weight: 500;
}

input.is-error,
textarea.is-error,
select.is-error {
  border-color: #ff0000;
}
input.is-error:focus,
textarea.is-error:focus,
select.is-error:focus {
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.12);
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: rgba(var(--primary-color, #1c1c1e), 0.8);
  cursor: pointer;
}
.check-row input[type=checkbox],
.check-row input[type=radio] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 0.1rem;
  accent-color: var(--secondary-color, #d4842a);
}

.quote-card {
  background: #f0ede8;
  border-radius: 28px;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: none;
}

.option-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
}
@media screen and (min-width: 540px) {
  .option-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.option-pill {
  position: relative;
  border: 1.5px solid rgba(var(--primary-color, #1c1c1e), 0.18);
  border-radius: 10px;
  padding: 0.75rem 0.6rem;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary-color, #1c1c1e);
  cursor: pointer;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.option-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.option-pill:has(input:checked) {
  background: rgba(212, 132, 42, 0.1);
  border-color: var(--secondary-color, #d4842a);
}
.option-pill:hover {
  border-color: rgba(212, 132, 42, 0.5);
}

.quote-fieldset {
  display: block;
  margin-bottom: 1.5rem;
  border: none;
}

.quote-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.75rem;
}

.quote-success {
  display: none;
  text-align: center;
  padding-block: 1.5rem;
}
.quote-success svg {
  width: 48px;
  height: 48px;
  color: var(--secondary-color, #d4842a);
  margin-inline: auto;
  margin-bottom: 1rem;
}
.quote-success h3 {
  margin-bottom: 0.5rem;
}
.quote-success p {
  color: rgba(var(--primary-color, #1c1c1e), 0.7);
  font-size: 0.95rem;
}
.quote-success.is-active {
  display: block;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "DM Sans", sans-serif;
  color: var(--primary-color, #1c1c1e);
  background: #f5f2ee;
  overflow-x: hidden;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  margin: 0 !important;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

ul,
ol {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 18px;
  }
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.section--tight {
  padding-block: 60px;
}
@media screen and (max-width: 991px) {
  .section--tight {
    padding-block: 44px;
  }
}
@media screen and (max-width: 767px) {
  .section--tight {
    padding-block: 34px;
  }
}

.section--ink {
  background: var(--primary-color, #1c1c1e);
  color: rgba(245, 242, 238, 0.86);
}
.section--ink h2,
.section--ink h3 {
  color: #f5f2ee;
}
.section--ink .lede {
  color: rgba(245, 242, 238, 0.75);
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--secondary-color, #d4842a);
  margin-bottom: 18px;
}
.section-label::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: var(--secondary-color, #d4842a);
}

.d-none {
  display: none !important;
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 18px;
}
.section-title em {
  font-style: italic;
  color: var(--secondary-color, #d4842a);
}

.section-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #5a5a5a;
  line-height: 1.75;
  max-width: 560px;
}

.slash-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--secondary-color, #d4842a), transparent);
  margin: 24px 0;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}

.reveal {
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(var(--primary-color, #1c1c1e), 0.55);
}
.modal.show {
  display: flex;
}

.modal-dialog {
  width: 100%;
  max-width: 440px;
}

.modal-content {
  background: #f5f2ee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #c8c4bc;
}
.modal-header .modal-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  color: var(--primary-color, #1c1c1e);
  margin: 0;
}
.modal-header .close {
  font-size: 1.5rem;
  line-height: 1;
  color: #5a5a5a;
  background: none;
  border: none;
  cursor: pointer;
}

.modal-body {
  padding: 1.5rem;
  color: #5a5a5a;
}

.modal-footer {
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
  justify-content: flex-end;
}

.story-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .story-grid {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

.story-art {
  background: #f0ede8;
  border: 1px solid #c8c4bc;
  border-radius: 28px;
  padding: 20px;
  display: flex;
  align-items: stretch;
}
.story-art img,
.story-art svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.story-grid .lede {
  margin-top: 0.85rem;
  max-width: 54ch;
  color: #1c1c1e;
}
.story-grid .lede + .lede {
  margin-top: 1rem;
  color: #1c1c1e;
}

.stat-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.stat-badge .stat-number {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--secondary-color, #d4842a);
  line-height: 1;
}
.stat-badge .stat-label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5a5a5a;
  margin-top: 4px;
}

.tag {
  display: inline-block;
  background: rgba(212, 132, 42, 0.12);
  color: var(--secondary-color, #d4842a);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.service-card {
  background: #f5f2ee;
  border-radius: 10px;
  padding: 38px 32px;
  border: 1px solid #c8c4bc;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--secondary-color, #d4842a);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.service-card:hover::before {
  width: 100%;
}
.service-card .card-icon {
  width: 56px;
  height: 56px;
  background: rgba(212, 132, 42, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.service-card .card-icon svg,
.service-card .card-icon i {
  color: var(--secondary-color, #d4842a);
  font-size: 24px;
  width: 28px;
  height: 28px;
}
.service-card .card-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 12px;
}
.service-card .card-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.7;
}

.divider {
  width: 60px;
  height: 3px;
  background: var(--secondary-color, #d4842a);
  margin: 0 auto 30px;
}

.feature-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-card {
  padding-block: 0.5rem;
}
.feature-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(212, 132, 42, 0.1);
  color: var(--secondary-color, #d4842a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.feature-card__icon svg {
  width: 26px;
  height: 26px;
}
.feature-card p {
  color: #5a5a5a;
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

.mini-badges {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  display: grid;
  gap: 1px;
  background: #c8c4bc;
  border-radius: 10px;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .mini-badges {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mini-badge {
  background: #f0ede8;
  padding: 1.4rem 1.1rem;
  text-align: center;
}
.mini-badge svg {
  width: 26px;
  height: 26px;
  color: var(--secondary-color, #d4842a);
  margin-inline: auto;
  margin-bottom: 0.6rem;
}
.mini-badge span {
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  color: var(--primary-color, #1c1c1e);
  display: block;
}

.marquee {
  overflow: hidden;
  border-top: 1px solid #c8c4bc;
  border-bottom: 1px solid #c8c4bc;
  padding-block: 1.1rem;
}
.marquee__track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}
.marquee:hover .marquee__track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none;
  }
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: var(--primary-color, #1c1c1e);
  white-space: nowrap;
}
.marquee-item svg {
  width: 16px;
  height: 16px;
  color: var(--secondary-color, #d4842a);
  flex-shrink: 0;
}

.gallery-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-tile {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.gallery-tile img,
.gallery-tile svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.gallery-tile::after {
  content: attr(data-label);
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.6rem 0.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.03em;
  color: #f5f2ee;
  background: linear-gradient(to top, rgba(var(--primary-color, #1c1c1e), 0.78), transparent);
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-tile:hover img, .gallery-tile:hover svg {
  transform: scale(1.06);
}
.gallery-tile:hover::after {
  opacity: 1;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(var(--primary-color, #1c1c1e), 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.lightbox__inner {
  max-width: 720px;
  width: 100%;
}
.lightbox__inner svg,
.lightbox__inner img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.lightbox__caption {
  color: rgba(245, 242, 238, 0.85);
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  margin-top: 1rem;
  text-align: center;
}
.lightbox__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: #f5f2ee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(245, 242, 238, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.lightbox__close:hover {
  background: rgba(245, 242, 238, 0.15);
}
.lightbox__close svg {
  width: 18px;
  height: 18px;
}
.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #f5f2ee;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(245, 242, 238, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.lightbox__nav:hover {
  background: rgba(245, 242, 238, 0.22);
}
.lightbox__nav svg {
  width: 18px;
  height: 18px;
}
.lightbox__nav--prev {
  left: 1rem;
}
.lightbox__nav--next {
  right: 1rem;
}

.service-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 540px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.service-grid .service-card {
  background: #f0ede8;
  border: 1px solid #c8c4bc;
  border-radius: 10px;
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-grid .service-card::before {
  display: none;
}
.service-grid .service-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.1rem;
  color: var(--secondary-color, #d4842a);
}
.service-grid .service-card__icon svg {
  width: 100%;
  height: 100%;
}
.service-grid .service-card h3 {
  margin-bottom: 0.55rem;
  color: var(--primary-color, #1c1c1e);
}
.service-grid .service-card p {
  color: #5a5a5a;
  font-size: 0.92rem;
  flex-grow: 1;
}
.service-grid .service-card__link {
  margin-top: 1.1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary-color, #1c1c1e);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.service-grid .service-card__link svg {
  width: 13px;
  height: 13px;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-grid .service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 132, 42, 0.35);
  box-shadow: 0 18px 36px -16px rgba(0, 0, 0, 0.22);
}
.service-grid .service-card:hover .service-card__link svg {
  transform: translateX(3px);
}

.page-banner {
  background: var(--primary-color, #1c1c1e);
  padding: 100px 0 70px;
  position: relative;
  overflow: hidden;
}
.page-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: var(--secondary-color, #d4842a);
  opacity: 0.05;
  border-radius: 50%;
  transform: translate(30%, 30%);
}
.page-banner .banner-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: #f5f2ee;
  font-weight: 700;
  margin-bottom: 14px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.breadcrumb li {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb li a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s;
}
.breadcrumb li a:hover {
  color: var(--secondary-color, #d4842a);
}
.breadcrumb li.separator {
  color: var(--secondary-color, #d4842a);
}
.breadcrumb li.active {
  color: var(--secondary-color, #d4842a);
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9000;
  width: 46px;
  height: 46px;
  background: var(--primary-color, #1c1c1e);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-top:hover {
  background: var(--secondary-color, #d4842a);
  transform: translateY(-3px);
}
.scroll-top svg,
.scroll-top i {
  color: #f5f2ee;
  font-size: 18px;
}

[data-animate] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-animate].animated {
  opacity: 1;
  transform: translateY(0);
}

[data-animate=left] {
  transform: translateX(-40px);
}
[data-animate=left].animated {
  transform: translateX(0);
}

[data-animate=right] {
  transform: translateX(40px);
}
[data-animate=right].animated {
  transform: translateX(0);
}

[data-animate=scale] {
  transform: scale(0.92);
}
[data-animate=scale].animated {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  [data-animate],
  [data-animate=left],
  [data-animate=right],
  [data-animate=scale] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.mobile-call-btn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9000;
}
.mobile-call-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: var(--secondary-color, #d4842a);
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(212, 132, 42, 0.45);
  color: #f5f2ee;
  font-size: 22px;
  animation: pulse-call 2s infinite;
}
@media screen and (max-width: 767px) {
  .mobile-call-btn {
    display: block;
  }
}

@keyframes pulse-call {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(212, 132, 42, 0.45);
  }
  50% {
    box-shadow: 0 4px 40px rgba(212, 132, 42, 0.75);
  }
}
.topbar {
  background: var(--primary-color, #1c1c1e);
  color: rgba(245, 242, 238, 0.82);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}
.topbar__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.5rem;
  gap: 1rem;
}
.topbar__row p {
  color: #f0ede8;
  font-size: 0.875rem;
}
.topbar a:hover {
  color: #f5f2ee;
}
.topbar__contact {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.topbar__social {
  display: flex;
  gap: 0.85rem;
}
.topbar__social svg {
  width: 15px;
  height: 15px;
  opacity: 0.85;
}
@media screen and (max-width: 1023px) {
  .topbar__row {
    justify-content: center;
  }
  .topbar__row p {
    display: none;
  }
}

.midbar .mid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-block: 10px;
}
@media screen and (max-width: 1023px) {
  .midbar {
    display: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(245, 242, 238, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1.1rem;
  transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1023px) {
  .site-header__row {
    justify-content: space-between;
  }
}
.site-header__row .brand {
  display: none;
}
.site-header__row .brand img {
  max-width: 150px;
}
@media screen and (max-width: 1023px) {
  .site-header__row .brand {
    display: block;
  }
}
.site-header.is-scrolled {
  background: rgba(240, 237, 232, 0.97);
  box-shadow: 0 6px 24px rgba(var(--primary-color, #1c1c1e), 0.08);
  border-color: #c8c4bc;
}
.site-header.is-scrolled .site-header__row {
  padding-block: 0.65rem;
  justify-content: space-between;
}
.site-header.is-scrolled .site-header__row .brand {
  display: block;
}
.site-header.is-scrolled .site-header__row .brand img {
  max-width: 150px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--primary-color, #1c1c1e);
}
.brand img {
  max-width: 200px;
}

.nav {
  display: none;
  align-items: center;
  gap: 1.9rem;
}
@media screen and (min-width: 1024px) {
  .nav {
    display: flex;
  }
}
.nav__link {
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  color: var(--primary-color, #1c1c1e);
  padding-block: 0.3rem;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-color, #d4842a);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav__link:hover::after, .nav__link.is-active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
@media screen and (max-width: 1023px) {
  .header-actions .btn {
    display: none;
  }
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  height: 2px;
  background: var(--primary-color, #1c1c1e);
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav__item {
  position: relative;
  display: flex;
  align-items: center;
}

.nav__item--has-dropdown > .nav__link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav__chevron {
  width: 10px;
  height: 10px;
  transform: rotate(270deg);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  opacity: 0.65;
}

.nav__item--has-dropdown:hover .nav__chevron {
  transform: rotate(90deg);
}

.nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #f5f2ee;
  border: 1px solid #c8c4bc;
  border-radius: 10px;
  min-width: 215px;
  padding: 0.5rem 0;
  box-shadow: 0 16px 48px rgba(var(--primary-color, #1c1c1e), 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s;
  z-index: 100;
}

.nav__item--has-dropdown:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav__dropdown-link {
  display: block;
  padding: 0.55rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--primary-color, #1c1c1e);
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.nav__dropdown-link:hover {
  background: rgba(212, 132, 42, 0.08);
  color: var(--secondary-color, #d4842a);
}

.mobile-nav__item {
  border-bottom: 1px solid #c8c4bc;
}

.mobile-nav__dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  padding-block: 0.7rem;
  color: var(--primary-color, #1c1c1e);
  text-align: left;
}
.mobile-nav__dropdown-toggle svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transform: rotate(270deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav__dropdown-toggle[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.mobile-nav__sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav__sub.is-open {
  max-height: 700px;
}
.mobile-nav__sub a {
  display: block;
  padding: 0.55rem 1rem 0.55rem 1.5rem;
  font-size: 1rem;
  color: rgba(var(--primary-color, #1c1c1e), 0.78);
  border-top: 1px solid rgba(var(--primary-color, #1c1c1e), 0.07);
}
.mobile-nav__sub a:hover {
  color: var(--secondary-color, #d4842a);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  top: var(--header-h, 64px);
  background: #f5f2ee;
  padding: 1.5rem 1.25rem 2.5rem;
  overflow-y: auto;
  transform: translateY(-12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100dvh;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s;
  z-index: 55;
}
.mobile-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.mobile-nav__link {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  padding-block: 0.7rem;
  border-bottom: 1px solid #c8c4bc;
  color: var(--primary-color, #1c1c1e);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
.hero-slide.is-active {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    transition: none;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgb(from var(--primary-color, #1c1c1e) r g b/80%) 0%, rgb(from var(--primary-color, #1c1c1e) r g b/30%) 50%, rgb(from var(--primary-color, #1c1c1e) r g b/5%) 100%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  padding-block: clamp(5rem, 12vw, 8rem);
  width: 100%;
}

.hero-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .hero-layout {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-copy .eyebrow {
  color: #f5f2ee;
  margin-bottom: 1.1rem;
}
.hero-copy .eyebrow::before {
  background: #f5f2ee;
}
.hero-copy h2 {
  color: var(--territary, #2e2e30);
  margin-bottom: 1.25rem;
}
.hero-copy h2 span {
  color: #f0ede8;
}
.hero-copy .lede {
  color: rgba(245, 242, 238, 0.8);
  margin-bottom: 1.75rem;
  max-width: 52ch;
}

.hero-cta {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.9rem;
}

.hero-stats {
  display: flex;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.hero-stats dt {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: #f5f2ee;
  font-weight: 600;
}
.hero-stats dd {
  font-family: "DM Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(245, 242, 238, 0.55);
  margin-top: 0.15rem;
}

.hero-controls {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(245, 242, 238, 0.35);
  color: #1c1c1e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-arrow:hover {
  background: rgba(245, 242, 238, 0.16);
  border-color: rgba(245, 242, 238, 0.75);
  color: #f5f2ee;
}
.hero-arrow svg {
  display: block;
  flex-shrink: 0;
}

.hero-dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(245, 242, 238, 0.38);
  padding: 0;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-dot.is-active {
  background: #f5f2ee;
  width: 24px;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .hero-dot {
    transition: none;
  }
}

.badge-strip {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1024px) {
  .badge-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

.badge-card {
  background: #f0ede8;
  border: 1px solid #c8c4bc;
  border-radius: 10px;
  padding: 1.4rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}
.badge-card svg {
  width: 60px;
  height: 60px;
  color: var(--secondary-color, #d4842a);
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .badge-card svg {
    width: 50px;
    height: 50px;
  }
}
.badge-card h3 {
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  .badge-card h3 {
    font-size: 1.125rem;
  }
}

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.75rem, 5vw, 3.5rem);
  align-items: center;
  justify-content: center;
  opacity: 0.75;
}

.brand-mark {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-color, #1c1c1e);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.brand-mark svg {
  width: 18px;
  height: 18px;
  color: var(--secondary-color, #d4842a);
}

.video-block {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .video-block {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

.video-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--primary-color, #1c1c1e);
  cursor: pointer;
}
.video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.quote-panel {
  display: grid;
  gap: 2.5rem;
  align-items: start;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .quote-panel {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

.quote-copy h3 {
  margin-bottom: 0.9rem;
}
.quote-copy ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.quote-copy li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.95rem;
}
.quote-copy svg {
  width: 18px;
  height: 18px;
  color: var(--secondary-color, #d4842a);
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.why-choose {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .why-choose {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .why-choose {
    padding: 50px 0;
  }
}
.why-choose {
  background: #f0ede8;
}

.why-inner {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .why-inner {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

.why-content .short-desc {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.why-content .short-desc p {
  font-size: 1rem;
  line-height: 1.75;
  color: #5a5a5a;
  max-width: 46ch;
}

.why-cta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.75rem;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.phone-link span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5a5a5a;
}

.phone-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f5f2ee;
  border: 1px solid #c8c4bc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color, #d4842a);
  font-size: 16px;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}

.phone-link:hover .phone-icon {
  background: var(--secondary-color, #d4842a);
  border-color: var(--secondary-color, #d4842a);
  color: #f5f2ee;
}

.phone-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-color, #1c1c1e);
}

.why-grid {
  display: grid;
  gap: 1.75rem 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 600px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.why-item {
  padding-top: 1.5rem;
  border-top: 2px solid #c8c4bc;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.why-item:hover {
  border-color: var(--secondary-color, #d4842a);
}

.why-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--secondary-color, #d4842a);
  margin-bottom: 0.6rem;
}

.why-item h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 0.5rem;
}

.why-item p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #5a5a5a;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border-radius: 10px;
  background: #f0ede8;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.3rem;
  text-align: left;
  font-weight: 600;
  color: var(--primary-color, #1c1c1e);
  border: none;
}
.faq-q svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--secondary-color, #d4842a);
}
.faq-q[aria-expanded=true] svg {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-a p {
  padding: 0 1.3rem 1.2rem;
  color: rgba(var(--primary-color, #1c1c1e), 0.72);
  font-size: 0.94rem;
}

/* ==================================================
   Our Process Section
================================================== */
.process-section {
  --process-primary: #b88a44;
  --process-secondary: #1d2a34;
  --process-text: #62676c;
  --process-bg: #f6f3ed;
  --process-card: #ffffff;
  --process-border: rgba(29, 42, 52, 0.12);
  position: relative;
  padding: 110px 0;
  background: radial-gradient(circle at 10% 20%, rgba(184, 138, 68, 0.1), transparent 30%), var(--process-bg);
  overflow: hidden;
}
.process-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(184, 138, 68, 0.16);
  border-radius: 50%;
  pointer-events: none;
}
.process-section::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -140px;
  width: 300px;
  height: 300px;
  background: rgba(184, 138, 68, 0.06);
  border-radius: 50%;
  pointer-events: none;
}
.process-section {
  /* Section heading */
}
.process-section .section-header {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
}
.process-section .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--process-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.process-section .section-label::before, .process-section .section-label::after {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}
.process-section {
  /* Process cards */
}
.process-section .process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  /* Connecting line */
}
.process-section .process-grid::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: repeating-linear-gradient(to right, rgba(184, 138, 68, 0.45) 0, rgba(184, 138, 68, 0.45) 8px, transparent 8px, transparent 15px);
  pointer-events: none;
}
.process-section .process-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 34px 28px 32px;
  background: var(--process-card);
  border: 1px solid var(--process-border);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(29, 42, 52, 0.07);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.process-section .process-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  background: var(--process-primary);
  border-radius: 0 0 10px 10px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.process-section .process-step:hover {
  border-color: rgba(184, 138, 68, 0.35);
  box-shadow: 0 22px 50px rgba(29, 42, 52, 0.13);
  transform: translateY(-10px);
}
.process-section .process-step:hover::before {
  transform: scaleX(1);
}
.process-section .process-step:hover .step-icon {
  color: #fff;
  background: var(--process-primary);
  transform: rotate(8deg) scale(1.08);
}
.process-section .process-step h4 {
  margin: 28px 0 13px;
  color: var(--process-secondary);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
.process-section .process-step p {
  margin: 0;
  color: var(--process-text);
  font-size: 15px;
  line-height: 1.75;
}
.process-section .step-num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  color: rgba(29, 42, 52, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
.process-section .step-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--process-primary);
  background: #fff;
  border: 1px solid rgba(184, 138, 68, 0.35);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(29, 42, 52, 0.1);
  font-size: 18px;
  transition: color 0.35s ease, background-color 0.35s ease, transform 0.35s ease;
}
.process-section {
  /* Scroll-animation support */
}
.process-section [data-animate] {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.process-section [data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.process-section [data-animate]:nth-child(1) {
  transition-delay: 0s;
}
.process-section [data-animate]:nth-child(2) {
  transition-delay: 0.12s;
}
.process-section [data-animate]:nth-child(3) {
  transition-delay: 0.24s;
}
.process-section [data-animate]:nth-child(4) {
  transition-delay: 0.36s;
}
.process-section {
  /* Tablet */
}
@media (max-width: 1024px) {
  .process-section {
    padding: 90px 0;
  }
  .process-section .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-section .process-grid::before {
    display: none;
  }
  .process-section .process-step {
    padding: 30px 26px;
  }
}
.process-section {
  /* Mobile */
}
@media (max-width: 640px) {
  .process-section {
    padding: 70px 0;
  }
  .process-section .process-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .process-section .process-step {
    padding: 25px 22px;
    border-radius: 14px;
  }
  .process-section .process-step:hover {
    transform: translateY(-4px);
  }
  .process-section .process-step h4 {
    margin-top: 20px;
    font-size: 20px;
  }
  .process-section .step-num {
    min-height: 56px;
    font-size: 52px;
  }
  .process-section .step-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
}
.process-section {
  /* Accessibility */
}
@media (prefers-reduced-motion: reduce) {
  .process-section *,
  .process-section *::before,
  .process-section *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  .process-section [data-animate] {
    opacity: 1;
    transform: none;
  }
}

.testimonials {
  padding: 100px 0;
  background: #f8f7f5;
  overflow: hidden;
}
.testimonials .testimonials-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.testimonials .testimonials-top .section-header {
  margin-bottom: 0;
  flex-basis: calc(60% - 40px);
  padding-right: 60px;
}
.testimonials .google-rating {
  display: flex;
  flex-basis: calc(40% - 40px);
  align-items: center;
  gap: 15px;
  min-width: 245px;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #e1ded9;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(18, 26, 34, 0.06);
}
.testimonials .google-icon,
.testimonials .card-google-icon {
  font-family: Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #4285f4 0 28%, #34a853 28% 50%, #fbbc05 50% 72%, #ea4335 72% 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonials .google-icon {
  font-size: 34px;
}
.testimonials .google-rating__top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials .google-rating__top strong {
  color: #101820;
  font-size: 25px;
  line-height: 1;
}
.testimonials .rating-stars {
  color: #fbb000;
  font-size: 14px;
  letter-spacing: 1px;
}
.testimonials .google-rating__content p {
  margin: 6px 0 0;
  color: #34404a;
  font-size: 12px;
  line-height: 1.3;
}
.testimonials .testi-slider-wrap {
  margin-top: 40px;
  overflow: hidden;
}
.testimonials .testi-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.testimonials .testi-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  min-height: 275px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e1ded9;
  border-radius: 16px;
  box-shadow: 0 7px 18px rgba(20, 27, 35, 0.05);
}
.testimonials .reviewer {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 48px;
}
.testimonials .reviewer-info {
  min-width: 0;
  margin-right: auto;
}
.testimonials .rev-avatar {
  display: flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: #cc4930;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
}
.testimonials .testi-card:nth-child(3n+2) .rev-avatar {
  background: #1d3041;
}
.testimonials .testi-card:nth-child(3n+3) .rev-avatar {
  background: #4285f4;
}
.testimonials .rev-name {
  margin: 0;
  color: #101820;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.testimonials .rev-location {
  margin: 3px 0 0;
  color: #4f5963;
  font-size: 12px;
  line-height: 1.3;
}
.testimonials .card-google-icon {
  flex: 0 0 auto;
  font-size: 22px;
}
.testimonials .stars {
  margin-top: 17px;
  color: #fbb000;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
}
.testimonials .card-quote {
  display: -webkit-box;
  margin: 16px 0 0;
  overflow: hidden;
  color: #17202a;
  font-size: 15px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.testimonials .testi-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}
.testimonials .ctrl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #18212a;
  background: transparent;
  border: 1px solid #dedbd6;
  border-radius: 50%;
  cursor: pointer;
}
.testimonials .ctrl-btn i {
  font-size: 13px;
}
.testimonials .ctrl-btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.testimonials .ctrl-dots {
  display: none;
}
@media (max-width: 991px) {
  .testimonials {
    padding: 80px 0;
  }
  .testimonials .testimonials-top {
    align-items: center;
  }
  .testimonials .google-rating {
    min-width: 220px;
  }
  .testimonials .testi-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .testimonials {
    padding: 65px 0;
  }
  .testimonials .testimonials-top {
    display: block;
  }
  .testimonials .google-rating {
    width: fit-content;
    min-width: 0;
    margin-top: 25px;
  }
  .testimonials .testi-slider-wrap {
    margin-top: 30px;
  }
  .testimonials .testi-card {
    flex-basis: 100%;
    min-height: 260px;
    padding: 21px;
  }
  .testimonials .card-quote {
    font-size: 14px;
  }
}

.brand-copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .brand-copy {
    flex-direction: row;
  }
}
.brand-copy .figure {
  display: block;
  flex: 0 0 25%;
  margin-inline: auto;
}
.brand-copy .figure img {
  width: 200px;
  height: 100%;
  object-fit: contain;
  aspect-ratio: initial;
}

.footer {
  background: var(--primary-color, #1c1c1e);
  color: rgba(245, 242, 238, 0.76);
  padding-block: clamp(3rem, 6vw, 4.5rem) 1.75rem;
}
.footer__grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .footer__grid {
    grid-template-columns: 1.4fr 0.9fr 0.9fr 1fr;
  }
}
.footer__about {
  max-width: 320px;
}
.footer__brand {
  color: #f5f2ee;
  margin-bottom: 0.9rem;
}
.footer h4 {
  color: #f5f2ee;
  font-family: "DM Sans", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer li {
  margin-bottom: 0.55rem;
}
.footer a:hover {
  color: #f5f2ee;
}
.footer__bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(245, 242, 238, 0.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: rgba(245, 242, 238, 0.55);
}

.float-actions {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
}

.float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(var(--primary-color, #1c1c1e), 0.25);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.float-btn svg {
  width: 22px;
  height: 22px;
}
.float-btn:hover {
  transform: translateY(-3px) scale(1.04);
}

.float-btn--call {
  background: var(--secondary-color, #d4842a);
  color: #f5f2ee;
}

.float-btn--chat {
  background: var(--secondary-color, #d4842a);
  color: #f5f2ee;
}

.float-btn--top {
  background: #f0ede8;
  color: var(--primary-color, #1c1c1e);
  border: 1.5px solid #c8c4bc;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.float-btn--top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.call-us {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
  background: var(--primary-color, #1c1c1e);
  color: rgba(245, 242, 238, 0.85);
}
.call-us h2 {
  color: #f5f2ee;
}
.call-us h2 em {
  font-style: italic;
  color: var(--secondary-color, #d4842a);
}

.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 85% 20%, rgba(212, 132, 42, 0.16), transparent 55%), radial-gradient(circle at 10% 90%, rgba(212, 132, 42, 0.1), transparent 50%);
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .cta-inner {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.cta-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--secondary-color, #d4842a);
  margin-bottom: 14px;
}
.cta-label::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: var(--secondary-color, #d4842a);
}

.cta-content h2 {
  margin-bottom: 1rem;
}
.cta-content p {
  max-width: 46ch;
  color: rgba(245, 242, 238, 0.72);
  line-height: 1.75;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cta-actions {
    align-items: flex-end;
    text-align: right;
  }
}

.phone-big {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ph-icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(245, 242, 238, 0.08);
  border: 1px solid rgba(245, 242, 238, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color, #d4842a);
  font-size: 20px;
}

.ph-details span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(245, 242, 238, 0.6);
  margin-bottom: 2px;
}
.ph-details a {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #f5f2ee;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.ph-details a:hover {
  color: var(--secondary-color, #d4842a);
}

.hours-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(245, 242, 238, 0.55);
}

.about-page .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about-page .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .about-page .team-grid {
    grid-template-columns: 1fr;
  }
}
.about-page .values-section {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .about-page .values-section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page .values-section {
    padding: 50px 0;
  }
}
.about-page .values-section {
  background: #f0ede8;
}
.about-page .values-section .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about-page .values-section .values-grid {
    grid-template-columns: 1fr;
  }
}
.about-page .values-section .value-card {
  background: #f5f2ee;
  border-radius: 10px;
  padding: 36px 30px;
  text-align: center;
  border-bottom: 3px solid var(--secondary-color, #d4842a);
  transition: transform 0.3s;
}
.about-page .values-section .value-card:hover {
  transform: translateY(-4px);
}
.about-page .values-section .value-card i {
  font-size: 2.5rem;
  color: var(--secondary-color, #d4842a);
  margin-bottom: 16px;
  display: block;
}
.about-page .values-section .value-card h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 10px;
}
.about-page .values-section .value-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.65;
}
.about-page .milestones {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .about-page .milestones {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page .milestones {
    padding: 50px 0;
  }
}
.about-page .milestones {
  background: var(--primary-color, #1c1c1e);
}
.about-page .milestones .milestones-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about-page .milestones .milestones-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-page .milestones .milestone-item {
  background: rgba(255, 255, 255, 0.02);
  padding: 40px 28px;
  text-align: center;
}
.about-page .milestones .milestone-item .m-num {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--secondary-color, #d4842a);
  line-height: 1;
  margin-bottom: 8px;
}
.about-page .milestones .milestone-item .m-label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.about-page .aboout-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about-page .aboout-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
  }
}

.about-page > section:first-of-type {
  padding: 90px 0;
  background: #f0ede8;
}
.about-page > section:first-of-type .aboout-wrapper > div:first-child > p {
  color: #5a5a5a;
  line-height: 1.75;
}
.about-page > section:first-of-type .aboout-wrapper > div:first-child > p:not(:last-child) {
  margin-bottom: 18px;
}
.about-page > section:first-of-type .aboout-wrapper > div:last-child > img {
  width: 100%;
  height: 480px;
  border-radius: 10px;
  object-fit: cover;
}
.about-page .milestones > .container > .section-label {
  display: flex;
  justify-content: center;
  color: var(--secondary-color, #d4842a);
}
.about-page .milestones > .container > .section-title {
  margin-bottom: 0;
  color: #f5f2ee;
  text-align: center;
}
.about-page .values-section > .container > div:first-child {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
.about-page .values-section > .container > div:first-child > .section-label {
  justify-content: center;
}

.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.single-service-wrap-box {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .single-service-wrap-box {
    grid-template-columns: 2.2fr 1fr;
    align-items: start;
  }
}

.service-page-content .desc-group {
  margin-bottom: 2rem;
}
.service-page-content .desc-group h2 {
  margin-bottom: 1rem;
}
.service-page-content .desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service-page-content .desc p {
  color: #5a5a5a;
  line-height: 1.8;
}
.service-page-content figure {
  margin: 2rem 0 0;
  border-radius: 10px;
  overflow: hidden;
}
.service-page-content figure img {
  width: 100%;
  display: block;
}

.service-sidebar {
  background: #f0ede8;
  border: 1px solid #c8c4bc;
  border-radius: 10px;
  padding: 1.75rem;
}
@media screen and (min-width: 992px) {
  .service-sidebar {
    position: sticky;
    top: calc(var(--header-h, 64px) + 1.5rem);
  }
}
.service-sidebar h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 1rem;
}
.service-sidebar .sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.service-sidebar .sidebar-item.active .sidebar-link {
  background: var(--secondary-color, #d4842a);
  color: #f5f2ee;
}
.service-sidebar .sidebar-link {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--primary-color, #1c1c1e);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-sidebar .sidebar-link:hover {
  background: #f5f2ee;
  color: var(--secondary-color, #d4842a);
}

.full-page-content .desc-group {
  max-width: 760px;
  margin: 0 auto 2rem;
}
.full-page-content .desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.full-page-content .desc p {
  color: #5a5a5a;
  line-height: 1.8;
}

.contact-page {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .contact-page {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-page {
    padding: 50px 0;
  }
}
.contact-page .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.contact-page .contact-info .info-card {
  background: #f0ede8;
  border-radius: 10px;
  padding: 32px 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: box-shadow 0.3s;
}
.contact-page .contact-info .info-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}
.contact-page .contact-info .info-card .info-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--primary-color, #1c1c1e);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-page .contact-info .info-card .info-icon i {
  color: var(--secondary-color, #d4842a);
  font-size: 18px;
}
.contact-page .contact-info .info-card h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 5px;
}
.contact-page .contact-info .info-card p,
.contact-page .contact-info .info-card a {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.65;
}
.contact-page .contact-info .info-card a:hover {
  color: var(--secondary-color, #d4842a);
}
.contact-page .contact-info .map-box {
  border-radius: 10px;
  overflow: hidden;
  height: 260px;
  margin-top: 20px;
  border: 1px solid #c8c4bc;
}
.contact-page .contact-info .map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.contact-page .contact-form-box {
  background: #f5f2ee;
  border-radius: 10px;
  padding: 44px 40px;
  border: 1px solid #c8c4bc;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}
.contact-page .contact-form-box h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 6px;
}
.contact-page .contact-form-box p {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .contact-page .contact-form-box {
    padding: 28px 20px;
  }
}

.quote-page {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .quote-page {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .quote-page {
    padding: 50px 0;
  }
}
.quote-page {
  background: #f0ede8;
}
.quote-page .quote-page-inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .quote-page .quote-page-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
.quote-page .quote-sidebar .sidebar-box {
  background: var(--primary-color, #1c1c1e);
  border-radius: 10px;
  padding: 36px 28px;
  position: sticky;
  top: 110px;
}
.quote-page .quote-sidebar .sidebar-box::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: var(--secondary-color, #d4842a);
  margin-bottom: 22px;
}
.quote-page .quote-sidebar .sidebar-box h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  color: #f5f2ee;
  margin-bottom: 10px;
}
.quote-page .quote-sidebar .sidebar-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 28px;
  line-height: 1.7;
}
.quote-page .quote-sidebar .sidebar-contact {
  margin-top: 22px;
}
.quote-page .quote-sidebar .sidebar-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 14px;
  transition: color 0.3s;
}
.quote-page .quote-sidebar .sidebar-contact a i {
  color: var(--secondary-color, #d4842a);
}
.quote-page .quote-sidebar .sidebar-contact a:hover {
  color: var(--secondary-color, #d4842a);
}
.quote-page .quote-sidebar .srv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.quote-page .quote-sidebar .srv-tags span {
  background: rgba(212, 132, 42, 0.15);
  color: var(--secondary-color, #d4842a);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.quote-page .quote-form-wrap {
  background: #f5f2ee;
  border-radius: 10px;
  padding: 48px 44px;
  border: 1px solid #c8c4bc;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.05);
}
.quote-page .quote-form-wrap .form-heading {
  margin-bottom: 34px;
}
.quote-page .quote-form-wrap .form-heading h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 6px;
}
.quote-page .quote-form-wrap .form-heading p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #5a5a5a;
}
@media screen and (max-width: 480px) {
  .quote-page .quote-form-wrap {
    padding: 28px 20px;
  }
}

.service-hero {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--primary-color, #1c1c1e);
  padding-bottom: 0;
}
.service-hero .srv-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.service-hero .srv-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-hero .srv-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(28, 28, 30, 0.9) 0%, rgba(28, 28, 30, 0.65) 55%, rgba(28, 28, 30, 0.3) 100%);
}
.service-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 60px;
}
.service-hero .srv-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--secondary-color, #d4842a);
  margin-bottom: 16px;
}
.service-hero .srv-hero-label::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: var(--secondary-color, #d4842a);
}
.service-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  color: #f5f2ee;
  line-height: 1.1;
  margin-bottom: 18px;
}
.service-hero h1 em {
  font-style: italic;
  color: var(--secondary-color, #d4842a);
}
.service-hero .srv-hero-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 28px;
}
.service-hero .srv-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.service-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 35%;
  width: 4px;
  height: 100%;
  background: var(--secondary-color, #d4842a);
  opacity: 0.3;
  transform: skewX(-8deg);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .service-hero::before {
    display: none;
  }
}

.srv-sub-strip {
  background: var(--territary, #2e2e30);
  padding: 0;
  position: relative;
  z-index: 10;
}
.srv-sub-strip .sub-strip-inner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.srv-sub-strip .sub-strip-item {
  flex: 1;
  min-width: 160px;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: background 0.3s;
}
.srv-sub-strip .sub-strip-item:last-child {
  border-right: none;
}
.srv-sub-strip .sub-strip-item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.srv-sub-strip .sub-strip-item.strip-active {
  background: rgba(212, 132, 42, 0.1);
}
.srv-sub-strip .sub-strip-item i {
  font-size: 20px;
  color: var(--secondary-color, #d4842a);
  flex-shrink: 0;
}
.srv-sub-strip .sub-strip-item span {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.sub-service-section {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .sub-service-section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-service-section {
    padding: 50px 0;
  }
}
.sub-service-section {
  background: #f5f2ee;
}
.sub-service-section:nth-child(even) {
  background: #f0ede8;
}
.sub-service-section:nth-child(even) .sub-inner {
  direction: rtl;
}
.sub-service-section:nth-child(even) .sub-content,
.sub-service-section:nth-child(even) .sub-image {
  direction: ltr;
}
.sub-service-section .sub-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .sub-service-section .sub-inner {
    grid-template-columns: 1fr;
    gap: 44px;
    direction: ltr !important;
  }
}
.sub-service-section .sub-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 420px;
}
.sub-service-section .sub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.sub-service-section .sub-image:hover img {
  transform: scale(1.04);
}
.sub-service-section .sub-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-bottom: 3px solid var(--secondary-color, #d4842a);
  border-right: 3px solid var(--secondary-color, #d4842a);
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .sub-service-section .sub-image {
    height: 280px;
  }
}
.sub-service-section .sub-content .sub-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 700;
  color: var(--secondary-color, #d4842a);
  opacity: 0.15;
  line-height: 1;
  margin-bottom: -10px;
}
.sub-service-section .sub-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--primary-color, #1c1c1e);
  margin-bottom: 16px;
  line-height: 1.15;
}
.sub-service-section .sub-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.75;
  margin-bottom: 26px;
}
.sub-service-section .sub-content .sub-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .sub-service-section .sub-content .sub-list {
    grid-template-columns: 1fr;
  }
}
.sub-service-section .sub-content .sub-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #5a5a5a;
  padding: 5px 0;
  border-bottom: 1px solid #c8c4bc;
}
.sub-service-section .sub-content .sub-list li i {
  color: var(--secondary-color, #d4842a);
  font-size: 11px;
  flex-shrink: 0;
}

.sub-anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.srv-page-intro {
  background: var(--primary-color, #1c1c1e);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.srv-page-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--secondary-color, #d4842a);
  opacity: 0.05;
  transform: translate(30%, -30%);
}
.srv-page-intro .container {
  position: relative;
  z-index: 1;
}
.srv-page-intro .intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .srv-page-intro .intro-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.srv-page-intro .intro-stat {
  background: rgba(255, 255, 255, 0.02);
  padding: 32px 24px;
  text-align: center;
}
.srv-page-intro .intro-stat i {
  font-size: 2rem;
  color: var(--secondary-color, #d4842a);
  margin-bottom: 12px;
  display: block;
}
.srv-page-intro .intro-stat .stat-val {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f5f2ee;
  line-height: 1;
  margin-bottom: 6px;
}
.srv-page-intro .intro-stat .stat-lbl {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=style.css.map */
