.tls-refined .tls-refined__skip {
  position: fixed;
  z-index: 1000;
  top: .75rem;
  left: .75rem;
  transform: translateY(-180%);
  min-height: 44px;
  padding: .7rem 1rem;
  background: var(--tls-refined-paper);
  color: var(--tls-refined-ink);
  font-weight: 750;
  text-decoration: none;
}

.tls-refined .tls-refined__skip:focus {
  transform: translateY(0);
}

.tls-refined .tls-refined-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  width: 100%;
  min-height: var(--tls-refined-header-height);
  padding-inline: clamp(1.25rem, 4vw, 4rem);
  border-bottom: 1px solid var(--tls-refined-rule);
  background: rgba(255, 253, 248, .97);
  backdrop-filter: blur(16px);
}

.tls-refined .tls-refined-wordmark {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: max-content;
  min-height: 48px;
  color: var(--tls-refined-ink);
  font-family: "TLS Refined Serif", Georgia, serif;
  font-size: 1.55rem;
  letter-spacing: .14em;
  line-height: .82;
  text-decoration: none;
  text-transform: uppercase;
}

.tls-refined .tls-refined-wordmark span + span {
  margin-top: .35rem;
}

.tls-refined .tls-refined-header .tls-refined-wordmark {
  width: 198px;
  max-width: 100%;
}

.tls-refined .tls-refined-header .tls-refined-wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.tls-refined .tls-refined-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(1rem, 2.1vw, 2.25rem);
  min-height: var(--tls-refined-header-height);
}

.tls-refined .tls-refined-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: var(--tls-refined-ink);
  font-size: .69rem;
  font-weight: 760;
  letter-spacing: .125em;
  text-decoration: none;
  text-transform: uppercase;
}

.tls-refined .tls-refined-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.35rem;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  transition: transform .2s ease;
}

.tls-refined .tls-refined-nav a:hover::after,
.tls-refined .tls-refined-nav a:focus-visible::after,
.tls-refined .tls-refined-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.tls-refined .tls-refined-menu-button {
  display: none;
  align-items: center;
  justify-content: space-between;
  min-width: 92px;
  min-height: 48px;
  padding: 0 .85rem;
  border: 1px solid var(--tls-refined-ink);
  border-radius: 0;
  background: transparent;
  color: var(--tls-refined-ink);
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.tls-refined .tls-refined-menu-button__lines {
  display: grid;
  gap: 5px;
  width: 18px;
}

.tls-refined .tls-refined-menu-button__lines i {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform .2s ease;
}

.tls-refined .tls-refined-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  min-height: 56px;
  padding: .75rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: .7rem;
  font-weight: 780;
  letter-spacing: .115em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.tls-refined .tls-refined-button:hover {
  transform: translateY(-2px);
}

.tls-refined .tls-refined-button--ink {
  background: var(--tls-refined-ink);
  color: var(--tls-refined-paper);
}

.tls-refined .tls-refined-button--ink:hover {
  background: var(--tls-refined-wine);
  color: var(--tls-refined-paper);
}

.tls-refined .tls-refined-button--wine {
  background: var(--tls-refined-wine);
  color: var(--tls-refined-paper);
}

.tls-refined .tls-refined-button--wine:hover {
  background: var(--tls-refined-wine-dark);
  color: var(--tls-refined-paper);
}

.tls-refined .tls-refined-button--light {
  background: var(--tls-refined-paper);
  color: var(--tls-refined-ink);
}

.tls-refined .tls-refined-button--light:hover {
  background: var(--tls-refined-rose);
  color: var(--tls-refined-ink);
}

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

.tls-refined .tls-refined-button--outline:hover {
  background: var(--tls-refined-ink);
  color: var(--tls-refined-paper);
}

.tls-refined .tls-refined-button[aria-disabled="true"],
.tls-refined .tls-refined-button:disabled {
  opacity: .48;
  cursor: not-allowed;
  transform: none;
}

.tls-refined .tls-refined-book-cta {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(179, 148, 93, 0);
  isolation: isolate;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .3s ease;
}

.tls-refined .tls-refined-book-cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -60%;
  bottom: -60%;
  left: -48%;
  width: 30%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), rgba(232, 205, 160, .42), rgba(255, 255, 255, .08), transparent);
  opacity: 0;
  pointer-events: none;
}

