@import url("mobile-fixes.css");

* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }

body { min-height: 100vh; background: #fdfdfb; color: #20242c; font-family: Arial, Helvetica, sans-serif; }
.account-header { display: flex; justify-content: space-between; align-items: center; padding: 32px 6vw; border-bottom: 1px solid #e8e8e3; }
.brand { color: #20242c; font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: 1.5px; text-decoration: none; }
.account-header .header-actions { display: flex; align-items: center; gap: 25px; }
.account-header .header-actions a, .header-signout { color: #555; font: 9px Arial, Helvetica, sans-serif; letter-spacing: 1.6px; text-decoration: none; }
.header-signout { padding: 9px 12px; border: 1px solid #20242c; background: #20242c; color: #fff !important; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.header-signout:hover { background: transparent; color: #20242c !important; transform: translateY(-1px); }
.header-signout:active { background: #b08d24; border-color: #b08d24; color: #fff !important; transform: translateY(0); }
.account-main { width: 88%; max-width: 1180px; margin: auto; padding: 80px 0 120px; }
.eyebrow { margin-bottom: 14px; color: #999; font-size: 9px; letter-spacing: 3px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(42px, 5vw, 60px); letter-spacing: -2px; }
.account-welcome { margin-top: 14px; font-size: clamp(22px, 2.5vw, 30px); font-weight: 600; letter-spacing: -.5px; }
.intro { max-width: 480px; margin: 19px 0 60px; color: #777; font-size: 14px; line-height: 1.7; }
.account-auth { display: grid; grid-template-columns: minmax(0, .75fr) minmax(300px, 1fr); gap: 55px; margin-bottom: 72px; padding: 28px 0; border-top: 1px solid #20242c; border-bottom: 1px solid #e8e8e3; }
.account-auth h2 { margin-bottom: 16px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 2px; }
.account-auth > div > p:not(.signed-in-label) { color: #777; font-size: 12px; line-height: 1.7; }
.auth-form { display: grid; gap: 9px; }
.auth-form label { margin-top: 7px; color: #777; font-size: 8px; letter-spacing: 1.5px; }
.auth-form input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #dcdcd6; background: transparent; color: #20242c; font: 13px Arial, Helvetica, sans-serif; outline: 0; }
.auth-form input:focus { border-color: #20242c; box-shadow: 0 0 0 3px rgba(32, 36, 44, .08); }
.auth-actions { display: flex; gap: 10px; margin-top: 10px; }
.auth-actions button { flex: 1; height: 46px; border: 1px solid #20242c; background: #20242c; color: #fff; cursor: pointer; font: 9px Arial, Helvetica, sans-serif; letter-spacing: 1.6px; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.auth-actions .secondary-button { background: transparent; color: #20242c; }
.auth-actions button:active { border-color: #b08d24; background: #b08d24; color: #fff; transform: translateY(1px); }
.auth-actions .secondary-button:active { background: #20242c; border-color: #20242c; color: #fff; }
.auth-actions button:focus-visible { outline: 2px solid #b08d24; outline-offset: 3px; }
.forgot-password { width: fit-content; margin-top: 3px; padding: 5px 0; border: 0; background: transparent; color: #555; cursor: pointer; font: 8px Arial, Helvetica, sans-serif; letter-spacing: 1.4px; text-decoration: underline; text-underline-offset: 4px; }
.recovery-button { height: 46px; margin-top: 10px; border: 1px solid #20242c; background: #20242c; color: #fff; cursor: pointer; font: 9px Arial, Helvetica, sans-serif; letter-spacing: 1.6px; }
.auth-message { min-height: 18px; margin-top: 5px; color: #507358; font-size: 11px; line-height: 1.5; }
.signed-in-panel { align-self: end; }
.signed-in-label { margin-bottom: 8px; color: #999; font-size: 8px; letter-spacing: 1.6px; }
.text-button { margin-top: 18px; padding: 0; border: 0; background: transparent; color: #20242c; cursor: pointer; font: 9px Arial, Helvetica, sans-serif; letter-spacing: 1.5px; text-decoration: underline; text-underline-offset: 4px; }
.account-layout { display: grid; grid-template-columns: minmax(0, .93fr) minmax(320px, 1.07fr); gap: 62px; }
.details-form, .recent-orders { padding-top: 25px; border-top: 1px solid #20242c; }
.details-form h2, .recent-orders h2 { margin-bottom: 30px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 2px; }
.details-form .account-section-note { max-width: 440px; margin: -13px 0 29px; color: #777; font-size: 12px; line-height: 1.7; }
.details-form label { display: block; margin-bottom: 9px; color: #777; font-size: 8px; letter-spacing: 1.5px; }
.details-form label span { color: #aaa; letter-spacing: 1px; }
.account-data-group { display: grid; }
.account-data-row { display: grid; grid-template-columns: minmax(112px, .42fr) minmax(0, 1fr); align-items: center; min-height: 58px; border-bottom: 1px solid #deded8; }
.account-data-row label { margin: 0; }
.details-form input { width: 100%; height: 57px; padding: 0 0 0 12px; border: 0; background: transparent; color: #20242c; font: inherit; font-size: 14px; outline: 0; }
.details-form input:focus { box-shadow: inset 0 -1px #20242c; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.delivery-details-heading { margin: 35px 0 17px; padding-top: 27px; border-top: 1px solid #20242c; }
.delivery-details-heading h3 { margin-bottom: 10px; font: 500 9px Arial, Helvetica, sans-serif; letter-spacing: 1.7px; }
.delivery-details-heading p { max-width: 430px; color: #777; font-size: 12px; line-height: 1.7; }
.details-form button { width: 100%; height: 56px; margin-top: 10px; border: 1px solid #20242c; background: #20242c; color: #fff; cursor: pointer; font: inherit; font-size: 9px; letter-spacing: 2px; }
.details-form button:hover { background: transparent; color: #20242c; }
.details-form > p { min-height: 20px; margin-top: 11px; color: #507358; font-size: 11px; }
.recent-orders { position: relative; padding-left: 62px; }
.recent-orders::before { position: absolute; top: 30px; bottom: 0; left: 0; width: 1px; background: #deded8; content: ""; }
.recent-orders > div { display: grid; gap: 0; }
.recent-order { display: block; padding: 0 0 22px; margin-bottom: 22px; border-bottom: 1px solid #deded8; color: inherit; text-decoration: none; transition: opacity .2s ease; }
.recent-order:hover { opacity: .65; }
.recent-order p { margin-bottom: 9px; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.recent-order span { color: #888; font-size: 8px; letter-spacing: 1.3px; }
.delivery-confirmation { display: inline-block; margin-top: 12px; padding: 8px 10px; border: 1px solid #20242c; background: transparent; color: #20242c; cursor: pointer; font: 8px Arial, Helvetica, sans-serif; letter-spacing: 1.2px; }
.delivery-confirmation:active { border-color: #b08d24; background: #b08d24; color: #fff; }
.delivery-confirmed { display: inline-block; margin-top: 12px; color: #507358 !important; font-size: 8px !important; letter-spacing: 1.2px; }
.order-history-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.order-history-actions a { display: grid; min-height: 52px; place-items: center; padding: 0 12px; border: 1px solid #20242c; background: transparent; color: #20242c; font-size: 8px; letter-spacing: 1.3px; text-align: center; text-decoration: none; transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease; }
.order-history-actions a:hover { background: #20242c; color: #fff; transform: translateY(-1px); }
.order-history-actions a:active { border-color: #b08d24; background: #b08d24; color: #fff; }
.no-orders { color: #888; font-size: 12px; line-height: 1.7; }

@media (max-width: 800px) { .account-main { width: 90%; padding-top: 55px; } .account-auth, .account-layout { grid-template-columns: 1fr; gap: 35px; } .recent-orders { padding-left: 0; } .recent-orders::before { display: none; } }
@media (max-width: 500px) { .account-header { padding: 24px 5vw; } .account-header .header-actions { gap: 14px; } .form-row, .order-history-actions { grid-template-columns: 1fr; gap: 9px; } .account-data-row { grid-template-columns: 1fr; padding: 11px 0 0; } .details-form input { height: 42px; padding-left: 0; } }
