*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.grow {
  flex-grow: 1;
}
.bg-mist {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 251 / var(--tw-bg-opacity, 1));
}
.font-body {
  font-family: Inter, Helvetica, Arial, sans-serif;
}
.italic {
  font-style: italic;
}
.text-ink {
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:root {
  --ink: #1d1d1f;
  --charcoal: #111113;
  --mist: #f8fbfb;
  --paper: #ffffff;
  --teal: #2f4f4f;
  --pale-teal: #d6e6e6;
  --gold: #b99a55;
  --line: #e4e8e8;
  --muted: #566262;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 50;
  background: var(--paper);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 4px;
}

.skip-link:focus {
  top: 16px;
}

.site-shell {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.site-shell.narrow {
  width: min(760px, calc(100% - 32px));
}

.site-shell.booking-shell {
  width: min(1360px, calc(100% - 32px));
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  background: rgba(17, 17, 19, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-logo {
  width: 230px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
}

.site-nav a {
  text-decoration: none;
  opacity: 0.86;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  opacity: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  margin: 5px auto;
}

.hero {
  min-height: 700px;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}

.hero-inner {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--pale-teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow.dark {
  color: var(--teal);
}

h1,
h2,
h3 {
  font-family: "League Spartan", Inter, Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 8vw, 82px);
  line-height: 0.95;
  font-weight: 500;
}

h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
  font-weight: 500;
}

h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
}

.hero-copy {
  width: min(640px, 100%);
  margin: 22px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.hero-actions,
.contact-actions,
.review-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.button-light {
  background: #ffffff;
  color: #000000;
}

.button-dark {
  background: var(--ink);
  color: #ffffff;
}

.button-outline {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}

.button-ghost-light {
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.12);
}

.section {
  padding: 88px 0;
}

.section-white {
  background: #ffffff;
}

.section-mist {
  background: var(--mist);
}

.section-dark {
  background: var(--charcoal);
  color: #ffffff;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: start;
}

.prose-block {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.prose-block.light {
  color: #d7dddd;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.text-link.light {
  color: #ffffff;
}

.section-heading {
  width: min(640px, 100%);
  margin-bottom: 34px;
}

.service-grid,
.content-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.content-card,
.review-card,
.side-note,
.booking-panel,
.quote-shell,
.admin-login,
.admin-panel,
.setup-checklist {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(17, 17, 19, 0.06);
}

.service-card,
.content-card,
.review-card {
  padding: 28px;
}

.article-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
  background: var(--mist);
}

.service-card svg {
  width: 32px;
  height: 32px;
  color: var(--teal);
  margin-bottom: 22px;
}

.service-card p,
.content-card p,
.review-card p {
  color: var(--muted);
  line-height: 1.65;
}

.reviews-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.reviews-intro h2 {
  max-width: 720px;
}

.reviews-intro p:not(.eyebrow) {
  max-width: 660px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.reviews-intro .review-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.review-summary-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.review-summary-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--mist);
}

.review-summary-item strong {
  display: block;
  color: var(--ink);
  font-family: "League Spartan", Inter, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.review-summary-item span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.review-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  gap: 18px;
}

.review-card-head,
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-card-head {
  justify-content: space-between;
}

.review-source,
.review-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--teal);
  background: var(--mist);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.review-text {
  flex: 1;
  margin: 0;
  font-size: 17px;
}

.review-author {
  padding-top: 2px;
}

.review-author strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
}

.review-author p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}

.review-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #ffffff;
  font-weight: 900;
}

.review-avatar-image {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--mist);
}

.review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 2px;
}

.review-empty {
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 44px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--mist);
  overflow: hidden;
  text-align: center;
}

.review-empty svg {
  width: 36px;
  height: 36px;
  color: var(--gold);
}

.review-empty h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.review-empty p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.review-grid-loading {
  min-height: 270px;
}

.review-skeleton {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(17, 17, 19, 0.06);
}