.tls-refined .tls-refined-book-cta.is-book-visible::before {
  animation: tls-refined-book-sweep 6.8s ease-in-out .55s 2 both;
}

.tls-refined .tls-refined-book-cta:hover,
.tls-refined .tls-refined-book-cta:focus-visible {
  box-shadow: 0 0 22px rgba(179, 148, 93, .24);
}

.tls-refined .tls-refined-book-cta > span {
  position: relative;
  z-index: 1;
}

@keyframes tls-refined-book-sweep {
  0%, 7% { left: -48%; opacity: 0; }
  12% { opacity: .62; }
  28% { left: 114%; opacity: .38; }
  36%, 100% { left: 114%; opacity: 0; }
}

.tls-refined .tls-refined-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid currentColor;
  font-size: .75rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.tls-refined .tls-refined-text-link::after {
  content: "↗";
  margin-left: 1.75rem;
}

.tls-refined .tls-refined-text-link--light {
  color: var(--tls-refined-paper);
}

.tls-refined .tls-refined-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.tls-refined .tls-refined-breadcrumbs {
  padding-block: 1.1rem;
  border-bottom: 1px solid var(--tls-refined-rule);
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tls-refined .tls-refined-breadcrumbs li + li::before {
  content: "/";
  margin-right: .5rem;
  color: var(--tls-refined-mushroom);
}

.tls-refined .tls-refined-breadcrumbs [aria-current="page"] {
  color: var(--tls-refined-mushroom);
}

.tls-refined .tls-responsive-picture {
  display: contents;
}

.tls-refined .tls-refined-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  min-height: calc(100svh - var(--tls-refined-header-height));
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5rem);
}

.tls-refined .tls-refined-hero h1 {
  max-width: 700px;
  margin-bottom: 2.25rem;
  line-height: .84;
}

.tls-refined .tls-refined-hero h1 em {
  color: var(--tls-refined-wine);
  font-weight: 400;
}

.tls-refined .tls-refined-hero__copy .tls-refined-lead {
  margin-bottom: 2.25rem;
}

.tls-refined .tls-refined-hero__media {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--tls-refined-rule);
  background: var(--tls-refined-rose);
}

.tls-refined .tls-refined-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tls-refined .tls-refined-hero__media figcaption,
.tls-refined .tls-refined-media figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: .65rem .85rem;
  background: rgba(47,33,29, .86);
  color: var(--tls-refined-paper);
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tls-refined .tls-refined-proof-ledger {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--tls-refined-rule-light);
  background: var(--tls-refined-ink);
  color: var(--tls-refined-paper);
  list-style: none;
}

.tls-refined .tls-refined-proof-ledger li {
  display: grid;
  min-height: 118px;
  align-content: center;
  padding: 1.5rem 2rem;
  border-right: 1px solid var(--tls-refined-rule-light);
}

.tls-refined .tls-refined-proof-ledger li:last-child {
  border-right: 0;
}

.tls-refined .tls-refined-proof-ledger strong {
  margin-bottom: .35rem;
  font-family: "TLS Refined Serif", Georgia, serif;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1;
}

.tls-refined .tls-refined-proof-ledger span {
  color: rgba(255, 253, 248, .74);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tls-refined .tls-refined-section {
  padding-block: clamp(5.5rem, 11vw, 10rem);
}

.tls-refined .tls-refined-section--paper {
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-section--rose {
  background: var(--tls-refined-rose);
}

.tls-refined .tls-refined-section--wine {
  background: var(--tls-refined-wine);
  color: var(--tls-refined-paper);
}

.tls-refined .tls-refined-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.tls-refined .tls-refined-section-heading h2,
.tls-refined .tls-refined-section-heading p {
  margin-bottom: 0;
}

.tls-refined .tls-refined-section-heading p {
  max-width: 540px;
  color: #51423a;
  font-size: 1.06rem;
}

.tls-refined .tls-refined-section--wine .tls-refined-section-heading p {
  color: rgba(255, 253, 248, .78);
}

.tls-refined .tls-refined-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .72fr);
  min-height: 670px;
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-page-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4.5rem, 8vw, 8rem) max(clamp(1.25rem, 5vw, 5rem), calc((100vw - var(--tls-refined-max)) / 2));
}

.tls-refined .tls-refined-page-hero__copy h1 {
  max-width: 780px;
  margin-bottom: 2rem;
  font-size: clamp(4rem, 7.5vw, 7.6rem);
  line-height: .86;
}

