@charset "UTF-8";
/* =========================
   COMMENTS — INTERBUILDING
========================= */
.comments {
  margin-top: 80px;
  padding: 60px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

/* ===== TITLE ===== */
.comments-title,
.comments__title {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  color: #fff;
}

/* ===== LIST ===== */
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ===== AUTHOR ===== */
.comment-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.comment-author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-author .fn {
  font-weight: 600;
  font-size: 15px;
  color: #d89b55;
}

.url {
  text-decoration: none;
  color: #d89b55;
}

.comment-metadata {
  font-size: 13px;
  opacity: 0.6;
}

.comment-metadata a {
  color: inherit;
  text-decoration: none;
}

/* ===== CONTENT ===== */
.comment-content {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

.comment-content p {
  margin: 0;
}

/* ===== RESPOND ===== */
.comment-respond {
  margin-top: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 35px 35px 0;
}

.comment-reply-title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

/* ===== FORM ===== */
.comment-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  background: none !important;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 12px 2px;
  color: #fff !important;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  transition: border-color 0.25s ease;
}

.comment-form textarea {
  max-height: 50px;
  resize: vertical;
}

.comment-form input::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #d89b55;
}

/* ===== DISABLE AUTOFILL ===== */
.comment-form input:-webkit-autofill,
.comment-form input:-webkit-autofill:hover,
.comment-form input:-webkit-autofill:focus,
.comment-form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

/* ===== SUBMIT ===== */
.comment-form .submit {
  align-self: flex-start;
  padding: 14px 36px;
  border-radius: 40px;
  background: #d89b55;
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.comment-form .submit:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

/* ===== HIDE WP TRASH ===== */
.comment-form label,
.comment-notes,
.logged-in-as,
.form-allowed-tags,
.comment-form-cookies-consent {
  display: none;
}

/* ===== LOGIN NOTICE ===== */
.must-log-in,
.comments__login {
  margin-top: 30px;
  font-size: 14px;
  opacity: 0.8;
}

.must-log-in a,
.comments__login a {
  color: #d89b55;
  text-decoration: none;
}

.must-log-in a:hover {
  opacity: 0.8;
}

/* =========================
   COMMENTS — INTERBUILDING
========================= */
.comments {
  margin-top: 100px;
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

/* ===== TITLE ===== */
.comments__title,
.comments-title {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* =========================
   COMMENT LIST
========================= */
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ===== SINGLE COMMENT ===== */
.comment {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* ===== AVATAR ===== */
.comment .avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(255, 255, 255, 0.1);
}

/* ===== COMMENT BODY ===== */
.comment-body {
  flex: 1;
}

/* ===== AUTHOR ===== */
.comment-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  margin-bottom: 10px;
}

.comment-author .fn {
  color: #d89b55;
  font-weight: 600;
}

.comment-author::after {
  content: "";
}

/* ===== META (DATE) ===== */
.comment-metadata {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 10px;
}

.comment-metadata a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/* ===== COMMENT TEXT ===== */
.comment-content {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

.comment-content p {
  margin: 0;
}

/* =========================
   REPLY LINK
========================= */
.reply {
  margin-top: 10px;
}

.reply a {
  font-size: 13px;
  color: #d89b55;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.reply a:hover {
  opacity: 1;
}

/* =========================
   REMOVE WP JUNK
========================= */
.comment-edit-link,
.says {
  display: none;
}

/* =========================
   COMMENT FORM
========================= */
.comment-respond {
  margin-top: 60px;
  padding: 35px 35px 0;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.comment-reply-title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

/* ===== FORM FIELDS ===== */
.comment-form {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.comment-form input,
.comment-form textarea {
  background: none !important;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 12px 2px;
  color: #fff !important;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  transition: border-color 0.25s ease;
}

.comment-form textarea {
  max-height: 50px;
  resize: vertical;
}

.comment-form input::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #d89b55;
}

/* ===== AUTOFILL FIX ===== */
.comment-form input:-webkit-autofill,
.comment-form input:-webkit-autofill:hover,
.comment-form input:-webkit-autofill:focus,
.comment-form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

/* ===== SUBMIT BUTTON ===== */
.comment-form .submit {
  align-self: flex-start;
  padding: 14px 38px;
  border-radius: 40px;
  background: #d89b55;
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.comment-form .submit:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

/* ===== HIDE WP TEXT ===== */
.comment-form label,
.comment-notes,
.logged-in-as,
.form-allowed-tags,
.comment-form-cookies-consent {
  display: none;
}

/* =========================
   LOGIN MESSAGE
========================= */
.must-log-in,
.comments__login {
  margin-top: 35px;
  font-size: 14px;
  opacity: 0.75;
}

.must-log-in a,
.comments__login a {
  color: #d89b55;
  text-decoration: none;
}

.must-log-in a:hover {
  opacity: 0.9;
}

.commentmetadata a {
  color: #666;
  text-decoration: none;
}