.review-skeleton div,
.review-skeleton span,
.review-skeleton small {
  display: block;
  border-radius: 4px;
  background: linear-gradient(90deg, #eef3f3, #f8fbfb, #eef3f3);
  background-size: 200% 100%;
  animation: reviewPulse 1.1s ease-in-out infinite;
}

.review-skeleton div {
  width: 120px;
  height: 20px;
  margin-bottom: 26px;
}

.review-skeleton span {
  height: 12px;
  margin-bottom: 10px;
}

.review-skeleton span:nth-child(3) {
  width: 88%;
}

.review-skeleton span:nth-child(4) {
  width: 62%;
  margin-bottom: 42px;
}

.review-skeleton small {
  width: 140px;
  height: 14px;
}

.service-card a,
.content-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--teal);
  font-weight: 800;
}

.about-profile {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.profile-photo-wrap {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--mist);
  box-shadow: 0 16px 38px rgba(17, 17, 19, 0.06);
}

.profile-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.profile-copy {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.profile-copy h2 {
  color: var(--ink);
  margin-bottom: 18px;
}

.contact-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.site-footer {
  background: var(--charcoal);
  color: #ffffff;
  padding: 54px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(120px, 0.7fr));
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.footer-logo {
  width: min(240px, 100%);
  margin-bottom: 16px;
}

.site-footer p {
  margin: 0;
  color: #d7dddd;
  line-height: 1.65;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer a {
  display: table;
  margin-top: 10px;
  color: #d7dddd;
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  font-size: 14px;
}

.page-hero {
  padding: 150px 0 76px;
  background: var(--charcoal);
  color: #ffffff;
}

.page-hero.compact {
  min-height: 360px;
  display: flex;
  align-items: end;
}

.page-hero p:not(.eyebrow) {
  color: #d7dddd;
  font-size: 19px;
  line-height: 1.65;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.booking-panel,
.side-note {
  padding: 24px;
}

.setup-checklist + .setup-checklist {
  margin-top: 18px;
}

.booking-embed {
  min-height: 880px;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--mist);
}

.booking-embed iframe {
  width: 100%;
  height: 940px;
  border: 0;
}

.setup-state {
  min-height: 620px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
}

.setup-state svg {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  color: var(--teal);
}

.booking-fallback {
  margin-bottom: 16px;
}

.side-note ul,
.setup-checklist ol {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.booking-layout .side-note {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 12px;
  align-items: start;
}

.booking-layout .side-note h2,
.booking-layout .side-note p {
  margin: 0;
}

.booking-layout .side-note ul {
  margin: 0;
}

.quote-shell {
  padding: 28px;
}

.quote-progress {
  height: 8px;
  border-radius: 999px;
  background: #edf0f0;
  overflow: hidden;
  margin: 20px 0 24px;
}

.quote-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--teal);
  transition: width 0.24s ease;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.option-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.option-button,
.check-option {
  width: 100%;
  min-height: 78px;
  padding: 16px;
  border: 2px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.option-button.selected,
.check-option.selected {
  border-color: var(--teal);
  background: #f2f8f8;
}

.privacy-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  background: #fff9eb;
  color: #584823;
  line-height: 1.55;
}

.selection-summary {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.summary-row strong {
  color: var(--ink);
  text-align: right;
}

.quote-actions,
.blog-toolbar,
.admin-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.admin-toolbar,
.admin-mini-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cdd5d5;
  border-radius: 4px;
  padding: 12px 14px;
  color: var(--ink);
  background: #ffffff;
}

.compact-input {
  width: auto;
  min-height: 38px;
  padding: 8px 10px;
}

.number-field {
  margin-top: 20px;
}

.number-field .input {
  max-width: 180px;
}

.field-help {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

textarea.input {
  resize: vertical;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 700;
}

.admin-field {
  display: grid;
  gap: 7px;
}

.field-label {
  color: var(--ink);
  font-weight: 700;
}

.contact-form,
.admin-form,
.quote-form {
  display: grid;
  gap: 16px;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.turnstile-slot:empty {
  display: none;
}

.submit-success {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--mist);
}

.submit-success p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--teal);
  font-weight: 700;
}

.article-body {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.article-body h2 {
  color: var(--ink);
  margin-top: 34px;
  font-size: 34px;
}

.stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--gold);
  font-weight: 900;
}