.tls-refined .tls-refined-page-hero__media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--tls-refined-rose);
}

.tls-refined .tls-refined-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tls-refined .tls-refined-grid {
  display: grid;
  gap: 1.25rem;
}

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

.tls-refined .tls-refined-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tls-refined .tls-refined-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--tls-refined-rule);
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-card__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--tls-refined-rose);
}

.tls-refined .tls-refined-card__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .35s ease;
}

.tls-refined .tls-refined-card:hover .tls-refined-card__media img {
  transform: scale(1.018);
}

.tls-refined .tls-refined-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.5rem, 3vw, 2.6rem);
}

.tls-refined .tls-refined-card__body h3 {
  margin-bottom: 1.1rem;
}

.tls-refined .tls-refined-card__body p {
  color: #51423a;
}

.tls-refined .tls-refined-card__body .tls-refined-text-link,
.tls-refined .tls-refined-card__body .tls-refined-button {
  margin-top: auto;
}

.tls-refined .tls-refined-card__eyebrow {
  margin-bottom: 1.25rem;
  color: var(--tls-refined-wine);
  font-size: .66rem;
  font-weight: 760;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tls-refined .tls-refined-service-choice {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1.25rem;
  align-items: start;
  min-height: 230px;
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid var(--tls-refined-rule);
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-service-choice__number {
  padding-top: .3rem;
  color: var(--tls-refined-wine);
  font-family: "TLS Refined Serif", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.tls-refined .tls-refined-service-choice h3 {
  margin-bottom: 1rem;
}

.tls-refined .tls-refined-service-choice p {
  color: #51423a;
}

.tls-refined .tls-refined-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 680px;
}

.tls-refined .tls-refined-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6rem);
}

.tls-refined .tls-refined-split__copy h2 {
  margin-bottom: 2rem;
}

.tls-refined .tls-refined-split__copy p:not(.tls-refined-kicker) {
  max-width: 570px;
  font-size: 1.06rem;
}

.tls-refined .tls-refined-media {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--tls-refined-rose);
}

.tls-refined .tls-refined-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tls-refined .tls-refined-gallery {
  display: grid;
  grid-template-columns: 1.08fr .92fr .92fr;
  gap: 1.1rem;
}

.tls-refined .tls-refined-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--tls-refined-rose);
}

.tls-refined .tls-refined-gallery figure:nth-child(2) {
  margin-top: 4rem;
}

.tls-refined .tls-refined-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.tls-refined .tls-refined-gallery figcaption {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  padding: .55rem .7rem;
  background: rgba(255, 253, 248, .94);
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tls-refined .tls-refined-detail-list {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem 1.5rem;
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--tls-refined-rule);
  border-bottom: 1px solid var(--tls-refined-rule);
}

.tls-refined .tls-refined-detail-list dt {
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tls-refined .tls-refined-detail-list dd {
  margin: 0;
}

.tls-refined .tls-refined-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--tls-refined-rule);
  list-style: none;
}

.tls-refined .tls-refined-steps li {
  min-height: 210px;
  padding: 1.6rem 1.6rem 2rem;
  border-right: 1px solid var(--tls-refined-rule);
}

.tls-refined .tls-refined-steps li:last-child {
  border-right: 0;
}

.tls-refined .tls-refined-steps span {
  display: block;
  margin-bottom: 2rem;
  color: var(--tls-refined-wine);
  font-family: "TLS Refined Serif", Georgia, serif;
  font-size: 2rem;
}

.tls-refined .tls-refined-steps h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.tls-refined .tls-refined-accordion {
  border-top: 1px solid var(--tls-refined-rule);
}

.tls-refined .tls-refined-accordion details {
  border-bottom: 1px solid var(--tls-refined-rule);
}

.tls-refined .tls-refined-accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 1rem 4rem 1rem 0;
  font-family: "TLS Refined Serif", Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}

.tls-refined .tls-refined-accordion summary::-webkit-details-marker {
  display: none;
}

.tls-refined .tls-refined-accordion summary::after {
  content: "+";
  position: absolute;
  right: .5rem;
  width: 44px;
  height: 44px;
  font-family: "TLS Refined Sans", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
}

.tls-refined .tls-refined-accordion details[open] summary::after {
  content: "−";
}

.tls-refined .tls-refined-accordion details > div {
  max-width: 760px;
  padding: 0 0 2rem;
  color: #51423a;
}

.tls-refined .tls-refined-callout {
  padding: clamp(2rem, 5vw, 4rem);
  border-left: 4px solid var(--tls-refined-wine);
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-callout h2,
.tls-refined .tls-refined-callout h3 {
  margin-bottom: 1.25rem;
}

.tls-refined .tls-refined-check-list {
  display: grid;
  gap: .9rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.tls-refined .tls-refined-check-list li {
  position: relative;
  padding: 1rem 1rem 1rem 3.2rem;
  border: 1px solid var(--tls-refined-rule);
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-check-list li::before {
  content: "✓";
  position: absolute;
  top: 1rem;
  left: 1.15rem;
  color: var(--tls-refined-wine);
  font-weight: 800;
}

.tls-refined .tls-refined-contact-card {
  min-height: 290px;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--tls-refined-rule);
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-contact-card h2,
.tls-refined .tls-refined-contact-card h3 {
  margin-bottom: 1.25rem;
}

.tls-refined .tls-refined-contact-card .tls-refined-text-link,
.tls-refined .tls-refined-contact-card .tls-refined-button {
  margin-top: 1.25rem;
}

.tls-refined .tls-refined-booking-recovery {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--tls-refined-rule);
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-booking-recovery h2,
.tls-refined .tls-refined-booking-recovery h3 {
  margin-bottom: 1rem;
}

.tls-refined .tls-refined-booking-recovery p {
  max-width: 650px;
  margin-bottom: 0;
  color: #51423a;
}

.tls-refined .tls-refined-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1.25rem;
}

.tls-refined .tls-refined-article-card {
  border-top: 1px solid var(--tls-refined-rule);
  padding-top: 1.25rem;
}

.tls-refined .tls-refined-article-card figure {
  margin-bottom: 1.5rem;
  overflow: hidden;
  background: var(--tls-refined-rose);
}

.tls-refined .tls-refined-article-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tls-refined .tls-refined-article-card h2,
.tls-refined .tls-refined-article-card h3 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

.tls-refined .tls-refined-article-card p {
  color: #51423a;
}

.tls-refined .tls-refined-article {
  padding-block: clamp(4rem, 9vw, 8rem);
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-article__header {
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--tls-refined-rule);
}

.tls-refined .tls-refined-article__header h1 {
  max-width: 1050px;
  margin-bottom: 2rem;
  font-size: clamp(4rem, 8vw, 8rem);
}

.tls-refined .tls-refined-article__meta {
  color: var(--tls-refined-mushroom);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tls-refined .tls-refined-article__body {
  font-size: 1.08rem;
}

.tls-refined .tls-refined-article__body h2 {
  margin: 4rem 0 1.5rem;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.tls-refined .tls-refined-article__body h3 {
  margin: 2.5rem 0 1rem;
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.tls-refined .tls-refined-article__body p,
.tls-refined .tls-refined-article__body ul {
  margin-bottom: 1.35rem;
}

.tls-refined .tls-refined-article__body a {
  color: var(--tls-refined-wine);
  text-decoration-thickness: .08em;
}

.tls-refined .tls-refined-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.tls-refined .tls-refined-field {
  display: grid;
  gap: .55rem;
}

.tls-refined .tls-refined-field--full {
  grid-column: 1 / -1;
}

.tls-refined .tls-refined-field label {
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tls-refined .tls-refined-field input,
.tls-refined .tls-refined-field select,
.tls-refined .tls-refined-field textarea {
  width: 100%;
  min-height: 52px;
  padding: .8rem 1rem;
  border: 1px solid var(--tls-refined-ink);
  border-radius: 0;
  background: var(--tls-refined-paper);
  color: var(--tls-refined-ink);
}

.tls-refined .tls-refined-field textarea {
  min-height: 150px;
  resize: vertical;
}

.tls-refined .tls-refined-state {
  padding: 1rem 1.25rem;
  border: 1px solid var(--tls-refined-rule);
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-state--success {
  border-left: 4px solid #39715a;
}

.tls-refined .tls-refined-state--error {
  border-left: 4px solid #9a2937;
}

.tls-refined .tls-refined-booking-close {
  background: var(--tls-refined-wine);
  color: var(--tls-refined-paper);
}

.tls-refined .tls-refined-booking-close__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: center;
  min-height: 420px;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.tls-refined .tls-refined-booking-close h2 {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.tls-refined .tls-refined-booking-close p:not(.tls-refined-kicker) {
  max-width: 610px;
  margin-bottom: 0;
  color: rgba(255, 253, 248, .78);
}

.tls-refined .tls-refined-footer {
  padding-top: clamp(4rem, 8vw, 7rem);
  background: var(--tls-refined-ink);
  color: var(--tls-refined-paper);
}

.tls-refined .tls-refined-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.tls-refined .tls-refined-footer h2 {
  margin-bottom: 1.25rem;
  color: rgba(255, 253, 248, .68);
  font-family: "TLS Refined Sans", Arial, sans-serif;
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tls-refined .tls-refined-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tls-refined .tls-refined-footer li + li {
  margin-top: .7rem;
}

.tls-refined .tls-refined-footer a {
  color: inherit;
}

.tls-refined .tls-refined-wordmark--footer {
  margin-bottom: 1.5rem;
  color: var(--tls-refined-paper);
  font-size: 2rem;
}

.tls-refined .tls-refined-footer__brand > p:last-child {
  max-width: 250px;
  color: rgba(255, 253, 248, .7);
}

.tls-refined .tls-refined-footer__base {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.4rem;
  border-top: 1px solid var(--tls-refined-rule-light);
  color: rgba(255, 253, 248, .62);
  font-size: .7rem;
  letter-spacing: .06em;
}

.tls-refined .tls-refined-footer__base p {
  margin: 0;
}

.tls-refined .tls-refined-mobile-actions {
  display: none;
}

.tls-refined .tls-refined-reference-header {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: var(--tls-refined-paper);
}

.tls-refined .tls-refined-reference-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  border-top: 1px solid var(--tls-refined-rule);
}

.tls-refined .tls-refined-reference-section > h2 {
  margin-bottom: 2.5rem;
}

.tls-refined .tls-refined-reference-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.tls-refined .tls-refined-swatch-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.tls-refined .tls-refined-swatch {
  min-height: 150px;
  padding: 1rem;
  border: 1px solid var(--tls-refined-rule);
  background: var(--tls-refined-paper);
  font-size: .72rem;
}

.tls-refined .tls-refined-swatch::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: .75rem;
  background: var(--tls-refined-swatch-colour, var(--tls-refined-paper));
}

@media (max-width: 1120px) {
  .tls-refined .tls-refined-header {
    grid-template-columns: 150px 1fr auto;
  }

  .tls-refined .tls-refined-nav {
    gap: .9rem;
  }

  .tls-refined .tls-refined-nav a {
    font-size: .64rem;
  }

  .tls-refined .tls-refined-footer__grid {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }

  .tls-refined .tls-refined-footer__grid > div:last-child {
    grid-column: 2;
  }
}

@media (max-width: 920px) {
  .tls-refined {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .tls-refined .tls-refined-header {
    grid-template-columns: 1fr auto;
  }

  .tls-refined .tls-refined-menu-button {
    display: inline-flex;
  }

  .tls-refined .tls-refined-header__book {
    display: none;
  }

  .tls-refined .tls-refined-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    min-height: 0;
    padding: 1rem clamp(1.25rem, 4vw, 4rem) 1.5rem;
    border-bottom: 1px solid var(--tls-refined-rule);
    background: var(--tls-refined-paper);
  }

  .tls-refined .tls-refined-header[data-menu-open="true"] .tls-refined-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tls-refined .tls-refined-header[data-menu-open="true"] .tls-refined-menu-button__lines i:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .tls-refined .tls-refined-header[data-menu-open="true"] .tls-refined-menu-button__lines i:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .tls-refined .tls-refined-nav a {
    justify-content: flex-start;
    min-height: 52px;
    border-bottom: 1px solid var(--tls-refined-rule);
    font-size: .72rem;
  }

  .tls-refined .tls-refined-nav a::after {
    display: none;
  }

  .tls-refined .tls-refined-hero,
  .tls-refined .tls-refined-page-hero {
    grid-template-columns: 1fr;
  }

  .tls-refined .tls-refined-hero__media,
  .tls-refined .tls-refined-page-hero__media {
    min-height: 62vw;
    border-left: 0;
  }

  .tls-refined .tls-refined-section-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .tls-refined .tls-refined-grid--3,
  .tls-refined .tls-refined-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tls-refined .tls-refined-booking-close__inner {
    grid-template-columns: 1fr;
  }

  .tls-refined .tls-refined-swatch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tls-refined .tls-refined-mobile-actions {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid var(--tls-refined-rule-light);
    background: var(--tls-refined-ink);
    color: var(--tls-refined-paper);
    visibility: hidden;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
  }

  .tls-refined .tls-refined-mobile-actions.is-visible {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .tls-refined .tls-refined-mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    min-width: 0;
    min-height: 48px;
    border-right: 1px solid var(--tls-refined-rule-light);
    font-size: .72rem;
    font-weight: 780;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .tls-refined .tls-refined-mobile-actions a:last-child {
    border-right: 0;
    background: var(--tls-refined-wine);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tls-refined .tls-refined-book-cta::before {
    animation: none !important;
    opacity: 0 !important;
  }
}

@media (max-width: 700px) {
  .tls-refined .tls-refined-wordmark {
    font-size: 1.28rem;
  }

  .tls-refined .tls-refined-menu-button {
    min-width: 88px;
  }

  .tls-refined .tls-refined-hero__copy,
  .tls-refined .tls-refined-page-hero__copy {
    padding-block: 4.5rem;
  }

  .tls-refined .tls-refined-hero__media,
  .tls-refined .tls-refined-page-hero__media {
    min-height: 82vw;
  }

  .tls-refined .tls-refined-proof-ledger {
    grid-template-columns: 1fr;
  }

  .tls-refined .tls-refined-proof-ledger li {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid var(--tls-refined-rule-light);
  }

  .tls-refined .tls-refined-proof-ledger li:last-child {
    border-bottom: 0;
  }

  .tls-refined .tls-refined-grid--2,
  .tls-refined .tls-refined-grid--3,
  .tls-refined .tls-refined-blog-grid,
  .tls-refined .tls-refined-split,
  .tls-refined .tls-refined-form-grid {
    grid-template-columns: 1fr;
  }

  .tls-refined .tls-refined-split__copy {
    order: 1;
  }

  .tls-refined .tls-refined-split .tls-refined-media {
    order: 0;
  }

  .tls-refined .tls-refined-gallery {
    grid-template-columns: 82vw 82vw 82vw;
    gap: .75rem;
    margin-inline: calc(clamp(1.25rem, 4vw, 4rem) * -1);
    padding-inline: clamp(1.25rem, 4vw, 4rem);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .tls-refined .tls-refined-gallery figure,
  .tls-refined .tls-refined-gallery figure:nth-child(2) {
    margin-top: 0;
    scroll-snap-align: start;
  }

  .tls-refined .tls-refined-steps {
    grid-template-columns: 1fr;
  }

  .tls-refined .tls-refined-steps li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--tls-refined-rule);
  }

  .tls-refined .tls-refined-steps li:last-child {
    border-bottom: 0;
  }

  .tls-refined .tls-refined-detail-list {
    grid-template-columns: 1fr;
    gap: .4rem;
  }

  .tls-refined .tls-refined-booking-recovery {
    grid-template-columns: 1fr;
  }

  .tls-refined .tls-refined-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .tls-refined .tls-refined-footer__brand {
    grid-column: 1 / -1;
  }

  .tls-refined .tls-refined-footer__grid > div:last-child {
    grid-column: auto;
  }

  .tls-refined .tls-refined-footer__base {
    flex-direction: column;
  }

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

@media (max-width: 420px) {
  .tls-refined .tls-refined-header[data-menu-open="true"] .tls-refined-nav {
    grid-template-columns: 1fr;
  }

  .tls-refined .tls-refined-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tls-refined .tls-refined-actions .tls-refined-button,
  .tls-refined .tls-refined-actions .tls-refined-text-link {
    width: 100%;
  }

  .tls-refined .tls-refined-footer__grid {
    grid-template-columns: 1fr;
  }

  .tls-refined .tls-refined-swatch-grid {
    grid-template-columns: 1fr;
  }
}

@media (forced-colors: active) {
  .tls-refined .tls-refined-button,
  .tls-refined .tls-refined-card,
  .tls-refined .tls-refined-contact-card,
  .tls-refined .tls-refined-state {
    border: 1px solid CanvasText;
  }
}