.stars svg {
  width: 18px;
  height: 18px;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2;
}

.stars svg.filled {
  fill: currentColor;
}

@keyframes reviewPulse {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.admin-shell {
  min-height: 100vh;
  padding: 130px 16px 70px;
  background: var(--mist);
}

.admin-login,
.admin-app {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.admin-login {
  max-width: 460px;
  padding: 28px;
}

.admin-logo {
  width: 220px;
  margin-bottom: 24px;
}

.admin-topbar,
.admin-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-tabs {
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
}

.admin-tabs button {
  padding: 12px 16px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.admin-tabs button.active {
  border-color: var(--teal);
  color: var(--ink);
}

.admin-panel {
  display: none;
  padding: 24px;
}

.admin-panel.active {
  display: block;
}

.admin-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.admin-item {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 16px;
  background: #ffffff;
}

.admin-item p {
  margin: 8px 0 0;
  color: var(--muted);
}

.admin-muted {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.admin-estimate {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--mist);
}

.admin-estimate-head {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e7f1f1;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-badge.warning {
  background: #fff1cc;
  color: #745511;
}

.admin-subblock {
  margin-top: 12px;
  color: var(--muted);
}

.admin-subblock ul {
  margin: 8px 0 0;
  padding-left: 20px;
  line-height: 1.55;
}

.admin-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.admin-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.admin-checkbox input {
  width: 18px;
  height: 18px;
}

.admin-workflow {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.admin-workflow textarea {
  min-height: 84px;
}

.admin-details {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--mist);
}

.admin-details summary {
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.admin-details label {
  margin-top: 14px;
}

.admin-danger {
  border-color: #b95c5c;
  color: #8c2f2f;
}

.rich-text-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px;
  border: 1px solid #cdd5d5;
  border-radius: 6px 6px 0 0;
  background: #f7fafa;
}

.rich-text-toolbar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid #cdd5d5;
  border-radius: 4px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.rich-text-toolbar button sub,
.rich-text-toolbar button sup {
  font-size: 10px;
  line-height: 0;
}

.rich-text-toolbar button:hover,
.rich-text-toolbar button:focus-visible {
  border-color: var(--teal);
  color: var(--teal);
}

.rich-text-toolbar svg {
  width: 18px;
  height: 18px;
}

.editor-color {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 6px 8px;
  border: 1px solid #cdd5d5;
  border-radius: 4px;
  background: #ffffff;
  color: var(--muted);
  font-size: 13px;
}

.editor-color input {
  width: 28px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
}

.rich-text-editor {
  min-height: 360px;
  padding: 18px;
  border: 1px solid #cdd5d5;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #ffffff;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.7;
  outline: none;
  overflow-wrap: anywhere;
}

.rich-text-editor:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(43, 145, 164, 0.14);
}

.rich-text-editor:empty::before {
  content: "Write the article here...";
  color: var(--muted);
}

.rich-text-preview {
  margin-top: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.rich-text-preview::before {
  content: "Preview";
  display: block;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editor-meta {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.rich-text-editor h2,
.rich-text-preview h2,
.article-body h2 {
  color: var(--ink);
  margin: 34px 0 12px;
  font-size: 34px;
  line-height: 1.18;
}

.rich-text-editor h3,
.rich-text-preview h3,
.article-body h3 {
  color: var(--ink);
  margin: 26px 0 10px;
  font-size: 26px;
  line-height: 1.25;
}

.rich-text-editor h4,
.rich-text-preview h4,
.article-body h4 {
  color: var(--ink);
  margin: 22px 0 8px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.rich-text-editor blockquote,
.rich-text-preview blockquote,
.article-body blockquote {
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--teal);
  background: var(--mist);
  color: var(--ink);
}

.rich-text-editor ul,
.rich-text-editor ol,
.rich-text-preview ul,
.rich-text-preview ol,
.article-body ul,
.article-body ol {
  padding-left: 24px;
}

.rich-text-editor a,
.rich-text-preview a,
.article-body a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rich-text-editor figure,
.rich-text-preview figure,
.article-body figure {
  margin: 26px 0;
}

.article-body .article-featured {
  margin-top: 0;
}

.rich-text-editor img,
.rich-text-preview img,
.article-body img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--mist);
}

.rich-text-editor figcaption,
.rich-text-preview figcaption,
.article-body figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.rich-text-editor table,
.rich-text-preview table,
.article-body table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  overflow-wrap: anywhere;
}

.rich-text-editor th,
.rich-text-editor td,
.rich-text-preview th,
.rich-text-preview td,
.article-body th,
.article-body td {
  padding: 10px 12px;
  border: 1px solid var(--line);
  vertical-align: top;
}

.rich-text-editor th,
.rich-text-preview th,
.article-body th {
  background: #edf4f4;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
}

.rich-text-editor pre,
.rich-text-preview pre,
.article-body pre {
  max-width: 100%;
  margin: 24px 0;
  padding: 16px;
  overflow-x: auto;
  border-radius: 6px;
  background: #111113;
  color: #f8fbfb;
  font-family: "Courier New", monospace;
  font-size: 15px;
  line-height: 1.6;
}

.rich-text-editor code,
.rich-text-preview code,
.article-body code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #edf4f4;
  color: var(--ink);
  font-family: "Courier New", monospace;
  font-size: 0.92em;
}

.rich-text-editor pre code,
.rich-text-preview pre code,
.article-body pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}

.rich-text-editor hr,
.rich-text-preview hr,
.article-body hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.hidden {
  display: none !important;
}

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

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 24px 24px;
    background: var(--charcoal);
  }

  .site-nav.open {
    display: flex;
  }

  .split,
  .about-profile,
  .booking-layout,
  .service-grid,
  .content-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .reviews-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .reviews-intro .review-actions {
    justify-content: flex-start;
  }

  .review-summary-row {
    grid-template-columns: 1fr;
  }

  .contact-band,
  .admin-topbar,
  .footer-grid {
    align-items: flex-start;
  }

  .contact-band,
  .admin-topbar {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .hero {
    min-height: 640px;
  }

  .option-grid {
    grid-template-columns: 1fr;
  }

  .admin-answer-grid {
    grid-template-columns: 1fr;
  }

  .booking-layout .side-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .site-shell {
    width: min(100% - 24px, 1120px);
  }

  .brand-logo {
    width: 180px;
  }

  .button {
    width: 100%;
  }

  .hero-actions,
  .contact-actions,
  .review-actions,
  .quote-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .section {
    padding: 64px 0;
  }

  .reviews-intro h2,
  .review-empty h2 {
    max-width: 100%;
  }

  .page-hero.compact p,
  .reviews-intro p:not(.eyebrow),
  .review-empty p {
    max-width: min(100%, 320px);
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .reviews-intro h2 {
    font-size: 30px;
    line-height: 1.05;
  }

  .review-empty h2 {
    max-width: 300px;
    font-size: 26px;
  }

  .review-empty .button {
    white-space: normal;
    line-height: 1.2;
  }

  .service-card,
  .content-card,
  .review-card,
  .review-skeleton,
  .quote-shell {
    padding: 22px;
  }

  .site-footer {
    padding: 42px 0 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-logo {
    width: min(220px, 80vw);
  }

  .footer-bottom {
    margin-top: 30px;
  }

  .number-field .input {
    max-width: none;
  }

  .summary-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .summary-row strong {
    text-align: left;
  }
}
